Bug #114894 Test rpl.rpl_log_info_repository_persistence_require_row failing
Submitted: 6 May 9:11 Modified: 4 Jul 7:47
Reporter: Laurynas Biveinis (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Tests Severity:S7 (Test Cases)
Version:8.4.0 OS:MacOS (14.4.1)
Assigned to: CPU Architecture:ARM

[6 May 9:11] Laurynas Biveinis
Description:
$ mtr rpl.rpl_log_info_repository_persistence_require_row
...
[ 50%] rpl.rpl_log_info_repository_persistence_require_row 'row'  [ fail ]
        Test ended at 2024-05-06 12:07:40

CURRENT_TEST: rpl.rpl_log_info_repository_persistence_require_row
mysqltest: At line 96: Test assertion failed in assert.inc
In included file ./include/assert.inc: 97
included from /Users/laurynas/vilniusdb/mysql-8.4.0/mysql-test/suite/rpl/t/rpl_log_info_repository_persistence_require_row.test: 152

The result from queries just before the failure was:
33		4	localhost	root		12	1	0						0	30		0		10			0	uncompressed	3	NULL	0	0
33		4	localhost			12	60	0						0	30		0		10			0	ch1			0		uncompressed	3	NULL	0	0
33		4		root		3306	60	0						0	0		0		10			1	group_replication_recovery			0		uncompressed	3	NULL	0	1

**** mysql.gtid_executed on server_2 ****
SELECT * FROM mysql.gtid_executed;
source_uuid	interval_start	interval_end	gtid_tag
0f11c126-0b88-11ef-a4a9-92eff80b4e65	1	1	

rpl_topology=1->2
extra debug info if any: ''
connection default;
1 tests executed in this mtr thread: rpl.rpl_log_info_repository_persistence_require_row
last error log entry: SERVER_1:<none>; SERVER_2:<none>
rpl error summary: no errors in workers, receivers, or coordinators
connection slave;
Assertion text: 'Check the number of channels with enabled REQUIRE_ROW_FORMAT'
Assertion condition: '1 = 0'
Assertion condition, interpolated: '1 = 0'
Assertion result: '0'
safe_process[72670]: Child process: 72671, exit: 1

How to repeat:
See above. CMake options used -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug -DWITH_DEBUG=ON -DMYSQL_MAINTAINER_MODE=ON -DWITH_SYSTEM_LIBS=ON -DFORCE_COLORED_OUTPUT=ON -DWITH_ZLIB=bundled
[6 May 9:17] MySQL Verification Team
Hello Laurynas,

Thank you for the report and feedback!

regards,
Umesh
[4 Jul 7:47] Laurynas Biveinis
Did not reproduce on 8.0.38 / 8.4.1 / 9.0.0