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
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
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
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
David Garcia Quintas
1a2e40e0ce
clang-format
8 years ago
David Garcia Quintas
149f09da97
Rewrote connectivity status logic for gRPC LB
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
Mark D. Roth
4bbdda4444
Allow getting LB policy name and service config in C++ API.
8 years ago
Yuchen Zeng
7810898658
Add grpc_socket_mutator_compare
8 years ago
Craig Tiller
cd78879c56
Fix test
8 years ago
Yuxuan Li
12df928362
fixing override
8 years ago
Craig Tiller
206efc7866
Benchmarks for unary metadata
8 years ago
Mark D. Roth
0e44a258cb
Fix C++ filter API and add test for it.
8 years ago
Craig Tiller
314f43991c
Increase test timeouts
...
These tests are failing when run as a batch, but passing when run in
isolation.
Suspect something more is up, but this will at least make our builds
much greener until we figure that out.
8 years ago
Vijay Pai
56540ba9f9
clang-format
8 years ago
Vijay Pai
1b87ddee0a
One more NULL->nullptr
8 years ago
Vijay Pai
b0a6be2b8f
Remove some unnecessary new/delete patterns
8 years ago
Vijay Pai
f4671bfaef
Remove a namespace and start using a lambda for a small function
8 years ago
Vijay Pai
c01958bf55
Cleanup unneeded namespace
8 years ago
Vijay Pai
d75e7fec01
Fix a comment
8 years ago
Vijay Pai
f2764e76f9
clang-format
8 years ago
Vijay Pai
90102c2bfc
Eliminate unnecessary uses of new[]/delete[] that can be replaced
...
with vector
Also start eliminating uses of plain-old delete that are not helpful
8 years ago
Vijay Pai
a189b7b9f1
Make new file compliant with new standards
8 years ago
Vijay Pai
320ed13d3e
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
8 years ago
Vijay Pai
e140d5c60d
Regenerate all projects
8 years ago
Vijay Pai
713c7b87e1
clang-format
8 years ago
Vijay Pai
c0b2acb1a0
Use C++11 final and override
8 years ago
Craig Tiller
ff8e43aa6c
Fix memory corruption
8 years ago
Craig Tiller
b4d883bfc2
Make ASAN pass
8 years ago
Craig Tiller
63ec293d73
Integrate resource quotas
8 years ago
David Garcia Quintas
7ec291330c
PR comments
8 years ago
Mark D. Roth
3f265857f4
Fix memory leak.
8 years ago