[Issue 21313] TestSuite heisenbug in buildkite/dmd Build
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 18 15:46:20 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21313
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@Geod24 created dlang/dmd pull request #11884 "Fix 21313 - Use curl's
retry-all-errors option" fixing this issue:
- Fix 21313 - Use curl's retry-all-errors option
Curl would only retry 400s, 500s, and timeout, not connection closed by peer
or other kind of transition connections.
Using '--retry-all-errors' fixes this, however care must be put into avoiding
the usage of pipes (see manual).
Additionally, the total timeout was increased to 5 minutes as requested by
Walter,
and the connection timeout was also extended to reflect to be more tolerant.
https://github.com/dlang/dmd/pull/11884
--
More information about the Digitalmars-d-bugs
mailing list