-
Notifications
You must be signed in to change notification settings - Fork 26
JRuby thread safety test nondeterministically fails #383
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
This failed again in this CI run, running against 5720bf6 on the same JRuby version as above:
with the following test failure:
|
Ah. A possible path is to conditionally include concurrent-ruby on JRuby, or even just use it if its already included, so that we use thread-safe Array and Hash? |
I'm hesitant to introduce a dependency, which would be a departure from how this library has existed thus far. @ms-ati do you have a clear understanding of what's causing the bug? I haven't investigated it. |
Note that this may be caused by the same underlying issue as #264 |
Uh oh!
There was an error while loading. Please reload this page.
In this CI run, running against 403a4e7 with this JRuby version:
we got the following test failure:
The text was updated successfully, but these errors were encountered: