1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-7491: Occasional test failure in innodb.group_commit_crash_no_optimize_thread

The test case deliberately crashes the server. If this crash happens in the
middle of a page write, InnoDB crash recovery recovers the page from the
doublewrite buffer, writing a message to the error log that is flagged as a
test failure by mysql-test-run. So add a suppression for this.
This commit is contained in:
Kristian Nielsen
2015-01-22 16:11:03 +01:00
parent f2be9c0fea
commit c23c00136a
4 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
call mtr.add_suppression("InnoDB: Warning: database page corruption or a failed");
CREATE TABLE t1(a CHAR(255),
b CHAR(255),
c CHAR(255),