You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-spanner/google-cloud-spanner/src/test/java/com/google/cloud/spanner/RetryOnDifferentGrpcChannelMockServerTest.java
+30-4Lines changed: 30 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@
38
38
importio.grpc.ClientInterceptor;
39
39
importio.grpc.Context;
40
40
importio.grpc.Deadline;
41
-
importio.grpc.ManagedChannelBuilder;
42
41
importio.grpc.MethodDescriptor;
43
42
importio.grpc.Status;
44
43
importjava.time.Duration;
@@ -64,6 +63,9 @@ public class RetryOnDifferentGrpcChannelMockServerTest extends AbstractMockServe
64
63
/** Tracks the logical affinity keys before grpc-gcp routes the request. */
0 commit comments