mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-18565 Galera mtr-suite fails if galera library is not installed
revert/simplify f5390eea9a
remove galera-specific checks from mtr and the main suite
This commit is contained in:
@@ -47,21 +47,6 @@ sub skip_combinations {
|
||||
$skip{'main/plugin_loaderr.test'} = 'needs compiled-in innodb'
|
||||
unless $::mysqld_variables{'innodb'} eq "ON";
|
||||
|
||||
$skip{'include/have_mariabackup.inc'} = 'Need mariabackup'
|
||||
unless ::have_mariabackup();
|
||||
|
||||
$skip{'include/have_mariabackup.inc'} = 'Need socket statistics utility'
|
||||
unless IS_WINDOWS || ::which("ss");
|
||||
|
||||
$skip{'include/have_mariabackup.inc'} = 'Need socat or nc'
|
||||
unless IS_WINDOWS || $ENV{MTR_GALERA_TFMT};
|
||||
|
||||
$skip{'include/have_garbd.inc'} = 'Need garbd'
|
||||
unless ::have_garbd();
|
||||
|
||||
$skip{'include/have_file_key_management.inc'} = 'Needs file_key_management plugin'
|
||||
unless $ENV{FILE_KEY_MANAGEMENT_SO};
|
||||
|
||||
# disable tests that use ipv6, if unsupported
|
||||
sub ipv6_ok() {
|
||||
use Socket;
|
||||
|
||||
Reference in New Issue
Block a user