1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-7544: Update global_suppressions to include warning related to "gvwstate.dat"

This commit is contained in:
Nirbhay Choubey
2015-02-18 19:02:00 -05:00
parent 3c9137deeb
commit fcc6e12d69
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ push @::global_suppressions,
qr(WSREP: last inactive check more than .* skipping check),
qr(WSREP: SQL statement was ineffective),
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.),
qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|,
);

View File

@@ -29,6 +29,7 @@ push @::global_suppressions,
qr(WSREP: Could not open saved state file for reading: ),
qr(WSREP: option --wsrep-casual-reads is deprecated),
qr(WSREP: --wsrep-casual-reads=ON takes precedence over --wsrep-sync-wait=0),
qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|,
);
$ENV{PATH}="$epath:$ENV{PATH}";