1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix galera,wsrep tests.

This commit is contained in:
Nirbhay Choubey
2016-06-26 21:15:36 -04:00
parent fc799e317d
commit 94a61838fe
4 changed files with 9 additions and 0 deletions

View File

@@ -25,9 +25,11 @@ return "No my_print_defaults" unless $epath;
push @::global_suppressions,
(
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: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0),
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}";