Skip to content

Commit

Permalink
Bug#28330922 - KEYRING MIGRATION FAILS, BUT SAYS "KEYRING
Browse files Browse the repository at this point in the history
               MIGRATION SUCCESSFULL" + EMPTY FILE

Fixed post push tests failures.
  • Loading branch information
Shishir Jaiswal committed Dec 4, 2018
1 parent 2ffd8c7 commit 75493ae
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 153 deletions.

This file was deleted.

This file was deleted.

59 changes: 0 additions & 59 deletions mysql-test/suite/auth_sec/t/open_existing_src_file_in_rw_mode.test

This file was deleted.

57 changes: 0 additions & 57 deletions mysql-test/suite/auth_sec/t/success_msg_on_migration_failure.test

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$KEYRING_PLUGIN_OPT --loose-keyring-file-data=$MYSQL_TMP_DIR/mydummy_key1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$KEYRING_PLUGIN_OPT --loose-keyring-file-data=$MYSQL_TMP_DIR/mydummy_key2
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,15 @@ DELETE FROM t1 WHERE c1=1;

# Clean Up

# Uninstall keyring plugin on server2
# Uninstall keyring plugin and remove dummy keyring file on server2
UNINSTALL PLUGIN keyring_file;
--remove_file $MYSQL_TMP_DIR/mydummy_key2

# Uninstall keyring plugin on server1
# Uninstall keyring plugin and remove dummy keyring file on server1
--let $rpl_connection_name= server1
--source include/rpl_connection.inc
UNINSTALL PLUGIN keyring_file;
--remove_file $MYSQL_TMP_DIR/mydummy_key1

DROP TABLE t2;
DROP TABLE t3;
Expand Down

0 comments on commit 75493ae

Please sign in to comment.