MDEV-29710: Skip some more tests on Valgrind
This commit is contained in:
parent
65d0c57c1a
commit
f600690c6b
@ -1,4 +1,5 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
set default_storage_engine=innodb;
|
set default_storage_engine=innodb;
|
||||||
--source include/rowid_filter_debug_kill.inc
|
--source include/rowid_filter_debug_kill.inc
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
--source have_federatedx.inc
|
--source have_federatedx.inc
|
||||||
--source include/federated.inc
|
--source include/federated.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
connection default;
|
connection default;
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
--source include/have_debug_sync.inc
|
--source include/have_debug_sync.inc
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # MDEV-11415 AVOID INTERMEDIATE COMMIT WHILE DOING
|
--echo # MDEV-11415 AVOID INTERMEDIATE COMMIT WHILE DOING
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
# Restarting is not supported when testing the embedded server.
|
# Restarting is not supported when testing the embedded server.
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # MDEV-6076 Persistent AUTO_INCREMENT for InnoDB
|
--echo # MDEV-6076 Persistent AUTO_INCREMENT for InnoDB
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# MDEV-6424: Mariadb server crashes with assertion failure in file ha_innodb.cc
|
# MDEV-6424: Mariadb server crashes with assertion failure in file ha_innodb.cc
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
# DEBUG_SYNC must be compiled in.
|
# DEBUG_SYNC must be compiled in.
|
||||||
--source include/have_debug_sync.inc
|
--source include/have_debug_sync.inc
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
#
|
#
|
||||||
# Test that mysqld does not crash when running ANALYZE TABLE with
|
# Test that mysqld does not crash when running ANALYZE TABLE with
|
||||||
# different values of the parameter innodb_stats_sample_pages.
|
# different values of the parameter innodb_stats_sample_pages.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
--source include/have_innodb_punchhole.inc
|
--source include/have_innodb_punchhole.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
# Test for Bug #30423, InnoDBs treatment of NULL in index stats causes
|
# Test for Bug #30423, InnoDBs treatment of NULL in index stats causes
|
||||||
# bad "rows examined" estimates.
|
# bad "rows examined" estimates.
|
||||||
# Implemented InnoDB system variable "innodb_stats_method" with
|
# Implemented InnoDB system variable "innodb_stats_method" with
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
--source include/have_innodb_16k.inc
|
--source include/have_innodb_16k.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
call mtr.add_suppression("InnoDB: Upgrade after a crash is not supported");
|
call mtr.add_suppression("InnoDB: Upgrade after a crash is not supported");
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
--echo # Bug#16418661 - CHANGING NAME IN FOR INNODB_DATA_FILE_PATH SHOULD NOT SUCCEED WITH LOG FILES
|
--echo # Bug#16418661 - CHANGING NAME IN FOR INNODB_DATA_FILE_PATH SHOULD NOT SUCCEED WITH LOG FILES
|
||||||
|
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
call mtr.add_suppression("InnoDB: Could not create undo tablespace.*undo002");
|
call mtr.add_suppression("InnoDB: Could not create undo tablespace.*undo002");
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# Test the detection of duplicate tablespaces.
|
# Test the detection of duplicate tablespaces.
|
||||||
|
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
# Embedded server does not support crashing
|
# Embedded server does not support crashing
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
--source include/have_debug_sync.inc
|
--source include/have_debug_sync.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
# need to restart server
|
# need to restart server
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
# Flush any open myisam tables from previous tests
|
# Flush any open myisam tables from previous tests
|
||||||
FLUSH TABLES;
|
FLUSH TABLES;
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
--source include/have_undo_tablespaces.inc
|
--source include/have_undo_tablespaces.inc
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_sequence.inc
|
--source include/have_sequence.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
SET GLOBAL innodb_undo_log_truncate = 0;
|
SET GLOBAL innodb_undo_log_truncate = 0;
|
||||||
SET GLOBAL innodb_purge_rseg_truncate_frequency = 1;
|
SET GLOBAL innodb_purge_rseg_truncate_frequency = 1;
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
--source include/have_simple_parser.inc
|
--source include/have_simple_parser.inc
|
||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
# Restart is not supported in embedded
|
# Restart is not supported in embedded
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
|
|
||||||
#
|
#
|
||||||
# Purpose:
|
# Purpose:
|
||||||
# This test validates that data is consistent between a primary and replica
|
# This test validates that data is consistent between a primary and replica
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
--source include/no_valgrind_without_big.inc
|
||||||
######## t/ddl_innodb.test ######
|
######## t/ddl_innodb.test ######
|
||||||
#
|
#
|
||||||
# Stress the storage engine InnoDB with CREATE/DROP TABLE/INDEX
|
# Stress the storage engine InnoDB with CREATE/DROP TABLE/INDEX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user