-
-
Notifications
You must be signed in to change notification settings - Fork 610
Race condition in cdr package test #1976
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
Comments
Was this run on current master or a version pre- 6264706, which I believe fixed this race. |
I'm fairly certain it was post-6264706 as my first commit on that branch was 999383f. Here is a link to the build https://travis-ci.org/letsencrypt/boulder/jobs/140300139 |
Actually looking at it a bit closer this is just another case of golang/go#12262 which will be fixed by #1514. |
(dropping from sprint since #1514 is not likely to be done by next week) |
We've worked around the Server.Close issue in other tests by simply not closing the test server. Can we do that here? Flaky tests are bad. |
The text was updated successfully, but these errors were encountered: