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

cloudv2: don't go over maxSeriesInBatch #3226

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Conversation

mstoykov
Copy link
Contributor

The if was using <= instead of < to stop, which means that it always went 1 over.

The if was using `<=` instead of `<` to stop, which means that it always
went 1 over.
@mstoykov mstoykov added this to the v0.46.0 milestone Jul 25, 2023
@github-actions github-actions bot requested review from codebien and imiric July 25, 2023 08:00
@mstoykov mstoykov requested a review from na-- July 25, 2023 08:42
@codecov-commenter
Copy link

Codecov Report

Merging #3226 (5fa9623) into master (344c446) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 5fa9623 differs from pull request most recent head 303dfa7. Consider uploading reports for the commit 303dfa7 to get more accurate results

@@           Coverage Diff           @@
##           master    #3226   +/-   ##
=======================================
  Coverage   73.23%   73.23%           
=======================================
  Files         259      259           
  Lines       19889    19890    +1     
=======================================
+ Hits        14565    14566    +1     
+ Misses       4402     4401    -1     
- Partials      922      923    +1     
Flag Coverage Δ
ubuntu 73.17% <100.00%> (+0.01%) ⬆️
windows 73.06% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
output/cloud/expv2/flush.go 93.47% <100.00%> (+0.07%) ⬆️

... and 2 files with indirect coverage changes

@mstoykov mstoykov merged commit 9fb9b88 into master Jul 25, 2023
@mstoykov mstoykov deleted the fixMaxSeriesInBatch branch July 25, 2023 09:02
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.

4 participants