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
Yash Tibrewal
a55d60056b
Fix build
6 years ago
Yash Tibrewal
1ea195b6f3
Reviewer comments except for void * fixed
6 years ago
ncteisen
bc44c5e353
Add GetServer to channelz cpp
6 years ago
Yash Tibrewal
cc21d32c77
Some cleanup
6 years ago
Yash Tibrewal
560963bd8b
Add sync unknown method test
6 years ago
Yash Tibrewal
312feb4202
Adding generic rpc and unimplemented rpc test for server interceptors
6 years ago
Yash Tibrewal
a094b7b312
Added server async tests
6 years ago
Spencer Fang
2808bd0ba0
Use forwarding LB test policy. Fix trailer interception code.
6 years ago
Mark D. Roth
2cff9ca408
Revert "Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.""
6 years ago
ncteisen
693f46841a
Add GetServer to core
6 years ago
ncteisen
4fa389b137
Unifying grpc build hacks
6 years ago
hcaseyal
c4e2c46be1
Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE."
6 years ago
Mark D. Roth
f85fd026e3
Client-side health checking support.
6 years ago
Mark D. Roth
b6059e2e86
Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.
6 years ago
Yash Tibrewal
62280b42c7
Add client streaming, server streaming and bidi streaming tests
6 years ago
Spencer Fang
c62c3b920c
Add fake lb policy for test. Tweak existing interception code.
6 years ago
Yash Tibrewal
66cc56bb03
Another server side test
6 years ago
Yash Tibrewal
4da91c1156
First test for server interception
6 years ago
Yash Tibrewal
0c7250c7b4
Adding streaming test for client interceptors
6 years ago
Yash Tibrewal
6e00b3bb88
Use InProc Channel for callback tests
6 years ago
Alex Polcyn
e52d87b53d
Add a grpclb-in-DNS interop test suite
6 years ago
Juanli Shen
800a09b24e
Add interop test into bazel build
6 years ago
Yash Tibrewal
d8cfd96fb2
Adding tests using the callback API
6 years ago
Yash Tibrewal
9b83b7d19e
Adding intercepted channel
6 years ago
Yash Tibrewal
3a17f5b05e
Working on tests
6 years ago
ncteisen
1a7f14fd31
Remove uneeded header
6 years ago
Soheil Hassas Yeganeh
cc5fe63da0
Fix bazel for //test/cpp/microbenchmarks/...
...
Fix a build failure due to missed dependency and add the bm_create_call
benchmark to the build targets.
6 years ago
Yang Gao
6bfb966271
Revert "Revert "grpc_cli json support""
6 years ago
David G. Quintas
a464b4ce39
Revert "grpc_cli json support"
6 years ago
Yash Tibrewal
b232bacf27
Starting on server interceptors
6 years ago
Yash Tibrewal
f9fe345553
Add more tests for client interceptors
6 years ago
Yash Tibrewal
6f05a711e6
Adding a test
6 years ago
Feso
00bb2a035e
Reformatted code as per clang-format
6 years ago
Jan Tattermusch
9de25dc1e6
Revert "Add c++ google default creds to cloud to prod auth scenarios"
6 years ago
Feso
29c131f790
Refactored based on code review
6 years ago
Hope Casey-Allen
12925d6fc8
Move check closer to relevant code
6 years ago
Hope Casey-Allen
3ed3c8c071
Add metadata streaming tests
6 years ago
Alexander Polcyn
aea5f109a6
Add c++ google default creds to cloud to prod auth scenarios
6 years ago
Moiz Haidry
145a3bf91f
Code sanitization
6 years ago
Moiz Haidry
14acde64cc
Addressed Vijay's code review comments
6 years ago
ncteisen
0b0f21b3d2
C++ Channelz GetServerSockets Support
6 years ago
Moiz Haidry
b4d5c7cee4
Benchmark test for callback unary gRPC
...
Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup
6 years ago
ncteisen
f53e6884b6
Fix two build breakages
6 years ago
ncteisen
e35f24da4d
reviewer feedback
6 years ago
Spencer Fang
e6b1edf42a
Split grpc_cli target into two targets
...
Let's have a util target that contains everything except for the CLI
front end. This way, users can depend on the util classes without
any risk of CLI flag collisions.
6 years ago
ncteisen
8362e7042d
Undo adding new API to tranport
6 years ago
ncteisen
a64cb54de1
Channel trace is limited by memory
6 years ago
Feso
44cecbb2f7
grpc_cli json support
6 years ago