mirror of
https://github.com/MariaDB/server.git
synced 2025-04-18 13:15:32 +02:00
Speed up buildbot by requiring --big-test for some slow tests
This commit is contained in:
parent
642ddc3131
commit
eeee1832d7
16 changed files with 33 additions and 0 deletions
mysql-test
suite
innodb
include
t
mariabackup
t
|
@ -1,3 +1,5 @@
|
|||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
--disable_warnings
|
||||
set global innodb_file_format = `Barracuda`;
|
||||
set global innodb_file_per_table = on;
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
--source include/innodb_page_size.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/not_embedded.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
# Slow shutdown and restart to make sure ibuf merge is finished
|
||||
SET GLOBAL innodb_fast_shutdown = 0;
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
--source include/innodb_page_size.inc
|
||||
--source include/have_partition.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
#
|
||||
# MMDEV-8386: MariaDB creates very big tmp file and hangs on xtradb
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
--source include/not_embedded.inc
|
||||
# DBUG_SUICIDE() hangs under valgrind
|
||||
--source include/not_valgrind.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
CREATE TABLE t1(
|
||||
a INT AUTO_INCREMENT PRIMARY KEY,
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
-- source include/have_innodb.inc
|
||||
-- source include/count_sessions.inc
|
||||
-- source include/have_debug_sync.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
let $MYSQLD_DATADIR= `select @@datadir`;
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
--source include/have_innodb.inc
|
||||
--source include/not_embedded.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
let $innodb_compression_algorithm_orig=`SELECT @@innodb_compression_algorithm`;
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
--source include/not_embedded.inc
|
||||
# DBUG_EXECUTE_IF is needed
|
||||
--source include/have_debug.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
if (`SELECT @@innodb_log_file_size = 1048576`) {
|
||||
--skip Test requires innodb_log_file_size>1M.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
--source include/windows.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
# Deadlock in conjunction with the innodb change buffering.
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
--source include/have_innodb.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_debug_sync.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
call mtr.add_suppression("InnoDB: innodb_open_files=13 is exceeded");
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
-- source include/have_innodb_max_16k.inc
|
||||
# restart does not work with embedded
|
||||
-- source include/not_embedded.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
CREATE TABLE t (a INT) ENGINE=INNODB;
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
--source include/have_debug.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
call mtr.add_suppression("InnoDB: New log files created");
|
||||
|
||||
let $basedir=$MYSQLTEST_VARDIR/tmp/backup;
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
--source include/have_case_insensitive_file_system.inc
|
||||
--source include/have_innodb.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
--echo #
|
||||
--echo # Bug#46941 crash with lower_case_table_names=2 and
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
-- source include/not_embedded.inc
|
||||
# need to have the dynamic loading turned on for the client plugin tests
|
||||
--source include/have_plugin_auth.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
SET @old_general_log= @@global.general_log;
|
||||
SET @old_slow_query_log= @@global.slow_query_log;
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
# The non-blocking API is not supported in the embedded server.
|
||||
-- source include/not_embedded.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
SET @old_general_log= @@global.general_log;
|
||||
SET @old_slow_query_log= @@global.slow_query_log;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
--source include/have_innodb.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
SET SESSION STORAGE_ENGINE='InnoDB';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue