Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
936e01e5
Commit
936e01e5
authored
Nov 19, 2019
by
antirez
Browse files
Fix stream test after addition of 0-0 ID test.
parent
ce03d683
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/unit/type/stream.tcl
View file @
936e01e5
...
...
@@ -124,9 +124,9 @@ start_server {
}
test
{
XADD with ID 0-0
}
{
r DEL
my
stream
catch
{
r XADD
my
stream 0-0 k v
}
err
assert
{[
r EXISTS
my
stream
]
== 0
}
r DEL
other
stream
catch
{
r XADD
other
stream 0-0 k v
}
err
assert
{[
r EXISTS
other
stream
]
== 0
}
}
test
{
XRANGE COUNT works as expected
}
{
...
...
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