aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/atomicity
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@mit.edu>2011-01-29 11:25:56 -0500
committerGravatar David Bremner <bremner@debian.org>2011-09-24 20:00:29 -0300
commitbff30540d86c77aacbc2c133c83aa7ccee823b48 (patch)
tree2868e7ae03ff81ea958a016d2984723c99becea0 /test/atomicity
parent8305f0aac7f31aeddd54d0af683475ab1492e2b7 (diff)
new: Wrap adding and removing messages in atomic sections.
This addresses atomicity of tag synchronization, the last atomicity problems in notmuch new. Each message add or remove is wrapped in its own atomic section, so interrupting notmuch new doesn't lose progress.
Diffstat (limited to 'test/atomicity')
-rwxr-xr-xtest/atomicity1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/atomicity b/test/atomicity
index 88b39587..eeff6be9 100755
--- a/test/atomicity
+++ b/test/atomicity
@@ -94,7 +94,6 @@ for ((i = 0; i < $outcount; i++)); do
done
test_begin_subtest '"notmuch new" is idempotent under arbitrary aborts'
-test_subtest_known_broken
test_expect_equal_file GDB searchall expectall
test_expect_success GDB "detected $outcount>10 abort points" "test $outcount -gt 10"