Details
Description
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
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
-
- Stalled
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
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 buildbotForgot that echo will also expand variables and path might be different.