GNU bug report logs - #45112
[PATCH] gnu: maven-wagon-http: Disable a failing test.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Tue, 8 Dec 2020 03:48:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Rohleder <mike <at> rohleder.de>
Subject: bug#45112: closed (Re: [bug#45112] [PATCH] gnu: maven-wagon-http:
 Disable a failing test.)
Date: Tue, 15 Dec 2020 14:40:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45112: [PATCH] gnu: maven-wagon-http: Disable a failing test.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 45112 <at> debbugs.gnu.org.

-- 
45112: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45112
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Julien Lepiller <julien <at> lepiller.eu>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 45112-done <at> debbugs.gnu.org
Subject: Re: [bug#45112] [PATCH] gnu: maven-wagon-http: Disable a failing test.
Date: Tue, 15 Dec 2020 15:39:04 +0100
Le Tue, 08 Dec 2020 16:45:00 +0100,
Michael Rohleder <mike <at> rohleder.de> a écrit :

> Julien Lepiller <julien <at> lepiller.eu> writes:
> > The test passes here, though after a long time… What kind of system
> > are you using? Do you really get a timeout, or are you simply
> > impatient? :)  
> 
> Yes, I really get a (reproducable) timeout:

Pushed as 1962c6b286e36b8d5165a4992710f3132adb04c4.

Thank you, and sorry for the delay!

[Message part 3 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: maven-wagon-http: Disable a failing test.
Date: Tue,  8 Dec 2020 04:47:11 +0100
* gnu/packages/maven.scm (maven-wagon-http)[arguments]: Add
HugeFileDownloadTest to excluded tests.
---
 gnu/packages/maven.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index ad14c1aa62..c637e5c7ae 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -889,6 +889,8 @@ wagon providers supporting HTTP.")))
                         ;; unable to find valid certification path to requested target
                         "**/HttpsWagonPreemptiveTest.java"
                         "**/HttpsWagonTest.java"
+                        ;; Timeout
+                        "**/HugeFileDownloadTest.java"
                         ;; Injection errors
                         "**/TckTest.java")
        #:jdk ,icedtea-8
-- 
2.29.2




This bug report was last modified 4 years and 159 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.