Describe the bug
A short description of the bug.
To reproduce
Visit https://github.com/valkey-io/valkey/actions/runs/15836683365/job/44641622150 (or many other runs ...) and see:
[TIMEOUT]: clients state report follows.
sock55d6f62ed480 => (IN PROGRESS) Active Defrag big list: cluster
Killing still running Valkey server 54846
...
!!! WARNING The following tests failed:
*** [TIMEOUT]: clients state report follows.
Cleanup: may take some time... OK
Expected behavior
- A message that says a state report follows should either be followed by a state report or not be present.
- A message that says "the following tests failed" should be followed by a list of tests
Additional information
This code generates the final output:
|
puts "\n[colorstr bold-red {!!! WARNING}] The following tests failed:\n" |
|
foreach failed $::failed_tests { |
|
puts "*** $failed" |
This code is what contributes the incompatible text:
|
set err "\[[colorstr red TIMEOUT]\]: clients state report follows." |
|
puts $err |
|
lappend ::failed_tests $err |
Describe the bug
A short description of the bug.
To reproduce
Visit https://github.com/valkey-io/valkey/actions/runs/15836683365/job/44641622150 (or many other runs ...) and see:
...
Expected behavior
Additional information
This code generates the final output:
valkey/tests/test_helper.tcl
Lines 530 to 532 in 2aea99b
This code is what contributes the incompatible text:
valkey/tests/test_helper.tcl
Lines 336 to 338 in 2aea99b