mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
verbose debug print in test to debug rare CI failure. (#9563)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user