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 11.0 havb #8793

Merged
merged 9 commits into from
Sep 25, 2024
Merged

Version 11.0 havb #8793

merged 9 commits into from
Sep 25, 2024

Conversation

berland
Copy link
Contributor

@berland berland commented Sep 25, 2024

Commits to be included in 2024.10 from yours truly

In a coupled reservoir simulation, there is a master
Eclipse process, which itself starts up Eclipse processes
for its slaves. If the master process fails due to license
trouble, it is caught by the existing code, but if the master
passes but any of the slaves do not, the PRT files of the
slaves must be parsed to deduce license failure or not.
If the forward model runner reports a cpu-time that exceeds
duration times NUM_CPU, it implies that the user has misconfigured
something, typically NUM_CPU, or that the forward model does not
respect NUM_CPU.
Contrary to earlier belief in the codebase, returncode 255
does not only mean flaky ssh connection. In order to no retry
on known error scenarios, we must detect them explicitly by string
matcing.
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 95.45455% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.46%. Comparing base (bcb4316) to head (a6b282a).

Files with missing lines Patch % Lines
src/ert/ensemble_evaluator/evaluator.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           version-11.0    #8793      +/-   ##
================================================
- Coverage         91.47%   91.46%   -0.02%     
================================================
  Files               343      343              
  Lines             21257    21277      +20     
================================================
+ Hits              19445    19461      +16     
- Misses             1812     1816       +4     
Flag Coverage Δ
cli-tests 38.98% <72.72%> (+0.05%) ⬆️
gui-tests 72.42% <72.72%> (+0.03%) ⬆️
performance-tests 49.29% <72.72%> (+0.01%) ⬆️
unit-tests 80.10% <95.45%> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@berland berland self-assigned this Sep 25, 2024
@berland berland merged commit 1c82874 into equinor:version-11.0 Sep 25, 2024
35 checks passed
@berland berland deleted the version-11.0-havb branch October 9, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants