-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flaky test pkg/config/tlscfg/TestReload (cert_watcher_test.go) #2644
Comments
This is on me. |
Thanks for the heads up @yurishkuro. It looks like the watcher isn't deterministically picking up every state transition of the cert file. In this case, it didn't detect the cert loading failure due to mismatching private & public keys, but only loaded it after both matching private and public keys were added to the cert, hence both updates were successful; which was not observed locally :(. I'll put in a PR to remove the first assert since that signal is not reliable... and assert exactly on the condition we're |
https://travis-ci.com/github/jaegertracing/jaeger/jobs/445878517#L2150
The text was updated successfully, but these errors were encountered: