Thread overview
[Issue 21313] TestSuite heisenbug in buildkite/dmd Build
Oct 15, 2020
Walter Bright
Oct 18, 2020
Dlang Bot
Oct 18, 2020
Mathias LANG
Dec 17, 2022
Iain Buclaw
October 15, 2020
https://issues.dlang.org/show_bug.cgi?id=21313

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |TestSuite

--
October 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21313

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@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

--
October 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21313

--- Comment #2 from Mathias LANG <pro.mathias.lang@gmail.com> ---
*** Issue 21262 has been marked as a duplicate of this issue. ***

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21313

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--