projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c43e66
)
CLIENT LIST test fixed (there is a new omem field in the output)
author
antirez
<antirez@gmail.com>
Mon, 23 Jan 2012 15:19:49 +0000
(16:19 +0100)
committer
antirez
<antirez@gmail.com>
Mon, 23 Jan 2012 15:19:49 +0000
(16:19 +0100)
tests/unit/introspection.tcl
patch
|
blob
|
blame
|
history
diff --git
a/tests/unit/introspection.tcl
b/tests/unit/introspection.tcl
index db21cbd05c21240deeb19f1e063d68cbf9f29ffa..3daa65e07551be8b0c8f4a422c5398a5a326fc77 100644
(file)
--- a/
tests/unit/introspection.tcl
+++ b/
tests/unit/introspection.tcl
@@
-1,5
+1,5
@@
start_server {tags {"introspection"}} {
test {CLIENT LIST} {
r client list
- } {*addr=*:* fd=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 obl=0 oll=0 events=r cmd=client*}
+ } {*addr=*:* fd=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 obl=0 oll=0
omem=0
events=r cmd=client*}
}