tests: compatibility with fts xapian 1.5.4

This commit is contained in:
Guillaume Girol 2022-03-05 12:00:00 +00:00
parent 7de138037f
commit 75728d2686
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ pkgs.nixosTest {
client.fail("search Junk a >&2")
# check that search really goes through the indexer
server.succeed(
"journalctl -u dovecot2 | grep -E 'indexer-worker.* Mailbox INBOX: Mailbox opened because: indexing' >&2"
"journalctl -u dovecot2 | grep -E 'indexer-worker.* Done indexing .INBOX.' >&2"
)
# check that Junk is not indexed
server.fail("journalctl -u dovecot2 | grep 'indexer-worker' | grep -i 'JUNK' >&2")