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

Use all accessible ports for ERT on local queue #454

Closed
wants to merge 1 commit into from

Conversation

berland
Copy link
Collaborator

@berland berland commented Oct 9, 2023

If not, ERT will pick a port in the default range 51820-51840 for which should be saved for ERT runs over the network. When running tests in parallel, using the limited range exposes the tests to port starvation.

If not, ERT will pick a port in the default range 51820-51840 for which
should be saved for ERT runs over the network. When running tests in
parallel, using the limited range exposes the tests to port starvation.
@berland berland self-assigned this Oct 9, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #454 (3ee8697) into master (d431cc6) will increase coverage by 0.08%.
Report is 7 commits behind head on master.
The diff coverage is 100.00%.

❗ Current head 3ee8697 differs from pull request most recent head 846f02f. Consider uploading reports for the commit 846f02f to get more accurate results

@@            Coverage Diff             @@
##           master     #454      +/-   ##
==========================================
+ Coverage   95.08%   95.17%   +0.08%     
==========================================
  Files          31       31              
  Lines        4374     4413      +39     
==========================================
+ Hits         4159     4200      +41     
+ Misses        215      213       -2     
Files Coverage Δ
ecl2df/__init__.py 94.73% <100.00%> (+5.26%) ⬆️
ecl2df/common.py 99.71% <100.00%> (+0.05%) ⬆️
ecl2df/equil.py 100.00% <100.00%> (ø)
ecl2df/grid.py 97.87% <100.00%> (ø)
ecl2df/pillars.py 100.00% <ø> (ø)
ecl2df/summary.py 96.82% <ø> (ø)
ecl2df/trans.py 97.10% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@berland
Copy link
Collaborator Author

berland commented Oct 10, 2023

Superseded by equinor/ert#6280

@berland berland closed this Oct 10, 2023
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