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
ace0b721
Commit
ace0b721
authored
Sep 28, 2018
by
zdrav1
Committed by
Jan Lindström
Nov 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added test galera_sst_mariabackup_encrypt_with_key; corrected path to galera_ist_mariabackup test
parent
92e99775
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
0 deletions
+29
-0
mysql-test/suite/galera/r/galera_sst_mariabackup_encrypt_with_key.result
...e/galera/r/galera_sst_mariabackup_encrypt_with_key.result
+3
-0
mysql-test/suite/galera/t/galera_ist_mariabackup.cnf
mysql-test/suite/galera/t/galera_ist_mariabackup.cnf
+0
-0
mysql-test/suite/galera/t/galera_ist_mariabackup.test
mysql-test/suite/galera/t/galera_ist_mariabackup.test
+0
-0
mysql-test/suite/galera/t/galera_sst_mariabackup_encrypt_with_key.cnf
...uite/galera/t/galera_sst_mariabackup_encrypt_with_key.cnf
+12
-0
mysql-test/suite/galera/t/galera_sst_mariabackup_encrypt_with_key.test
...ite/galera/t/galera_sst_mariabackup_encrypt_with_key.test
+14
-0
No files found.
mysql-test/suite/galera/r/galera_sst_mariabackup_encrypt_with_key.result
0 → 100644
View file @
ace0b721
SELECT 1;
1
1
mysql-test/suite/galera/
r
/galera_ist_mariabackup.cnf
→
mysql-test/suite/galera/
t
/galera_ist_mariabackup.cnf
View file @
ace0b721
File moved
mysql-test/suite/galera/
r
/galera_ist_mariabackup.test
→
mysql-test/suite/galera/
t
/galera_ist_mariabackup.test
View file @
ace0b721
File moved
mysql-test/suite/galera/t/galera_sst_mariabackup_encrypt_with_key.cnf
0 → 100644
View file @
ace0b721
!include ../galera_2nodes.cnf
[mysqld]
wsrep_sst_method=mariabackup
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
transferfmt=@ENV.MTR_GALERA_TFMT
mysql-test/suite/galera/t/galera_sst_mariabackup_encrypt_with_key.test
0 → 100644
View file @
ace0b721
#
# 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
--
source
include
/
have_mariabackup
.
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