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: ObservableRefCountTest > testRepeat FAILED #4015

Closed
akarnokd opened this issue Jun 17, 2016 · 1 comment
Closed

2.x: ObservableRefCountTest > testRepeat FAILED #4015

akarnokd opened this issue Jun 17, 2016 · 1 comment
Assignees
Milestone

Comments

@akarnokd
Copy link
Member

io.reactivex.internal.operators.observable.NbpOnSubscribeRefCountTest > testRepeat FAILED
    java.lang.AssertionError: Subscriber still running! Error(s) present: [java.lang.IllegalStateException: onSubscribe not called in proper order]
        at io.reactivex.observers.TestObserver.fail(TestObserver.java:302)
        at io.reactivex.observers.TestObserver.assertNoErrors(TestObserver.java:365)
        at io.reactivex.internal.operators.observable.NbpOnSubscribeRefCountTest.testRepeat(NbpOnSubscribeRefCountTest.java:197)
        Caused by:
        io.reactivex.exceptions.CompositeException
            at io.reactivex.observers.TestObserver.fail(TestObserver.java:303)
            ... 2 more
            Caused by:
            io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received =>
                Caused by:
                java.lang.IllegalStateException: onSubscribe not called in proper order
@akarnokd akarnokd added this to the 2.0 milestone Jun 17, 2016
@akarnokd akarnokd self-assigned this Aug 29, 2016
@akarnokd akarnokd changed the title 2.x: NbpOnSubscribeRefCountTest > testRepeat FAILED 2.x: ObservableRefCountTest > testRepeat FAILED Aug 29, 2016
@akarnokd
Copy link
Member Author

akarnokd commented Sep 8, 2016

Should be resolved in #4506.

@akarnokd akarnokd closed this as completed Sep 8, 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

1 participant