]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
Added test for client output buffer limit (hard limit).
[redis.git] / tests / test_helper.tcl
index 41c3557dc2748445f6e456f41da86823cd176c05..ef128ae202d85be11b95295714d3a86079fe5717 100644 (file)
@@ -35,6 +35,7 @@ set ::all_tests {
     unit/scripting
     unit/maxmemory
     unit/introspection
+    unit/obuf-limits
 }
 # Index to the next test to run in the ::all_tests list.
 set ::next_test 0
@@ -115,7 +116,7 @@ proc reconnect {args} {
     }
 
     # re-set $srv in the servers list
-    set ::servers [lreplace $::servers end+$level 1 $srv]
+    lset ::servers end+$level $srv
 }
 
 proc redis_deferring_client {args} {