Re: [PATCH 0/9] test: (hopefully) better test prerequisites
authorJameson Graef Rollins <jrollins@finestructure.net>
Thu, 17 Nov 2011 09:14:07 +0000 (01:14 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:16 +0000 (09:40 -0800)
b4/6580cea6c97ab932d2f771dc4c12b709f3b4d3 [new file with mode: 0644]

diff --git a/b4/6580cea6c97ab932d2f771dc4c12b709f3b4d3 b/b4/6580cea6c97ab932d2f771dc4c12b709f3b4d3
new file mode 100644 (file)
index 0000000..ebc3fbf
--- /dev/null
@@ -0,0 +1,105 @@
+Return-Path: <jrollins@finestructure.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 olra.theworths.org (Postfix) with ESMTP id EFC10429E21\r
+       for <notmuch@notmuchmail.org>; Thu, 17 Nov 2011 01:14:15 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.29\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 0S1GTbwBOQ95 for <notmuch@notmuchmail.org>;\r
+       Thu, 17 Nov 2011 01:14:15 -0800 (PST)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id 781C1431FD0\r
+       for <notmuch@notmuchmail.org>; Thu, 17 Nov 2011 01:14:15 -0800 (PST)\r
+Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by fire-doxen-postvirus (Postfix) with ESMTP id DA1992E50E88;\r
+       Thu, 17 Nov 2011 01:14:12 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-76-174-136-149.socal.res.rr.com\r
+       [76.174.136.149]) (Authenticated sender: jrollins)\r
+       by fire-doxen-submit (Postfix) with ESMTP id 245C32E50D51;\r
+       Thu, 17 Nov 2011 01:14:10 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 7FD2DACC; Thu, 17 Nov 2011 01:14:09 -0800 (PST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 0/9] test: (hopefully) better test prerequisites\r
+In-Reply-To: <1321494986-18998-1-git-send-email-dmitry.kurochkin@gmail.com>\r
+References: <1321494986-18998-1-git-send-email-dmitry.kurochkin@gmail.com>\r
+User-Agent: Notmuch/0.9+81~gd8cf814 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Thu, 17 Nov 2011 01:14:07 -0800\r
+Message-ID: <874ny36rhc.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; protocol="application/pgp-signature"\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Thu, 17 Nov 2011 09:14:16 -0000\r
+\r
+--=-=-=\r
+\r
+On Thu, 17 Nov 2011 05:56:17 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
+> The following patch series is an attempt to introduce proper\r
+> dependencies for external binaries in a less intrusive way than\r
+> [1].  The primary aim was to avoid changing every subtest that\r
+> uses external binaries.\r
+\r
+Hey, Dmitry.  Thanks so much for reworking Pieter's original test suite\r
+improvements.  I think this new approach is a bit less invasive and a\r
+little more elegant to work with.\r
+\r
+I've looked through the patchs, and they all look ok on first glance\r
+(barring any possibly needed modifications that I'm not seeing).  I have\r
+a couple of comments to follow.\r
+\r
+However, when I tried to test the tests with the patch applied I ran\r
+into one problem.  If I try to run the test suite with dtach\r
+uninstalled, it looks like I'm experiencing a hang on\r
+emacs_deliver_message call.  I wonder if either emacs_deliver_message or\r
+test_emacs is not doing the right thing in the case of no dtach.  I\r
+think emacs_deliver_message should somehow not require dtach, since it's\r
+not actually testing any display stuff, but because it's currently using\r
+test_emacs, it is somehow implicitly depending on it.  Any thoughts on\r
+how to fix that?\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJOxNBfAAoJEO00zqvie6q86PAQAJRZpO3D+gTIQiYs+hFB68kr\r
+sORqDuHpmg5r+wVwgXdXPoMXYS9oaifv4/UT1LmVLAMsDXfNfwYUeC0PPy0bS2wb\r
+0nVyBsOSmdakJ2UfcULBf08hA2oksuvP/yUR4+nAHKl1j9YOOgHWlpbzwAosTG2j\r
+WCfd4Hp5AlcHrYr0RNgC+5qH3lm3jceKoyHqy9ysHr4itlGxQbMPdkkvV82hN7Sr\r
+hIxSmvm8ngm9F+UoZjyieOnoBEjZZ5fu3JlsEupNSr0aKkoEb0sFTRabKNfgG8+E\r
+D3mpZJAB17QPFkJ4T01iDjHIpB1/mDt7D+ChMCdocdBnDz9NEMIWoPIjgjrIvHsk\r
+kf2v6+HJep2uwkT+9tIy9xJ2CcL98IQ40AHx7WWK/QzJeCFzNjDMRyva6ZoddGTx\r
+mLKbGU0SpOjWO3GvdA9pSAhiBxNHGt9rzyvA8VUqzRYZUlg3feA3feUe8Xm3Hm4o\r
+REbHhYaqWBIDypcjJqbsrV7q6A36ZIY55RaIY2PdiRnxhutzZ9Qk0oCk9dTlCkwr\r
+mhOKZbtB7mha7DUdcKW1LIBZszkOJORaM0kFJZEyCV7DcdVa3XqXQhjd3cYRpSJf\r
+S7RATqDR1YB2/YEnrs0F/xYREerSIQjiKbmsP61Fbcz7UesoF48k9uZ9aq9VTeyC\r
+WME6qrienfq7980SjzUw\r
+=Vqhx\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r