1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-17771: Add Galera ist and sst tests using mariabackup

Add check that file key management plugin is found.
This commit is contained in:
Jan Lindström
2018-11-27 15:26:18 +02:00
parent 36359157cf
commit 4b88d5ee51
4 changed files with 6 additions and 1 deletions

View File

@@ -98,6 +98,8 @@ if (which(socat)) {
sub skip_combinations {
my %skip = ();
$skip{'include/have_filekeymanagement.inc'} = 'needs file_key_management plugin'
unless $ENV{FILE_KEY_MANAGEMENT_SO};
$skip{'include/have_mariabackup.inc'} = 'Need mariabackup'
unless which(mariabackup);
$skip{'include/have_mariabackup.inc'} = 'Need ss'