mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
MDEV-27919 mariabackup --log-copy-interval is measured in millisecondss in 10.5 and in microseconds in 10.6
Multiply polling interval by 1000.
This commit is contained in:
parent
f0c52bfe3b
commit
1b558dd462
4 changed files with 29 additions and 1 deletions
18
mysql-test/suite/mariabackup/log_copy_interval.test
Normal file
18
mysql-test/suite/mariabackup/log_copy_interval.test
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
--source include/have_debug.inc
|
||||
|
||||
echo # xtrabackup backup;
|
||||
let $targetdir=$MYSQLTEST_VARDIR/tmp/backup;
|
||||
--let $backup_log=$MYSQLTEST_VARDIR/tmp/backup.log
|
||||
|
||||
--let sleep_after_waiting_for_lsn=250
|
||||
--disable_result_log
|
||||
exec $XTRABACKUP --defaults-file=$MYSQLTEST_VARDIR/my.cnf --backup --target-dir=$targetdir --log-copy-interval=500 --dbug=+d,mariabackup_inject_code > $backup_log 2>&1;
|
||||
--enable_result_log
|
||||
|
||||
--let SEARCH_PATTERN=sleep_after_waiting_for_lsn\n(\[\d+\] \d+-\d+-\d+ \d+:\d+:\d+ >> log scanned up to \(\d+\)\n){2}
|
||||
--let SEARCH_FILE=$backup_log
|
||||
--source include/search_pattern_in_file.inc
|
||||
--remove_file $backup_log
|
||||
|
||||
rmdir $targetdir;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue