From 2849729df89a77f2347ac323ee0e8ce8aeae411e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 4 Aug 2015 08:48:31 +0200 Subject: [PATCH] test suite: add more debugging output for notmuch-new --- b4/92786a71ee0eae5efcdee701e0c8caba38800e | 59 +++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 b4/92786a71ee0eae5efcdee701e0c8caba38800e diff --git a/b4/92786a71ee0eae5efcdee701e0c8caba38800e b/b4/92786a71ee0eae5efcdee701e0c8caba38800e new file mode 100644 index 000000000..9f56dafcf --- /dev/null +++ b/b4/92786a71ee0eae5efcdee701e0c8caba38800e @@ -0,0 +1,59 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id A55D16DE100D + for ; Mon, 3 Aug 2015 23:50:17 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.148 +X-Spam-Level: +X-Spam-Status: No, score=0.148 tagged_above=-999 required=5 tests=[AWL=0.138, + T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id BjmA_clfjoGp for ; + Mon, 3 Aug 2015 23:50:15 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 51E446DE100C + for ; Mon, 3 Aug 2015 23:50:14 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZMW24-0000QE-CI; Tue, 04 Aug 2015 06:49:04 +0000 +Received: (nullmailer pid 17834 invoked by uid 1000); Tue, 04 Aug 2015 + 06:48:49 -0000 +From: David Bremner +To: Tomi Ollila , David Bremner +Subject: test suite: add more debugging output for notmuch-new +Date: Tue, 4 Aug 2015 08:48:31 +0200 +Message-Id: <1438670914-17203-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.1.4 +In-Reply-To: +References: +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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, 04 Aug 2015 06:50:17 -0000 + +The first patch in the series is a trivial cleanup. + +I _thought_ (and tricked Tomi ;)) that the next one was trivial too, +but now I'm not so sure. + +First, I forgot to update one test, but I mostly understand (or can at +least rationalize) that output. Then I had the bright idea that I +should add debugging output to other tests in T050-new. In 5 cases I +can't really understand the results. It seems like it takes several +runs of notmuch-new to remove directory entries. Maybe this is +intended, but I couldn't figure that out in a quick look. + -- 2.26.2