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

Update communication between the everest server job and the experiment server #10051

Merged
merged 4 commits into from
Feb 13, 2025

Conversation

DanSava
Copy link
Contributor

@DanSava DanSava commented Feb 12, 2025

Issue
Resolves #10019

Approach
Remove communication between the Everest server job and the Everest experiment server via HTTP calls and replace it with a message queue.

(Screenshot of new behavior in GUI if applicable)

  • 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 'just rapid-tests')

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

Copy link

codspeed-hq bot commented Feb 12, 2025

CodSpeed Performance Report

Merging #10051 will not alter performance

Comparing DanSava:fix_bleeding (efea6e9) with main (8cc0934)

Summary

✅ 25 untouched benchmarks

@@ -136,94 +123,8 @@ def test_configure_logger_failure(_, tmp_path, change_to_tmpdir):

@patch("sys.argv", ["name", "--output-dir", "everest_output"])
@patch("everest.detached.jobs.everserver._configure_loggers")
@patch("requests.get")
def test_status_running_complete(mocked_get, _, change_to_tmpdir):
def mocked_server(url, verify, auth, timeout, proxies):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this test not relevant anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might have been a bit ✂️ happy with this one I will put it back and update it.

@DanSava DanSava added release-notes:bug-fix Automatically categorise as bug fix in release notes release-notes:maintenance Automatically categorise as maintenance change in release notes labels Feb 13, 2025
@DanSava DanSava changed the title Fix bleeding Update communication between the everest server job and the experiment server Feb 13, 2025
@DanSava DanSava self-assigned this Feb 13, 2025
@frode-aarstad frode-aarstad self-requested a review February 13, 2025 11:59
Copy link
Contributor

@frode-aarstad frode-aarstad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good 🚀

@DanSava DanSava merged commit aba447f into equinor:main Feb 13, 2025
27 checks passed
@DanSava DanSava deleted the fix_bleeding branch February 13, 2025 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes:bug-fix Automatically categorise as bug fix in release notes release-notes:maintenance Automatically categorise as maintenance change in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Everest tests fails with ValueError: cannot concat empty list
2 participants