Skip to content

Commit d3a8b5a

Browse files
author
Jan Lindström
committed
MDEV-14143: galera.galera_kill_smallchanges, galera.galera_kill_ddl fail in buildbot with "Last Applied Action message in non-primary configuration from member 0"
Add supression.
1 parent c886368 commit d3a8b5a

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

mysql-test/suite/galera/disabled.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ galera_suspend_slave: MDEV-13873 galera.galera_suspend_slave failed in buildbot
3838
galera_wan : MDEV-13879 galera.galera_wan fails in buildbot with Stray state UUID msg or with "Transport endpoint is not connected" or with a failure to start a node
3939
partition : MDEV-13881 galera.partition failed in buildbot with wrong result
4040
galera_transaction_read_only : MDEV-14142 galera.galera_transaction_read_only fails in buildbot with wrong result
41-
galera_kill_smallchanges : MDEV-14143 galera.galera_kill_smallchanges, galera.galera_kill_ddl fail in buildbot with "Last Applied Action message in non-primary configuration from member 0"
4241
galera_as_slave_replication_budle : MDEV-15785 Test case galera_as_slave_replication_bundle caused debug assertion
4342

mysql-test/suite/galera/r/galera_kill_largechanges.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*");
12
SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true';
23
CREATE TABLE ten (f1 INTEGER);
34
INSERT INTO ten VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10);

mysql-test/suite/galera/r/galera_kill_smallchanges.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*");
12
SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true';
23
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
34
Killing server ...

mysql-test/suite/galera/t/galera_kill_largechanges.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
--source include/galera_cluster.inc
77
--source include/have_innodb.inc
88

9+
call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*");
10+
911
--connection node_1
1012
# Enable the master to continue running during the split-brain situation that
1113
# occurs when the slave is killed

mysql-test/suite/galera/t/galera_kill_smallchanges.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
--source include/galera_cluster.inc
66
--source include/have_innodb.inc
77

8+
call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*");
9+
810
--connection node_1
911

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

0 commit comments

Comments
 (0)