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: Add TCK for MulticastProcessor & {0..1}.flatMapPublisher #6022

Merged
merged 1 commit into from
May 26, 2018

Conversation

akarnokd
Copy link
Member

This PR adds Reactive Streams TCK tests to:

  • MulticastProcessor (both externally and internally refcounted`
  • Single.flatMapPublisher
  • Maybe.flatMapPublisher
  • Completable.andThen(Publisher)

@akarnokd akarnokd added this to the 2.2 milestone May 26, 2018
@codecov
Copy link

codecov bot commented May 26, 2018

Codecov Report

Merging #6022 into 2.x will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##               2.x    #6022      +/-   ##
===========================================
- Coverage     98.3%   98.26%   -0.05%     
- Complexity    6160     6163       +3     
===========================================
  Files          659      659              
  Lines        44521    44521              
  Branches      6201     6201              
===========================================
- Hits         43766    43748      -18     
- Misses         224      232       +8     
- Partials       531      541      +10
Impacted Files Coverage Δ Complexity Δ
...l/operators/observable/ObservableFlatMapMaybe.java 89.54% <0%> (-7.19%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 91.3% <0%> (-4.84%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableFromIterable.java 95.18% <0%> (-2.14%) 5% <0%> (ø)
...x/internal/operators/flowable/FlowablePublish.java 97.44% <0%> (-1.28%) 11% <0%> (ø)
.../operators/mixed/FlowableSwitchMapCompletable.java 98.94% <0%> (-1.06%) 2% <0%> (ø)
...vex/internal/operators/parallel/ParallelRunOn.java 96.61% <0%> (-0.97%) 8% <0%> (ø)
.../operators/mixed/FlowableConcatMapCompletable.java 99.14% <0%> (-0.86%) 2% <0%> (ø)
...perators/single/SingleFlatMapIterableFlowable.java 97.5% <0%> (-0.84%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableTimeoutTimed.java 98.37% <0%> (-0.82%) 3% <0%> (ø)
...vex/internal/operators/flowable/FlowableCache.java 97.94% <0%> (-0.69%) 10% <0%> (-1%)
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 07e126f...e1a2611. Read the comment docs.

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

Successfully merging this pull request may close these issues.

2 participants