Skip to content

Commit 7b05fc5

Browse files
committed
sporadic mariabackup.compression_providers_unloaded failure
depending on the scheduling, a purge thread might try to open a compressed table too. And fail, as a compression plugin is unloaded.
1 parent 488e56b commit 7b05fc5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/suite/mariabackup/compression_providers_unloaded.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
call mtr.add_suppression("Background Page read failed to read, uncompress, or decrypt");
22
call mtr.add_suppression("Table is compressed or encrypted but uncompress or decrypt failed");
3+
call mtr.add_suppression("Refusing to load corrupted table");
34
#
45
# Testing mariabackup with bzip2 compression
56
#

mysql-test/suite/mariabackup/compression_providers_unloaded.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
let $alg = $MTR_COMBINATIONS;
22
call mtr.add_suppression("Background Page read failed to read, uncompress, or decrypt");
33
call mtr.add_suppression("Table is compressed or encrypted but uncompress or decrypt failed");
4+
call mtr.add_suppression("Refusing to load corrupted table");
45

56
if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'provider_$alg' and plugin_status='active'`)
67
{

0 commit comments

Comments
 (0)