Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5
-
None
Description
rpl.rpl_heartbeat_2slaves fails on Windows Buildbot with the following output (from https://buildbot.mariadb.org/#/builders/239/builds/18612/steps/11/logs/stdio):
rpl.rpl_heartbeat_2slaves 'stmt' w45 [ fail ]
|
Test ended at 2024-03-07 13:23:53
|
|
CURRENT_TEST: rpl.rpl_heartbeat_2slaves
|
mysqltest: In included file "./include/assert.inc":
|
included from D:/Buildbot/amd64-windows-packages/build/mysql-test/suite/rpl/t/rpl_heartbeat_2slaves.test at line 53:
|
At line 168: Test assertion failed in assertion.inc
|
|
The result from queries just before the failure was:
|
< snip >
|
Log_name File_size
|
master-bin.000001 329
|
|
**** SHOW BINLOG EVENTS on server_1 ****
|
binlog_name = 'master-bin.000001'
|
SHOW BINLOG EVENTS IN 'master-bin.000001';
|
Log_name Pos Event_type Server_id End_log_pos Info
|
master-bin.000001 4 Format_desc 1 256 Server ver: 10.5.25-MariaDB-log, Binlog ver: 4
|
master-bin.000001 256 Gtid_list 1 285 []
|
master-bin.000001 285 Binlog_checkpoint 1 329 master-bin.000001
|
|
**** SHOW RELAYLOG EVENTS on server_1 ****
|
relaylog_name = 'No such row'
|
SHOW RELAYLOG EVENTS IN 'No such row';
|
Log_name Pos Event_type Server_id End_log_pos Info
|
connection slave_2;
|
Assertion text: 'slave_1 should have received more heartbeats than slave_2'
|
Assertion condition: '[slave_1:SHOW STATUS LIKE "slave_received_heartbeats", Value, 1] > [slave_2:SHOW STATUS LIKE "slave_received_heartbeats", Value, 1]'
|
Assertion condition, interpolated: '11 > 12'
|
Assertion result: '0'
|
|