We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
io.reactivex.parallel.ParallelFlowableTest > parallelismAndPrefetchAsync FAILED java.lang.AssertionError: Value counts differ; Expected: 1048576, Actual: 619054 (latch = 1, values = 619054, errors = 0, completions = 0) at io.reactivex.observers.BaseTestConsumer.fail(BaseTestConsumer.java:146) at io.reactivex.observers.BaseTestConsumer.assertValueCount(BaseTestConsumer.java:443) at io.reactivex.parallel.ParallelFlowableTest.parallelismAndPrefetchAsync(ParallelFlowableTest.java:741)
Could be due to timeout on an overworked container instance.
Also the BaseTestConsumer may be extended to:
BaseTestConsumer
awaitDone
onError
The text was updated successfully, but these errors were encountered:
Closing via #5199
Sorry, something went wrong.
No branches or pull requests
Could be due to timeout on an overworked container instance.
Also the
BaseTestConsumer
may be extended to:awaitDone
setsawaitDone
add anonError
(requires synchronising the errors list) or a separate timeout flag that get's also printed.The text was updated successfully, but these errors were encountered: