Skip to content

Commit

Permalink
test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMukhi committed Mar 10, 2017
1 parent a94b094 commit b9b6d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/end2end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,7 @@ func testExceedMsgLimit(t *testing.T, e env) {
}
// test on client side for unary RPC
req.ResponseSize = proto.Int32(int32(te.maxMsgSize) + 1)
req.Payload = smallPayload
if _, err := tc.UnaryCall(context.Background(), req); err == nil || grpc.Code(err) != codes.Internal {
t.Fatalf("TestService/UnaryCall(_, _) = _, %v, want _, error code: %s", err, codes.Internal)
}
Expand Down

0 comments on commit b9b6d48

Please sign in to comment.