ncteisen
6193c63dab
Reviewer feedback
7 years ago
Sree Kuchibhotla
cc6601e213
Tweak the RpcDeadline test to reduce flakes
7 years ago
ncteisen
18bc278c81
Add tests
7 years ago
Craig Tiller
4ac2b8e585
Enable clang-tidy as a sanity check, fix up all known failures
7 years ago
Jan Tattermusch
14b7d5227f
Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure"
7 years ago
Julien Boeuf
5addba4749
Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure
...
Typically these failures are symptomatic of a busy oauth2 auth
server and calls should be retried in this case.
7 years ago
Yuchen Zeng
cbb9296b72
Change the default interval to 5 seconds
7 years ago
Yuchen Zeng
7fa814fbeb
Fix timeouts
7 years ago
Yuchen Zeng
0bad30a244
Use backup pollser instead of connectivity watcher
7 years ago
Alexander Polcyn
7a57b0c4a1
explicitly recycle every port after every test run
7 years ago
Vijay Pai
07165cbaf2
Only put server to sleep when explicitly requested
7 years ago
Vijay Pai
a6294056c8
Run ProxyEnd2End tests (without proxy) for inproc transport
7 years ago
Vijay Pai
f063f7951f
Add some const that is now allowed
7 years ago
yang-g
3c00328b62
Add a simple test
7 years ago
Yuchen Zeng
b5dd3abad9
Increase the grace period in ReconnectChannel tests
7 years ago
Craig Tiller
9bebf8b22a
C++ API for write-through
7 years ago
Yuchen Zeng
eeea43fa24
Increase the grace period in ReconnectChannel tests
7 years ago
Yuchen Zeng
b4481a9a13
Share one monitoring thread between channels
7 years ago
Yuchen Zeng
bfb4e06e3c
Check connectivity intermittently
7 years ago
Yuchen Zeng
ee3e3310bb
Add reconnect channel tests
7 years ago
Mark D. Roth
e0778b2c18
Add cancellation to asynchronous security APIs.
7 years ago
Vijay Pai
3d7d5f4ed2
Create inproc transport, add relevant tests, exclude irrelevant tests
7 years ago
ncteisen
43f2b55a07
Add repro and fix to bidi case
8 years ago
ncteisen
be7b82ba5e
Add repro for coalescing bug
8 years ago
ncteisen
9bee3086c3
Make stream responses togglable via context
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
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
yang-g
9cb19b8e24
support C++ error_details
8 years ago
yang-g
f4c8addded
support C++ error_details
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
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
Craig Tiller
f658bf0e1b
Start resolving memory issues in C++ metadata
8 years ago
Craig Tiller
3b45b8d60b
Revert "Test credentials provider update"
8 years ago
yang-g
8e9fc9bd0e
Test credentials provider update
8 years ago
Vijay Pai
b0a6be2b8f
Remove some unnecessary new/delete patterns
8 years ago
Vijay Pai
713c7b87e1
clang-format
8 years ago
Vijay Pai
c0b2acb1a0
Use C++11 final and override
8 years ago
Mark D. Roth
e3a21005bf
Fix propagation of channel args for insecure channels.
8 years ago
Craig Tiller
20afa3d7c9
BufferPool --> ResourceQuota
8 years ago
Sree Kuchibhotla
c37a8a56df
Fix test
8 years ago
Craig Tiller
db1a5cce47
Buffer pool C++ wrapper
8 years ago
Sree Kuchibhotla
892dbf4d95
Make settings configurable
8 years ago
yang-g
d5fba280bb
make inline metadata value clearer
8 years ago
yang-g
4b4571ab88
Add a test for nonbin header containing binary value
8 years ago