1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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

@@ -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;