Commit 8f6266e9 authored by Sergei Petrunia's avatar Sergei Petrunia

MDEV-13852: temporarily disable running tests on windows

parent d1eee040
package My::Suite::Rocksdb;
use My::SysInfo;
#
# Note: ../rocksdb_sys_vars/suite.pm file has a similar
# function. If you modify this file, consider modifying that one, too.
......@@ -21,5 +23,7 @@ $ENV{MARIAROCKS_SST_DUMP}="$sst_dump";
# Temporarily disable testing under valgrind, due to MDEV-12439
return "RocksDB tests disabled under valgrind" if ($::opt_valgrind);
return "Temporarily disabled on Windows due to MDEV-13852" if (My::SysInfo::IS_WINDOWS);
bless { };
##
## See also: storage/rocksdb/mysql-test/rocksdb/suite.pm - tests on
## platforms and under valgrind are disabled from there.
##
cons_snapshot_serializable : Consistent read does not work on serializable
level_read_uncommitted : Not supported
level_serializable: Not supported
......
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