Skip to content

Commit 78fcb94

Browse files
committed
Fix sporadic failure in test rpl.rpl_rotate_logs
Clarify confusing comments in the previous commit, and note that the failure started after push of MDEV-34504. Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
1 parent 5dc2fe4 commit 78fcb94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ remove_file $MYSQLTEST_VARDIR/tmp/rpl_rotate_logs.tmp;
135135
--enable_result_log
136136

137137
# Disable the warning "is not purged because it is the current active binlog".
138-
# (If the purge is delayed, this warning will not occur, causing .result
139-
# difference).
138+
# This warning will appear or not, depending on whether the timestamp of
139+
# master-bin.000003 ends up earlier than @time_for_purge or not in the test run.
140140
--disable_warnings
141141
purge master logs before (@time_for_purge);
142142
--enable_warnings

0 commit comments

Comments
 (0)