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

Fix race condition in PageListener #1351

Merged
merged 2 commits into from
Oct 24, 2024

make sure increment before schedule

2b497b9
Select commit
Loading
Failed to load commit list.
Merged

Fix race condition in PageListener #1351

make sure increment before schedule
2b497b9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 24, 2024 in 1s

80.00% (+0.00%) compared to da73506

View this Pull Request on Codecov

80.00% (+0.00%) compared to da73506

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 80.00%. Comparing base (da73506) to head (2b497b9).

Files with missing lines Patch % Lines
...ensearch/timeseries/transport/ResultProcessor.java 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #1351   +/-   ##
=========================================
  Coverage     80.00%   80.00%           
- Complexity     5662     5673   +11     
=========================================
  Files           533      533           
  Lines         23429    23430    +1     
  Branches       2335     2334    -1     
=========================================
+ Hits          18745    18746    +1     
- Misses         3573     3578    +5     
+ Partials       1111     1106    -5     
Files with missing lines Coverage Δ
...imeseries/transport/ResultBulkTransportAction.java 70.58% <ø> (ø)
...ensearch/timeseries/transport/ResultProcessor.java 78.90% <85.71%> (+0.88%) ⬆️

... and 14 files with indirect coverage changes