mirror of
https://github.com/redis/redis.git
synced 2026-06-09 08:55:06 -04:00
Add the stream tag to XSETID tests
This commit is contained in:
parent
c479eace45
commit
1bc557c9c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue