Skip to content

Commit f3c6c56

Browse files
authored
Merge pull request #5424 from dlenev/ps-8.0-rpl_backup_locked_by_applier-fix
PS-9328: Fix sporadic rpl.rpl_backup_locked_by_applier test failures (8.0 version)
2 parents 6befcd5 + 7ca4e1b commit f3c6c56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mysql-test/suite/rpl/r/rpl_backup_locked_by_applier.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ERROR HY000: Lock wait timeout exceeded; try restarting transaction
2323
#
2424
# Unblock applier
2525
#
26-
SET DEBUG_SYNC = 'now SIGNAL continue_purge_applied_logs_after_backup_lock';
2726
# Removing debug point 'syncpoint_purge_applied_logs_after_backup_lock' from @@GLOBAL.debug
27+
SET DEBUG_SYNC = 'now SIGNAL continue_purge_applied_logs_after_backup_lock';
2828
#
2929
# Wait for replica to process the rest of the binlog
3030
#

mysql-test/suite/rpl/t/rpl_backup_locked_by_applier.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ LOCK INSTANCE FOR BACKUP;
5151
--echo # Unblock applier
5252
--echo #
5353

54-
SET DEBUG_SYNC = 'now SIGNAL continue_purge_applied_logs_after_backup_lock';
55-
5654
--let $debug_point = syncpoint_purge_applied_logs_after_backup_lock
5755
--source include/remove_debug_point.inc
5856

57+
SET DEBUG_SYNC = 'now SIGNAL continue_purge_applied_logs_after_backup_lock';
58+
5959
--echo #
6060
--echo # Wait for replica to process the rest of the binlog
6161
--echo #

0 commit comments

Comments
 (0)