Skip to content

Commit c85ea1a

Browse files
committed
MDEV-12439: (Temporary) Don't run MariaRocks tests under valgrind
1 parent d1fc3cc commit c85ea1a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

storage/rocksdb/mysql-test/rocksdb/suite.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ my $sst_dump=
1818
return "RocksDB is not compiled, no sst_dump" unless $sst_dump;
1919
$ENV{MARIAROCKS_SST_DUMP}="$sst_dump";
2020

21+
# Temporarily disable testing under valgrind, due to MDEV-12439
22+
return "RocksDB tests disabled under valgrind" if ($::opt_valgrind);
23+
2124
bless { };
2225

storage/rocksdb/mysql-test/rocksdb/t/disabled.def

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ collation: Fails on gcc 4.8 and before, MDEV-12433
5151
rocksdb : Intermittent failures in BB
5252
unique_sec : Intermittent failures in BB
5353

54+
# See also storage/rocksdb/mysql-test/rocksdb/suite.pm
55+
# Running tests under valgrind is disabled there.
56+
5457
allow_no_pk_concurrent_insert: stress test
5558
rocksdb_deadlock_stress_rc: stress test
5659
rocksdb_deadlock_stress_rr: stress test

0 commit comments

Comments
 (0)