Skip to content

Commit

Permalink
MDEV-17108: Test failure on galera.galera_kill_ddl
Browse files Browse the repository at this point in the history
Add suppression.
  • Loading branch information
Jan Lindström committed Sep 12, 2018
1 parent c76ee73 commit 794e89e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/galera/r/galera_kill_ddl.result
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*");
SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true';
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
Killing server ...
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/galera/t/galera_kill_ddl.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
--source include/galera_cluster.inc
--source include/have_innodb.inc

call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*");

--connection node_1

# Enable the master to continue running during the split-brain situation that
Expand Down

0 comments on commit 794e89e

Please sign in to comment.