Skip to content

Commit a147055

Browse files
committed
Build fix
1 parent 654a744 commit a147055

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

devshard/runtimeconfig/grpc_provider_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,14 @@ func (r *recordingClient) ReleaseMLNode(ctx context.Context, in *gen.ReleaseMLNo
277277
return r.inner.ReleaseMLNode(ctx, in, opts...)
278278
}
279279

280+
func (r *recordingClient) GetHostEvents(ctx context.Context, in *gen.GetHostEventsRequest, opts ...grpc.CallOption) (*gen.GetHostEventsResponse, error) {
281+
return r.inner.GetHostEvents(ctx, in, opts...)
282+
}
283+
284+
func (r *recordingClient) ListNodeCapacity(ctx context.Context, in *gen.ListNodeCapacityRequest, opts ...grpc.CallOption) (*gen.ListNodeCapacityResponse, error) {
285+
return r.inner.ListNodeCapacity(ctx, in, opts...)
286+
}
287+
280288
func TestGRPCProvider_LongPoll_ServerTimeoutDoesNotApply(t *testing.T) {
281289
srv := testserver.New()
282290
handlers := []testserver.Handler{testserver.FullConfig(TestRuntimeConfigProto(100, 1, "raw"))}

0 commit comments

Comments
 (0)