Thread overview
[Issue 20970] Test Suite Azure Pipelines Windows_LDC_Debug x64-debug-ldc failed due to heisenbug
Jun 23, 2020
Walter Bright
Jun 23, 2020
Mathias LANG
Oct 17, 2020
Dlang Bot
Oct 17, 2020
Dlang Bot
June 23, 2020
https://issues.dlang.org/show_bug.cgi?id=20970

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
June 23, 2020
https://issues.dlang.org/show_bug.cgi?id=20970

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Now that `install.sh` supports Windows, perhaps it should be used directly instead.

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/dmd pull request #11878 "Fix 20970 - Use a longer retry for curl on Windows" fixing this issue:

- Fix 20970 - Use a longer retry for curl on Windows

  This uses the backoff strategy built in curl, instead of the short 5 seconds
retry.
  Instead, we set retry-max-time, telling curl to fail after 2 minutes.

https://github.com/dlang/dmd/pull/11878

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11878 "Fix 20970 - Use a longer retry for curl on Windows" was merged into master:

- 0427a8378a545ef677ed826e324cbb86c5c75655 by Geod24:
  Fix 20970 - Use a longer retry for curl on Windows

  This uses the backoff strategy built in curl, instead of the short 5 seconds
retry.
  Instead, we set retry-max-time, telling curl to fail after 2 minutes.

https://github.com/dlang/dmd/pull/11878

--