-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Non-deterministic test: BackpressureTest.testFlatMapAsync #2560
Comments
That test annoys me as well because a slight threading delay makes it fail. You could post a PR which puts an @ignore on it. |
Can do. I haven't looked at the test yet but might it benefit by starting with a |
The problem is not the schedulers, but the non-deterministic thread stalls. On my Windows machine, a looped test fails 5% of the time. On travis, the same test fails 35% of the time. I was thinking about calling GC and sleeping for some milliseconds, but then the same issue might come back because processor C-states and threadpool spinups can still stall execution. |
Interesting, I love how educational this project is. Tis for me anyway. Erk, added @ignore, ran the suite on slow laptop and
|
And
|
For the first failure, could you check PR #2563 and see what is the exact cause of failure. |
Running PR got these for the record. I'll try again for flatmap async failure
and
|
in |
The wind has changed and after ten suite runs in Eclipse with one Eclipse restart in the middle just for fun I can't repeat the |
I managed to get |
Haven't seen it fail lately |
Yep, because it has been |
Closing due to age ... seems fixed. |
Oh, it's ignored. |
Still closing. |
Okay, reopening, but put in 1.x backlog :-) |
It is ignored and I don't think the test can be fixed. |
Failed 2 out of 3 times when running full suite in Eclipse on slow 2 core laptop. Passes every time when run on its own.
The text was updated successfully, but these errors were encountered: