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] Rename internal batch_info variable to previous_batch_results #11062

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Backport 0f084e1 from #11056.

…1056)

* Rename `batch_info` to `previous_batch_results`

* Exclude `previous_batch_results` from serialization of model node to avoid jinja context bloat

* Drop `previous_batch_results` key from `test_manifest.py` unit tests

In 4050e37 we began excluding
`previous_batch_results` from the serialized representation of the
ModelNode. As such, we no longer need to check for it in `test_manifest.py`.

(cherry picked from commit 0f084e1)
@github-actions github-actions bot requested a review from a team as a code owner November 27, 2024 21:29
@cla-bot cla-bot bot added the cla:yes label Nov 27, 2024
Copy link
Contributor Author

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@MichelleArk MichelleArk added the Skip Changelog Skips GHA to check for changelog file label Nov 27, 2024
Copy link
Contributor

@QMalcolm QMalcolm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double approval

@MichelleArk MichelleArk reopened this Nov 27, 2024
Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.11%. Comparing base (aceae51) to head (642f929).
Report is 1 commits behind head on 1.9.latest.

Additional details and impacted files
@@              Coverage Diff               @@
##           1.9.latest   #11062      +/-   ##
==============================================
- Coverage       89.17%   89.11%   -0.07%     
==============================================
  Files             183      183              
  Lines           23765    23767       +2     
==============================================
- Hits            21193    21180      -13     
- Misses           2572     2587      +15     
Flag Coverage Δ
integration 86.42% <100.00%> (-0.14%) ⬇️
unit 62.17% <37.50%> (+<0.01%) ⬆️

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

Components Coverage Δ
Unit Tests 62.17% <37.50%> (+<0.01%) ⬆️
Integration Tests 86.42% <100.00%> (-0.14%) ⬇️

@QMalcolm QMalcolm merged commit 65f05e0 into 1.9.latest Nov 27, 2024
63 of 66 checks passed
@QMalcolm QMalcolm deleted the backport-11056-to-1.9.latest branch November 27, 2024 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants