From 78fcb9474c90f89a7065ea01d9b00d2c546e36b6 Mon Sep 17 00:00:00 2001 From: Kristian Nielsen Date: Mon, 19 Aug 2024 20:49:28 +0200 Subject: [PATCH] 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 --- mysql-test/suite/rpl/t/rpl_rotate_logs.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/suite/rpl/t/rpl_rotate_logs.test b/mysql-test/suite/rpl/t/rpl_rotate_logs.test index 6de85b7ca89..3ea78dbc174 100644 --- a/mysql-test/suite/rpl/t/rpl_rotate_logs.test +++ b/mysql-test/suite/rpl/t/rpl_rotate_logs.test @@ -135,8 +135,8 @@ remove_file $MYSQLTEST_VARDIR/tmp/rpl_rotate_logs.tmp; --enable_result_log # Disable the warning "is not purged because it is the current active binlog". -# (If the purge is delayed, this warning will not occur, causing .result -# difference). +# This warning will appear or not, depending on whether the timestamp of +# master-bin.000003 ends up earlier than @time_for_purge or not in the test run. --disable_warnings purge master logs before (@time_for_purge); --enable_warnings