yang-g
a044f6d3f5
Propagate deadline to GenericServerContext
8 years ago
Nicolas "Pixel" Noble
3726e3d37b
Moving gtest include down.
...
In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away.
8 years ago
Nicolas "Pixel" Noble
1e75dc8cad
Add end2end_test_lib.
8 years ago
Mark D. Roth
64d922ae87
Make sure we set deadline for the LB call even without a pick.
...
As part of this, get the deadline from a channel arg instead of pick_args.
8 years ago
Mark D. Roth
09e458c6cd
Implement client-side load reporting for grpclb.
8 years ago
David Garcia Quintas
0745356ab2
Apply slowdown factor to timeouts
8 years ago
David Garcia Quintas
04109e8f7d
BUILD and #include fixes
8 years ago
David Garcia Quintas
04911ca202
New version of grpclb end2end test
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Craig Tiller
ae1e29eed9
Get dep in the right place
8 years ago
Craig Tiller
0a458b599e
Fix Bazel build
8 years ago
Mahak Mukhi
443a75dd22
1. Added golden file test.
...
2. Added support for mock.
3. Sanity fix.
8 years ago
Mahak Mukhi
2814b5148e
formatting
8 years ago
Mahak Mukhi
e536eeb6d0
Added tests for uni-directional streaming RPCs.
8 years ago
Mahak Mukhi
31d92d42ff
Initial commit: Auto-generate GMOCK code for client stub.
8 years ago
Nicolas "Pixel" Noble
7c26eed838
Buildifier and wrapping test/cpp/* rules with our build system.
8 years ago
Craig Tiller
75bfb97548
Finish hybrid server stuff, ensure it gets tested
8 years ago
yang-g
9cb19b8e24
support C++ error_details
8 years ago
Mahak Mukhi
c0ae1be4c8
Added tests for uni-directional streaming RPCs.
8 years ago
Mahak Mukhi
1383895b76
Initial commit: Auto-generate GMOCK code for client stub.
8 years ago
yang-g
f4c8addded
support C++ error_details
8 years ago
Craig Tiller
7a8232d773
review feedback
8 years ago
Yuxuan Li
bdc76ab37b
bug fix
8 years ago
Yuxuan Li
34894e4b1c
Implemented stream coalescing design
...
(RFC:https://github.com/grpc/proposal/pull/3 ). Add necessary
microbenchmarks to show reduced writes/iter for short streams. Add
necessary end2end test to test out newly added apis. Filter those tests
using *WithCoalescingApi*.
8 years ago
yang-g
23f777df08
When there is an error from filters (such as max recv message size too
...
large), add an error to the batch to avoid emitting new rpc on the
server side in C++.
8 years ago
Sree Kuchibhotla
43bca1be48
Add BUILD file for end2end tests too
8 years ago
Myungjun Kim
f17d163a9b
Fix typos
...
unkown -> unknown
fix unnecessary spacing
8 years ago
Sree Kuchibhotla
a3bc1efe4f
BUILD files for end2end tests
8 years ago
yang-g
076bac017b
Remove async
8 years ago
Jan Tattermusch
bd0b0546a6
windows compilation fixes
8 years ago
Dan Zhang
340bb83a59
Change shutdown_test.cc to use credential provider API to test against
...
different credential types.
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
Craig Tiller
ffc843ddcb
Fix test
8 years ago
Craig Tiller
95beab2284
Uncover the badness
8 years ago
yang-g
cc5910228d
manual revert of #8901
8 years ago
yang-g
35674af901
make test robust
8 years ago
yang-g
a3c95529c7
async works
8 years ago
yang-g
8e708b12cb
WIP
8 years ago
yang-g
50993b7a4c
async first take
8 years ago
yang-g
9bef0740a4
Add test for explicit option
8 years ago
yang-g
b74cf429fd
test pass
8 years ago
yang-g
ad32764219
sync test pass
8 years ago
Mark D. Roth
13f3574642
clang-format
8 years ago
Mark D. Roth
473ff83fac
Fix filter_end2end_test.
8 years ago
Craig Tiller
f658bf0e1b
Start resolving memory issues in C++ metadata
8 years ago
Craig Tiller
fbcd9a7344
Update server_crash_test to account for longer reconnect timeouts
8 years ago
Craig Tiller
3b45b8d60b
Revert "Test credentials provider update"
8 years ago
yang-g
8e9fc9bd0e
Test credentials provider update
8 years ago
Mark D. Roth
4bbdda4444
Allow getting LB policy name and service config in C++ API.
8 years ago