Commit 9d261eec authored by Monty's avatar Monty

Marked some very slow mtr tests with not_valgrind

parent 9c778285
--source include/big_test.inc --source include/big_test.inc
# Valgrind is to slow for this test
--source include/not_valgrind.inc
--source include/have_archive.inc --source include/have_archive.inc
CREATE TABLE t1(a BLOB) ENGINE=ARCHIVE; CREATE TABLE t1(a BLOB) ENGINE=ARCHIVE;
--disable_query_log --disable_query_log
......
#### suite/funcs_1/t/myisam_views.test #### suite/funcs_1/t/myisam_views.test
# Valgrind is to slow for this test
--source include/no_valgrind_without_big.inc --source include/not_valgrind.inc
# because of a pair of slow Solaris Sparc machines in pb2, # because of a pair of slow Solaris Sparc machines in pb2,
# this test is marked as big: # this test is marked as big:
--source include/big_test.inc --source include/big_test.inc
......
--source include/have_innodb.inc --source include/have_innodb.inc
--source include/big_test.inc --source include/big_test.inc
--source include/not_embedded.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; set global innodb_defragment_stats_accuracy = 80;
......
...@@ -49,6 +49,9 @@ let $more_pk_ui_tests= 0; ...@@ -49,6 +49,9 @@ let $more_pk_ui_tests= 0;
# This test takes long time, so only run it with the --big mtr-flag. # This test takes long time, so only run it with the --big mtr-flag.
--source include/big_test.inc --source include/big_test.inc
# Valgrind is to slow for this test
--source include/not_valgrind.inc
#------------------------------------------------------------------------------# #------------------------------------------------------------------------------#
# Engine specific settings and requirements # Engine specific settings and requirements
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment