fix
This commit is contained in:
@ -840,7 +840,7 @@ func testFailFast(t *testing.T, e env) {
|
||||
if grpc.Code(err) == codes.Unavailable {
|
||||
break
|
||||
}
|
||||
fmt.Printf("%v.EmptyCall(_, _) = _, %v", err)
|
||||
fmt.Printf("%v.EmptyCall(_, _) = _, %v", tc, err)
|
||||
time.Sleep(10 * time.Millisecond)
|
||||
}
|
||||
// The client keeps reconnecting and ongoing fail-fast RPCs should fail with code.Unavailable.
|
||||
|
Reference in New Issue
Block a user