]> git.saurik.com Git - redis.git/blobdiff - tests/integration/aof.tcl
new test engine valgrind support
[redis.git] / tests / integration / aof.tcl
index 3c77cb9664d19c3d140ef88c7f33c9e1dc4dc387..a554f9ef13573d16fb4dd6e480510d7f30ac53c0 100644 (file)
@@ -32,6 +32,7 @@ tags {"aof"} {
 
     start_server_aof [list dir $server_path] {
         test "Unfinished MULTI: Server should not have been started" {
+            if {$::valgrind} {after 2000}
             assert_equal 0 [is_alive $srv]
         }
 
@@ -49,6 +50,7 @@ tags {"aof"} {
 
     start_server_aof [list dir $server_path] {
         test "Short read: Server should not have been started" {
+            if {$::valgrind} {after 2000}
             assert_equal 0 [is_alive $srv]
         }