summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-10-05 15:15:28 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2022-10-05 15:15:28 +0300
commitc64e2d60a39573827b49e6d57a0812b092e605b8 (patch)
tree1185e14666eef54329b276c8c2db8b3ec5962ecb
parent1562b2c20b5b76ee305942238e3e1e66f9952e29 (diff)
downloadmariadb-git-c64e2d60a39573827b49e6d57a0812b092e605b8.tar.gz
MDEV-29710: Disable innodb.table_flags under Valgrind
-rw-r--r--mysql-test/suite/innodb/t/table_flags.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/table_flags.test b/mysql-test/suite/innodb/t/table_flags.test
index 13e1fc01dc0..9d417909533 100644
--- a/mysql-test/suite/innodb/t/table_flags.test
+++ b/mysql-test/suite/innodb/t/table_flags.test
@@ -2,6 +2,12 @@
# Embedded server tests do not support restarting
--source include/not_embedded.inc
--source include/maybe_debug.inc
+# Slow shutdown may take more than 120 seconds under Valgrind,
+# causing the server to be (silently) killed.
+# Due to that, crash recovery could "heal" the damage that our
+# Perl code is inflicting, and the SELECT statements could succeed
+# instead of failing with ER_NO_SUCH_TABLE_IN_ENGINE.
+--source include/not_valgrind.inc
--disable_query_log
call mtr.add_suppression("InnoDB: Table `mysql`\\.`innodb_table_stats` not found");