Re: A systematic way of handling Xapian lock errors?
[notmuch-archives.git] / 50 / 3aef737c5bfca3c55e9a5941c845614ba000b1
1 Return-Path: <bremner@unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id B5D65429E25\r
6         for <notmuch@notmuchmail.org>; Tue, 13 Sep 2011 05:39:18 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id OljR9NqVHd6o for <notmuch@notmuchmail.org>;\r
16         Tue, 13 Sep 2011 05:39:18 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 1A7F5431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 13 Sep 2011 05:39:18 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034073093.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.73.93]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p8DCdF4G010047\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Tue, 13 Sep 2011 09:39:16 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1R3SGh-0001of-Da; Tue, 13 Sep 2011 09:39:15 -0300\r
31 From: David Bremner <david@tethera.net>\r
32 To: Austin Clements <amdragon@mit.edu>\r
33 Subject: Re: [PATCH v6 00/17] Fix 'notmuch new' atomicity issues\r
34 In-Reply-To:\r
35  <CAH-f9WvAFuVp-6u6tFgbcPEGW304wkGy=uhSOGhbNXd0m7H3mw@mail.gmail.com>\r
36 References: <87ei34rnc5.fsf@yoom.home.cworth.org>\r
37         <1307822683-848-1-git-send-email-amdragon@mit.edu>\r
38         <BANLkTimeWnn5YtKjarFB8f8Fowvz0PxK2Q@mail.gmail.com>\r
39         <CAH-f9WvAFuVp-6u6tFgbcPEGW304wkGy=uhSOGhbNXd0m7H3mw@mail.gmail.com>\r
40 User-Agent: Notmuch/0.8 (http://notmuchmail.org) Emacs/23.3.1\r
41         (x86_64-pc-linux-gnu)\r
42 Date: Tue, 13 Sep 2011 09:39:15 -0300\r
43 Message-ID: <87ty8gobv0.fsf@zancas.localnet>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain; charset=us-ascii\r
46 Cc: notmuch@notmuchmail.org\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Tue, 13 Sep 2011 12:39:18 -0000\r
60 \r
61 On Fri, 8 Jul 2011 14:09:16 -0400, Austin Clements <amdragon@mit.edu> wrote:\r
62 > Rebased against current master and now atomic-new-v7 on\r
63 >   http://awakening.csail.mit.edu/git/notmuch.git\r
64 > There were a handful of conflicts, but nothing substantive.\r
65\r
66 \r
67 I have rebased these yet again, and pushed the first 4 commits to\r
68 master. So far this is mainly testing stuff, along with one oneline\r
69 bugfix. I also added a couple testing related commits:\r
70 \r
71         73ed66a test: use test_expect_equal_file in atomicity\r
72         05a522c test: Convert atomicity test to use test_subtest_known_broken\r
73 \r
74 d\r