Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5(EOL)
-
None
Description
Note: Normally the test only takes seconds (see retries in the same test run, same machine – 17 seconds), so there must be more to it than just being slow.
10.2 06be8cd38faf6faa35e0166226e6e178 |
encryption.innodb_encrypt_key_rotation_age 'innodb' w2 [ fail ] timeout after 900 seconds
|
Test ended at 2019-06-12 20:43:54
|
|
Test case timeout after 900 seconds
|
|
== /usr/local/mariadb-10.2.25-linux-i686/mysql-test/var/2/log/innodb_encrypt_key_rotation_age.log ==
|
# Restart the server with encryption
|
# Wait until encryption threads have encrypted all tablespaces
|
Timeout in wait_condition.inc for SELECT COUNT(*) >= 6 FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0;
|
Id User Host db Command Time State Info Progress
|
1 system user NULL Daemon NULL InnoDB purge worker NULL 0.000
|
2 system user NULL Daemon NULL InnoDB purge coordinator NULL 0.000
|
3 system user NULL Daemon NULL InnoDB purge worker NULL 0.000
|
4 system user NULL Daemon NULL InnoDB purge worker NULL 0.000
|
5 system user NULL Daemon NULL InnoDB shutdown handler NULL 0.000
|
8 root localhost test Query 0 init show full processlist 0.000
|
SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0;
|
NAME
|
SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0;
|
NAME
|
test/t1
|
test/t2
|
test/t3
|
# Restart the server with innodb_encryption_rotate_key_age= 0
|
create table t4 (f1 int not null)engine=innodb encrypted=NO;
|
# Wait until encryption threads have encrypted all tablespaces
|