aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/notmuch-test
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@mit.edu>2011-01-28 13:03:24 -0500
committerGravatar David Bremner <bremner@debian.org>2011-09-12 23:36:00 -0300
commit9ade8160a6a3f6f55996d7a58dc2cd81a6df8395 (patch)
treedf917939f1a2e4a0bd68659e88246b9a84db8d67 /test/notmuch-test
parent62445dd0231c4f9e49f0be293e9f539d63bfdc99 (diff)
test: Test atomicity of notmuch new.
This tests notmuch new's ability to recover from arbitrary stopping failures. It interrupts notmuch new after every database commit and, on every resulting database snapshot, re-runs notmuch new to completion and checks that the final database state is invariant.
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-xtest/notmuch-test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index 79e6267b..738f8f64 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -42,6 +42,7 @@ TESTS="
crypto
symbol-hiding
search-folder-coherence
+ atomicity
"
TESTS=${NOTMUCH_TESTS:=$TESTS}