summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Sciascia <daniele.sciascia@galeracluster.com>2020-11-17 11:16:50 +0100
committerJan Lindström <jan.lindstrom@mariadb.com>2020-11-17 13:00:44 +0200
commit694926a4f749f54f8a3d537e9ff77ad9e89f4dc3 (patch)
treea212f9efbfaad9b74f6c43ef5c869a0029f00789
parentc815ffb975171c14de607840a33c1dd427a1ebe5 (diff)
downloadmariadb-git-694926a4f749f54f8a3d537e9ff77ad9e89f4dc3.tar.gz
Fix suppression in MTR test galera_3nodes.inconsistency_shutdown
-rw-r--r--mysql-test/suite/galera_3nodes/r/inconsistency_shutdown.result2
-rw-r--r--mysql-test/suite/galera_3nodes/t/inconsistency_shutdown.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/galera_3nodes/r/inconsistency_shutdown.result b/mysql-test/suite/galera_3nodes/r/inconsistency_shutdown.result
index 7c181af9d46..83c5b015a50 100644
--- a/mysql-test/suite/galera_3nodes/r/inconsistency_shutdown.result
+++ b/mysql-test/suite/galera_3nodes/r/inconsistency_shutdown.result
@@ -135,7 +135,7 @@ SET SESSION wsrep_sync_wait = 15;
SET GLOBAL wsrep_on=OFF;
# restart
DROP TABLE t1;
-CALL mtr.add_suppression('mysqld: Can\'t find record in \'t1\'');
+CALL mtr.add_suppression('Can\'t find record in \'t1\'');
CALL mtr.add_suppression('Update_rows_v1 apply failed');
CALL mtr.add_suppression('Inconsistency detected: Inconsistent by consensus on');
CALL mtr.add_suppression('last left .* greater than drain seqno');
diff --git a/mysql-test/suite/galera_3nodes/t/inconsistency_shutdown.test b/mysql-test/suite/galera_3nodes/t/inconsistency_shutdown.test
index aa9ef08c107..6ad19e01849 100644
--- a/mysql-test/suite/galera_3nodes/t/inconsistency_shutdown.test
+++ b/mysql-test/suite/galera_3nodes/t/inconsistency_shutdown.test
@@ -173,7 +173,7 @@ SET GLOBAL wsrep_on=OFF;
DROP TABLE t1;
-CALL mtr.add_suppression('mysqld: Can\'t find record in \'t1\'');
+CALL mtr.add_suppression('Can\'t find record in \'t1\'');
CALL mtr.add_suppression('Update_rows_v1 apply failed');
CALL mtr.add_suppression('Inconsistency detected: Inconsistent by consensus on');
CALL mtr.add_suppression('last left .* greater than drain seqno');