Skip to content

Commit

Permalink
System tests: unverbosify a flake log
Browse files Browse the repository at this point in the history
One of our oldest most frustrating flakes is containers#16091, "Timed
out waiting for BYE".

In containers#17489 we added some debug output to see if the problem
was a container hang of some sort. It does not seem to be
(see containers#17675), and the debug output makes it hard to read
failure logs, so let's remove it.

Signed-off-by: Ed Santiago <santiago@redhat.com>
  • Loading branch information
edsantiago committed Apr 3, 2023
1 parent 9ca3dd3 commit 24dfa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/032-sig-proxy.bats
Expand Up @@ -3,7 +3,7 @@
load helpers

# Command to run in each of the tests.
SLEEPLOOP='trap "echo BYE;exit 0" INT;echo READY;while :;do echo RUNNING;sleep 0.1;done'
SLEEPLOOP='trap "echo BYE;exit 0" INT;echo READY;while :;do sleep 0.1;done'

function setup() {
basic_setup
Expand Down

0 comments on commit 24dfa28

Please sign in to comment.