[MDEV-8242] encryption.innodb_page_encryption_key_change fails in buildbot Created: 2015-05-28  Updated: 2015-05-28  Resolved: 2015-05-28

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1
Fix Version/s: 10.1.5

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Jan Lindström (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Blocks
blocks MDEV-7069 Fix buildbot failures in main server ... Stalled

 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.



 Comments   
Comment by Jan Lindström (Inactive) [ 2015-05-28 ]

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.

Generated at Thu Feb 08 07:25:41 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.