Skip to content

Commit 94a6183

Browse files
author
Nirbhay Choubey
committed
Fix galera,wsrep tests.
1 parent fc799e3 commit 94a6183

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

mysql-test/suite/galera/r/mysql-wsrep#237.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ SLEEP(1)
88
0
99
SET DEBUG_SYNC= 'now SIGNAL continue';
1010
DROP TABLE t;
11+
SET DEBUG_SYNC= 'RESET';

mysql-test/suite/galera/suite.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ push @::global_suppressions,
6868
qr|WSREP: gcs_caused\(\) returned .*|,
6969
qr|WSREP: Protocol violation. JOIN message sender .* is not in state transfer \(SYNCED\). Message ignored.|,
7070
qr(WSREP: Action message in non-primary configuration from member [0-9]*),
71+
qr(InnoDB: Some resources were not cleaned up in shutdown.*),
7172
);
7273

7374

mysql-test/suite/galera/t/mysql-wsrep#237.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ SET DEBUG_SYNC= 'now SIGNAL continue';
2828
--connection node_1
2929
--reap
3030

31+
# Cleanup
3132
DROP TABLE t;
33+
34+
--connection node_1a
35+
SET DEBUG_SYNC= 'RESET';
36+

mysql-test/suite/wsrep/suite.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ return "No my_print_defaults" unless $epath;
2525
push @::global_suppressions,
2626
(
2727
qr(WSREP: Could not open saved state file for reading: ),
28+
qr(WSREP: Could not open state file for reading: .*),
2829
qr(WSREP: option --wsrep-causal-reads is deprecated),
2930
qr(WSREP: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0),
3031
qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|,
32+
qr(InnoDB: Some resources were not cleaned up in shutdown.*),
3133
);
3234

3335
$ENV{PATH}="$epath:$ENV{PATH}";

0 commit comments

Comments
 (0)