Skip to content

Commit 5d48d08

Browse files
Bug#22838596: RPL.RPL_KEY_ROTATION TEST UNSTABLE
Description: Replaced a sleep call with call to sync client with master.
1 parent a19d2c4 commit 5d48d08

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mysql-test/suite/rpl/r/rpl_key_rotation.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ PLUGIN_NAME keyring_file
9898
PLUGIN_VERSION 1.0
9999
PLUGIN_STATUS ACTIVE
100100
include/start_slave_sql.inc
101+
include/sync_slave_sql_with_master.inc
101102
SELECT * FROM t4;
102103
c1 c2
103104
1 rpltest

mysql-test/suite/rpl/t/rpl_key_rotation.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ eval SET @@global.keyring_file_data='$MYSQL_TMP_DIR/keyring_slave/keyring_slave'
105105
query_vertical SELECT PLUGIN_NAME,PLUGIN_VERSION,PLUGIN_STATUS
106106
FROM INFORMATION_SCHEMA.PLUGINS WHERE plugin_name='keyring_file';
107107
--source include/start_slave_sql.inc
108-
--sleep 2
108+
--connection master
109+
--source include/sync_slave_sql_with_master.inc
109110
SELECT * FROM t4;
110111

111112
--connection master

0 commit comments

Comments
 (0)