From e11e7838682ec8a383c6753d4fd65d79bbba0469 Mon Sep 17 00:00:00 2001 From: Bara' Hasheesh Date: Thu, 17 Sep 2026 09:21:27 +0000 Subject: [PATCH] Skip "INCREX BYFLOAT arithmetic overflow does not propagate" test when valgrind is enabled Signed-off-by: Bara' Hasheesh --- tests/integration/replication.tcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index 80bd8781d46..3aaa33279e5 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -432,6 +432,8 @@ start_server {tags {"repl external:skip"}} { close_replication_stream $repl } + # This test can't be executed on x86 when valgrind is enabled, + # valgrind simulation will return a finite result on 1e4932 + 1e4932 test {INCREX BYFLOAT arithmetic overflow does not propagate} { set big [ldbl_overflow_operand -1] r -1 del foo @@ -445,7 +447,7 @@ start_server {tags {"repl external:skip"}} { {set marker 1} } close_replication_stream $repl - } + } {} {valgrind:skip} test {ROLE in master reports master with a slave} { set res [r -1 role]