Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.6
-
None
Description
MTR test rpl.master_last_event_time_stmt fails with the following result length mismatch:
rpl.master_last_event_time_stmt 'stmt' w12 [ fail ]
|
Test ended at 2024-08-15 07:35:57
|
|
CURRENT_TEST: rpl.master_last_event_time_stmt
|
--- /home/buildbot/amd64-debian-11-msan-clang-16/build/mysql-test/suite/rpl/r/master_last_event_time_stmt.result 2024-08-15 05:17:51.000000000 +0000
|
+++ /home/buildbot/amd64-debian-11-msan-clang-16/build/mysql-test/suite/rpl/r/master_last_event_time_stmt.reject 2024-08-15 07:35:54.501439893 +0000
|
@@ -59,7 +59,8 @@
|
master <> NULL; Should be 1
|
1
|
master_time == slave_time ; Should be 1
|
-1
|
+0
|
+MASTER: 2024-08-15 07:35:34 SLAVE: 2024-08-15 07:35:27
|
include/stop_slave.inc
|
connection server_1;
|
connection server_2;
|
|
Result length mismatch
|
Attachments
Issue Links
- is caused by
-
MDEV-33856 Alternative Replication Lag Representation via Received/Executed Master Binlog Event Timestamps
- Closed