summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/mariabackup/xb_rocksdb_datadir_debug.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/mariabackup/xb_rocksdb_datadir_debug.test')
-rw-r--r--mysql-test/suite/mariabackup/xb_rocksdb_datadir_debug.test13
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/xb_rocksdb_datadir_debug.test b/mysql-test/suite/mariabackup/xb_rocksdb_datadir_debug.test
new file mode 100644
index 00000000..a71c63b9
--- /dev/null
+++ b/mysql-test/suite/mariabackup/xb_rocksdb_datadir_debug.test
@@ -0,0 +1,13 @@
+--source include/have_debug.inc
+--source include/have_rocksdb.inc
+
+# Check how rocksdb backup works without hardlinks
+let $backup_extra_param='--dbug=+d,no_hardlinks';
+let $copy_back_extra_param='--dbug=+d,no_hardlinks';
+
+# Pretend that previous backup crashes, and left checkpoint directory
+let $rocksdb_datadir= `SELECT @@rocksdb_datadir`;
+mkdir $rocksdb_datadir/mariadb-checkpoint;
+
+--source xb_rocksdb_datadir.test
+