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
c85ea1ab
Commit
c85ea1ab
authored
Apr 04, 2017
by
Sergei Petrunia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-12439: (Temporary) Don't run MariaRocks tests under valgrind
parent
d1fc3cc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
storage/rocksdb/mysql-test/rocksdb/suite.pm
storage/rocksdb/mysql-test/rocksdb/suite.pm
+3
-0
storage/rocksdb/mysql-test/rocksdb/t/disabled.def
storage/rocksdb/mysql-test/rocksdb/t/disabled.def
+3
-0
No files found.
storage/rocksdb/mysql-test/rocksdb/suite.pm
View file @
c85ea1ab
...
...
@@ -18,5 +18,8 @@ my $sst_dump=
return
"
RocksDB is not compiled, no sst_dump
"
unless
$sst_dump
;
$ENV
{
MARIAROCKS_SST_DUMP
}
=
"
$sst_dump
";
# Temporarily disable testing under valgrind, due to MDEV-12439
return
"
RocksDB tests disabled under valgrind
"
if
(
$::opt_valgrind
);
bless
{
};
storage/rocksdb/mysql-test/rocksdb/t/disabled.def
View file @
c85ea1ab
...
...
@@ -51,6 +51,9 @@ collation: Fails on gcc 4.8 and before, MDEV-12433
rocksdb : Intermittent failures in BB
unique_sec : Intermittent failures in BB
# See also storage/rocksdb/mysql-test/rocksdb/suite.pm
# Running tests under valgrind is disabled there.
allow_no_pk_concurrent_insert: stress test
rocksdb_deadlock_stress_rc: stress test
rocksdb_deadlock_stress_rr: stress test
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