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: increase timeout on parallel & completable tests #5199

Merged
merged 1 commit into from
Mar 20, 2017

Conversation

akarnokd
Copy link
Member

This PR increases the timeout on CompletableTest test methods and on ParallelFlowableTest.parallelismAndPrefetchAsync.

Related: #5154, #5179.

@akarnokd akarnokd added this to the 2.0 backlog milestone Mar 20, 2017
@codecov
Copy link

codecov bot commented Mar 20, 2017

Codecov Report

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

@@             Coverage Diff             @@
##                2.x   #5199      +/-   ##
===========================================
- Coverage     95.98%   95.9%   -0.08%     
+ Complexity     5679    5673       -6     
===========================================
  Files           621     621              
  Lines         40611   40611              
  Branches       5632    5632              
===========================================
- Hits          38982   38950      -32     
- Misses          648     671      +23     
- Partials        981     990       +9
Impacted Files Coverage Δ Complexity Δ
...vex/internal/operators/single/SingleTakeUntil.java 86.88% <0%> (-8.2%) 2% <0%> (ø)
...ava/io/reactivex/processors/BehaviorProcessor.java 86.78% <0%> (-6.61%) 60% <0%> (-2%)
...a/io/reactivex/internal/util/QueueDrainHelper.java 58.86% <0%> (-5.68%) 31% <0%> (-4%)
.../operators/flowable/FlowableBlockingSubscribe.java 91.66% <0%> (-5.56%) 9% <0%> (-1%)
...rnal/subscriptions/DeferredScalarSubscription.java 93.84% <0%> (-4.62%) 27% <0%> (-1%)
...l/operators/observable/ObservableFlatMapMaybe.java 92.15% <0%> (-4.58%) 2% <0%> (ø)
...ernal/operators/maybe/MaybeTakeUntilPublisher.java 96% <0%> (-4%) 2% <0%> (ø)
...vex/internal/operators/flowable/FlowableTimer.java 92.85% <0%> (-3.58%) 2% <0%> (ø)
...vex/internal/operators/parallel/ParallelRunOn.java 94.41% <0%> (-3.05%) 6% <0%> (ø)
...nternal/operators/observable/ObservableCreate.java 96.42% <0%> (-2.68%) 2% <0%> (ø)
... and 36 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 354a16d...d2b3845. 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