Commit c56db24
committed
testsuite: fix racy flux job attach test
Problem: when t2500-job-attach.t is run on a busy system, the
"attach: reports job shell Killed if job shell is killed" test
sometimes fails.
'flux submit --wait-event=exec.shell.start kill -9 $PPID' may fail
if the shell is terminated before shell.start can be posted.
Drop the --wait-event as it's not really needed per @grondo.
Fixes #62111 parent 7cff149 commit c56db24
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments