Skip to content
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

2.x: ParallelFlowableTest > parallelismAndPrefetchAsync FAILED #5154

Closed
akarnokd opened this issue Mar 3, 2017 · 1 comment
Closed

2.x: ParallelFlowableTest > parallelismAndPrefetchAsync FAILED #5154

akarnokd opened this issue Mar 3, 2017 · 1 comment

Comments

@akarnokd
Copy link
Member

akarnokd commented Mar 3, 2017

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 an onError (requires synchronising the errors list) or a separate timeout flag that get's also printed.
@akarnokd
Copy link
Member Author

Closing via #5199

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant