mirror of https://mirror.osredm.com/root/redis.git
* change config value in test to be different than overwritten value
This commit is contained in:
parent
c88f9fe26f
commit
c2694fb696
|
@ -346,7 +346,7 @@ start_server {tags {"modules"}} {
|
||||||
test {loadmodule CONFIG values take precedence over loadmoduleex ARGS values} {
|
test {loadmodule CONFIG values take precedence over loadmoduleex ARGS values} {
|
||||||
# Load module with conflicting CONFIG and ARGS values
|
# Load module with conflicting CONFIG and ARGS values
|
||||||
r module loadex $testmodule \
|
r module loadex $testmodule \
|
||||||
CONFIG moduleconfigs.string foo \
|
CONFIG moduleconfigs.string goo \
|
||||||
CONFIG moduleconfigs.memory_numeric 2mb \
|
CONFIG moduleconfigs.memory_numeric 2mb \
|
||||||
ARGS override
|
ARGS override
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue