Skip to content

1.x: Flaky test OperatorObserveOnTest.testQueueFullEmitsErrorWithVaryingBufferSize #3819

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

Closed
artem-zinnatullin opened this issue Mar 31, 2016 · 2 comments

Comments

@artem-zinnatullin
Copy link
Contributor

Fails constantly on my dev machine today and now I saw it on Travis.

rx.internal.operators.OperatorObserveOnTest > testQueueFullEmitsErrorWithVaryingBufferSize FAILED
    java.lang.AssertionError: expected:<1> but was:<0>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at rx.internal.operators.OperatorObserveOnTest.testQueueFullEmitsErrorWithVaryingBufferSize(OperatorObserveOnTest.java:631)
@akarnokd
Copy link
Member

Yep, fixed in #3795 awaiting review...

@akarnokd
Copy link
Member

akarnokd commented Apr 3, 2016

Fixed separately in #3825.

@akarnokd akarnokd closed this as completed Apr 3, 2016
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

2 participants