summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2022-10-18 19:57:23 +0300
committerMonty <monty@mariadb.org>2022-10-19 01:21:02 +0300
commit4730c0a495a8bbb3f95c88461de15bf69baec8dc (patch)
tree2fd8c3a6fca153c87e9876de4dc50dc7661d91b4
parente00d77c60c3ad522f1d8c2df02bcf8ae2fe71f89 (diff)
downloadmariadb-git-bb-10.8-monty.tar.gz
Disable valgrind for rpl_start_alter_restart_masterbb-10.8-monty
This is needed as the test does restarts, which doesn't work that well with valgrind.
-rw-r--r--mysql-test/suite/rpl/t/rpl_start_alter_restart_master.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_start_alter_restart_master.test b/mysql-test/suite/rpl/t/rpl_start_alter_restart_master.test
index 83e82bf9509..eaddaa4db67 100644
--- a/mysql-test/suite/rpl/t/rpl_start_alter_restart_master.test
+++ b/mysql-test/suite/rpl/t/rpl_start_alter_restart_master.test
@@ -7,6 +7,7 @@
--source include/have_innodb.inc
--source include/master-slave.inc
--source include/have_debug.inc
+--source include/no_valgrind_without_big.inc
--connection slave
SET @old_debug_slave= @@global.debug;