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:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user