Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6, 10.11, 11.1(EOL), 11.2, 11.0(EOL), 11.3(EOL)
-
None
Description
PS C:\work\11.4\xxx\mysql-test> perl .\mysql-test-run.pl rpl.rpl_incompatible_heartbeat
|
Found handle.exe version 5.0
|
Logging: C:/work/11.4/mysql-test/mariadb-test-run.pl rpl.rpl_incompatible_heartbeat
|
VS config: Debug
|
vardir: C:/work/11.4/xxx/mysql-test/var
|
Checking leftover processes...
|
Removing old var directory...
|
Creating var directory 'C:/work/11.4/xxx/mysql-test/var'...
|
Checking supported features...
|
MariaDB Version 11.4.0-MariaDB-debug
|
- SSL connections supported
|
- binaries are debug compiled
|
Collecting tests...
|
Installing system database...
|
|
==============================================================================
|
|
TEST RESULT TIME (ms) or COMMENT
|
--------------------------------------------------------------------------
|
|
worker[01] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
|
rpl.rpl_incompatible_heartbeat 'innodb,mix' [ fail ]
|
Test ended at 2024-01-23 12:54:28
|
|
CURRENT_TEST: rpl.rpl_incompatible_heartbeat
|
mysqltest: In included file "./include/wait_for_slave_param.inc":
|
included from ./include/wait_for_slave_io_to_start.inc at line 41:
|
included from ./include/wait_for_slave_to_start.inc at line 27:
|
included from ./include/start_slave.inc at line 35:
|
included from C:/work/11.4/mysql-test/suite/rpl/t/rpl_incompatible_heartbeat.test at line 34:
|
At line 114: Error condition reached in include/wait_for_slave_param.inc
|
|
The result from queries just before the failure was:
|
< snip >
|
9 root localhost:49705 test Sleep 0 NULL 0.000
|
|
**** SHOW BINARY LOGS on server_1 ****
|
SHOW BINARY LOGS;
|
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: 11.4.0-MariaDB-debug-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;
|
|
More results from queries before failure can be found in C:\work\11.4\xxx\mysql-test\var\log\rpl_incompatible_heartbeat.log
|
|
- saving 'C:/work/11.4/xxx/mysql-test/var/log/rpl.rpl_incompatible_heartbeat-innodb,mix/' to 'C:/work/11.4/xxx/mysql-test/var/log/rpl.rpl_incompatible_heartbeat-innodb,mix/'
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 0.000 of 12 seconds executing testcases
|
|
Failure: Failed 1/1 tests, 0.00% were successful.
|
|
Failing test(s): rpl.rpl_incompatible_heartbeat
|
|
The log files in var/log may give you some hint of what went wrong.
|
|
If you want to report this error, please read first the documentation
|
at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html
|
|
mysql-test-run: *** ERROR: there were failing test cases
|