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

Test cleanup: Remove unnecessary global suppressions

This commit is contained in:
Nirbhay Choubey
2016-06-27 18:17:03 -04:00
parent 48a0a66ffa
commit ad3584bf72

View File

@@ -26,8 +26,6 @@ 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\)|,
);