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

repeat: tests and fixes #562

Closed
wants to merge 2 commits into from

Conversation

staltz
Copy link
Member

@staltz staltz commented Oct 19, 2015

Resolves #554.

Andre Medeiros added 2 commits October 19, 2015 15:45
Add tests for subscription/unsubscription moments of the repeatable
source for the repeat operator.

Resolves issue ReactiveX#554.
Fix repeat operator to unsubscribe from the repeatable source as soon as
possible (when the previous repetition was completed), not when the
resulting Observable was unsubscribed (which is as late as possible).
Also fix repeat operator to not subscribe to the source at all if
count=0.

Resolves ReactiveX#554.
@staltz
Copy link
Member Author

staltz commented Oct 19, 2015

Coveralls is not happy because of -0.002% difference 😒

@kwonoj
Copy link
Member

kwonoj commented Oct 19, 2015

Think #558 and #557 need to be resolved soon for futher PR's coverage check failure. For now, it seems coverage's decreased though we're adding new test cases.

@benlesh
Copy link
Member

benlesh commented Oct 26, 2015

merged with f67a596 ... thanks @staltz

@benlesh benlesh closed this Oct 26, 2015
@staltz staltz deleted the tests-unsubscribe-repeat branch October 27, 2015 07:35
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants