diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-15 22:20:40 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-15 22:22:55 +0100 |
commit | 51336e88f2de76c56b513de23d06677461742454 (patch) | |
tree | acd8cfaa258a1688516dd725441b6e99b54c442b /tests/resume | |
parent | 9a2d877628905447ee2ea09cf994b19c596b2ba4 (diff) |
Improve “UIDVALIDITY changed!” error message.
Mention the name of the problematic mailbox. (We may detect the
violation while not in SELECTED state.)
Diffstat (limited to 'tests/resume')
-rw-r--r-- | tests/resume/t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resume/t b/tests/resume/t index cb0208c..a281ef3 100644 --- a/tests/resume/t +++ b/tests/resume/t @@ -38,7 +38,7 @@ doveadm -u "remote" mailbox status "all" "foo" >"$TMPDIR/foo.remote" ! interimap || error grep -Fx "Resuming interrupted sync for foo" <"$STDERR" -grep -Fx "local(foo): ERROR: UIDVALIDITY changed! ($uidvalidity2 != $uidvalidity) Need to invalidate the UID cache." <"$STDERR" +grep -Fx "local(foo): ERROR: UIDVALIDITY changed! ($uidvalidity2 != $uidvalidity) Need to invalidate the UID cache for foo." <"$STDERR" sqlite3 "$XDG_DATA_HOME/interimap/remote.db" >"$TMPDIR/dump2.sql" <<-EOF .dump |