Commit b209bc3e authored by Jan Lindström's avatar Jan Lindström

MDEV-10427: innodb.innodb-wl5522-debug-zip fails sporadically in buildbot

Test intentionally crashes the server, thus corrupted pages possible.
parent dd0ff302
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
call mtr.add_suppression("InnoSB: Warning: database page corruption or a failed .*");
FLUSH TABLES;
SET GLOBAL innodb_file_per_table = 1;
SELECT @@innodb_file_per_table;
@@innodb_file_per_table
......
......@@ -17,6 +17,10 @@
# allow test to run only when innodb-page-size=16
--source include/have_innodb_16k.inc
# Test intentionally crashes the server, corrupted pages possible
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
call mtr.add_suppression("InnoSB: Warning: database page corruption or a failed .*");
FLUSH TABLES;
let MYSQLD_DATADIR =`SELECT @@datadir`;
let $innodb_file_per_table = `SELECT @@innodb_file_per_table`;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment