Bug #80307 innodb table_encrypt_2 test fails
Submitted: 8 Feb 2016 18:42 Modified: 9 Nov 2017 12:51
Reporter: Richard Prohaska Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:5.7.11 OS:Ubuntu (15.10)
Assigned to: CPU Architecture:Any

[8 Feb 2016 18:42] Richard Prohaska
Description:
mtr innodb.table_encrypt_2

innodb.table_encrypt_2                   [ fail ]
        Test ended at 2016-02-08 13:41:13

CURRENT_TEST: innodb.table_encrypt_2
mysqltest: At line 15: query 'CREATE TABLE t1(c1 int) ENGINE=InnoDB ENCRYPTION="Y"' succeeded - should have failed with errno 3185...

The result from queries just before the failure was:
call mtr.add_suppression("\\[Error\\] InnoDB: Can't generate new master key for tablespace encryption, please check the keyring plugin is loaded.");
call mtr.add_suppression("\\[Error\\] InnoDB: Encryption can't find master key, please check the keyring plugin is loaded.");
call mtr.add_suppression("\\[ERROR\\] Function 'keyring_file' already exists");
call mtr.add_suppression("\\[ERROR\\] Couldn't load plugin named 'keyring_file' with soname 'keyring_file.*'.");
call mtr.add_suppression("Plugin keyring_file reported");
safe_process[22909]: Child process: 22910, exit: 1

How to repeat:
mtr innodb.table_encrypt_2
[9 Feb 2016 6:35] MySQL Verification Team
Hello Richard Prohaska,

Thank you for the report.

Thanks,
Umesh
[9 Nov 2017 12:51] Erlend Dahl
We can't reproduce this bug internally.