Commit c8aefc9
committed
Reconnect gRPC client in integration tests
The gRPC client is a singleton and its internal state
can be corrupted when used concurrently from multiple
async contexts. Reconnecting ensures that the client
is in a clean state for each test.1 parent 1de6ece commit c8aefc9
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
0 commit comments