Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1.5
-
None
-
10.1.6-2
Description
encryption.innodb-page_encryption_compression test fails in 10.1 when executed after encryption.create_or_replace test with --ps-protocol. This started happening after
commit 8036ad0a08657d074e29035a70e3ab4d4ab5adcf
|
Author: Sergei Golubchik <serg@mariadb.org>
|
Date: Sun Jun 21 06:33:45 2015 +0200
|
|
misc encryption tests fixes
|
|
* support statically compiled file_key_management when possible
|
* rename encryption.encryption_create_or_replace -> encryption.create_or_rep
|
* delete unnecessary *.opt file (including
|
have_key_management_plugin.inc is enough)
|
* remove unnecessary LOWER() for strings that are compared
|
case insensitively anyway
|
but that commit only removed encryption_create_or_replace.opt file and renamed the test. And without the .opt file there is no server restart before and after the test. Apparently, create_or_replace test doesn't completely restores the environment and it causes innodb-page_encryption_compression test to fail.