summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_gtid_stop_start.test
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-10-05 15:18:58 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2022-10-05 15:18:58 +0300
commit111cbdf3dae9c5f8e256db21c83307e5477055b8 (patch)
tree77cc549a9fcaa44783eec3e0925e0da8f38807a0 /mysql-test/suite/rpl/t/rpl_gtid_stop_start.test
parente0bcff10ef3984ae2354a52fb5f4cfa2c9e6efa0 (diff)
downloadmariadb-git-111cbdf3dae9c5f8e256db21c83307e5477055b8.tar.gz
MDEV-29710: Valgrind tests massively fail due to silently killing server on shutdown timeout
Let us disable Valgrind on tests that would fail because a server shutdown or a STOP SLAVE command would take longer, causing the test harness to forcibly and silently kill the server due to an exceeded timeout.
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_gtid_stop_start.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_gtid_stop_start.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_gtid_stop_start.test b/mysql-test/suite/rpl/t/rpl_gtid_stop_start.test
index 4202aa82516..75f9b5e479a 100644
--- a/mysql-test/suite/rpl/t/rpl_gtid_stop_start.test
+++ b/mysql-test/suite/rpl/t/rpl_gtid_stop_start.test
@@ -1,6 +1,7 @@
--let $rpl_topology=1->2
--source include/rpl_init.inc
--source include/have_innodb.inc
+--source include/no_valgrind_without_big.inc
--echo *** Test normal shutdown/restart of slave server configured as a GTID slave. ***