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

  • Done
  • quality assurance status badge
Details
2 participants
  • Julien Lepiller
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201208034711.21554-1-mike@rohleder.de
* gnu/packages/maven.scm (maven-wagon-http)[arguments]: Add
HugeFileDownloadTest to excluded tests.
---
gnu/packages/maven.scm | 2 ++
1 file changed, 2 insertions(+)

Toggle diff (15 lines)
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
Julien Lepiller wrote 4 years ago
14F6EEA9-AA51-4E4C-A74E-8BCEDE1FE589@lepiller.eu
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@rohleder.de> a écrit :
Toggle quote (21 lines)
>* 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
Attachment: file
Michael Rohleder wrote 4 years ago
(name . Julien Lepiller)(address . julien@lepiller.eu)(address . 45112@debbugs.gnu.org)
877dpse1z7.fsf@rohleder.de
Julien Lepiller <julien@lepiller.eu> writes:
Toggle quote (4 lines)
> 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:
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.
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl/Pn30RHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyWW7Qf/ZBUfolKhViuX7kVcEEwpiHQmQE57eBta
fzUdv/7RKmH4A02ZJn0auSK9bAoFnOExDcPoYrEj0DBAFyXBvGFjVyeRdkn1779i
UZ9uViPYxZpPW7+NURi+OiOBtIJl4yHzNxhdCRlyDZGWavKqKjfgXe6HVT6LnQVf
56uWKSP0m34E+5hPxNDWIL3HmJ+pofv2CV5AUAvtT3VoRL/MfhwZGC25MlH9O6nr
vT/76PFJ8WjLMYufMmYCeNQ7a7tZgxy5k416S5w0n1tM15fKIAPQ8XRLt4uq44AK
uRRXxFl+uCrde82xzBdfK8Jwpjw7OaEEsLkpe4EIG89vLNwYPoVbGg==
=Ze8b
-----END PGP SIGNATURE-----

Julien Lepiller wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45112-done@debbugs.gnu.org)
20201215153904.4de6377b@tachikoma.lepiller.eu
Le Tue, 08 Dec 2020 16:45:00 +0100,
Michael Rohleder <mike@rohleder.de> a écrit :

Toggle quote (7 lines)
> Julien Lepiller <julien@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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45112@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45112
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help