Skip to content

Commit b209bc3

Browse files
committed
MDEV-10427: innodb.innodb-wl5522-debug-zip fails sporadically in buildbot
Test intentionally crashes the server, thus corrupted pages possible.
1 parent dd0ff30 commit b209bc3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mysql-test/suite/innodb/r/innodb-wl5522-debug-zip.result

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
2+
call mtr.add_suppression("InnoSB: Warning: database page corruption or a failed .*");
3+
FLUSH TABLES;
14
SET GLOBAL innodb_file_per_table = 1;
25
SELECT @@innodb_file_per_table;
36
@@innodb_file_per_table

mysql-test/suite/innodb/t/innodb-wl5522-debug-zip.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
# allow test to run only when innodb-page-size=16
1818
--source include/have_innodb_16k.inc
1919

20+
# Test intentionally crashes the server, corrupted pages possible
21+
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
22+
call mtr.add_suppression("InnoSB: Warning: database page corruption or a failed .*");
23+
FLUSH TABLES;
2024

2125
let MYSQLD_DATADIR =`SELECT @@datadir`;
2226
let $innodb_file_per_table = `SELECT @@innodb_file_per_table`;

0 commit comments

Comments
 (0)