-
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
Ignore erroneous auto-scale configuration, but warn #9390
Conversation
aa3bcd1
to
fac0dd6
Compare
test-data/ert/poly_example/poly.ert
Outdated
@@ -6,9 +6,11 @@ RUNPATH poly_out/realization-<IENS>/iter-<ITER> | |||
OBS_CONFIG observations | |||
REALIZATION_MEMORY 50mb | |||
|
|||
NUM_REALIZATIONS 100 | |||
NUM_REALIZATIONS 10 |
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.
Don't think we should change anything in the test-data. Maybe we could instead just edit this in the test.
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.
this is just a boo-boo, will fix. Note to self, remove git commit -a
from muscle memory.
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.
No problem, it was just in the ready for review column so thought I would comment on it for safety.
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.
fixed
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.
Currently edits the test-data in place, this should instead just be handled in the test to avoid coupling tests together.
fac0dd6
to
db05829
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9390 +/- ##
=======================================
Coverage 91.85% 91.86%
=======================================
Files 433 433
Lines 26655 26659 +4
=======================================
+ Hits 24485 24491 +6
+ Misses 2170 2168 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 #9339
Approach
Detect and ignore (but warn)
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable