Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.6, 10.11, 11.4, 11.8, 12.3
-
None
-
Can result in unexpected behaviour
Description
Here is the test failure history.
|
|
rpl.rpl_memory_engine_truncate_on_restart 'mix' w12 [ fail ]
|
Test ended at 2026-07-15 16:54:43
|
|
|
CURRENT_TEST: rpl.rpl_memory_engine_truncate_on_restart
|
mysqltest: In included file "./include/assert_grep.inc":
|
included from /home/buildbot/s390x-sles-1507/build/mysql-test/suite/rpl/t/rpl_memory_engine_truncate_on_restart.test at line 59:
|
At line 154: assert_grep.inc failed.
|
|
|
The result from queries just before the failure was:
|
< snip >
|
Log_name Pos Event_type Server_id End_log_pos Info
|
master-bin.000002 4 Format_desc 1 257 Server ver: 13.0.1-MariaDB-log, Binlog ver: 4
|
master-bin.000002 257 Gtid_list 1 300 [0-1-3]
|
master-bin.000002 300 Binlog_checkpoint 1 344 master-bin.000002
|
master-bin.000002 344 Gtid 1 386 GTID 0-1-4
|
master-bin.000002 386 Query 1 478 TRUNCATE TABLE `test`.`t`
|
|
|
**** SHOW RELAYLOG EVENTS on server_1 ****
|
relaylog_name = 'No such row'
|
SHOW RELAYLOG EVENTS IN 'No such row' LIMIT 200;
|
Log_name Pos Event_type Server_id End_log_pos Info
|
connection master;
|
include/assert_grep.inc failed!
|
assert_text: 'Query to truncate the MEMORY table should be the contents of the new event'
|
assert_file: '/home/buildbot/s390x-sles-1507/build/mysql-test/var/12/tmp/binlog_decoded.out'
|
assert_select: 'TRUNCATE TABLE'
|
assert_match: ''
|
assert_count: '1'
|
assert_only_after: ''
|
number of matching lines: 0
|
|
|
More results from queries before failure can be found in /home/buildbot/s390x-sles-1507/build/mysql-test/var/12/log/rpl_memory_engine_truncate_on_restart.log
|
|
|
- saving '/home/buildbot/s390x-sles-1507/build/mysql-test/var/12/log/rpl.rpl_memory_engine_truncate_on_restart-mix/' to '/home/buildbot/s390x-sles-1507/build/mysql-test/var/log/rpl.rpl_memory_engine_truncate_on_restart-mix/'
|
|
|
Retrying test rpl.rpl_memory_engine_truncate_on_restart, attempt(2/3)...
|
|