Skip to content
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

fix: pass grpc server address without protocol #190

Merged
merged 1 commit into from
Mar 20, 2022
Merged

Conversation

mattem
Copy link
Member

@mattem mattem commented Mar 20, 2022

5a5d834 changed the way the grpc address was passed around, but it seems that starting the server doesn't want the protocol appended, so it fails to start and results in the follow error for all aspect build / test / run commands:

$ bazel-bin/cmd/aspect/aspect_/aspect build aspect
Error: failed to run BES backend: failed to serve and wait BES backend: context deadline exceeded

Changes back to just the address sans protocol.

@alexeagle
Copy link
Member

We really need plugin integration tests soon..

@mattem mattem merged commit 0f7a936 into main Mar 20, 2022
@mattem mattem deleted the fix/grpc_addr branch March 20, 2022 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants