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
4a630ce6
Commit
4a630ce6
authored
Jul 07, 2015
by
Philip Stoev
Committed by
Nirbhay Choubey
Sep 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Galera MTR Tests: A test for xtrabackup with key+cert encryption.
parent
edd9bd3e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
0 deletions
+27
-0
mysql-test/suite/galera/r/galera_sst_xtrabackup-v2_encrypt_with_key.result
...galera/r/galera_sst_xtrabackup-v2_encrypt_with_key.result
+3
-0
mysql-test/suite/galera/t/galera_sst_xtrabackup-v2_encrypt_with_key.cnf
...te/galera/t/galera_sst_xtrabackup-v2_encrypt_with_key.cnf
+11
-0
mysql-test/suite/galera/t/galera_sst_xtrabackup-v2_encrypt_with_key.test
...e/galera/t/galera_sst_xtrabackup-v2_encrypt_with_key.test
+13
-0
No files found.
mysql-test/suite/galera/r/galera_sst_xtrabackup-v2_encrypt_with_key.result
0 → 100644
View file @
4a630ce6
SELECT 1;
1
1
mysql-test/suite/galera/t/galera_sst_xtrabackup-v2_encrypt_with_key.cnf
0 → 100644
View file @
4a630ce6
!include ../galera_2nodes.cnf
[mysqld]
wsrep_sst_method=xtrabackup-v2
wsrep_sst_auth="root:"
wsrep_debug=ON
[SST]
tkey=@ENV.MYSQL_TEST_DIR/std_data/galera-key.pem
tcert=@ENV.MYSQL_TEST_DIR/std_data/galera-cert.pem
encrypt=3
mysql-test/suite/galera/t/galera_sst_xtrabackup-v2_encrypt_with_key.test
0 → 100644
View file @
4a630ce6
#
# This test checks that key and cert encryption options can be passed to xtrabackup via the my.cnf file
# Initial SST happens via xtrabackup, so there is not much to do in the body of the test
#
--
source
include
/
big_test
.
inc
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
SELECT
1
;
--
let
$wait_condition
=
SELECT
VARIABLE_VALUE
=
2
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_cluster_size'
;
--
source
include
/
wait_condition
.
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