Unverified Commit d715655f authored by yoav-steinberg's avatar yoav-steinberg Committed by GitHub
Browse files

verbose debug print in test to debug rare CI failure. (#9563)

parent 2c38caa1
...@@ -126,7 +126,11 @@ start_server {tags {"maxmemory" "external:skip"}} { ...@@ -126,7 +126,11 @@ start_server {tags {"maxmemory" "external:skip"}} {
} }
for {set j 0} {$j < 40} {incr j} { for {set j 0} {$j < 40} {incr j} {
catch {r publish bla [string repeat x 100000]} err if {[catch {r publish bla [string repeat x 100000]} err]} {
if $::verbose {
puts "Error publishing: $err"
}
}
} }
verify_test $client_eviction verify_test $client_eviction
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment