Skip to content

Commit

Permalink
Tests: suppressions for innodb_force_recovery, ibuf_not_empty [#302]
Browse files Browse the repository at this point in the history
  • Loading branch information
midenok committed Nov 17, 2017
1 parent d83fea9 commit 3fc943c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/innodb/t/ibuf_not_empty.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
--disable_query_log
call mtr.add_suppression("InnoDB: Failed to find tablespace for table `test`\\.`t1` in the cache\\. Attempting to load the tablespace with space id");
call mtr.add_suppression("InnoDB: Allocated tablespace ID \\d+ for test.t1, old maximum was");
call mtr.add_suppression("InnoDB: Failed to find tablespace for table `mysql`\\.`transaction_registry` in the cache\\. Attempting to load the tablespace with space id");
call mtr.add_suppression("InnoDB: Allocated tablespace ID \\d+ for mysql.transaction_registry, old maximum was");
--enable_query_log

CREATE TABLE t1(
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/t/innodb_force_recovery.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
--disable_query_log
call mtr.add_suppression("InnoDB: Failed to find tablespace for table .* in the cache. Attempting to load the tablespace with space id");
call mtr.add_suppression("InnoDB: Allocated tablespace ID \\d+ for test.t[12], old maximum was");
call mtr.add_suppression("InnoDB: Allocated tablespace ID \\d+ for mysql.transaction_registry, old maximum was");
--enable_query_log

create table t1(f1 int not null, f2 int not null, index idx(f2))engine=innodb;
Expand Down

0 comments on commit 3fc943c

Please sign in to comment.