mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MSAN: Disable some slow tests
This commit is contained in:
@ -4,6 +4,8 @@
|
|||||||
# 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
|
||||||
|
# This test often times out with MSAN
|
||||||
|
--source include/not_msan.inc
|
||||||
|
|
||||||
# MyISAM tables should be used
|
# MyISAM tables should be used
|
||||||
#
|
#
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
--source include/big_test.inc
|
--source include/big_test.inc
|
||||||
--source include/not_valgrind.inc
|
--source include/not_valgrind.inc
|
||||||
|
# This test often times out with MSAN
|
||||||
|
--source include/not_msan.inc
|
||||||
|
|
||||||
# Create table with R-tree index.
|
# Create table with R-tree index.
|
||||||
create table t1 (c1 int, c2 varchar(255), c3 geometry not null, primary key(c1, c2), spatial index (c3))engine=innodb;
|
create table t1 (c1 int, c2 varchar(255), c3 geometry not null, primary key(c1, c2), spatial index (c3))engine=innodb;
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
--source include/innodb_page_size.inc
|
--source include/innodb_page_size.inc
|
||||||
--source include/have_sequence.inc
|
--source include/have_sequence.inc
|
||||||
--source include/not_valgrind.inc
|
--source include/not_valgrind.inc
|
||||||
|
# This test often times out with MSAN
|
||||||
|
--source include/not_msan.inc
|
||||||
|
|
||||||
SET @saved_frequency = @@GLOBAL.innodb_purge_rseg_truncate_frequency;
|
SET @saved_frequency = @@GLOBAL.innodb_purge_rseg_truncate_frequency;
|
||||||
SET GLOBAL innodb_purge_rseg_truncate_frequency = 1;
|
SET GLOBAL innodb_purge_rseg_truncate_frequency = 1;
|
||||||
|
Reference in New Issue
Block a user