1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +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 fb252f70c1
commit 8a46b9fe3b
3 changed files with 6 additions and 0 deletions

View File

@@ -96,6 +96,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_xtrabackup.inc'} = 'Need innobackupex'
unless which(innobackupex);
$skip{'include/have_xtrabackup.inc'} = 'Need socat or nc'