Skip to content

Commit ecd7903

Browse files
committed
WL#9053: Group Replication: Push Group Replication Plugin to mysql-trunk
Add missing suppressions to gr_recovery_conflicting_data_failover test.
1 parent ef2facc commit ecd7903

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

rapid/plugin/group_replication/tests/mtr/r/gr_recovery_conflicting_data_failover.result

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ call mtr.add_suppression("Slave: Table 'lost_test_table' already exists Error_co
3838
call mtr.add_suppression("Slave SQL for channel 'group_replication_recovery': Worker .* failed executing transaction .*; Error 'Table 'lost_test_table' already exists' on query.");
3939
call mtr.add_suppression("Slave SQL for channel 'group_replication_recovery': ... The slave coordinator and worker threads are stopped.*");
4040
call mtr.add_suppression("Error while starting the group replication recovery receiver/applier threads");
41+
call mtr.add_suppression("Slave I/O for channel 'group_replication_recovery': Master command COM_REGISTER_SLAVE failed: Access denied for user 'recovery_user'.*");
42+
call mtr.add_suppression("Slave I/O for channel 'group_replication_recovery': Master command COM_REGISTER_SLAVE failed: failed registering on master, reconnecting to try again.*");
43+
call mtr.add_suppression("Slave I/O thread couldn't register on master");
4144
call mtr.add_suppression(".*This member has more executed transactions *.*");
4245
call mtr.add_suppression("The member contains transactions not present in the group. It is only allowed to *.*");
4346
SET SESSION sql_log_bin= 1;

rapid/plugin/group_replication/tests/mtr/t/gr_recovery_conflicting_data_failover.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ call mtr.add_suppression("Slave: Table 'lost_test_table' already exists Error_co
7777
call mtr.add_suppression("Slave SQL for channel 'group_replication_recovery': Worker .* failed executing transaction .*; Error 'Table 'lost_test_table' already exists' on query.");
7878
call mtr.add_suppression("Slave SQL for channel 'group_replication_recovery': ... The slave coordinator and worker threads are stopped.*");
7979
call mtr.add_suppression("Error while starting the group replication recovery receiver/applier threads");
80+
call mtr.add_suppression("Slave I/O for channel 'group_replication_recovery': Master command COM_REGISTER_SLAVE failed: Access denied for user 'recovery_user'.*");
81+
call mtr.add_suppression("Slave I/O for channel 'group_replication_recovery': Master command COM_REGISTER_SLAVE failed: failed registering on master, reconnecting to try again.*");
82+
call mtr.add_suppression("Slave I/O thread couldn't register on master");
8083
call mtr.add_suppression(".*This member has more executed transactions *.*");
8184
call mtr.add_suppression("The member contains transactions not present in the group. It is only allowed to *.*");
8285
SET SESSION sql_log_bin= 1;

0 commit comments

Comments
 (0)