Skip to content

Commit

Permalink
Suppress ASAN errors on tests that intentially crash the server via `…
Browse files Browse the repository at this point in the history
…crash-memcheck-enabled no` (valkey-io#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 <pingxie@google.com>
  • Loading branch information
PingXie authored and adetunjii committed May 15, 2024
1 parent c269f64 commit 4959d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/cluster/slot-migration.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 4959d7f

Please sign in to comment.