summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhaozhao.zz <zhaozhao.zz@alibaba-inc.com>2018-08-14 00:57:22 +0800
committerzhaozhao.zz <zhaozhao.zz@alibaba-inc.com>2018-08-14 00:57:22 +0800
commitb89302c462bfa410977ed99e1e6fdc64a0fbd031 (patch)
treee4d8b95add2e74468e5d27a4eb32ce3075b35d3c
parent14c4ddb5a62a52e30ee169d36b516a78a410a5b4 (diff)
downloadredis-b89302c462bfa410977ed99e1e6fdc64a0fbd031.tar.gz
adjust qbuf to 26 in test case for client list
-rw-r--r--tests/unit/introspection.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl
index f6477d9c5..2581eb83d 100644
--- a/tests/unit/introspection.tcl
+++ b/tests/unit/introspection.tcl
@@ -1,7 +1,7 @@
start_server {tags {"introspection"}} {
test {CLIENT LIST} {
r client list
- } {*addr=*:* fd=* age=* idle=* flags=N db=9 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=* obl=0 oll=0 omem=0 events=r cmd=client*}
+ } {*addr=*:* fd=* age=* idle=* flags=N db=9 sub=0 psub=0 multi=-1 qbuf=26 qbuf-free=* obl=0 oll=0 omem=0 events=r cmd=client*}
test {MONITOR can log executed commands} {
set rd [redis_deferring_client]