Fix client race in test (test only issue)

Former-commit-id: f25aebf2698509a132ebf599374b245efb51e365
This commit is contained in:
John Sully 2020-05-31 21:39:50 -04:00
parent e71c44b506
commit 4b08ccd0b1

View File

@ -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 {
tags {"list"}
overrides {
"list-max-ziplist-size" 5
"server-threads 2"
}
} {
source "tests/unit/type/list-common.tcl"