Commit 1bc557c9 authored by Guy Benoish's avatar Guy Benoish
Browse files

Add the stream tag to XSETID tests

parent c479eace
...@@ -414,7 +414,7 @@ start_server {tags {"stream"} overrides {appendonly yes stream-node-max-entries ...@@ -414,7 +414,7 @@ start_server {tags {"stream"} overrides {appendonly yes stream-node-max-entries
} }
} }
start_server {tags {"xsetid"}} { start_server {tags {"stream xsetid"}} {
test {XADD can CREATE an empty stream} { test {XADD can CREATE an empty stream} {
r XADD mystream MAXLEN 0 * a b r XADD mystream MAXLEN 0 * a b
assert {[dict get [r xinfo stream mystream] length] == 0} assert {[dict get [r xinfo stream mystream] length] == 0}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment