remove usages of tonic-mock in tests
#243
Opened by flokli at
https://cl.tvl.fyi/c/depot/+/7869 introduced tonic-mock, but as described in the commit message, upstream is a bit dead, and we're using brainrake's custom fork.
According to https://github.com/tyrchen/tonic-mock/pull/1#issuecomment- 1241164173, we might not need this crate at all, but can easily write some code for ourselves.
It might even happen naturally while writing easer-to-consume client library code.
To be able to drop this, we need to update some of our tests to test via a grpc client, not the server impl.
flokli at 2023-09-13T11·05+00
cl/9560 started with this, migrating the DirectoryService off tonic-mock.
flokli at 2023-10-07T09·35+00
with cl/9564, tonic-mock is gone entirely.
flokli at 2023-10-16T08·46+00
- flokli closed this issue at 2023-10-16T08·46+00