mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Minor test modifications.
This commit is contained in:
@@ -22,6 +22,15 @@ return "No SST scripts" unless $spath;
|
||||
my ($epath) = grep { -f "$_/my_print_defaults"; } "$::bindir/extra", $::path_client_bindir;
|
||||
return "No my_print_defaults" unless $epath;
|
||||
|
||||
push @::global_suppressions,
|
||||
(
|
||||
qr(WSREP: Failed to guess base node address),
|
||||
qr(WSREP: Guessing address for incoming client connections failed),
|
||||
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),
|
||||
);
|
||||
|
||||
$ENV{PATH}="$epath:$ENV{PATH}";
|
||||
$ENV{PATH}="$spath:$ENV{PATH}" unless $epath eq $spath;
|
||||
|
||||
|
Reference in New Issue
Block a user