mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
verbose debug print in test to debug rare CI failure. (#9563)
This commit is contained in:
parent
2c38caa176
commit
d715655f16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user