Skip to content

Commit

Permalink
MDEV-7262: innodb.innodb-mdev7046 fail on BuildBot
Browse files Browse the repository at this point in the history
Test causes OS error printout and we need to supress this
error message on tests.
  • Loading branch information
Jan Lindström committed Jan 12, 2015
1 parent 2501a0e commit 517c5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/suite/innodb/t/innodb-mdev7046.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


# Ignore OS errors
call mtr.add_suppression("InnoDB: File ./test/t1*");
call mtr.add_suppression("InnoDB: File *");
call mtr.add_suppression("InnoDB: Error number*");

# MDEV-7046: MySQL#74480 - Failing assertion: os_file_status(newpath, &exists, &type)
Expand Down

0 comments on commit 517c5c9

Please sign in to comment.