]> git.notmuchmail.org Git - notmuch/commit
test: add regression test for n_d_{begin,end}_atomic
authorDavid Bremner <david@tethera.net>
Thu, 16 Jul 2020 22:48:19 +0000 (19:48 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 22 Jul 2020 22:52:55 +0000 (19:52 -0300)
commitbcb02dd8fc176729525869a969c0bc8de2acfaa9
treeaa4d945ab19dcbca5925165cdf0329e4444e2ce5
parent3f121d636e7f67e12e19d0dc386ad9360d900ab4
test: add regression test for n_d_{begin,end}_atomic

Xapian currently succeeds to begin/end a transaction on a closed database,
or at least does not throw an exception. Make the test robust against
this changing.
test/T562-lib-database.sh