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

Speed up buildbot by requiring --big-test for some slow tests

This commit is contained in:
Marko Mäkelä
2019-05-29 08:28:15 +03:00
parent 642ddc3131
commit eeee1832d7
16 changed files with 33 additions and 0 deletions

View File

@ -17,6 +17,9 @@ let collation=utf8_unicode_ci;
# There are tables in 'mysql' database of type innodb
--source include/have_innodb.inc
# This test is slow on buildbot.
--source include/big_test.inc
disable_query_log;
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
enable_query_log;