diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2019-01-31 19:28:38 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2019-01-31 19:28:38 +0100 |
commit | a3a4ea935541bbe4b44a51d7f808119702e35841 (patch) | |
tree | e6dd2a1803ab53da8b34c68384d4e1c7bd8fc27e /plugin/wsrep_info | |
parent | 560799ebd8efe11f4c4ae1bb9ed4d39185e03800 (diff) | |
download | mariadb-git-a3a4ea935541bbe4b44a51d7f808119702e35841.tar.gz |
postmerge rollbacks and fixes
Diffstat (limited to 'plugin/wsrep_info')
-rw-r--r-- | plugin/wsrep_info/mysql-test/wsrep_info/suite.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm index 9f684ae6b0c..cf4d124cb53 100644 --- a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm +++ b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm @@ -30,10 +30,12 @@ push @::global_suppressions, qr(WSREP: Failed to send state UUID:.*), qr(WSREP: wsrep_sst_receive_address.*), qr(WSREP: Could not open saved state file for reading: .*), + qr(WSREP: Could not open state file for reading: .*), qr(WSREP: last inactive check more than .* skipping check), qr(WSREP: Gap in state sequence. Need state transfer.), qr(WSREP: Failed to prepare for incremental state transfer: .*), qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.), + qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|, ); |