Browse Source

Fix the test mariabackup.mdev-14447

The test mariabackup.mdev-14447 started failing due to the option
--apply-log-only that became invalid since
commit 9bdf35e90f
and had been removed in
commit 8c71c6aa8b.
pull/1615/head
Marko Mäkelä 5 years ago
parent
commit
01ed614027
  1. 4
      mysql-test/suite/mariabackup/mdev-14447.test

4
mysql-test/suite/mariabackup/mdev-14447.test

@ -30,9 +30,9 @@ remove_file $backuplog;
--disable_result_log
echo # Prepare full backup, apply incremental one;
exec $XTRABACKUP --prepare --verbose --apply-log-only --target-dir=$basedir;
exec $XTRABACKUP --prepare --verbose --target-dir=$basedir;
exec $XTRABACKUP --prepare --verbose --apply-log-only --target-dir=$basedir --incremental-dir=$incremental_dir ;
exec $XTRABACKUP --prepare --verbose --target-dir=$basedir --incremental-dir=$incremental_dir ;
echo # Restore and check results;
let $targetdir=$basedir;

Loading…
Cancel
Save