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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45112 in the body.
You can then email your comments to 45112 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45112; Package guix-patches. (Tue, 08 Dec 2020 03:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Rohleder <mike <at> rohleder.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 08 Dec 2020 03:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#45112; Package guix-patches. (Tue, 08 Dec 2020 12:09:01 GMT) Full text and rfc822 format available.

Message #8 received at 45112 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Michael Rohleder <mike <at> rohleder.de>,45112 <at> debbugs.gnu.org
Subject: Re: [bug#45112] [PATCH] gnu: maven-wagon-http: Disable a failing test.
Date: Tue, 08 Dec 2020 07:08:21 -0500
[Message part 1 (text/plain, inline)]
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? :)

Le 7 décembre 2020 22:47:11 GMT-05:00, Michael Rohleder <mike <at> rohleder.de> a écrit :
>* 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
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#45112; Package guix-patches. (Tue, 08 Dec 2020 15:46:02 GMT) Full text and rfc822 format available.

Message #11 received at 45112 <at> debbugs.gnu.org (full text, mbox):

From: Michael Rohleder <mike <at> rohleder.de>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 45112 <at> debbugs.gnu.org
Subject: Re: [bug#45112] [PATCH] gnu: maven-wagon-http: Disable a failing test.
Date: Tue, 08 Dec 2020 16:45:00 +0100
[Message part 1 (text/plain, inline)]
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:
[ph3hqls9dmxvl8j8nrgw30bwq1irk6-maven-wagon-http-3.3.4.drv.bz2 (application/octet-stream, attachment)]
[Message part 3 (text/plain, inline)]
And yes, in some situations I can be impatient.  But not on building
software.  Computers are too slow anyway. ;)

Hardware:
Intel i7-4930K @ 3.9GHz, 32GB Ram, SSD

-- 
I hear and I forget. I see and I remember. I write and I understand.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Tue, 15 Dec 2020 14:40:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Rohleder <mike <at> rohleder.de>:
bug acknowledged by developer. (Tue, 15 Dec 2020 14:40:02 GMT) Full text and rfc822 format available.

Message #16 received at 45112-done <at> debbugs.gnu.org (full text, mbox):

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!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 13 Jan 2021 12:24:05 GMT) Full text and rfc822 format available.

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

Previous Next


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