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