mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix galera,wsrep tests.
This commit is contained in:
@@ -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,
|
|||||||
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';
|
|||||||
--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;
|
|||||||
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}";
|
||||||
|
Reference in New Issue
Block a user