mirror of
https://github.com/MariaDB/server.git
synced 2025-04-04 22:35:33 +02:00

This will make mysql-test-run.pl try to schedule these long-running (> 60 seconds) tests early in --parallel runs, which helps avoid that the testsuite gets stuck with a few long-running tests at the end while most other test workers are idle. This speed up mtr --parallel=96 with 25 seconds for me. Reviewed-by: Brandon Nesterenko <brandon.nesterenko@mariadb.com> Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
18 lines
856 B
Text
18 lines
856 B
Text
################################################################################
|
|
# Author: Serge Kozlov #
|
|
# Date: 2005-09-21 #
|
|
# Purpose: Testing the charsets for InnoDB engine #
|
|
# #
|
|
# Checking of other prerequisites is in charset_master.test #
|
|
################################################################################
|
|
|
|
--source include/long_test.inc
|
|
--source include/have_innodb.inc
|
|
|
|
# Starting with MariaDB 10.6, ensure that DDL recovery will have completed
|
|
# before DROP DATABASE test.
|
|
SET GLOBAL innodb_max_purge_lag_wait=0;
|
|
|
|
let $engine_type= InnoDB;
|
|
--source suite/funcs_2/charset/charset_master.test
|
|
|