You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[integ-test-framework] Terminate processes where tests have finished
Some processes could hang in `sleeping` status forever. The suspected reason is that when tests fail, sometimes network connections are not closed, causing the parent process to hang in `sleeping`.
Prior to this commit, we have a 4-hour timeout for processes. This commit adds another check to read the Pytest logs to terminate processes where tests have finished for more than 30 minutes.
Signed-off-by: Hanwen <hanwenli@amazon.com>
0 commit comments