-
Notifications
You must be signed in to change notification settings - Fork 72
DRIVERS-3298 Improve stop-orchestration behavior #694
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
DRIVERS-3298 Improve stop-orchestration behavior #694
Conversation
Co-authored-by: Ezra Chung <[email protected]>
Co-authored-by: Ezra Chung <[email protected]>
Co-authored-by: Ezra Chung <[email protected]>
Co-authored-by: Ezra Chung <[email protected]>
|
Thanks for the review! I'll try all the scenarios again locally before asking for another. |
| try: | ||
| proc.terminate() | ||
| try: | ||
| proc.wait(10) # Wait up to 10 seconds. | ||
| except psutil.TimeoutExpired: | ||
| proc.kill() | ||
| except psutil.NoSuchProcess: | ||
| pass |
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.
Oof, I'll have to remember to avoid this when using GitHub's new PR editor.
|
Okay, I tested again. I had to escape the quotes in the |
eramongodb
left a comment
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.
Minor suggestions/questions remaining; otherwise, LGTM.
Co-authored-by: Ezra Chung <[email protected]>
Co-authored-by: Ezra Chung <[email protected]>
Co-authored-by: Ezra Chung <[email protected]>
|
I had to account for some platform-specific errors/concerns, it should be good to go now. |
eramongodb
left a comment
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.
Minor suggestion; otherwise, LGTM.
Co-authored-by: Ezra Chung <[email protected]>
|
The docker failures are unrelated, there was a change in the PPA: "Note: Python 3.10 (jammy), Python3.12 (noble) are not provided by deadsnakes as upstream ubuntu provides those packages." |
DRIVERS-3298
Replaces #690.
cc @baileympearson