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 7B8504196F0 for ; Tue, 27 Apr 2010 17:26:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.6 X-Spam-Level: X-Spam-Status: No, score=-0.6 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1] autolearn=ham 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 4YIxBUNuYxAx for ; Tue, 27 Apr 2010 17:26:27 -0700 (PDT) Received: from opera.rednote.net (opera.rednote.net [208.111.39.221]) by olra.theworths.org (Postfix) with ESMTP id 54C42431FC1 for ; Tue, 27 Apr 2010 17:26:27 -0700 (PDT) Received: from jdc.jasonjgw.net (localhost [IPv6:::1]) by opera.rednote.net (8.14.3/8.14.3) with ESMTP id o3S0QNxw003301 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 28 Apr 2010 00:26:26 GMT Received: by jdc.jasonjgw.net (Postfix, from userid 1000) id 38D4818104193; Wed, 28 Apr 2010 10:26:15 +1000 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jasonjgw.net; s=mail; t=1272414375; bh=CmvTHp8mmUKTa6m3vhpqeosifGwBk/7zyFply+ynN24=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=4RgHnQWpDeBT7YtMMEFXAKgzvJwKUMrj155sT/NYvH39fmdi5DzVZtZwCkE10c5zS fAq7q1lIuNr0qR6+ggedJGCZRy7jn8vna/cPmmEqT05NxpESNYpdNQ8uyR5cnAhe0E mPsgYyhdX6EjYcsT9AHB/aOMcdqLJsViPVTdCb5M= Date: Wed, 28 Apr 2010 10:26:15 +1000 From: Jason White To: notmuch@notmuchmail.org Subject: Re: Failing test cases Message-ID: <20100428002615.GA10022@jdc.jasonjgw.net> References: <20100425001743.GA9293@jdc.jasonjgw.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100425001743.GA9293@jdc.jasonjgw.net> User-Agent: Mutt/1.5.20 (2009-06-14) 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: Wed, 28 Apr 2010 00:26:29 -0000 In case this is not expected behaviour for the latest code in the Git master branch, which is current up to 0.3.1: Testing author reordering; Adding parent message... FAIL --- test-066.expected 2010-04-27 16:15:48.273607558 -0800 +++ test-066.output 2010-04-27 16:15:48.273607558 -0800 @@ -1 +1 @@ -Added 1 new message to the database. +Added 1 new message to the database. Removed 1 message. Adding initial child message... FAIL --- test-067.expected 2010-04-27 16:15:48.441247008 -0800 +++ test-067.output 2010-04-27 16:15:48.441247008 -0800 @@ -1 +1 @@ -Added 1 new message to the database. +Added 2 new messages to the database. Adding second child message... PASS Searching when all three messages match... PASS The system is Debian Sid, x86-64 architecture, Xapian 1.0.19-1, with the git commit commit 417274d698b6718621b9f5dec744ab169499f4e3 which merged in the 0.3.1 branch. If this is all expected, that's fine, but if not, let me know how I can help further. Thank you for a very promising project which is attracting healthy contributions and clearly developing an active community.