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

[Backport 1.9.latest] Fix erroneous additional batch execution #11117

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Backport c9582c2 from #11113.

* Update single batch test case to check for generic exceptions

* Explicitly skip last final batch execution when there is only one batch

Previously if there was only one batch, we would try to execute _two_
batches. The first batch, and a "last" non existent batch. This would
result in an unhandled exception.

* Changie doc

(cherry picked from commit c9582c2)
@github-actions github-actions bot requested a review from a team as a code owner December 10, 2024 15:28
@cla-bot cla-bot bot added the cla:yes label Dec 10, 2024
@QMalcolm
Copy link
Contributor

Closing and re-opening to get github actions to start properly

@QMalcolm QMalcolm closed this Dec 10, 2024
@QMalcolm QMalcolm reopened this Dec 10, 2024
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.16%. Comparing base (df2dd6d) to head (0e75a04).
Report is 1 commits behind head on 1.9.latest.

Additional details and impacted files
@@              Coverage Diff               @@
##           1.9.latest   #11117      +/-   ##
==============================================
- Coverage       89.18%   89.16%   -0.02%     
==============================================
  Files             183      183              
  Lines           23853    23854       +1     
==============================================
- Hits            21273    21270       -3     
- Misses           2580     2584       +4     
Flag Coverage Δ
integration 86.56% <100.00%> (-0.03%) ⬇️
unit 62.07% <0.00%> (-0.01%) ⬇️

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

Components Coverage Δ
Unit Tests 62.07% <0.00%> (-0.01%) ⬇️
Integration Tests 86.56% <100.00%> (-0.03%) ⬇️

@QMalcolm QMalcolm merged commit 92a5548 into 1.9.latest Dec 10, 2024
60 of 61 checks passed
@QMalcolm QMalcolm deleted the backport-11113-to-1.9.latest branch December 10, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant