mariadb/storage/rocksdb/mysql-test
Sergei Petrunia 143fede177 Disable rocksdb.force_shutdown, rocksdb.shutdown is fine
Fix this patch (two csets before):
  Disable rocksdb.shutdown test

  It was introduced by this patch in fb/mysql-5.6:
  Author: Yoshinori Matsunobu <yoshinori@fb.com>
  Date:   Mon Jun 10 14:09:28 2019 -0700

      Extending SHUTDOWN query to support read_only/aborting

      Summary:
      This diff extends SHUTDOWN query to support the following
      features.
      - Aborting with any specified exit code (range is 0..255).
      If nothing is specified or 0 is given, it does default clean
      shutdown. If 1+ is given, exits with the given error code
      immediately. This is helpful to shutting down instance
      even if it is stuck somewhere.

   MariaDB doesn't support SHUTDOWN statement or have any other way
   to exit the server process.
2019-07-16 11:10:59 +03:00
..
rocksdb Disable rocksdb.force_shutdown, rocksdb.shutdown is fine 2019-07-16 11:10:59 +03:00
rocksdb_hotbackup Merge from MyRocks upstream: 2019-06-16 00:28:33 +03:00
rocksdb_rpl Fix typo 2019-06-16 23:21:12 +03:00
rocksdb_stress Disable tests in rocksdb_stress suite (which was enabled a few commits ago) 2019-04-01 12:58:51 +03:00
rocksdb_sys_vars MyRocks: dont show read-Free replication variables 2019-06-20 15:29:17 +03:00
storage_engine