Skip to content

Commit

Permalink
MDEV-11184: innodb.innodb-wl5522-debug-zip fails in buildbot on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Oct 31, 2016
1 parent 9aa7315 commit cb5685a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions mysql-test/suite/innodb/r/innodb-wl5522-debug-zip.result
@@ -1,4 +1,5 @@
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
FLUSH TABLES;
SET GLOBAL innodb_file_per_table = 1;
SELECT @@innodb_file_per_table;
@@innodb_file_per_table
Expand Down Expand Up @@ -576,10 +577,6 @@ set global innodb_monitor_enable = default;
set global innodb_monitor_disable = default;
set global innodb_monitor_reset = default;
set global innodb_monitor_reset_all = default;
Warnings:
Error 145 Table './mtr/test_suppressions' is marked as crashed and should be repaired
Error 1194 Table 'test_suppressions' is marked as crashed and should be repaired
Error 1034 1 client is using or hasn't closed the table properly
SET GLOBAL INNODB_FILE_PER_TABLE=1;
SET GLOBAL INNODB_FILE_FORMAT=Antelope;
SET SESSION innodb_strict_mode=0;
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/t/innodb-wl5522-debug-zip.test
Expand Up @@ -18,6 +18,7 @@
--source include/have_innodb_16k.inc

call mtr.add_suppression("InnoDB: Page for tablespace .* ");
FLUSH TABLES;

let MYSQLD_DATADIR =`SELECT @@datadir`;
let $innodb_file_per_table = `SELECT @@innodb_file_per_table`;
Expand Down

0 comments on commit cb5685a

Please sign in to comment.