mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
skip innodb-table-online,crypt tests if no encryption plugin
This commit is contained in:
@ -20,6 +20,9 @@ sub skip_combinations {
|
|||||||
my %skip = ( 'include/have_innodb.combinations' => [ @combinations ],
|
my %skip = ( 'include/have_innodb.combinations' => [ @combinations ],
|
||||||
'include/have_xtradb.combinations' => [ @combinations ]);
|
'include/have_xtradb.combinations' => [ @combinations ]);
|
||||||
|
|
||||||
|
$skip{'include/innodb_encrypt_log.combinations'} = [ 'crypt' ]
|
||||||
|
unless $ENV{DEBUG_KEY_MANAGEMENT_SO};
|
||||||
|
|
||||||
# don't run tests for the wrong platform
|
# don't run tests for the wrong platform
|
||||||
$skip{'include/platform.combinations'} = [ (IS_WINDOWS) ? 'unix' : 'win' ];
|
$skip{'include/platform.combinations'} = [ (IS_WINDOWS) ? 'unix' : 'win' ];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user