-
Notifications
You must be signed in to change notification settings - Fork 110
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
Conversation
CodSpeed Performance ReportMerging #10051 will not alter performanceComparing Summary
|
9f5e64b
to
ef357c2
Compare
Communicate with the server thread via a simple queue
ef357c2
to
ad404c7
Compare
@@ -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): |
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.
Is this test not relevant anymore?
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.
I might have been a bit ✂️ happy with this one I will put it back and update it.
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.
Very good 🚀
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)
git rebase -i main --exec 'just rapid-tests'
)When applicable