~akopytov/percona-xtrabackup/bug1168513

« back to all changes in this revision

Viewing changes to test/t/ib_stream_parallel_encrypt.sh

MergedĀ lp:~gl-az/percona-xtrabackup/BT-23557-2.1-encrypted_stream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
############################################################################
 
2
# Test streaming + parallel + encryption
 
3
############################################################################
 
4
 
 
5
 
 
6
encrypt_algo="AES256"
 
7
encrypt_key="percona_xtrabackup_is_awesome___"
 
8
stream_format=xbstream
 
9
stream_extract_cmd="(xbcrypt -d -a $encrypt_algo -k $encrypt_key | xbstream -xv) <"
 
10
innobackupex_options="--parallel=16 --encrypt=$encrypt_algo --encrypt-key=$encrypt_key --encrypt-threads=4 --encrypt-chunk-size=8K"
 
11
 
 
12
. inc/ib_stream_common.sh