summaryrefslogtreecommitdiff
path: root/storage/rocksdb/mysql-test/rocksdb/suite.pm
Commit message (Collapse)AuthorAgeFilesLines
* don't run RocksDB suites by defaultSergei Golubchik2019-09-061-1/+1
|
* MDEV-12439: MariaRocks produces numerous (spurious?) valgrind failuresSergei Petrunia2019-08-131-2/+2
| | | | Enable the rocksdb test suite. It now passes the valgrind tests.
* MDEV-13852 - redefine WinWriteableFile such as IsSyncThreadSafe()Vladislav Vaintroub2017-11-161-1/+0
| | | | | | | | is set to true, as it should. Copy and modify original io_win.h header file to a different location (as we cannot patch anything in submodule). Make sure modified header is used.
* MDEV-13852: temporarily disable running tests on windowsSergei Petrunia2017-10-111-0/+4
|
* MDEV-12439: (Temporary) Don't run MariaRocks tests under valgrindSergei Petrunia2017-04-041-0/+3
|
* rocksdb_sys_vars should not be run if MyRocks is not compiled.Sergei Petrunia2017-04-021-0/+4
| | | | Copy the detection logic from 'rocksdb' test suite, add a note.
* MariaRocks : Fix looking up sst_dumpVladislav Vaintroub2017-04-021-2/+8
|
* MariaRocks tests: various cleanupsSergei Golubchik2017-03-311-1/+5
| | | | | | remove hard-coded paths (that assumed we're in a source tree) remove various shell/perl/awk/whatsnot scripts, use mysqltest and perl remove numerous --exec /some/unix/tool commands, use mysqltest and perl
* MariaRocks port10.2-mariarocksSergei Petrunia2017-01-111-0/+8
- Use rocksdb_sys_vars/my.cnf so that one can run tests from that suite by just "./mtr rocksdb_sys_vars.$TESTNAME" - Add rocksdb and rocksdb_sys_vars to the set of default test suites. Don't run with embedded server, yet.