Uh oh!
There was an error while loading. Please reload this page.
Improve error handling for restore caching - #297
Conversation
Pompo17102
commented
Mar 28, 2022
Deposit through the bitcoin wallet for any help |
dmitry-shibanov
commented
Mar 28, 2022
Hello @brcrista. Could you please take a look at this pull request? |
brcrista
commented
Mar 28, 2022
@actions/actions-cache, do you have any feedback? For context, the |
dmitry-shibanov
commented
Mar 28, 2022
Hello @brcrista. Actually, as I checked the issue reproduces with node 16 only. On the previous action version it works as expected. I think it's related itself to the change of the default node version and buffer size. I could reproduce the same behaviour with action/cache when I removed this error handling logic and archive size was more than 2147483647. |
aparna-ravindra
commented
Mar 28, 2022
might this be related to actions/toolkit#1030 ? |
dmitry-shibanov
commented
Mar 29, 2022
Thank you @aparna-ravindra. It works. I've updated the pull request. |
dmitry-shibanov
commented
Apr 7, 2022
I'm going to close the pull request because the issue was resolved in scope of this pull request #308 |
Description:
In scope of this pull request we add error handling to throw error only for ValidationError.
Related issue:#295
Check list: