Skip to content

Commit

Permalink
MSAN: Disable some slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Jun 30, 2022
1 parent a26700c commit afe607d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/funcs_1/t/myisam_views-big.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# because of a pair of slow Solaris Sparc machines in pb2,
# this test is marked as big:
--source include/big_test.inc
# This test often times out with MSAN
--source include/not_msan.inc

# MyISAM tables should be used
#
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/innodb_gis/t/multi_pk.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
--source include/have_debug.inc
--source include/big_test.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 t1 (c1 int, c2 varchar(255), c3 geometry not null, primary key(c1, c2), spatial index (c3))engine=innodb;
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/innodb_gis/t/rtree_purge.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
--source include/innodb_page_size.inc
--source include/have_sequence.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 GLOBAL innodb_purge_rseg_truncate_frequency = 1;
Expand Down

0 comments on commit afe607d

Please sign in to comment.