From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <notmuch-bounces@notmuchmail.org> Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id sOGvJzcWJGSl/wAASxT56A (envelope-from <notmuch-bounces@notmuchmail.org>) for <larch@yhetil.org>; Wed, 29 Mar 2023 12:43:03 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 0AaiJzcWJGT62wAA9RJhRA (envelope-from <notmuch-bounces@notmuchmail.org>) for <larch@yhetil.org>; Wed, 29 Mar 2023 12:43:03 +0200 Received: from mail.notmuchmail.org (yantan.tethera.net [135.181.149.255]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6829F2064B for <larch@yhetil.org>; Wed, 29 Mar 2023 12:43:03 +0200 (CEST) Received: from yantan.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 901F95F7FF; Wed, 29 Mar 2023 10:43:00 +0000 (UTC) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id A49745F7E6 for <notmuch@notmuchmail.org>; Wed, 29 Mar 2023 10:42:57 +0000 (UTC) Received: by fethera.tethera.net (Postfix, from userid 1001) id 8BB8A5FB82; Wed, 29 Mar 2023 06:42:56 -0400 (EDT) Received: (nullmailer pid 2526128 invoked by uid 1000); Wed, 29 Mar 2023 10:42:55 -0000 From: David Bremner <david@tethera.net> To: Kevin Boulain <kevin@boula.in>, notmuch@notmuchmail.org Subject: Re: [PATCH v2 1/2] test: uncaught exception when editing properties of a removed message In-Reply-To: <20230327153943.102856-1-kevin@boula.in> References: <87y1ni77ow.fsf@tethera.net> <20230327153943.102856-1-kevin@boula.in> Date: Wed, 29 Mar 2023 07:42:55 -0300 Message-ID: <87zg7v6dow.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: 6V5DZPQFH3P2PKXNACCWUXBPQ7PZWYY5 X-Message-ID-Hash: 6V5DZPQFH3P2PKXNACCWUXBPQ7PZWYY5 X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.3 Precedence: list List-Id: "Use and development of the notmuch mail system." <notmuch.notmuchmail.org> List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help> List-Owner: <mailto:notmuch-owner@notmuchmail.org> List-Post: <mailto:notmuch@notmuchmail.org> List-Subscribe: <mailto:notmuch-join@notmuchmail.org> List-Unsubscribe: <mailto:notmuch-leave@notmuchmail.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_IN X-Migadu-Country: DE X-Migadu-Spam-Score: -4.00 X-Migadu-Scanner: scn1.migadu.com X-Migadu-Queue-Id: 6829F2064B Authentication-Results: aspmx1.migadu.com; none X-Spam-Score: -4.00 X-TUID: j2jVogKoSfqM Kevin Boulain <kevin@boula.in> writes: > +== stderr == > +A Xapian exception occurred at message-property.cc:XXX: No termlist for document 54 > +EOF > +test_expect_equal_file EXPECTED OUTPUT > + > +add_email_corpus Hi Kevin; Thanks for the speedy update. I hate to do this but I think the message is now _too_ specific. Goldilocks and the three tests I guess. In particular, is there some reason to think that the number 54 is stable here? I'm worried about the test being flaky if there is some Xapian related change. Maybe just sed the number away? d