mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
verbose debug print in test to debug rare CI failure. (#9563)
This commit is contained in:
parent
2c38caa176
commit
d715655f16
1 changed files with 5 additions and 1 deletions
|
|
@ -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 a new issue