mirror of
https://github.com/redis/redis.git
synced 2026-06-09 08:55:06 -04:00
Disable io-threads for Pending command pool expansion and shrinking test (#14449)
We only enable the pending command pool when disabling iothreads, so make this test only runs without iothreads.
This commit is contained in:
parent
04f738fb5e
commit
d4f2bf2597
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ start_server {tags {"timeout external:skip"}} {
|
|||
}
|
||||
|
||||
test {Pending command pool expansion and shrinking} {
|
||||
start_server {overrides {loglevel debug} tags {external:skip}} {
|
||||
start_server {overrides {loglevel debug io-threads 1} tags {external:skip}} {
|
||||
set rd1 [redis_deferring_client]
|
||||
set rd2 [redis_deferring_client]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue