1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-15675 encryption.innodb_encryption failed in buildbot with timeout

Test case fail to include undo tablespace while waiting for the
encryption thread to encrypt all existing tablespace
This commit is contained in:
Thirunarayanan Balathandayuthapani
2021-09-17 19:37:29 +05:30
parent dce490e9d4
commit 496d3dded4
2 changed files with 5 additions and 3 deletions

View File

@ -19,7 +19,7 @@ innodb_system
# Success!
# Now turn off encryption and wait for threads to decrypt everything
SET GLOBAL innodb_encrypt_tables = off;
# Wait max 10 min for key encryption threads to encrypt all spaces
# Wait max 10 min for key encryption threads to decrypt all spaces
SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0
AND NAME NOT LIKE 'innodb_undo%' AND NAME NOT LIKE 'mysql/innodb_%_stats';
NAME