Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-36424

binlog_encryption.encrypted_master_switch_to_unencrypted_gtid Fails in BB 11.4+

Details

    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

          Activity

            People

              knielsen Kristian Nielsen
              bnestere Brandon Nesterenko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.