From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Tramp test suite and network access Date: Mon, 21 Apr 2014 10:40:41 +0200 Message-ID: <87r44roz1y.fsf@gmx.de> References: <53546D0B.3090406@dancol.org> <87zjjfp0in.fsf@gmx.de> <5354D275.8080605@dancol.org> <87vbu3ozfm.fsf@gmx.de> <5354D815.7080905@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1398069668 10716 80.91.229.3 (21 Apr 2014 08:41:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Apr 2014 08:41:08 +0000 (UTC) Cc: Emacs developers To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 21 10:41:01 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wc9mf-0006eG-IL for ged-emacs-devel@m.gmane.org; Mon, 21 Apr 2014 10:41:01 +0200 Original-Received: from localhost ([::1]:48039 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wc9mf-0000i9-88 for ged-emacs-devel@m.gmane.org; Mon, 21 Apr 2014 04:41:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wc9mW-0000Yd-4X for emacs-devel@gnu.org; Mon, 21 Apr 2014 04:40:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wc9mP-0004nG-Hw for emacs-devel@gnu.org; Mon, 21 Apr 2014 04:40:52 -0400 Original-Received: from mout.gmx.net ([212.227.17.20]:50075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wc9mP-0004n4-85 for emacs-devel@gnu.org; Mon, 21 Apr 2014 04:40:45 -0400 Original-Received: from detlef.gmx.de ([87.146.56.125]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0M7H2Y-1WoaZ22rCg-00x2uC; Mon, 21 Apr 2014 10:40:42 +0200 In-Reply-To: <5354D815.7080905@dancol.org> (Daniel Colascione's message of "Mon, 21 Apr 2014 01:34:29 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:C/z+DNKq1JaAzZ/GV/OjdXqtIb71qbiybl/b6s8qLdQOZE9RsSw q4dFcxdbVi8w7/a5ruPh7xx5KclKi3d/0wnTmxkj0F2z4rgyFo2itakColu55T51vd5dJ5e UvXHbHAvmbCZWlA6nPRm8qs/RkWDz4XH7pLqr/6iH9VhaYixH1qo1ob2op5ph38G5PFPv7E Rh1i0vGNvheMwr+j7Anog== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171527 Archived-At: Daniel Colascione writes: > On 04/21/2014 01:32 AM, Michael Albinus wrote: >> Daniel Colascione writes: >> >>> Or we can set it to /dev/null and let users who want to run network >>> tests override it. And you can always mock the network side of the tramp >>> tests, which today are pretty slow even when they run properly. >> >> I really appreciate that the tests run on hydra permanently. It is a >> different environment, and I see Tramp problems there which do not >> happen in my local environment. > > Then configure *those* tests to talk to the network. You shouldn't > inconvenience ever person who runs "make check" (some of whom won't even > have an ssh daemon) because you want to get results from Hydra. Again: if `tramp--test-enabled' is improved, nobody shall be bothered. Best regards, Michael.