Fix client race in test (test only issue)
Former-commit-id: f25aebf2698509a132ebf599374b245efb51e365
This commit is contained in:
parent
e71c44b506
commit
4b08ccd0b1
@ -1,7 +1,10 @@
|
|||||||
|
# Setting server-threads to 2 is really single threaded because test mode is enabled (no client allocated to thread 1)
|
||||||
|
# We do this because of the large numbers of nonblocking clients in this tests and the client races that causes
|
||||||
start_server {
|
start_server {
|
||||||
tags {"list"}
|
tags {"list"}
|
||||||
overrides {
|
overrides {
|
||||||
"list-max-ziplist-size" 5
|
"list-max-ziplist-size" 5
|
||||||
|
"server-threads 2"
|
||||||
}
|
}
|
||||||
} {
|
} {
|
||||||
source "tests/unit/type/list-common.tcl"
|
source "tests/unit/type/list-common.tcl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user