Marked some very slow mtr tests with not_valgrind
This commit is contained in:
parent
9c778285ea
commit
9d261eeca8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user