Commit 272b273
committed
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 naturally1 parent 052e02d commit 272b273
1 file changed
+22
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
737 | | - | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
738 | 740 | | |
739 | 741 | | |
740 | 742 | | |
| |||
872 | 874 | | |
873 | 875 | | |
874 | 876 | | |
875 | | - | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
876 | 880 | | |
877 | 881 | | |
| 882 | + | |
| 883 | + | |
878 | 884 | | |
879 | 885 | | |
880 | 886 | | |
881 | 887 | | |
882 | | - | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
883 | 892 | | |
884 | 893 | | |
885 | 894 | | |
| |||
930 | 939 | | |
931 | 940 | | |
932 | 941 | | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
933 | 945 | | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
934 | 951 | | |
935 | 952 | | |
936 | 953 | | |
0 commit comments