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

Version 12.0 havb #9565

Merged
merged 4 commits into from
Dec 16, 2024
Merged

Version 12.0 havb #9565

merged 4 commits into from
Dec 16, 2024

Conversation

berland
Copy link
Contributor

@berland berland commented Dec 16, 2024

Backport changes to logging and a minor bugfix in careful_copy

  • PR title captures the intent of the changes, and is fitting for release notes.
  • Added appropriate release note label
  • Commit history is consistent and clean, in line with the contribution guidelines.
  • Make sure unit tests pass locally after every commit (git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"')

When applicable

  • When there are user facing changes: Updated documentation
  • New behavior or changes to existing untested code: Ensured that unit tests are added (See Ground Rules).
  • Large PR: Prepare changes in small commits for more convenient review
  • Bug fix: Add regression test for the bug
  • Bug fix: Create Backport PR to latest release

The batching interval and size can maybe be tuned slightly, before that
it will be quite interesting to know how often message processing
is postponed.

This logging feature existed in the sync version of the ensemble
evaluator, but was not carried over in 509c224.
There exists logs that a user has overspent with a factor of 1.0. This is not very
interesting, so skip logging anything that we don't find significant.
The function careful_copy_file was not able to handle None as
a target. Added the functionality as probably originally intended
and added tests.
@berland berland requested a review from larsevj December 16, 2024 13:18
@berland berland enabled auto-merge (rebase) December 16, 2024 13:20
@berland berland merged commit 9b534b6 into equinor:version-12.0 Dec 16, 2024
39 checks passed
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.

2 participants