Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.4, 11.8, 12.0
-
None
Description
Test binlog_encryption.encrypted_master_switch_to_unencrypted_gtid fails on buildbot sporadically starting in 11.4 with error output:
binlog_encryption.encrypted_master_switch_to_unencrypted_gtid 'mix' w3 [ fail ]
|
Test ended at 2025-03-08 22:17:20
|
|
CURRENT_TEST: binlog_encryption.encrypted_master_switch_to_unencrypted_gtid
|
mysqltest: At line 129: Slave without encryption configured should fail to read encrypted binlog (expected 0-1-5 but got )
|
|
The result from queries just before the failure was:
|
< snip >
|
#####################################################
|
# Part 3: restart master again without encryption
|
#####################################################
|
connection default;
|
connection server_1;
|
CREATE TABLE table3_no_encryption (
|
pk INT AUTO_INCREMENT PRIMARY KEY,
|
ts TIMESTAMP NULL,
|
b BLOB
|
) ENGINE=MyISAM;
|
INSERT INTO table3_no_encryption VALUES (NULL,NOW(),'data_no_encryption');
|
INSERT INTO table3_no_encryption SELECT NULL,NOW(),b FROM table3_no_encryption;
|
INSERT INTO table3_no_encryption SELECT NULL,NOW(),b FROM table3_no_encryption;
|
#####################################################
|
# Check: resume replication and check how it goes
|
#####################################################
|
connection server_2;
|
start slave;
|
include/wait_for_slave_io_error.inc [errno=1236]
|
# Ensuring slave was unable to replicate any encrypted transactions..
|
Attachments
Issue Links
- is caused by
-
MDEV-4991 GTID binlog indexing
-
- Closed
-
Pushed to 11.4