Skip to content

Commit 92324e6

Browse files
lthfacebook-github-bot
authored andcommitted
bug#31875428 - CORRECT TABLESPACE_ENCRYPT_*.TEST SCRIPTS IN DIFFERENT KEYRING PLUGINS
Summary: - Followup push. Now suppressed warning for tablespace_encrypt_7 Approved by: Mayank Prasad <mayank.prasad@oracle.com> Reviewed By: Pushapgl Differential Revision: D37152616 fbshipit-source-id: d3b833c75bf4bd72b47e2551da2bd573a80d1bfb
1 parent d32eb09 commit 92324e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/suite/innodb/t/tablespace_encrypt_7.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ call mtr.add_suppression("ibd can't be decrypted, please confirm the keyfile is
2727
call mtr.add_suppression("\\[ERROR\\] \\[[^]]*\\] \\[[^]]*\\] Encryption can't find master key, please check the keyring plugin is loaded.");
2828
call mtr.add_suppression("\\[ERROR\\] \\[[^]]*\\] \\[[^]]*\\] Check keyring plugin fail, please check the keyring plugin is loaded.");
2929
call mtr.add_suppression("\\[ERROR\\] \\[[^]]*\\] \\[[^]]*\\] Failed to decrypt encryption information, found unexpected version of it!");
30+
call mtr.add_suppression("\\[Warning\\] \\[MY-013675\\] \\[InnoDB\\] Encryption key missing: space_id=");
31+
call mtr.add_suppression("\\[Warning\\] \\[MY-013674\\] \\[InnoDB\\] Decrypting a page in doublewrite file failed: space_id=");
3032
--enable_query_log
3133

3234
--echo #########################################################################

0 commit comments

Comments
 (0)