-
Notifications
You must be signed in to change notification settings - Fork 11
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
FiberError with minitest's parallelize_me! with sequel #5
Comments
Update, checking around the failing code, I noticed the part of the code that tests if fibers are broken so I tried the
now I get non-deterministic (on all tests, every time):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It fails non-deterministically, line 46 in
test_helpers.rb
is:this is going in unit tests, so no parallel thread wacky stuff going on like with the integration tests. I'm using
database_cleaner (1.5.3)
, let me know if I can assist moreThe text was updated successfully, but these errors were encountered: