mirror of
https://github.com/MariaDB/server.git
synced 2025-03-26 08:58:40 +01: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>
6 lines
307 B
HTML
6 lines
307 B
HTML
# We use this --source include to mark a test as taking long to run.
|
|
# We can use this to schedule such test early (to not be left with
|
|
# only one or two long tests running, and rests of workers idle), or to
|
|
# run a quick test skipping long-running test cases.
|
|
|
|
--source include/no_valgrind_without_big.inc
|