Run all KeyDB instances in testmode during tests
Former-commit-id: cd306f1d23f4fbb900433edbf55d89099bbf903c
This commit is contained in:
parent
c177e6e34d
commit
d9c08a1db3
@ -230,6 +230,9 @@ proc start_server {options {code undefined}} {
|
||||
set unixsocket [file normalize [format "%s/%s" [dict get $config "dir"] "socket"]]
|
||||
dict set config "unixsocket" $unixsocket
|
||||
|
||||
#Ensure all tests validate multithreading
|
||||
dict set config "testmode" "yes"
|
||||
|
||||
# apply overrides from global space and arguments
|
||||
foreach {directive arguments} [concat $::global_overrides $overrides] {
|
||||
dict set config $directive $arguments
|
||||
|
Loading…
x
Reference in New Issue
Block a user