-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote execution builds are failed on grpc status code UNAVAILABLE #1845
Comments
@abderrahim are there any automated tests for RE? |
There are some tests indeed. See
btw, I had a patch to fix this (or at least work around it) but I don't remember if I ever opened a merge request. |
I couldn't see PR at least of brief look |
Yeah, it was just a side branch: 6205b41 |
I don't have test environment. I assumed it was correct to remove UNAVAILABLE from the set or statuses to raise for. Then if resume is not supported, lower condition raises as expected. |
@abderrahim in other words like #1901 |
Trying to use remote execution to build, I often get these errors (often to the point I can't get a full build done, especially that there seems to be a bug in caching elements)
Looking at the grpc documentation, the UNAVAILABLE status code should be retried.
The text was updated successfully, but these errors were encountered: