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:
@@ -0,0 +1,3 @@
|
||||
#
|
||||
# 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'
|
||||
|
@@ -1,5 +1,6 @@
|
||||
--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
|
||||
|
||||
|
Reference in New Issue
Block a user