-
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
Added 'sleep' to avoid 'testMapWithErrorInFuncAndThreadPoolScheduler' fails #461
Conversation
RxJava-pull-requests #380 FAILURE |
It is preferable to use a CountDownLatch instead of sleep, or the TestScheduler. CloudBees in particular demonstrates the non-determinism of Thread.sleep for unit tests. |
I updated the PR and used TestScheduler. |
RxJava-pull-requests #381 FAILURE |
Due to pull request #466 which touched virtually every file in the project can you please rebase this so it can merge cleanly again? |
I have rebased it. |
RxJava-pull-requests #389 FAILURE |
RxJava-pull-requests #392 FAILURE |
RxJava-pull-requests #393 FAILURE |
RxJava-pull-requests #394 FAILURE |
It has been fixed in #473 |
Hi, due to my mistake,
testMapWithErrorInFuncAndThreadPoolScheduler
may fail in some situation. Sorry for that. I fixed it in this PR.