Skip to content

Commit

Permalink
If the termination signal isn't sent quickly enough, just warn instea…
Browse files Browse the repository at this point in the history
…d of treating it as a test failure

Avoids the intermittent test failure in https://buildkite.com/julialang/rr/builds/1508#018bc02a-6b83-4fe5-898b-6222fb156424
  • Loading branch information
rocallahan committed Nov 24, 2023
1 parent d9e4547 commit c5abc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/term_trace_cpu.run
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo " done."
wait

if [[ "record.out" == $(grep -l "EXIT-SUCCESS" record.out) ]]; then
failed "error during recording: tracer not interrupted in time."
echo "warning: tracer not interrupted in time."
fi

echo "Replaying ..."
Expand Down

0 comments on commit c5abc07

Please sign in to comment.