Skip to content

ContextImplTest fails if it has been more than one day since last clean build #704

@dnoe

Description

@dnoe

The ContextImplTest failed for me this afternoon:

test/common/ssl/context_impl_test.cc:93: Failure
Value of: 15 == context->daysUntilFirstCertExpires() || 14 == context->daysUntilFirstCertExpires()
Actual: false
Expected: true

It has been about a day since I last did a bazel clean, so it appears the problem is that the SSL certs are no longer expiring in the expected timeframe. I will fix this issue properly within the next few days. In the meantime, if you encounter this issue, just run "bazel clean" which will force regeneration of the SSL certs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions