Commit 94a61838 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Fix galera,wsrep tests.

parent fc799e31
...@@ -8,3 +8,4 @@ SLEEP(1) ...@@ -8,3 +8,4 @@ SLEEP(1)
0 0
SET DEBUG_SYNC= 'now SIGNAL continue'; SET DEBUG_SYNC= 'now SIGNAL continue';
DROP TABLE t; DROP TABLE t;
SET DEBUG_SYNC= 'RESET';
...@@ -68,6 +68,7 @@ push @::global_suppressions, ...@@ -68,6 +68,7 @@ push @::global_suppressions,
qr|WSREP: gcs_caused\(\) returned .*|, qr|WSREP: gcs_caused\(\) returned .*|,
qr|WSREP: Protocol violation. JOIN message sender .* is not in state transfer \(SYNCED\). Message ignored.|, qr|WSREP: Protocol violation. JOIN message sender .* is not in state transfer \(SYNCED\). Message ignored.|,
qr(WSREP: Action message in non-primary configuration from member [0-9]*), qr(WSREP: Action message in non-primary configuration from member [0-9]*),
qr(InnoDB: Some resources were not cleaned up in shutdown.*),
); );
......
...@@ -28,4 +28,9 @@ SET DEBUG_SYNC= 'now SIGNAL continue'; ...@@ -28,4 +28,9 @@ SET DEBUG_SYNC= 'now SIGNAL continue';
--connection node_1 --connection node_1
--reap --reap
# Cleanup
DROP TABLE t; DROP TABLE t;
--connection node_1a
SET DEBUG_SYNC= 'RESET';
...@@ -25,9 +25,11 @@ return "No my_print_defaults" unless $epath; ...@@ -25,9 +25,11 @@ return "No my_print_defaults" unless $epath;
push @::global_suppressions, push @::global_suppressions,
( (
qr(WSREP: Could not open saved state file for reading: ), qr(WSREP: Could not open saved state file for reading: ),
qr(WSREP: Could not open state file for reading: .*),
qr(WSREP: option --wsrep-causal-reads is deprecated), qr(WSREP: option --wsrep-causal-reads is deprecated),
qr(WSREP: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0), qr(WSREP: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0),
qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|, qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|,
qr(InnoDB: Some resources were not cleaned up in shutdown.*),
); );
$ENV{PATH}="$epath:$ENV{PATH}"; $ENV{PATH}="$epath:$ENV{PATH}";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment