From c8226ae37875da285ebedeef78ced87666ca1be7 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Thu, 23 Feb 2023 13:36:31 +0200 Subject: [PATCH] Try to solve valgrind CI test error with client-eviction test (#11822) The test sporadically failed with valgrind trying to match `no client named obuf-client1 found*` in the log it looks like `obuf-client1` was indeed dropped, so i'm guessing it's because CLIENT LIST was processed first. --- tests/unit/client-eviction.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/client-eviction.tcl b/tests/unit/client-eviction.tcl index 1e4707ff48..db6a224994 100644 --- a/tests/unit/client-eviction.tcl +++ b/tests/unit/client-eviction.tcl @@ -353,6 +353,7 @@ start_server {} { $rr3 get k $rr3 flush exec kill -SIGCONT $server_pid + r ping ;# make sure a full event loop cycle is processed before issuing CLIENT LIST # Validate obuf-clients were disconnected (because of obuf limit) catch {client_field obuf-client1 name} e