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
fix: prevent premature cleanup in parallel multinode tests
- Don't add node PIDs to CLEANUP_PIDS in parallel mode
- Return error code instead of calling error() in parallel execution
- Handle test exit code properly in main function
- This prevents nodes from being killed before they can timeout naturally
0 commit comments