Marked some very slow mtr tests with not_valgrind

This commit is contained in:
Monty 2021-06-09 14:46:33 +03:00
parent 9c778285ea
commit 9d261eeca8
4 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,6 @@
--source include/big_test.inc
# Valgrind is to slow for this test
--source include/not_valgrind.inc
--source include/have_archive.inc
CREATE TABLE t1(a BLOB) ENGINE=ARCHIVE;
--disable_query_log

View File

@ -1,6 +1,6 @@
#### suite/funcs_1/t/myisam_views.test
--source include/no_valgrind_without_big.inc
# Valgrind is to slow for this test
--source include/not_valgrind.inc
# because of a pair of slow Solaris Sparc machines in pb2,
# this test is marked as big:
--source include/big_test.inc

View File

@ -1,6 +1,8 @@
--source include/have_innodb.inc
--source include/big_test.inc
--source include/not_embedded.inc
# Valgrind is to slow for this test
--source include/not_valgrind.inc
set global innodb_defragment_stats_accuracy = 80;

View File

@ -49,6 +49,9 @@ let $more_pk_ui_tests= 0;
# This test takes long time, so only run it with the --big mtr-flag.
--source include/big_test.inc
# Valgrind is to slow for this test
--source include/not_valgrind.inc
#------------------------------------------------------------------------------#
# Engine specific settings and requirements