-
Notifications
You must be signed in to change notification settings - Fork 109
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 ambiguous find_unsmry() #9300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🪚
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the new test is flaky:
FAILED tests/ert/unit_tests/resources/test_ecl_run_new_config.py::test_find_unsmry[paths_to_touch11-SPE1-ValueError] - Failed: DID NOT RAISE <class 'ValueError'>
https://github.com/equinor/ert/actions/runs/11955842976/job/33364180931?pr=9300
Oh no, case insensitive filesystem on Mac. |
This solves a bug where find_unsmry() would not be able to locate the correct summary file even if it has the correct base for the Eclipse deck
97412f5
to
f41f00a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Issue
Resolves #9277
Approach
Solve old bug that old code tucked under the carpet.
To reproduce this problem you need to run Eclipse with more than 1 CPU and also leave a similar looking UNSMRY-file to the runpath.
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable