Skip to content

Commit ea9465e

Browse files
Fix these 2 test case failures on PB2.
1 parent 57db7a4 commit ea9465e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mysql-test/suite/innodb/r/innodb-wl6045-1.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the environmental variables
2-
call mtr.add_suppression("InnoDB: Unable to read tablespace .* page no .* into the buffer pool after 100 attempts");
2+
call mtr.add_suppression("\\[ERROR\\] \\[FATAL\\] InnoDB: Unable to read page \\[page id: space=.*, page number=.*\\] into the buffer pool after 100 attempts");
33
call mtr.add_suppression("\\[ERROR\\] InnoDB: Database page corruption on disk or a failed");
44
SET GLOBAL innodb_file_per_table=on;
55
SET GLOBAL innodb_file_format='barracuda';

mysql-test/suite/innodb/t/innodb-wl6045-1.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
let MYSQLD_BASEDIR= `SELECT @@basedir`;
1717
let MYSQLD_DATADIR= `SELECT @@datadir`;
1818
let SEARCH_FILE= $MYSQLTEST_VARDIR/log/my_restart.err;
19-
call mtr.add_suppression("InnoDB: Unable to read tablespace .* page no .* into the buffer pool after 100 attempts");
19+
call mtr.add_suppression("\\[ERROR\\] \\[FATAL\\] InnoDB: Unable to read page \\[page id: space=.*, page number=.*\\] into the buffer pool after 100 attempts");
2020
call mtr.add_suppression("\\[ERROR\\] InnoDB: Database page corruption on disk or a failed");
2121
SET GLOBAL innodb_file_per_table=on;
2222
SET GLOBAL innodb_file_format='barracuda';

mysql-test/suite/innodb/t/innodb_bug14147491.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ source include/have_innodb.inc;
1414
source include/have_debug.inc;
1515

1616
--disable_query_log
17-
CALL mtr.add_suppression("Unable to read tablespace .* page no .* into the buffer pool after 100 attempts");
17+
CALL mtr.add_suppression("\\[ERROR\\] \\[FATAL\\] InnoDB: Unable to read page \\[page id: space=.*, page number=.*\\] into the buffer pool after 100 attempts");
1818
CALL mtr.add_suppression("\\[ERROR\\] InnoDB: Database page corruption on disk or a failed");
1919
--enable_query_log
2020

0 commit comments

Comments
 (0)