From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B9C291F51C; Thu, 24 May 2018 08:41:15 +0000 (UTC) Date: Thu, 24 May 2018 08:41:15 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: [PATCH 0/4] test fixes for latest CPAN modules Message-ID: <20180524084115.GA17965@dcvr> References: <20180511192018.6432-1-e@80x24.org> <20180511193801.GA1940@dcvr> <20180516051206.GA16155@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: Konstantin Ryabitsev wrote: > Sorry I missed your reply! Yes, you're correct -- applying the above patch > makes all tests pass. I'm guessing it's also the reason why I'm seeing the > "already locked" error in my other tests, too: > > $ public-inbox-index /var/lib/public-inbox/meta.git > Exception: Unable to get write lock on > /var/lib/public-inbox/meta.git/public-inbox/xapian15: already locked OK, that Xapian bug should be worked around in https://public-inbox.org/meta/20180524083216.30440-1-e@80x24.org/ And pushed as commit c339a14b11c57e7b330f4efef6903bcbea2b3463 ("workaround Xapian OFD locks w/o close-on-exec") Thanks for the testing!