From d4f2bf2597844e3725453ae91d161bcb0da4f598 Mon Sep 17 00:00:00 2001 From: "debing.sun" Date: Thu, 23 Oct 2025 20:42:11 +0800 Subject: [PATCH] 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. --- tests/unit/networking.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/networking.tcl b/tests/unit/networking.tcl index accd64fa69..e1338106ce 100644 --- a/tests/unit/networking.tcl +++ b/tests/unit/networking.tcl @@ -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]