Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
42d309ff
Unverified
Commit
42d309ff
authored
Apr 23, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
Apr 23, 2020
Browse files
Merge pull request #7114 from guybe7/stream_tag_xsetid
Add the stream tag to XSETID tests
parents
25725957
1bc557c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/type/stream.tcl
View file @
42d309ff
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment