Commit 8a46b9fe authored by Jan Lindström's avatar Jan Lindström

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

Add check that file key management plugin is found.
parent fb252f70
#
# Used in galera/suite.pm to check file key management plugin
#
......@@ -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'
......
--source include/big_test.inc
--source include/galera_cluster.inc
--source include/have_filekeymanagement.inc
--source include/innodb_encrypt_tables.inc
--source include/have_mariabackup.inc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment