-
Notifications
You must be signed in to change notification settings - Fork 44
Updates for kmip and minio addition in xtsteam tests #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@@ -450,6 +523,47 @@ echo "Copy the backup in datadir" | |||
$XTRABACKUP_DIR/bin/xtrabackup --no-defaults --copy-back --target_dir=$BACKUP_DIR/full --datadir=$DATADIR --core-file > $LOGDIR/copy_back5.log 2>&1 | |||
start_server | |||
|
|||
echo "######################################################################" | |||
echo "# 5. Test FIFO xbstream: Test with encrypted tables w/ keyring kmip #" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make the testname
6. Test FIFO xbstream: Test with encrypted tables w/ keyring kmip #"
if [ -d $DATADIR ]; then | ||
rm -rf $DATADIR | ||
fi | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are we creating the manifest file. I see only config file being created
$XTRABACKUP_DIR/bin/xtrabackup --no-defaults --copy-back --target_dir=$BACKUP_DIR/full --datadir=$DATADIR --core-file > $LOGDIR/copy_back5.log 2>&1 | ||
start_server | ||
|
||
|
||
echo "#######################################################" | ||
echo "# 6. Test FIFO xbstream: Test with encrypted backup #" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the Test number to 7.
No description provided.