[PATCH] Compact tests and error handling
authorBen Gamari <bgamari.foss@gmail.com>
Tue, 15 Oct 2013 01:13:02 +0000 (21:13 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:57:25 +0000 (09:57 -0800)
f6/530f759a731e85a326adaea2f876471cb15001 [new file with mode: 0644]

diff --git a/f6/530f759a731e85a326adaea2f876471cb15001 b/f6/530f759a731e85a326adaea2f876471cb15001
new file mode 100644 (file)
index 0000000..2e47089
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <bgamari.foss@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id D1841431FAF\r
+       for <notmuch@notmuchmail.org>; Mon, 14 Oct 2013 18:13:19 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id cZiGSvQokSkg for <notmuch@notmuchmail.org>;\r
+       Mon, 14 Oct 2013 18:13:13 -0700 (PDT)\r
+Received: from mail-qe0-f49.google.com (mail-qe0-f49.google.com\r
+       [209.85.128.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 37809431FAE\r
+       for <notmuch@notmuchmail.org>; Mon, 14 Oct 2013 18:13:13 -0700 (PDT)\r
+Received: by mail-qe0-f49.google.com with SMTP id a11so764838qen.22\r
+       for <notmuch@notmuchmail.org>; Mon, 14 Oct 2013 18:13:11 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+       h=from:to:subject:date:message-id;\r
+       bh=3fehltPj8oHMkachTTOhnzcfPjcyDjY3udNfL/hb1aE=;\r
+       b=Gw/LUfOAqMwvTh4LP7juiY2L5acDdM/5Yzo2N/FZkO6YEklcOyBuWR1S7UJrJY9Twu\r
+       YrtMrGzZtd+jVnYf1fBmca9n1T2u3ZpXZhnB0buyrrrLE7EkdWF2ojJoAYgmklW6IiLe\r
+       W7A5rGzjO03/J4OTESoN4xN0Gr70nf7PsymuwYFy2q7mwNu1U2pFPCuE46RUthbdFLN3\r
+       Wggb9OjjAG47Tl3H7eJJIgjmfobR21Ntfg8lWyIU/q4XJNnAKKS6hu0xXXr/ucKzyyrP\r
+       Vle2rs99qE7VSupsTZJYO6AgvWmp9P/5OAHW4ntv+UP/eSnNECIaNKDu8wxjCr1Gnyt9\r
+       tesA==\r
+X-Received: by 10.224.166.67 with SMTP id l3mr25864967qay.39.1381799591169;\r
+       Mon, 14 Oct 2013 18:13:11 -0700 (PDT)\r
+Received: from localhost.localdomain\r
+       (pool-108-8-224-250.spfdma.east.verizon.net. [108.8.224.250])\r
+       by mx.google.com with ESMTPSA id\r
+       og1sm105736333qeb.3.1969.12.31.16.00.00\r
+       (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\r
+       Mon, 14 Oct 2013 18:13:10 -0700 (PDT)\r
+From: Ben Gamari <bgamari.foss@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] Compact tests and error handling\r
+Date: Mon, 14 Oct 2013 21:13:02 -0400\r
+Message-Id: <1381799585-16274-1-git-send-email-bgamari.foss@gmail.com>\r
+X-Mailer: git-send-email 1.8.1.2\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 15 Oct 2013 01:13:20 -0000\r
+\r
+Here are a few patches adding a test case and some more user feedback on\r
+rename failure during compaction.\r
+\r
+Cheers,\r
+\r
+- Ben\r
+\r
+\r