Skip to content

Commit 4ef7a47

Browse files
committed
Bug#29520374 CLEAN UP THE VALGRIND TESTING [noclose]
Stop more tests that are too unstable for environmental reasons (restart timeouts, result inconsistencies), in particular upgrade tests, from running in Valgrind. Change-Id: Id2051b395132eee7776096f2f8051b723cb4fd5b
1 parent fb34e4d commit 4ef7a47

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

mysql-test/suite/innodb/include/instant_ddl_misc.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
##########################################################################
77

88
--source include/have_debug.inc
9+
--source include/not_valgrind.inc
910
let $is_debug = 1;
1011

1112
SET SESSION debug= '+d,show_dropped_column';

mysql-test/suite/innodb/t/large_partitions_ddl.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
--echo #
44

55
--source include/big_test.inc
6+
--source include/not_valgrind.inc
67

78
# Case 1 : Test create and drop large number of partitions in
89
# system table-space.

mysql-test/suite/rpl/t/rpl_log_info_repository_persistence_require_row.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
# WL #12968 : Configure replication applier to require row-based replication
6161

6262
--source include/big_test.inc
63+
--source include/not_valgrind.inc
6364
--source include/not_group_replication_plugin.inc
6465
--source include/have_binlog_format_row.inc
6566
--source include/not_master_info_file.inc

mysql-test/suite/rpl/t/rpl_mysql_upgrade.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#############################################################################
88
--source include/not_group_replication_plugin.inc
99
--source include/master-slave.inc
10-
--source include/no_valgrind_without_big.inc
10+
--source include/not_valgrind.inc
1111

1212
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
1313

0 commit comments

Comments
 (0)