Skip to content

Commit 07b365b

Browse files
committed
revert an accidental test code change done as part of the tls project
it seems that commit b087dd1 accidentially changed gen_write_load to not use deferred client, which causes them to be slower and not generate high load which they should, making some tests less effecitive
1 parent f5d4853 commit 07b365b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/gen_write_load.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set ::tlsdir "tests/tls"
44

55
proc gen_write_load {host port seconds tls} {
66
set start_time [clock seconds]
7-
set r [redis $host $port 0 $tls]
7+
set r [redis $host $port 1 $tls]
88
$r select 9
99
while 1 {
1010
$r set [expr rand()] [expr rand()]

0 commit comments

Comments
 (0)