1
0
Fork 0
toolkit/packages/cache/__tests__
Ryann Graham 9ede666fff
cache: retry requests on HTTP 500 responses
actions/cache occasionally gets 500 errors like actions/upload-artifact
does, but it just fails instead of retrying like upload-artifact does.

This adds retrying on 500 errors to @actions/cache the same way it was
added to @actions/artifact in #833.
2024-05-16 12:58:17 -07:00
..
__fixtures__ Adding support in cache package to check if Artifact Cache service is enabled or not (#1028) 2022-03-25 14:40:02 +05:30
cache.test.ts Adding support in cache package to check if Artifact Cache service is enabled or not (#1028) 2022-03-25 14:40:02 +05:30
cacheHttpClient.test.ts fix #1579: add test to check getCacheVersion does not mutate arguments 2024-03-07 16:23:04 +01:00
cacheUtils.test.ts lint fixes 2024-01-31 16:51:04 +00:00
create-cache-files.sh React to feedback 2020-05-15 12:26:42 -04:00
downloadUtils.test.ts Re-enable the audit tools step and update dependencies (#815) 2021-05-21 09:19:40 -04:00
options.test.ts Add option for concurrent cache downloads with timeout (#1484) 2023-08-07 13:25:56 -04:00
requestUtils.test.ts cache: retry requests on HTTP 500 responses 2024-05-16 12:58:17 -07:00
restoreCache.test.ts Rename option to lookupOnly 2023-02-21 12:37:48 +01:00
saveCache.test.ts cache: retry requests on HTTP 500 responses 2024-05-16 12:58:17 -07:00
tar.test.ts Don't set the MSYS env var globally (#1329) 2023-02-08 10:58:25 +05:30
verify-cache-files.sh React to feedback 2020-05-15 12:26:42 -04:00