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
f7b21bc7
Unverified
Commit
f7b21bc7
authored
Jun 27, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Jun 27, 2018
Browse files
Merge pull request #5066 from oranagra/defrag_jemalloc5_fix
minor fix in creating a stream NACK for rdb and defrag tests
parents
730a4cfa
de495ee7
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/integration/rdb.tcl
View file @
f7b21bc7
...
...
@@ -48,7 +48,7 @@ start_server [list overrides [list "dir" $server_path]] {
r xadd stream * bar $j
}
}
r xgroup create stream mygroup
$
r xgroup create stream mygroup
0
r xreadgroup GROUP mygroup Alice COUNT 1 STREAMS stream >
set digest
[
r debug digest
]
r debug reload
...
...
tests/unit/memefficiency.tcl
View file @
f7b21bc7
...
...
@@ -104,7 +104,7 @@ start_server {tags {"defrag"}} {
r sadd set a b c d
r xadd stream * item 1 value a
r xadd stream * item 2 value b
r xgroup create stream mygroup
$
r xgroup create stream mygroup
0
r xreadgroup GROUP mygroup Alice COUNT 1 STREAMS stream >
# create big keys with 10k items
...
...
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