connection node_2; connection node_1; connect con1,127.0.0.1,root,,test,$NODE_MYPORT_1; connection node_1; CALL mtr.add_suppression("CREATE TABLE isolation failure"); SET DEBUG_SYNC = 'wsrep_kill_thd_before_enter_toi SIGNAL may_kill WAIT_FOR continue'; CREATE TABLE t1 (a INT) ENGINE=InnoDB; connection con1; SET DEBUG_SYNC = 'now WAIT_FOR may_kill'; SET DEBUG_SYNC = 'now SIGNAL continue'; connection node_1; Got one of the listed errors connection node_2; SHOW TABLES LIKE 't1'; Tables_in_test (t1) connection con1; SHOW TABLES LIKE 't1'; Tables_in_test (t1) SET DEBUG_SYNC = 'RESET'; disconnect con1; disconnect node_2; disconnect node_1;