Screening this despite the WIP in the patch name. We should not accept this
one and instead try to find a way to re-write the test so that it does not
rely on darcs.net.
1 patch for repository http://darcs.net/screened:
patch be0e90ba7aa62a9a6a26b8db35f15772dbb1b60f
Author: Ben Franksen <ben.franksen@online.de>
Date: Thu Feb 16 19:32:12 CET 2023
* WIP disable tests/network/log in the CI
This test regularly runs into failures that seem to be caused by darcs.net
when it receives to many requests in parallel. I haven't figured out what
exactly is going on, this is just a temporary stop-gap measure.
FYI I hit this a lot at the weekend when I had bad internet connections,
so it may not be entirely darcs.net's fault (though I assume CI has
a decent connection itself!)
I think we could change this test to work against a locally served
repo (with the serve_http utility) like some other network tests do.
It's not actually doing anything particularly complicated and
any dependency it had on the contents of http://darcs.net has
long since been invalidated as it only looks at most at the last 30
patches anyway.
With this follow-up I think it could now be accepted.
1 patch for repository http://darcs.net/screened:
patch 536b22a9f7f64a34dab657f370ef527082182edb
Author: Ben Franksen <ben.franksen@online.de>
Date: Wed Aug 16 14:16:44 CEST 2023
* tests/network/log.sh: darcs.net -> hub.darcs.net/darcs/darcs-screened
This seems to fix the CI problems, so this patch also rolls back
patch be0e90ba7aa62a9a6a26b8db35f15772dbb1b60f
Author: Ben Franksen <ben.franksen@online.de>
Date: Thu Feb 16 19:32:12 CET 2023
* WIP disable tests/network/log in the CI