[PATCH] remove debugging spew from T590
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 11 Apr 2016 13:59:30 +0000 (09:59 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:35 +0000 (16:21 -0700)
3c/4b4a937d88a35d46293d2e0bfb9efda493bb0e [new file with mode: 0644]

diff --git a/3c/4b4a937d88a35d46293d2e0bfb9efda493bb0e b/3c/4b4a937d88a35d46293d2e0bfb9efda493bb0e
new file mode 100644 (file)
index 0000000..c3d426d
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <dkg@fifthhorseman.net>\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 972066DE00E1\r
+ for <notmuch@notmuchmail.org>; Mon, 11 Apr 2016 07:06:15 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.02\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.02 tagged_above=-999 required=5 tests=[AWL=-0.020]\r
+ 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 sPXY02n5CEPn for <notmuch@notmuchmail.org>;\r
+ Mon, 11 Apr 2016 07:06:07 -0700 (PDT)\r
+X-Greylist: delayed 394 seconds by postgrey-1.35 at arlo;\r
+ Mon, 11 Apr 2016 07:06:06 PDT\r
+Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118])\r
+ by arlo.cworth.org (Postfix) with ESMTP id D94316DE00BB\r
+ for <notmuch@notmuchmail.org>; Mon, 11 Apr 2016 07:06:06 -0700 (PDT)\r
+Received: from fifthhorseman.net (unknown [38.109.115.130])\r
+ by che.mayfirst.org (Postfix) with ESMTPSA id 4B285F991\r
+ for <notmuch@notmuchmail.org>; Mon, 11 Apr 2016 09:59:30 -0400 (EDT)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+ id 1307C20072; Mon, 11 Apr 2016 09:59:30 -0400 (EDT)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH] remove debugging spew from T590\r
+Date: Mon, 11 Apr 2016 09:59:30 -0400\r
+Message-Id: <1460383170-17979-1-git-send-email-dkg@fifthhorseman.net>\r
+X-Mailer: git-send-email 2.8.0.rc3\r
+In-Reply-To: <1460166892-29721-2-git-send-email-dkg@fifthhorseman.net>\r
+References: <1460166892-29721-2-git-send-email-dkg@fifthhorseman.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 11 Apr 2016 14:06:15 -0000\r
+\r
+This debugging aide somehow made it into the actual commits centered\r
+around fix-thread, and it should not have.  you could squash this\r
+change with 76955e82d1e4615faf49301804727aa4e3a76fd6\r
+\r
+ ("test thread breakage when messages are removed and re-added")\r
+\r
+apologies for the noisy process here.\r
+---\r
+ test/T590-thread-breakage.sh | 2 --\r
+ 1 file changed, 2 deletions(-)\r
+\r
+diff --git a/test/T590-thread-breakage.sh b/test/T590-thread-breakage.sh\r
+index 45446b9..6e4031a 100755\r
+--- a/test/T590-thread-breakage.sh\r
++++ b/test/T590-thread-breakage.sh\r
+@@ -71,8 +71,6 @@ test_ghost_count() {\r
+ }\r
\r
+ notmuch new >/dev/null\r
+-pwd\r
+-ls -la ${MAIL_DIR}/.notmuch/xapian\r
\r
+ test_thread_count 0 'There should be no threads initially'\r
+ test_ghost_count 0 'There should be no ghosts initially'\r
+-- \r
+2.8.0.rc3\r
+\r