summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-01-25 18:11:04 +0100
committerantirez <antirez@gmail.com>2012-01-25 18:11:04 +0100
commitefc8f6c1a2366fd374ffd0b39138bea02bda2e9c (patch)
tree9b648a763f0ca72660f4256c37edb664298ed3f9 /tests/test_helper.tcl
parentc715c9b8bfbd83022502e29ae72be7f0eae1a3da (diff)
downloadredis-efc8f6c1a2366fd374ffd0b39138bea02bda2e9c.tar.gz
Added test for client output buffer limit (hard limit).
Diffstat (limited to 'tests/test_helper.tcl')
-rw-r--r--tests/test_helper.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 13b59b92c..ef128ae20 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -35,6 +35,7 @@ set ::all_tests {
unit/scripting
unit/maxmemory
unit/introspection
+ unit/obuf-limits
}
# Index to the next test to run in the ::all_tests list.
set ::next_test 0