Karthik Ravi Shankar
|
60bdeef9f4
|
Move Channel also to impl for now
|
6 years ago |
Karthik Ravi Shankar
|
603d014f0e
|
Changes to fold credentials into grpc_impl from grpc
|
6 years ago |
Karthik Ravi Shankar
|
858b5cca20
|
Fix clang_format_code.sh issues and move the internal calls to new name
|
6 years ago |
Nicolas "Pixel" Noble
|
b9a279c030
|
Resolving ambiguous call to CreateCustomChannel.
|
6 years ago |
Vijay Pai
|
41c6cba9f5
|
Make sure that OnCancel happens after OnStarted
|
6 years ago |
Vijay Pai
|
7b3a120295
|
Address reviewer comments
|
6 years ago |
Vijay Pai
|
0cb0cdb7e3
|
Address reviewer comments on test
|
6 years ago |
Vijay Pai
|
04a6b8467c
|
Support callback on cancellation of server-side unary RPCs
|
6 years ago |
Karthik Ravi Shankar
|
0692dcc16a
|
Fix tests namespaces
|
6 years ago |
Karthik Ravi Shankar
|
5906b86119
|
Fix tests to use grpc namespace
|
6 years ago |
Karthik Ravi Shankar
|
d8d8bec7c8
|
Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
This change moves ResourceQuota class fron grpc namespace to grpc_impl
namespace.
Signed-off-by: Karthik Ravi Shankar <karthikrs@google.com>
|
6 years ago |
Karthik Ravi Shankar
|
82c6e012d8
|
Revert "Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota""
|
6 years ago |
Karthik Ravi Shankar
|
b3889585a1
|
Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota"
|
6 years ago |
Karthik Ravi Shankar
|
f7dd48b2b6
|
Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
This change moves ResourceQuota class fron grpc namespace to grpc_impl
namespace.
|
6 years ago |
Vijay Pai
|
a47c979ba0
|
Enable TCP callback tests if the event engine allows
|
6 years ago |
ncteisen
|
3fe3be39fe
|
Add empty binary metadata test
|
6 years ago |
Vijay Pai
|
2a0c0d7ad6
|
Streaming API for callback servers
|
6 years ago |
yang-g
|
e75fc243da
|
change tests to use the new class instead of grpc_test_init
|
6 years ago |
Vijay Pai
|
a192fc6880
|
Fix clang-tidy issues
|
6 years ago |
Yash Tibrewal
|
b732e9c403
|
Make client interceptors see notification even if Cancel was done before the RPC was issued. Also add tests
|
6 years ago |
Yash Tibrewal
|
e2361a4751
|
Add server interceptors in end2end_test
|
6 years ago |
Yash Tibrewal
|
d21a175b28
|
Revert "Add dummy interceptors to end2end_test and async_end2end_test"
This reverts commit d075719477 .
|
6 years ago |
Yash Tibrewal
|
d075719477
|
Add dummy interceptors to end2end_test and async_end2end_test
|
6 years ago |
ncteisen
|
16f53ff583
|
Surface user agent by default
|
6 years ago |
ncteisen
|
c9e300d5b0
|
Add channel arg control for user agent
|
6 years ago |
Noah Eisen
|
58e0cbf9fb
|
Enable the performance-* clang-tidy checks
|
7 years ago |
yang-g
|
5c67fae9eb
|
Add test
|
7 years ago |
David Garcia Quintas
|
d043fa06bc
|
PR comments
|
7 years ago |
David Garcia Quintas
|
6070be4d91
|
Set default authority arg
|
7 years ago |
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
7 years ago |
Vijay Pai
|
da69355f30
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
|
7 years ago |
Vijay Pai
|
c745690caf
|
Internalize gpr_thd except for id and currentid
|
7 years ago |
Noah Eisen
|
4d20a66685
|
Run clang fmt
|
7 years ago |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
7 years ago |
Muxi Yan
|
6f0b195d20
|
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
|
7 years ago |
Jan Tattermusch
|
a3088a6ce8
|
fix rounding problem in EchoDeadline test
|
7 years ago |
Sree Kuchibhotla
|
de5f6bfe92
|
Set the environment variable at the beginning of the test. Otherwise, it
is not being read by the backup poller
|
7 years ago |
yang-g
|
98cd36e2c3
|
Add a test
|
7 years ago |
Mark D. Roth
|
dbdf495f61
|
Split lib/support into lib/gpr and lib/gpr++.
|
7 years ago |
Jan Tattermusch
|
ef0e64cdf5
|
Revert "Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure""
|
7 years ago |
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 |