You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-pipelines/end-to-end-tests-dir/asset-caching.ps1
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Throw-IfNotFailed
59
59
$expected=@(
60
60
"A suitable version of cmake was not found \(required v[0-9.]+\)\.",
61
61
"Trying to download cmake-[0-9.]+-[^.]+\.(zip|tar\.gz) using asset cache file://$assetCacheRegex/[0-9a-z]+",
62
-
"error: curl operation failed with error code 37 \(Couldn't read a file:\/\/ file\)\.",
62
+
"error: curl operation failed with error code 37 \((Couldn't|Could not) read a file:\/\/ file\)\.",
63
63
"error: Not a transient network error, won't retry download from file://$assetCacheRegex/[0-9a-z]+"
64
64
"error: there were no asset cache hits, and x-block-origin blocks trying the authoritative source https://github\.com/Kitware/CMake/releases/download/[^ ]+",
65
65
"note: If you are using a proxy, please ensure your proxy settings are correct\.",
@@ -112,7 +112,7 @@ if (-not ($actual -match $expected)) {
"error: curl operation failed with error code 37 \(Couldn't read a file:// file\)\.",
294
+
"error: curl operation failed with error code 37 \((Couldn't|Could not) read a file:// file\)\.",
295
295
"error: Not a transient network error, won't retry download from file://$assetCacheRegex/[0-9a-z]+",
296
296
"[^\n]+example3\.html\.\d+\.part: error: download from https://raw\.githubusercontent\.com/microsoft/vcpkg-tool/1767aaee7b229c609f7ad5cf2f57b6a6cc309fb8/LICENSE\.txt had an unexpected hash",
@@ -354,7 +354,7 @@ if (-not ($actual -match $expected)) {
354
354
Refresh-TestRoot
355
355
$expected=@(
356
356
"^Trying to download example3\.html using asset cache file://$assetCacheRegex/[0-9a-z]+",
357
-
"error: curl operation failed with error code 37 \(Couldn't read a file:// file\)\.",
357
+
"error: curl operation failed with error code 37 \((Couldn't|Could not) read a file:// file\)\.",
358
358
"error: Not a transient network error, won't retry download from file://$assetCacheRegex/[0-9a-z]+",
359
359
"error: there were no asset cache hits, and x-block-origin blocks trying the authoritative source https://raw\.githubusercontent\.com/microsoft/vcpkg-tool/1767aaee7b229c609f7ad5cf2f57b6a6cc309fb8/LICENSE\.txt",
0 commit comments