-
-
Notifications
You must be signed in to change notification settings - Fork 748
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
test(supervisors): fix occasional assertion failures and hangs #2431
Open
vvanglro
wants to merge
14
commits into
encode:master
Choose a base branch
from
vvanglro:fix/test_hang
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+16
−6
Commits on Aug 14, 2024
-
test(supervisors): ensure cleanup in test_multiprocess by using 'fina…
…lly' Ensure proper cleanup in 'test_multiprocess' by wrapping the supervisor shutdown logic in a 'finally' block. This guarantees that the supervisor is properly terminated and all processes are joined, avoiding potential resource leaks or state residuebetween test runs.
Configuration menu - View commit details
-
Copy full SHA for b1bf81c - Browse repository at this point
Copy the full SHA b1bf81cView commit details -
test(supervisor): add timeout to multiprocess test subprocess
A10-second timeout has been added to the subprocess call within the test_multiprocess.py to ensure it does not hang indefinitely in case of failures or slow systems.
Configuration menu - View commit details
-
Copy full SHA for b4d8b09 - Browse repository at this point
Copy the full SHA b4d8b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for a65c61a - Browse repository at this point
Copy the full SHA a65c61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d832a5a - Browse repository at this point
Copy the full SHA d832a5aView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd7dcc9 - Browse repository at this point
Copy the full SHA cd7dcc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c6968 - Browse repository at this point
Copy the full SHA 27c6968View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d496e - Browse repository at this point
Copy the full SHA f0d496eView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 239a3cf - Browse repository at this point
Copy the full SHA 239a3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe43cb - Browse repository at this point
Copy the full SHA ffe43cbView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 41583fd - Browse repository at this point
Copy the full SHA 41583fdView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b97b39 - Browse repository at this point
Copy the full SHA 5b97b39View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d737e28 - Browse repository at this point
Copy the full SHA d737e28View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8f2769 - Browse repository at this point
Copy the full SHA b8f2769View commit details
Commits on Nov 21, 2024
-
test(supervisors): improve test_multiprocess reliability
- Replace fixed sleep with retry mechanism for process status checks- Enhance test stability by allowing for variable process startup times
Configuration menu - View commit details
-
Copy full SHA for 0b1b372 - Browse repository at this point
Copy the full SHA 0b1b372View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.