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

Avoid requesting individual items if the first request in requesting Long.MAX #337

Merged
merged 1 commit into from
Oct 21, 2020

Conversation

cescoffier
Copy link
Contributor

No description provided.

@cescoffier cescoffier added this to the 0.10.0 milestone Oct 21, 2020
@cescoffier cescoffier added the bug Something isn't working label Oct 21, 2020
@codecov
Copy link

codecov bot commented Oct 21, 2020

Codecov Report

Merging #337 into master will increase coverage by 0.12%.
The diff coverage is 72.72%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #337      +/-   ##
============================================
+ Coverage     89.87%   90.00%   +0.12%     
- Complexity     2659     2668       +9     
============================================
  Files           357      357              
  Lines         10192    10214      +22     
  Branches       1258     1264       +6     
============================================
+ Hits           9160     9193      +33     
+ Misses          532      527       -5     
+ Partials        500      494       -6     
Impacted Files Coverage Δ Complexity Δ
...smallrye/mutiny/operators/multi/MultiFilterOp.java 84.37% <72.72%> (-6.11%) 3.00 <0.00> (ø)
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 70.33% <0.00%> (-1.70%) 3.00% <0.00%> (ø%)
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 86.64% <0.00%> (-0.32%) 3.00% <0.00%> (ø%)
...a/io/smallrye/mutiny/converters/multi/ToMaybe.java 100.00% <0.00%> (ø) 4.00% <0.00%> (ø%)
...java/io/smallrye/mutiny/helpers/Subscriptions.java 81.21% <0.00%> (ø) 49.00% <0.00%> (ø%)
...rye/mutiny/operators/multi/MultiRepeatUntilOp.java 100.00% <0.00%> (ø) 5.00% <0.00%> (ø%)
...e/mutiny/streams/stages/FindFirstStageFactory.java 100.00% <0.00%> (ø) 5.00% <0.00%> (ø%)
...mutiny/operators/multi/builders/ResourceMulti.java 87.00% <0.00%> (+0.13%) 5.00% <0.00%> (ø%)
...mallrye/mutiny/operators/UniOnTerminationCall.java 93.54% <0.00%> (+0.21%) 2.00% <0.00%> (ø%)
...ye/mutiny/operators/multi/MultiRepeatWhilstOp.java 83.33% <0.00%> (+0.72%) 2.00% <0.00%> (ø%)
... and 9 more

@cescoffier cescoffier merged commit 0b0c417 into master Oct 21, 2020
@cescoffier cescoffier deleted the fix-filter-request branch October 21, 2020 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants