From ea197c0f7d44a2e5cccb1543212787f33cc16776 Mon Sep 17 00:00:00 2001 From: Philip Stoev Date: Fri, 24 Mar 2017 02:15:01 -0700 Subject: Galera MTR Tests: Stability fixes --- mysql-test/suite/galera/t/MW-329.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/suite/galera/t/MW-329.test') diff --git a/mysql-test/suite/galera/t/MW-329.test b/mysql-test/suite/galera/t/MW-329.test index acf6763b396..d9f9a787442 100644 --- a/mysql-test/suite/galera/t/MW-329.test +++ b/mysql-test/suite/galera/t/MW-329.test @@ -80,3 +80,6 @@ SELECT VARIABLE_VALUE > 0 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_N --connection node_1 DROP PROCEDURE proc_insert; DROP TABLE t1; + +# Due to MW-330, Multiple "conflict state 3 after post commit" warnings if table is dropped while SP is running +CALL mtr.add_suppression("conflict state 3 after post commit"); -- cgit v1.2.1