[PATCH v2] test: Unset ALTERNATE_EDITOR before running emacsclient
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 29 Dec 2015 08:52:17 +0000 (09:52 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:50:15 +0000 (14:50 -0700)
85/6fbef71b39483745986d684fe0164a4f61c439 [new file with mode: 0644]

diff --git a/85/6fbef71b39483745986d684fe0164a4f61c439 b/85/6fbef71b39483745986d684fe0164a4f61c439
new file mode 100644 (file)
index 0000000..1e31909
--- /dev/null
@@ -0,0 +1,86 @@
+Return-Path: <sojkam1@fel.cvut.cz>\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 6EBDD6DE17AC\r
+ for <notmuch@notmuchmail.org>; Tue, 29 Dec 2015 00:52:36 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.411\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.411 tagged_above=-999 required=5 tests=[AWL=1.439,\r
+  RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55] 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 GIqPcCHdWV_S for <notmuch@notmuchmail.org>;\r
+ Tue, 29 Dec 2015 00:52:34 -0800 (PST)\r
+Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
+ by arlo.cworth.org (Postfix) with ESMTP id DE99B6DE179D\r
+ for <notmuch@notmuchmail.org>; Tue, 29 Dec 2015 00:52:33 -0800 (PST)\r
+Received: from localhost (unknown [192.168.200.7])\r
+ by max.feld.cvut.cz (Postfix) with ESMTP id 6402B19F466F\r
+ for <notmuch@notmuchmail.org>; Tue, 29 Dec 2015 09:52:31 +0100 (CET)\r
+X-Virus-Scanned: IMAP STYX AMAVIS\r
+Received: from max.feld.cvut.cz ([192.168.200.1])\r
+ by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044)\r
+ with ESMTP id OVtfknc14r0E for <notmuch@notmuchmail.org>;\r
+ Tue, 29 Dec 2015 09:52:29 +0100 (CET)\r
+Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
+ by max.feld.cvut.cz (Postfix) with ESMTP id E250B19F43D1\r
+ for <notmuch@notmuchmail.org>; Tue, 29 Dec 2015 09:52:29 +0100 (CET)\r
+Received: from wsh by steelpick.2x.cz with local (Exim 4.86)\r
+ (envelope-from <sojkam1@fel.cvut.cz>)\r
+ id 1aDq17-0003jo-Gw; Tue, 29 Dec 2015 09:52:29 +0100\r
+From: Michal Sojka <sojkam1@fel.cvut.cz>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2] test: Unset ALTERNATE_EDITOR before running emacsclient\r
+Date: Tue, 29 Dec 2015 09:52:17 +0100\r
+Message-Id: <1451379137-14330-1-git-send-email-sojkam1@fel.cvut.cz>\r
+X-Mailer: git-send-email 2.6.4\r
+In-Reply-To: <m28u4e2on4.fsf@guru.guru-group.fi>\r
+References: <m28u4e2on4.fsf@guru.guru-group.fi>\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: Tue, 29 Dec 2015 08:52:36 -0000\r
+\r
+ALTERNATE_EDITOR causes emacsclient to run an alternate editor if the\r
+emacs server is not ready. This can collide with intended\r
+functionality in test-lib.sh.\r
+\r
+If the ALTERNATE_EDITOR is set but empty, emacsclient runs emacs\r
+daemon and tries to connect to it. When this happens the emacs run by\r
+test-lib.sh fails to start the server and the subsequent attempts to\r
+use the server fail because the daemon started by emacsclient does not\r
+know about notmuch-test-progn. This leads to test suite failure due to\r
+time out on any emacs test.\r
+---\r
+ test/test-lib.sh | 3 +++\r
+ 1 file changed, 3 insertions(+)\r
+\r
+diff --git a/test/test-lib.sh b/test/test-lib.sh\r
+index 126911f..270c718 100644\r
+--- a/test/test-lib.sh\r
++++ b/test/test-lib.sh\r
+@@ -82,6 +82,9 @@ unset CDPATH\r
\r
+ unset GREP_OPTIONS\r
\r
++# For emacsclient\r
++unset ALTERNATE_EDITOR\r
++\r
+ # Convenience\r
+ #\r
+ # A regexp to match 5 and 40 hexdigits\r
+-- \r
+2.6.4\r
+\r