Jan Tattermusch
9de25dc1e6
Revert "Add c++ google default creds to cloud to prod auth scenarios"
6 years ago
ncteisen
d9e21e980f
reviewer feedback
6 years ago
ncteisen
636393d719
reviewer feedback
6 years ago
Feso
29c131f790
Refactored based on code review
6 years ago
Yihua Zhang
bed575c8b1
Do not pass interested_parties during handshake
6 years ago
ncteisen
4377cbadaf
Support channelz pagination
6 years ago
ncteisen
10f995d283
Enable channelz by default
6 years ago
Jan Tattermusch
433ad52e8c
rename bazel stream_compress_test to stream_compression_test
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
Jan Tattermusch
d94b49a1df
unify fallthrough comment in switch statements
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
8abb4370a9
Add pop_back test
6 years ago
Guantao Liu
0c18293e55
Fix the test failure with callback-based polling.
6 years ago
ncteisen
4b36519c40
reviewer feedback
6 years ago
ncteisen
6f6033c910
remove stale commentS
6 years ago
Yihua Zhang
70a6c790b9
Add changes in #16782
6 years ago
ncteisen
3c2024c6af
reviewer comments
6 years ago
yihuaz
285d4ef1be
Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""
6 years ago
Jan Tattermusch
fb296824af
Revert "Create and pass pollset_set to ALTS TSI handshaker"
6 years ago
ncteisen
f53e6884b6
Fix two build breakages
6 years ago
ncteisen
dd5fd814f3
reviewer feedback
6 years ago
ncteisen
9317845a97
Use the right new
6 years ago
ncteisen
600124f84f
Add tests
6 years ago
ncteisen
664178164a
reviewer feedback
6 years ago
ncteisen
e35f24da4d
reviewer feedback
6 years ago
ncteisen
e21a418aae
Add compaction to channelz registry
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
Yash Tibrewal
00be697551
Test changes
6 years ago
Guantao Liu
e6824674f4
Cover the case that there is no command-line argument.
6 years ago
Yihua Zhang
c0fa62f2b6
pass a pollset_set to ALTS TSI handshaker
6 years ago
Guantao Liu
668a16327b
Fix the unknown argument issue in resolve_address_test.cc
6 years ago
ncteisen
f906185200
Shard channelz stats by CPU
6 years ago
ncteisen
a64cb54de1
Channel trace is limited by memory
6 years ago
Feso
44cecbb2f7
grpc_cli json support
6 years ago
ncteisen
3545d754d5
Channelz get server sockets support
6 years ago
ncteisen
fd2fe1d5c4
Channelz server listening socket support
6 years ago
Guantao Liu
18ba787392
Fix the unused result error in client_channel_stress_test.cc.
6 years ago
Nathan Herring
d55ef6cc03
Fix inverted logic for --call_creds=none.
...
Fixes #16622 . Follow up to change 6e3938c
. Thanks to @bluecmd for pointing it out.
6 years ago
Hope Casey-Allen
d568fba51a
Add documentation for running microbenchmarks with other tooling
6 years ago
Hope Casey-Allen
4772a743e8
Delete hpack lookup table
6 years ago
ncteisen
038e760a7d
Channelz C++ Socket support
6 years ago
ncteisen
404b2515af
reviewer feedback
6 years ago
ncteisen
f2b493e369
reviewer feedback
6 years ago
ncteisen
4cc16f951c
Simplifiy transport querying function
6 years ago