[Issue 20970] Test Suite Azure Pipelines Windows_LDC_Debug x64-debug-ldc failed due to heisenbug
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 17 05:58:18 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20970
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Dlang Bot <dlang-bot at 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
--
More information about the Digitalmars-d-bugs
mailing list