From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Getting feedback when hydra.gnu.org is unresponsive Date: Sat, 22 Jun 2013 16:56:19 +0200 Message-ID: <8761x6i48c.fsf@gnu.org> References: <87wqpse5yo.fsf@gnu.org> <201306221154.58746.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqPJf-0004sM-T5 for bug-guix@gnu.org; Sat, 22 Jun 2013 11:01:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UqPJb-0002iz-3t for bug-guix@gnu.org; Sat, 22 Jun 2013 11:01:27 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:53431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqPJa-0002io-TH for bug-guix@gnu.org; Sat, 22 Jun 2013 11:01:23 -0400 In-Reply-To: <201306221154.58746.andreas@enge.fr> (Andreas Enge's message of "Sat, 22 Jun 2013 11:54:58 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Am Dienstag, 18. Juni 2013 schrieb Ludovic Court=C3=A8s: >> If an HTTP GET hasn=E2=80=99t completed after 3 seconds, it prints a mes= sage >> saying that the server is unresponsive and hinting at --no-substitutes. >> Comments and tests welcome, esp. from Guile 2.0.5 users! > > A feature that is difficult to test when everything goes well! But I can= =20 > now confirm that it works for me under guile 2.0.5. Good, thanks for testing! There=E2=80=99s a comment on how to test it under GNU/Linux (using iproute2= ): ;; Test this with: ;; sudo tc qdisc add dev eth0 root netem delay 1500ms ;; and then cancel with: ;; sudo tc qdisc del dev eth0 root (Trick stolen from .) :-) Ludo=E2=80=99.