1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix for some failing tests.

This commit is contained in:
Nirbhay Choubey
2015-08-14 13:45:52 -04:00
parent c18e0dab8a
commit fe757e006c
5 changed files with 11 additions and 2 deletions

View File

@@ -27,7 +27,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\)|,
qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|,
);
$ENV{PATH}="$epath:$ENV{PATH}";