Commit 65296123 authored by Sergei Petrunia's avatar Sergei Petrunia

MDEV-12439: MariaRocks produces numerous (spurious?) valgrind failures

Enable the rocksdb test suite. It now passes the valgrind tests.
parent c5b4697b
...@@ -20,8 +20,8 @@ my $sst_dump= ...@@ -20,8 +20,8 @@ my $sst_dump=
return "RocksDB is not compiled, no sst_dump" unless $sst_dump; return "RocksDB is not compiled, no sst_dump" unless $sst_dump;
$ENV{MARIAROCKS_SST_DUMP}="$sst_dump"; $ENV{MARIAROCKS_SST_DUMP}="$sst_dump";
# Temporarily disable testing under valgrind, due to MDEV-12439 ## Temporarily disable testing under valgrind, due to MDEV-12439
return "RocksDB tests disabled under valgrind" if ($::opt_valgrind); #return "RocksDB tests disabled under valgrind" if ($::opt_valgrind);
bless { }; bless { };
......
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