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
32a6e3e4
Commit
32a6e3e4
authored
Nov 19, 2019
by
antirez
Browse files
Fix stream test after addition of 0-0 ID test.
parent
c9e6cda9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/type/stream.tcl
View file @
32a6e3e4
...
...
@@ -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