-
Notifications
You must be signed in to change notification settings - Fork 86
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
Unstable test: LazyOfSharedPartConstructsOnlyOneInstanceAcrossThreads #22
Comments
I believe it's due to a race condition with another instance of itself (V1 and V2 are the failing instances). Either that, or the V1 and V2 engines are not as thread-safe as they should be. |
I just saw this again on a local test run. But it was just the V1 engine. |
Saw this again on the V3 engine on Travis CI
|
This happened twice in a row on Travis CI just now. Both were building the very benign #84 PR. |
Saw this again on Travis CI: |
The LazyOfSharedPartConstructsOnlyOneInstanceAcrossThreads test has failed in at least two different builds.
See one such failure here:
The text was updated successfully, but these errors were encountered: