From 4959d7fd02adf8973a9915064c8fe38b6e18d8fb Mon Sep 17 00:00:00 2001 From: Ping Xie Date: Sun, 12 May 2024 16:08:47 -0700 Subject: [PATCH] Suppress ASAN errors on tests that intentially crash the server via `crash-memcheck-enabled no` (#489) Fix daily CI run errors like https://github.com/valkey-io/valkey/actions/runs/9039450198/job/24842308071#step:6:4176 Signed-off-by: Ping Xie --- tests/unit/cluster/slot-migration.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/cluster/slot-migration.tcl b/tests/unit/cluster/slot-migration.tcl index 793b00312d..f59893851f 100644 --- a/tests/unit/cluster/slot-migration.tcl +++ b/tests/unit/cluster/slot-migration.tcl @@ -335,7 +335,7 @@ start_cluster 3 3 {tags {external:skip cluster} overrides {cluster-allow-replica } } -start_cluster 3 3 {tags {external:skip cluster} overrides {cluster-allow-replica-migration no cluster-node-timeout 1000} } { +start_cluster 3 3 {tags {external:skip cluster} overrides {crash-memcheck-enabled no cluster-allow-replica-migration no cluster-node-timeout 1000} } { set R1_id [R 1 CLUSTER MYID] test "CLUSTER SETSLOT with an explicit timeout" {