Skip to content

Commit

Permalink
MDEV-7169: innodb.innodb_bug14147491 fails in buildbot on Windows
Browse files Browse the repository at this point in the history
Applied the fix previously pushed into 10.0. 
Initial Jan's commit comment:
Problem is that test could open Microsoft C++ Client Debugger
windows with abort exception. Lets not try to test this on
windows.
  • Loading branch information
elenst committed Dec 1, 2014
1 parent 89a3628 commit e0c71a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql-test/suite/innodb/t/innodb_bug14147491.test
Expand Up @@ -12,6 +12,9 @@ source include/not_embedded.inc;
source include/have_innodb.inc;
# Require Debug for SET DEBUG
source include/have_debug.inc;
# Test could open crash reporter on Windows
# if compiler set up
source include/not_windows.inc;

CALL mtr.add_suppression("InnoDB: Error: Unable to read tablespace .* page no .* into the buffer pool after 100 attempts");
CALL mtr.add_suppression("InnoDB: Warning: database page corruption or a failed");
Expand Down

0 comments on commit e0c71a9

Please sign in to comment.