From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iPxfAlRtz1/ZCgAA0tVLHw (envelope-from ) for ; Tue, 08 Dec 2020 12:11:00 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id EKLIOVNtz1+6FwAAB5/wlQ (envelope-from ) for ; Tue, 08 Dec 2020 12:10:59 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B1ED094043A for ; Tue, 8 Dec 2020 12:10:59 +0000 (UTC) Received: from localhost ([::1]:60350 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmbpa-0005sz-Gg for larch@yhetil.org; Tue, 08 Dec 2020 07:10:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmbni-0004ph-Ff for guix-patches@gnu.org; Tue, 08 Dec 2020 07:09:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45228) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kmbni-0000qa-5m for guix-patches@gnu.org; Tue, 08 Dec 2020 07:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kmbni-0006NC-0h for guix-patches@gnu.org; Tue, 08 Dec 2020 07:09:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45112] [PATCH] gnu: maven-wagon-http: Disable a failing test. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Dec 2020 12:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45112 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Michael Rohleder ,45112@debbugs.gnu.org Received: via spool by 45112-submit@debbugs.gnu.org id=B45112.160742932124449 (code B ref 45112); Tue, 08 Dec 2020 12:09:01 +0000 Received: (at 45112) by debbugs.gnu.org; 8 Dec 2020 12:08:41 +0000 Received: from localhost ([127.0.0.1]:56773 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmbnN-0006MG-JY for submit@debbugs.gnu.org; Tue, 08 Dec 2020 07:08:41 -0500 Received: from lepiller.eu ([89.234.186.109]:56814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmbnL-0006M3-44 for 45112@debbugs.gnu.org; Tue, 08 Dec 2020 07:08:40 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 91bc3e1f; Tue, 8 Dec 2020 12:08:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=dkim; bh=0qK6mvIh8yO6ix4sFsBdEahm+q03m9WIR/PCTkOHPDU=; b=MyeFIcr8CUwT afEAHhtG2qpu2tV4Zc/Dmk7ZVtuz1NdRywuJmKChV8YnjzQ1sw00EcagIVyCkyP6 BJZio217FxIkGROgCI9D2UX0dOtQrZBBeyqDUQAO2aAY+nCypYzUeMocWwzLDwly 2BtwG0p+GlS02SAtn1vKqyJr9+g2nQhlQkLqrs9aGN00ixDAaFKa2jCEYyaFDMYn V8bMP4s254Vq77RDNUbsLekx3ugGaPqQy9CTEKpMBfgEplWPDEk2aulAzNfTKkq4 i/HyqfulkH2W7dcGYLrmZDZnx7XoBCaYT/kTH6lqx5WvQKCxbLHKFM5OrB213/EQ ShSK9usG+Q== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 4160e969 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 8 Dec 2020 12:08:36 +0000 (UTC) Date: Tue, 08 Dec 2020 07:08:21 -0500 User-Agent: K-9 Mail for Android In-Reply-To: <20201208034711.21554-1-mike@rohleder.de> References: <20201208034711.21554-1-mike@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----UWVTRPG48WDPP1E0GTP1PQTXDNEI09" Content-Transfer-Encoding: 7bit From: Julien Lepiller Message-ID: <14F6EEA9-AA51-4E4C-A74E-8BCEDE1FE589@lepiller.eu> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.20 Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=lepiller.eu header.s=dkim header.b=MyeFIcr8; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: B1ED094043A X-Spam-Score: -1.20 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: i2toD93YSMNN ------UWVTRPG48WDPP1E0GTP1PQTXDNEI09 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The test passes here, though after a long time=E2=80=A6 What kind of system= are you using? Do you really get a timeout, or are you simply impatient? := ) Le 7 d=C3=A9cembre 2020 22:47:11 GMT-05:00, Michael Rohleder a =C3=A9crit : >* gnu/packages/maven=2Escm (maven-wagon-http)[arguments]: Add >HugeFileDownloadTest to excluded tests=2E >--- > gnu/packages/maven=2Escm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/gnu/packages/maven=2Escm b/gnu/packages/maven=2Escm >index ad14c1aa62=2E=2Ec637e5c7ae 100644 >--- a/gnu/packages/maven=2Escm >+++ b/gnu/packages/maven=2Escm >@@ -889,6 +889,8 @@ wagon providers supporting HTTP=2E"))) > ;; unable to find valid certification path to requested target > "**/HttpsWagonPreemptiveTest=2Ejava" > "**/HttpsWagonTest=2Ejava" >+ ;; Timeout >+ "**/HugeFileDownloadTest=2Ejava" > ;; Injection errors > "**/TckTest=2Ejava") > #:jdk ,icedtea-8 >--=20 >2=2E29=2E2 ------UWVTRPG48WDPP1E0GTP1PQTXDNEI09 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable The test passes here, though after a long time=E2= =80=A6 What kind of system are you using? Do you really get a timeout, or a= re you simply impatient? :)

Le 7 d=C3=A9c= embre 2020 22:47:11 GMT-05:00, Michael Rohleder <mike@rohleder=2Ede> = a =C3=A9crit :
* gnu/packages/maven=2Escm (maven-wagon-http)[argume=
nts]: Add
HugeFileDownloadTest to excluded tests=2E
gnu/packages/mav= en=2Escm | 2 ++
1 file changed, 2 insertions(+)

diff --git a/gnu= /packages/maven=2Escm b/gnu/packages/maven=2Escm
index ad14c1aa62=2E=2Ec= 637e5c7ae 100644
--- a/gnu/packages/maven=2Escm
+++ b/gnu/packages/ma= ven=2Escm
@@ -889,6 +889,8 @@ wagon providers supporting HTTP=2E")))
= ;; unable to find valid certification path to requ= ested target
"**/HttpsWagonPreemptiveTest=2Ejav= a"
"**/HttpsWagonTest=2Ejava"
+ = ;; Timeout
+ "**/HugeFileDownloadTest= =2Ejava"
;; Injection errors
= "**/TckTest=2Ejava")
#:jdk ,icedtea-8
------UWVTRPG48WDPP1E0GTP1PQTXDNEI09--