You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHASE='-Prake -Dtask=spec:regression'
[exec] Failures:
[exec]
[exec] 1) A fiber that is running while its resuming thread receives an exception receives that exception
[exec] Failure/Error: expect(thread_exceptions).to eq []
[exec]
[exec] expected: []
[exec] got: [#<ThreadError: interrupted in SizedQueue#pop>, #<ThreadError: interrupted in SizedQueue#pop>]
[exec]
[exec] (compared using ==)
[exec]
[exec] Diff:
[exec] @@ -1,2 +1,3 @@
[exec] -[]
[exec] +[#<ThreadError: interrupted in SizedQueue#pop>,
[exec] + #<ThreadError: interrupted in SizedQueue#pop>]
[exec] # ./spec/regression/GH-1463_exceptions_propagate_through_fibers_spec.rb:42:in `(root)'
I didn't see an easy way to tag them out for now. But it'd be nice to keep the builds green if the failures are benign. Some of the Fiber ones might be legitimate, however.
The text was updated successfully, but these errors were encountered:
I suspect the signal failure is due to Travis being a bit slower and not getting enough time in 0.1 for the signal to route properly. I will see about bumping that up.
I've seen the following tests fail sporadically over the course of today:
I didn't see an easy way to tag them out for now. But it'd be nice to keep the builds green if the failures are benign. Some of the Fiber ones might be legitimate, however.
The text was updated successfully, but these errors were encountered: