--evalSELECT"$value"IN("Error 'Unknown command' on query. Default database: 'test'. Query: 'BEGIN'","Node has dropped from cluster")ASexpected_error
--evalSELECT"$value"IN("Error 'WSREP has not yet prepared node for application use' on query. Default database: 'test'. Query: 'BEGIN'","Node has dropped from cluster")ASexpected_error
--enable_query_log
# Step #4. Bring back the async slave and restart replication
...
...
@@ -85,8 +85,9 @@ DROP TABLE t1;
STOPSLAVE;
RESETSLAVEALL;
CALLmtr.add_suppression("Slave SQL: Error 'Unknown command' on query");
CALLmtr.add_suppression("Slave SQL: Error 'WSREP has not yet prepared node for application use' on query");
CALLmtr.add_suppression("Slave: WSREP has not yet prepared node for application use Error_code: 1047");
CALLmtr.add_suppression("TORDERED} returned -107 \\(Transport endpoint is not connected\\)");
CALLmtr.add_suppression("Transport endpoint is not connected");
CALLmtr.add_suppression("Slave SQL: Error in Xid_log_event: Commit could not be completed, 'Deadlock found when trying to get lock; try restarting transaction', Error_code: 1213");
CALLmtr.add_suppression("Slave SQL: Node has dropped from cluster, Error_code: 1047");