Conversation
|
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsFix #12339 I can't reproduce this locally, but it seems reasonable to assume it just need a bit more time for the encryption to release its handle on the file; or for Defender or equivalent to do so (the file has just been written) This will retry every 100ms up to 30 times.
|
|
@dotnet/dnceng do we already have retries here? cc test monitor of the week @noahfalk |
I'll take a look; local retries can be tricky to find in the logs (Edit this is a build log not a test log) |
|
@danmoseley the retries we added as "experimental" before are built in to NuGet Clients in 7.0, so the retry occurred but it thought it succeeded. What happened here seems to be that the zip file was downloaded incompletely but "successfully", leading to the later on "Central Directory corrupt" message. This is the first I've seen it but if you see a second one it may be worth creating a known issue about. |
|
Opened an issue for the failure in the host tests. The WASM/tvOS Nuget feed issues can be ignored as the test doesn't run there anyway. |
Fix #12339
I can't reproduce this locally, but it seems reasonable to assume it just need a bit more time for the encryption to release its handle on the file; or for Defender or equivalent to do so (the file has just been written)
This will retry every 100ms up to 30 times.