From f983318e521a6540146eabeeb40634157fdc34b9 Mon Sep 17 00:00:00 2001
From: antirez <antirez@gmail.com>
Date: Tue, 28 Jun 2016 09:33:36 +0200
Subject: [PATCH] Stress tester WIP.

---
 tests/unit/type/list-3.tcl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/unit/type/list-3.tcl b/tests/unit/type/list-3.tcl
index 744f7037..7888409e 100644
--- a/tests/unit/type/list-3.tcl
+++ b/tests/unit/type/list-3.tcl
@@ -27,6 +27,9 @@ start_server {
     } {PONG}
 
     test {Stress tester for #3343-alike bugs} {
+        for {set j 0} {$j < 100} {incr j} {
+            puts [randomInt 10]
+        }
     }
 
     tags {slow} {