This commit is contained in:
iamqizhao
2016-08-25 16:30:04 -07:00
parent 42e031a928
commit 935fb215d6

View File

@ -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.