nativelink
nativelink copied to clipboard
Create test harness for Grpc*
Currently we have no tests for GrpcScheduler or GrpcStore. This has resulted in at least one bug (see #199) and an outstanding ticket to create tests (#154).
In order to test this a gRPC service needs to be spun up to test against. This is non-trivial.
This issue exists to track the effort to create a framework that can create a gRPC service to write tests against.