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

encryption.innodb_page_encryption_key_change fails in buildbot

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 10.1
    • Fix Version/s: 10.1.5
    • Component/s: Tests
    • Labels:
      None

      Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-centos5-amd64/builds/1435/steps/test/logs/stdio

      encryption.innodb_page_encryption_key_change 'cbc,innodb_plugin' w3 [ fail ]
              Test ended at 2015-05-27 22:43:41
      
      CURRENT_TEST: encryption.innodb_page_encryption_key_change
      --- /usr/local/mariadb-10.1.5-linux-x86_64/mysql-test/suite/encryption/r/innodb_page_encryption_key_change.result	2015-05-27 19:45:19.000000000 +0200
      +++ /usr/local/mariadb-10.1.5-linux-x86_64/mysql-test/suite/encryption/r/innodb_page_encryption_key_change.reject	2015-05-27 22:43:41.000000000 +0200
      @@ -1,4 +1,4 @@
      -# Restart mysqld --loose-file-key-management-filename=/home/jan/mysql/10.1-bugs/mysql-test/std_data/keys2.txt
      +# Restart mysqld --loose-file-key-management-filename=/usr/local/mariadb-10.1.5-linux-x86_64/mysql-test/std_data/keys2.txt
       SET GLOBAL innodb_file_format = `Barracuda`;
       SET GLOBAL innodb_file_per_table = ON;
       create table innodb_normal(c1 bigint not null, b char(200)) engine=innodb;
      @@ -57,7 +57,7 @@
       SELECT variable_value >= 0 FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_num_pages_decrypted';
       variable_value >= 0
       1
      -# Restart mysqld --loose-file-key-management-filename=/home/jan/mysql/10.1-bugs/mysql-test/std_data/keys3.txt
      +# Restart mysqld --loose-file-key-management-filename=/usr/local/mariadb-10.1.5-linux-x86_64/mysql-test/std_data/keys3.txt
       select * from innodb_normal;
       c1	b
       1	test1
      
      mysqltest: Result length mismatch
      

      It should be an easy fix, but I don't want to interfere with already complicated encryption many-way-merges, so please mask the path by the next push.

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

              Hide
              jplindst Jan Lindström added a comment -

              commit 979c5049ef6fdd55c29fa5170a96c62d2a8a6823
              Author: Jan Lindström <jan.lindstrom@mariadb.com>
              Date: Thu May 28 07:52:27 2015 +0300

              MDEV-8242: encryption.innodb_page_encryption_key_change fails in buildbot

              Forgot that echo will also expand variables and path might be different.

              Show
              jplindst Jan Lindström added a comment - commit 979c5049ef6fdd55c29fa5170a96c62d2a8a6823 Author: Jan Lindström <jan.lindstrom@mariadb.com> Date: Thu May 28 07:52:27 2015 +0300 MDEV-8242 : encryption.innodb_page_encryption_key_change fails in buildbot Forgot that echo will also expand variables and path might be different.

                People

                • Assignee:
                  jplindst Jan Lindström
                  Reporter:
                  elenst Elena Stepanova
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  3 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: