-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
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:
- print the cancellation status which
awaitDone
sets - make
awaitDone
add anonError
(requires synchronising the errors list) or a separate timeout flag that get's also printed.