Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
afe607df
Commit
afe607df
authored
Jun 30, 2022
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MSAN: Disable some slow tests
parent
a26700cc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
mysql-test/suite/funcs_1/t/myisam_views-big.test
mysql-test/suite/funcs_1/t/myisam_views-big.test
+2
-0
mysql-test/suite/innodb_gis/t/multi_pk.test
mysql-test/suite/innodb_gis/t/multi_pk.test
+2
-0
mysql-test/suite/innodb_gis/t/rtree_purge.test
mysql-test/suite/innodb_gis/t/rtree_purge.test
+2
-0
No files found.
mysql-test/suite/funcs_1/t/myisam_views-big.test
View file @
afe607df
...
...
@@ -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
#
...
...
mysql-test/suite/innodb_gis/t/multi_pk.test
View file @
afe607df
...
...
@@ -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
;
...
...
mysql-test/suite/innodb_gis/t/rtree_purge.test
View file @
afe607df
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment