Skip to content

Commit c8ad5b2

Browse files
author
Nirbhay Choubey
committed
MDEV-8151 : wsrep.foreign_key, wsrep.pool_of_threads,
.. wsrep.binlog_format, wsrep.mdev_6832 fail in buildbot Galera-3.9 logs an additional warning in the error log if it fails to find gvwstate.dat file. Update wsrep/suite.pm.
1 parent 8c54182 commit c8ad5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/suite/wsrep/suite.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ push @::global_suppressions,
2727
qr(WSREP: Could not open saved state file for reading: ),
2828
qr(WSREP: option --wsrep-casual-reads is deprecated),
2929
qr(WSREP: --wsrep-casual-reads=ON takes precedence over --wsrep-sync-wait=0),
30+
qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|,
3031
);
3132

3233
$ENV{PATH}="$epath:$ENV{PATH}";

0 commit comments

Comments
 (0)