Add the stream tag to XSETID tests

This commit is contained in:
Guy Benoish 2020-04-19 15:59:58 +03:00 committed by antirez
parent 4c30d6d732
commit aafc91fcc9

View File

@ -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} {
r XADD mystream MAXLEN 0 * a b
assert {[dict get [r xinfo stream mystream] length] == 0}