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

test: add firehose tests #5652

Merged
merged 4 commits into from
Aug 18, 2020
Merged

test: add firehose tests #5652

merged 4 commits into from
Aug 18, 2020

Conversation

cartant
Copy link
Collaborator

@cartant cartant commented Aug 18, 2020

Description:

This PR adds the synchronous 'firehose' test - from PR #5650 - to all operators for which it is meaningful.

The following operators currently fail and are skipped:

  • catchError
  • exhaust
  • exhaustMap
  • multicast
  • raceWith
  • refCount
  • repeat
  • repeatWhen
  • retry
  • retryWhen
  • share
  • shareReplay
  • single
  • skipLast
  • throttle
  • timeout
  • timeoutWith

Some of the failures are likely dependent - e.g. share fails because either multicast or refCount fails.

Whether or not the failures should be fixed in this PR or in subsequent PRs, IDK. Anyway, at least we now have the tests.

Also, the PR renames some spec source files to match the operator name and to identify 'legacy' tests - some existing files were identified as such, but others were not.

Related issue (if exists): #5650

@cartant cartant requested a review from benlesh August 18, 2020 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants