Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
4b88d5ee
Commit
4b88d5ee
authored
Nov 27, 2018
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-17771: Add Galera ist and sst tests using mariabackup
Add check that file key management plugin is found.
parent
36359157
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
mysql-test/suite/galera/disabled.def
mysql-test/suite/galera/disabled.def
+0
-1
mysql-test/suite/galera/include/have_filekeymanagement.inc
mysql-test/suite/galera/include/have_filekeymanagement.inc
+3
-0
mysql-test/suite/galera/suite.pm
mysql-test/suite/galera/suite.pm
+2
-0
mysql-test/suite/galera/t/galera_sst_mariabackup_table_options.test
.../suite/galera/t/galera_sst_mariabackup_table_options.test
+1
-0
No files found.
mysql-test/suite/galera/disabled.def
View file @
4b88d5ee
...
...
@@ -56,4 +56,3 @@ galera_sst_xtrabackup-v2-options : xtrabackup is deprecated
galera_ist_innodb_flush_logs : xtrabackup is deprecated
galera_sst_xtrabackup-v2 : xtrabackup is deprecated
galera_sst_mariabackup_table_options : refuses to start due to encryption
mysql-test/suite/galera/include/have_filekeymanagement.inc
0 → 100644
View file @
4b88d5ee
#
# Used in galera/suite.pm to check file key management plugin
#
mysql-test/suite/galera/suite.pm
View file @
4b88d5ee
...
...
@@ -98,6 +98,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_mariabackup.inc
'}
=
'
Need mariabackup
'
unless
which
(
mariabackup
);
$skip
{'
include/have_mariabackup.inc
'}
=
'
Need ss
'
...
...
mysql-test/suite/galera/t/galera_sst_mariabackup_table_options.test
View file @
4b88d5ee
--
source
include
/
big_test
.
inc
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_filekeymanagement
.
inc
--
source
include
/
innodb_encrypt_tables
.
inc
--
source
include
/
innodb_page_size_small
.
inc
--
source
include
/
have_mariabackup
.
inc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment