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

Fix try for Buildbot test failure for tests

innodb_bug12400341
	innodb-mdev7046
	innodb_stats_fetch_nonexistent
This commit is contained in:
Jan Lindström
2015-01-16 11:26:03 +02:00
parent 26a8a95cb3
commit 813af4cde8
5 changed files with 9 additions and 2 deletions

View File

@ -11,7 +11,10 @@ if (`select count(*)=0 from information_schema.global_variables where variable_n
# and cause unstable result.
--source include/not_valgrind.inc
call mtr.add_suppression("InnoDB: Warning: cannot find a free slot for an undo log. Do you have too");
# Previous undo slots cause unnecessary failures
--source include/not_windows.inc
call mtr.add_suppression("InnoDB: Warning: cannot find a free slot for an undo log. Do you have too*");
--disable_query_log
set @old_innodb_trx_rseg_n_slots_debug = @@innodb_trx_rseg_n_slots_debug;