Investigate using a Mock gRPC Channel for InstantiatingGrpcChannelProviderTest #3017
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Following the flaky test reported in here: #2852, we discovered that some unit tests are creating a gRPC channel. Ideally, we would like to use a mock or stub instead of a real gRPC channel.
This reduces the change for flaky behavior and also would help speed up the tests (creating a channel is ~500ms).
This ticket is to investigate whether we can use a mock or stub instead of an actual channel and implement the change.
The text was updated successfully, but these errors were encountered: