Skip to content

Commit

Permalink
Suppress ASAN errors on tests that intentially crash the server
Browse files Browse the repository at this point in the history
via `crash-memcheck-enabled no`

Signed-off-by: Ping Xie <[email protected]>
  • Loading branch information
PingXie committed May 11, 2024
1 parent 4e944ce commit 303346b
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 303346b

Please sign in to comment.