Merge pull request #7114 from guybe7/stream_tag_xsetid

Add the stream tag to XSETID tests
This commit is contained in:
Salvatore Sanfilippo 2020-04-23 16:29:46 +02:00 committed by GitHub
commit 42d309fffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}