Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
17daf16f
Commit
17daf16f
authored
Jun 30, 2011
by
antirez
Browse files
SLOWLOG tests
parent
2cb68284
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_helper.tcl
View file @
17daf16f
...
@@ -132,25 +132,8 @@ proc execute_everything {} {
...
@@ -132,25 +132,8 @@ proc execute_everything {} {
execute_tests
"unit/quit"
execute_tests
"unit/quit"
execute_tests
"integration/replication"
execute_tests
"integration/replication"
execute_tests
"integration/aof"
execute_tests
"integration/aof"
# execute_tests
"integration/redis-cli"
execute_tests
"unit/pubsub"
execute_tests
"unit/pubsub"
execute_tests
"unit/slowlog"
return
;
# No diskstore tests for now...
# run tests with diskstore enabled
puts
"
\n
Running 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"
}
}
proc main
{}
{
proc main
{}
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment