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
43329c9b
Commit
43329c9b
authored
Apr 19, 2020
by
Guy Benoish
Committed by
antirez
Apr 27, 2020
Browse files
Add the stream tag to XSETID tests
parent
1e17d3de
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/unit/type/stream.tcl
View file @
43329c9b
...
@@ -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