From 9ade8160a6a3f6f55996d7a58dc2cd81a6df8395 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Fri, 28 Jan 2011 13:03:24 -0500 Subject: 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. --- test/notmuch-test | 1 + 1 file changed, 1 insertion(+) (limited to 'test/notmuch-test') 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} -- cgit v1.2.3