1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-7242: innodb.innodb-mdev7046 fails in various ways on buildbot

Problem with test is that test causes OS failures that change. 
Idea with test is just to test that server does not crash, no other
output is necessary.
This commit is contained in:
Jan Lindström
2014-12-02 13:26:45 +02:00
parent d79cce86ab
commit 6cd78eedea
2 changed files with 12 additions and 22 deletions

View File

@ -1,6 +1,10 @@
--source include/have_innodb.inc
--source include/have_partition.inc
--disable_query_log
--disable_result_log
--disable_warnings
# Ignore OS errors
call mtr.add_suppression("InnoDB: File ./test/t1*");
call mtr.add_suppression("nnoDB: Error number*");
@ -32,3 +36,10 @@ drop table t1;
let $datadir=`select @@datadir`;
--remove_file $datadir/test/db.opt
--enable_query_log
--enable_result_log
--enable_warnings
--echo 1