David Garcia Quintas
3c5a868a1b
PR comments #2
8 years ago
David Garcia Quintas
523a4aa0a0
PR comments
8 years ago
David Garcia Quintas
033c51e8c8
Deflake grpclb test
8 years ago
David Garcia Quintas
d6936b6bee
PR comments
8 years ago
Craig Tiller
3b45b8d60b
Revert "Test credentials provider update"
8 years ago
Craig Tiller
9f07b4fbad
Increase timeout for now: seems this can take longer under some configurations
8 years ago
Craig Tiller
9564cf9f0a
Take into account all the configs
8 years ago
Craig Tiller
d04c822b58
Unique-ify uds address between concurrent bm_fullstack runs
8 years ago
Craig Tiller
e89e54f4b6
clang-format code
8 years ago
Mark D. Roth
c56d3ebd7e
Improve logging.
8 years ago
David Garcia Quintas
6deadf5b88
Propagate termination signals to subprocesses
8 years ago
Craig Tiller
c991e80e07
Limit outstanding rpc count for synchronous {client,server} tsan tests
8 years ago
David Garcia Quintas
d449003fe6
Shutdown grpc for fullstack benchmark
8 years ago
Muxi Yan
cf6eaa7071
Add <string.h> to test_config.c
8 years ago
David Garcia Quintas
353586902a
Increase deadline for 1byte fixture
8 years ago
Craig Tiller
ab34b12e50
Make a better educated guess about CPU costs of a benchmark
8 years ago
Craig Tiller
f739c058b7
Make a better educated guess about CPU costs of a benchmark
8 years ago
Mark D. Roth
37d5f9b4e5
Add debug logging for process termination state.
8 years ago
Craig Tiller
6d74225615
Reduce pre-generated key count
...
Doesn't affect benchmark accuracy, but makes startup time substantially
faster, and hopefully eliminates occurences like this:
https://grpc-testing.appspot.com/job/gRPC_master_linux/642/testReport/junit/(root)/c++_linux_dbg/bins_dbg_bm_fullstack_GRPC_POLL_STRATEGY_epoll/
8 years ago
Craig Tiller
797bc83311
Fix comment
8 years ago
Craig Tiller
a45a5e4611
Rephrase comment
8 years ago
Craig Tiller
96583a39a9
Remove file dependency to simplify build graph
8 years ago
Craig Tiller
25dba29540
Move test block, refine conditions
8 years ago
Craig Tiller
f2876ea1e0
Up timeouts for poll-cv polling strategy, seems to make things more stable
8 years ago
Craig Tiller
8a4539e530
Up retry count to try and counter flakiness
8 years ago
David Garcia Quintas
8fe2a4285c
clang-format
8 years ago
yang-g
b9d57ed665
!
8 years ago
yang-g
a7ef49bf6a
Support custom credential type in interop
8 years ago
yang-g
8e9fc9bd0e
Test credentials provider update
8 years ago
Paul Marks
366a0515c9
port_posix: use IPv4+IPv6 sockets to check for a free port.
...
This allows the port picker to function across dual-stack and
IPv4/IPv6-only environments.
For a port to be considered available, the kernel must support at least
one of (IPv6, IPv4), and the port must be available on each supported
family.
Also use the bool type where feasible.
This is based on http://cl/97155408 (for those who can read it.)
8 years ago
David Garcia Quintas
1a2e40e0ce
clang-format
8 years ago
David Garcia Quintas
149f09da97
Rewrote connectivity status logic for gRPC LB
8 years ago
Mark D. Roth
45bc38d115
Fix build.
8 years ago
Craig Tiller
f69369741d
Review feedback
8 years ago
Yuchen Zeng
0377f7a6f7
Fix symbol conflict
8 years ago
David Garcia Quintas
0133a1b902
No more gcc 4.4!
8 years ago
David Garcia Quintas
850cbaaac4
Added more testing for grpclb tokens
8 years ago
David Garcia Quintas
ffd8e3d8e1
pr comment
8 years ago
Mark D. Roth
9b3f740eb0
clang-format
8 years ago
David Garcia Quintas
01dbb90274
Added testing for connectivity states
8 years ago
David Garcia Quintas
5f50a1baaa
Update test_get_channel_info() to use new ch arg syntax
8 years ago
David Garcia Quintas
4270dc6d6e
Update test_get_channel_info() to use new ch arg syntax
8 years ago
Mark D. Roth
6cf61536dc
Fix tsan failures.
8 years ago
Mark D. Roth
69f783dffc
Allow LB policy name to be matched in a case-insensitive manner.
8 years ago
Mark D. Roth
84c8a027d3
Change JSON format to use the standard proto3 mapping for each type.
8 years ago
Mark D. Roth
02b1ae456f
clang-format
8 years ago
Mark D. Roth
4bbdda4444
Allow getting LB policy name and service config in C++ API.
8 years ago
Mark D. Roth
c625c7a023
Allow fetching service config via grpc_channel_get_info().
8 years ago
Mark D. Roth
c7d246738b
Fix test breakage from recent merges.
8 years ago
yang-g
fefb3caae4
shutdown is not needed with the changes to mock_ep
8 years ago