test suite: add more debugging output for notmuch-new
authorDavid Bremner <david@tethera.net>
Tue, 4 Aug 2015 06:48:31 +0000 (08:48 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:15 +0000 (14:49 -0700)
b4/92786a71ee0eae5efcdee701e0c8caba38800e [new file with mode: 0644]

diff --git a/b4/92786a71ee0eae5efcdee701e0c8caba38800e b/b4/92786a71ee0eae5efcdee701e0c8caba38800e
new file mode 100644 (file)
index 0000000..9f56daf
--- /dev/null
@@ -0,0 +1,59 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id A55D16DE100D\r
+ for <notmuch@notmuchmail.org>; Mon,  3 Aug 2015 23:50:17 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.148\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.148 tagged_above=-999 required=5 tests=[AWL=0.138, \r
+ T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id BjmA_clfjoGp for <notmuch@notmuchmail.org>;\r
+ Mon,  3 Aug 2015 23:50:15 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 51E446DE100C\r
+ for <notmuch@notmuchmail.org>; Mon,  3 Aug 2015 23:50:14 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+ id 1ZMW24-0000QE-CI; Tue, 04 Aug 2015 06:49:04 +0000\r
+Received: (nullmailer pid 17834 invoked by uid 1000); Tue, 04 Aug 2015\r
+ 06:48:49 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, David Bremner <david@tethera.net>\r
+Subject: test suite: add more debugging output for notmuch-new\r
+Date: Tue,  4 Aug 2015 08:48:31 +0200\r
+Message-Id: <1438670914-17203-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <m2a8ua2gm9.fsf@guru.guru-group.fi>\r
+References: <m2a8ua2gm9.fsf@guru.guru-group.fi>\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 04 Aug 2015 06:50:17 -0000\r
+\r
+The first patch in the series is a trivial cleanup.\r
+\r
+I _thought_ (and tricked Tomi ;)) that the next one was trivial too,\r
+but now I'm not so sure.\r
+\r
+First, I forgot to update one test, but I mostly understand (or can at\r
+least rationalize) that output. Then I had the bright idea that I\r
+should add debugging output to other tests in T050-new. In 5 cases I\r
+can't really understand the results. It seems like it takes several\r
+runs of notmuch-new to remove directory entries. Maybe this is\r
+intended, but I couldn't figure that out in a quick look.\r
+\r