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