]> git.notmuchmail.org Git - notmuch/commit
test: add a known broken test for DatabaseModifiedError from threads iteration
authorAnton Khirnov <anton@khirnov.net>
Mon, 28 Jul 2025 07:37:58 +0000 (09:37 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 4 Aug 2025 13:17:53 +0000 (10:17 -0300)
commit32af882648325ba1a24f031c0d2728b2553a5e6e
tree8eb4e046004b027ce3414d29b2f28bd82d9d5a02
parent2e87a00f3909e7f5ddd3b51230d8b9483efbf380
test: add a known broken test for DatabaseModifiedError from threads iteration

This is similar to previously added T641, except here we iterate over
threads rather than messages.

After f375ea1add121c428f261473512831a169dfe335, the
DatabaseModifiedError raised by Xapian is now handled in
_notmuch_message_create(), resulting in a NULL message being returned to
_notmuch_thread_create(), which currently triggers an internal error.
test/T642-database-modified-threads.sh [new file with mode: 0755]