mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-05-17 08:00:49 +05:00
tests/external: ignore new xapian warnings
These looks harmless. Closes: #322
This commit is contained in:
parent
edd828ca88
commit
235dba2d82
@ -508,7 +508,13 @@
|
||||
server.fail("journalctl -u dovecot2 | grep -v 'imap-login: Debug: SSL error: Connection closed' | grep -i error >&2")
|
||||
# harmless ? https://dovecot.org/pipermail/dovecot/2020-August/119575.html
|
||||
server.fail(
|
||||
"journalctl -u dovecot2 |grep -v 'Expunged message reappeared, giving a new UID'| grep -v 'FTS Xapian: Box is empty' | grep -vE 'FTS Xapian:.*does not exist. Creating it' | grep -i warning >&2"
|
||||
"journalctl -u dovecot2 | \
|
||||
grep -v 'Expunged message reappeared, giving a new UID' | \
|
||||
grep -v 'FTS Xapian: Box is empty' | \
|
||||
grep -v 'FTS Xapian: New version of the plugin' | \
|
||||
grep -vE 'FTS Xapian:.*does not exist. Creating it' | \
|
||||
grep -vE 'FTS Xapian:.*indexes do not exist. Initializing DB' | \
|
||||
grep -i warning >&2"
|
||||
)
|
||||
'';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user