diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-08-17 18:09:01 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2011-09-16 11:25:05 +0200 |
commit | 3aa4b0097062b13031506b6b52fc8fc4bfec6dfc (patch) | |
tree | 157f7d6cd4ec63519760977886a2111668f01287 /tests/test_helper.tcl | |
parent | bdbf3acff5ffc5d114f18c1383b103fe6f45829e (diff) | |
download | redis-3aa4b0097062b13031506b6b52fc8fc4bfec6dfc.tar.gz |
Failing test related to AOF rewrite buffers
Diffstat (limited to 'tests/test_helper.tcl')
-rw-r--r-- | tests/test_helper.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 4f3cf01ec..476b58703 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 |