Skip to content

Commit 5302ef2

Browse files
committed
MDEV-11700 funcs_2.innodb_charset fails in buldbot on valgrind builder with timeout
When the test is run as a part of the suite with valgrind, only allow it to be executed if --big-test is set. If the test is run by specifying its name explicitly, it will still be executed, even with valgrind without big-test, MTR has special logic for that
1 parent f1ee011 commit 5302ef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/suite/funcs_2/t/innodb_charset.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Checking of other prerequisites is in charset_master.test #
77
################################################################################
88

9+
--source include/no_valgrind_without_big.inc
910
--source include/have_innodb.inc
1011

1112
let $engine_type= InnoDB;

0 commit comments

Comments
 (0)