summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-06-30 18:44:58 +0200
committerantirez <antirez@gmail.com>2011-06-30 18:44:58 +0200
commit17daf16f855cc32a17bd5849cd089ad2476f4667 (patch)
tree25a2ce3f6b5260d4dd9e34dfb0434698bf8fb883 /tests
parent2cb6828480300533e690d33cf824de8aa4f1ccd7 (diff)
downloadredis-17daf16f855cc32a17bd5849cd089ad2476f4667.tar.gz
SLOWLOG tests
Diffstat (limited to 'tests')
-rw-r--r--tests/test_helper.tcl19
1 files changed, 1 insertions, 18 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index e2a9e5252..cf55eba08 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -132,25 +132,8 @@ proc execute_everything {} {
execute_tests "unit/quit"
execute_tests "integration/replication"
execute_tests "integration/aof"
-# execute_tests "integration/redis-cli"
execute_tests "unit/pubsub"
-
- return; # No diskstore tests for now...
- # run tests with diskstore enabled
- puts "\nRunning diskstore tests... this is slow, press Ctrl+C if not interested.."
- set ::diskstore 1
- lappend ::denytags nodiskstore
- set ::global_overrides {diskstore-enabled yes}
- execute_tests "unit/protocol"
- execute_tests "unit/basic"
- execute_tests "unit/type/list"
- execute_tests "unit/type/set"
- execute_tests "unit/type/zset"
- execute_tests "unit/type/hash"
- execute_tests "unit/sort"
- execute_tests "unit/expire"
- execute_tests "unit/other"
- execute_tests "unit/cas"
+ execute_tests "unit/slowlog"
}
proc main {} {