When I run a test I get a few errors: `io.grpc.St...
# protobufs
e
When I run a test I get a few errors:
io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
and
... Connection refused/[0:0:0:0:0:0:1]:63856
The tests work but the logs are full of these. Any advice on why?
r
O would expect that your gRPC client is trying to use some gRPC service that is unavailable during the test.
e
The issue is I'm just using protobufs, not gRPC
Maybe the plugin expects gRPC
r
How have you setup the tests? This is a gRPC exception:
io.grpc.StatusRuntimeException