Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL)
-
None
Description
encryption.innodb-log-encrypt 'xtradb' [ skipped ] Test requires InnoDB.
|
***Warnings generated in error logs during shutdown after running tests: encryption.innodb-log-encrypt
|
|
2015-11-02 16:33:37 140648474441568 [ERROR] /data/repo/git/10.1-bug/sql/mysqld: Error while setting value 'aes_ctr' to 'file-key-management-encryption-algorithm'
|
2015-11-02 16:33:37 140648474441568 [ERROR] Parsing options for plugin 'file_key_management' failed.
|
2015-11-02 16:33:37 140648474441568 [ERROR] InnoDB: cannot enable encryption, encryption plugin is not available
|
2015-11-02 16:33:37 140648474441568 [ERROR] Plugin 'InnoDB' init function returned error.
|
2015-11-02 16:33:37 140648474441568 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
|
It happens, for example, in buildbot on bld-dan-debug which builds with the bundled SSL.
The failure itself can be expected, since AES_CTR is not supported, but it's unclear what to do with the test.
- adding include/have_openssl.inc does not help, because it's a runtime check, the errors will be generated anyway;
- adding --loose to InnoDB options does not help, because the options themselves are valid;
- adding a local suppression does not help, because the warnings are considered as being generated on shutdown (see
MDEV-781); - adding global suppressions seems to be too radical.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Elena Stepanova [ elenst ] |
Assignee | Jan Lindström [ jplindst ] | |
Priority | Minor [ 4 ] | Major [ 3 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.1.9 [ 20301 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 72413 ] | MariaDB v4 [ 149786 ] |
Increasing the priority – it turns out we have many builders that have the same problem.