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

This commit is contained in:
yoav-steinberg 2021-09-29 17:10:05 +03:00 committed by GitHub
parent 2c38caa176
commit d715655f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,11 @@ start_server {tags {"maxmemory" "external:skip"}} {
}
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