call mtr.add_suppression("InnoDB: Tablespace for table .* is set as discarded.");
call mtr.add_suppression("InnoDB: Cannot calculate statistics for table .* because the .ibd file is missing. Please refer to .* for how to resolve the issue.");
call mtr.add_suppression("InnoDB: Page 0 at offset 0 looks corrupted in file .*");
call mtr.add_suppression("InnoDB: Page for tablespace ");
# mysql-test-run.pl --embedded cannot restart the server.
--sourceinclude/not_embedded.inc
# This test case needs to crash the server. Needs a debug server.
--sourceinclude/have_debug.inc
# Don't test this under valgrind, memory leaks will occur.
# Valgrind can hang or return spurious messages on DBUG_SUICIDE
--sourceinclude/not_valgrind.inc
# Avoid CrashReporter popup on Mac
--sourceinclude/not_crashrep.inc
--sourceinclude/have_innodb.inc
# compressed table in tests are with sizes KEY_BLOCK_SIZE 1,2,4,8,16
# Table creatation fails if KEY_BLOCK_SIZE > innodb-page-size,so
# allow test to run only when innodb-page-size=16
--sourceinclude/have_innodb_16k.inc
--sourceinclude/innodb_page_size_small.inc
callmtr.add_suppression("InnoDB: Tablespace for table .* is set as discarded.");
callmtr.add_suppression("InnoDB: Cannot calculate statistics for table .* because the .ibd file is missing. Please refer to .* for how to resolve the issue.");
callmtr.add_suppression("InnoDB: Page 0 at offset 0 looks corrupted in file .*");
callmtr.add_suppression("InnoDB: Page for tablespace ");