diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-06-27 18:17:03 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-06-27 18:17:03 -0400 |
commit | ad3584bf728ad3ee48d99b81d8d14905524df4b8 (patch) | |
tree | 654d29145cca63da53403f53cd9d9d2bcc7524f4 /mysql-test/suite/wsrep | |
parent | 48a0a66ffa3241c91324606911f7964e956bc99f (diff) | |
download | mariadb-git-ad3584bf728ad3ee48d99b81d8d14905524df4b8.tar.gz |
Test cleanup: Remove unnecessary global suppressions
Diffstat (limited to 'mysql-test/suite/wsrep')
-rw-r--r-- | mysql-test/suite/wsrep/suite.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/suite/wsrep/suite.pm b/mysql-test/suite/wsrep/suite.pm index a7939c2e333..b6c5bf15ca1 100644 --- a/mysql-test/suite/wsrep/suite.pm +++ b/mysql-test/suite/wsrep/suite.pm @@ -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\)|, ); |