googleapis / googleapis/google-cloud-java

[sdk-platform-java] Investigate using a Mock gRPC Channel for InstantiatingGrpcChannelProviderTest

オープン
#12,428 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
priority: p3 type: cleanup
主要言語
Java
スター
2.1k
フォーク
1.2k
平均マージ
1日 23時間
マージ済み PR(30日)
154

説明

Following the flaky test reported in here: https://github.com/googleapis/sdk-platform-java/issues/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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。