mirror of
https://github.com/fluencelabs/redis
synced 2025-04-26 02:52:15 +00:00
ACL: regression test for #5998.
This commit is contained in:
parent
75648f99a5
commit
f8a9708aa7
@ -108,4 +108,11 @@ start_server {tags {"acl"}} {
|
|||||||
assert_match {*+debug|segfault*} $cmdstr
|
assert_match {*+debug|segfault*} $cmdstr
|
||||||
assert_match {*+acl*} $cmdstr
|
assert_match {*+acl*} $cmdstr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {ACL regression: memory leaks adding / removing subcommands} {
|
||||||
|
r AUTH default ""
|
||||||
|
r ACL setuser newuser reset -debug +debug|a +debug|b +debug|c
|
||||||
|
r ACL setuser newuser -debug
|
||||||
|
# The test framework will detect a leak if any.
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user