summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2020-07-24 11:56:01 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2020-07-24 12:05:39 +0300
commit134a6a8d2f953a5634897b420b1302d32b0e53a7 (patch)
tree586fe02cfc5ee9061594309365e6b7d1c7d3880d /mysql-test/suite/galera/t
parent8f3423fb5a0020863e04189e33f69c83bdcf2699 (diff)
downloadmariadb-git-134a6a8d2f953a5634897b420b1302d32b0e53a7.tar.gz
Silence unnecessary warning.
Diffstat (limited to 'mysql-test/suite/galera/t')
-rw-r--r--mysql-test/suite/galera/t/MW-328A.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/t/MW-328A.test b/mysql-test/suite/galera/t/MW-328A.test
index a547823ced0..2435a9e2c2e 100644
--- a/mysql-test/suite/galera/t/MW-328A.test
+++ b/mysql-test/suite/galera/t/MW-328A.test
@@ -16,7 +16,11 @@
--source include/force_restart.inc
--source suite/galera/t/MW-328-header.inc
+--connection node_1
+call mtr.add_suppression("WSREP: Wait for gtid returned error 3 while waiting for prior transactions to commit before setting position");
+
--connection node_2
+call mtr.add_suppression("WSREP: Wait for gtid returned error 3 while waiting for prior transactions to commit before setting position");
--let $count = 100
--let $successes = 0
--let $deadlocks = 0