Commit c85ea1ab authored by Sergei Petrunia's avatar Sergei Petrunia

MDEV-12439: (Temporary) Don't run MariaRocks tests under valgrind

parent d1fc3cc4
......@@ -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 { };
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment