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
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#6211
0 commit comments