From 5c63922691ed8a821bd7f9f2837a8270f1154268 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 18 Nov 2011 15:53:47 +0100 Subject: [PATCH] aof-race test reenabled now that port allocation of the test suite is smarter --- tests/test_helper.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index dd91d2cbb..3f3879189 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -29,6 +29,7 @@ set ::all_tests { integration/replication-2 integration/replication-3 integration/aof + integration/aof-race unit/pubsub unit/slowlog unit/scripting -- GitLab