590 Commits (424e81eaecb776f391fa1bfa5f581c39450ae8e4)

Author SHA1 Message Date
ZhenLian 096c276182 [4/n] Avoid using hardcoded test credentials 5 years ago
Jan Tattermusch 01d635b92a improve code readability 5 years ago
Jan Tattermusch 84ae7981d2 blacklist a port that cannot be bound on WinRBE 5 years ago
Mark D. Roth dbea965b8e Fix fuzzers to actually run. 5 years ago
Mark D. Roth 48b9cd992d Always construct LB policy config, even when only the policy name is specified. 5 years ago
Mark D. Roth 283574e3b7 Convert service config code to use new JSON API 5 years ago
Yash Tibrewal 6f5b4624af Delete api_fuzzer 5 years ago
Esun Kim 74d2fb842e Timeout for shutdown! 5 years ago
Jan Tattermusch 986070d280 use test size instead of timeout 5 years ago
Esun Kim b2b7fc9af8 Replaced grpc_core::UniquePtr with std::unique_ptr 5 years ago
Esun Kim 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete 5 years ago
Lidi Zheng c34bef4ca4 Format all Bazel files with buildifier 5 years ago
Esun Kim 81df105ac8 Deprecate gpr_get/set_allocation_functions 5 years ago
Yash Tibrewal 3a189d7e08 test changes 5 years ago
Vijay Pai e35c869aaf Remove unused-parameter warnings, round 2 (19 of 19) 5 years ago
Vijay Pai 7aa662b97b Remove unused-parameter warnings, round 2 (18 of 19) 5 years ago
Vijay Pai 9b2392653a
clang-format 5 years ago
Vijay Pai 85105c6711
Use a parameter 5 years ago
Vijay Pai 2ded8cbadf Remove unused parameter warning (14 of 20) 5 years ago
Mark D. Roth 0fbad5328f Use a more standard iteration interface for LB policy metadata API. 5 years ago
Mark D. Roth 206c11f017 Use std::function<> for recv_trailing_metadata callback in LB policy API. 5 years ago
Mark D. Roth 5e9404e41a Fix polymorphism for UniquePtr<> and OrphanablePtr<>. 5 years ago
Juanli Shen 6ced125bb3 xds failover locality handling 5 years ago
Vijay Pai 5d7e4bb301 Stop using deprecated gtest macros 5 years ago
Jan Tattermusch 6ebc1c616f set uses_polling=False for some bazel tests 5 years ago
Brian Zhao 8274502af8 Windows's STACKFRAME Frame Addr should be RBP, the base pointer, not RSP, the stack pointer. This is documented here: https://docs.microsoft.com/en-us/windows/win32/api/dbghelp/ns-dbghelp-stackframe with the comment "AddrFrame x64: The frame pointer is RBP or RDI." Note that this is also what StackWalker uses: https://github.com/JochenKalmbach/StackWalker#initializing-the-stackframe64 and what Chromium uses: https://codesearch.chromium.org/chromium/src/v8/src/base/debug/stack_trace_win.cc?l=200&rcl=69d20d247f62a3378d15ce0956ed8bf9665e6a44 release notes: no 5 years ago
Vijay Pai 65eb9c9ddb
Revert "Test message size of 100MB" 5 years ago
Juanli Shen d34f366337 Test message size of 100MB 5 years ago
Mark D. Roth 21c5424477 Add API for accessing per-call backend metric data in LB policies. 5 years ago
Mark D. Roth 18be57b4df LB policy API changes suggested by Sanjay. 5 years ago
Esun Kim e0b94db1b9 Enforce abstract class rule 5 years ago
Juanli Shen 45dd8be442 Use LRS in xds policy 5 years ago
Mark D. Roth db3d8be647 Add MetadataInterface abstraction to LB policy API. 5 years ago
Mark D. Roth 224f0ef837 Second attempt: Hide ConnectedSubchannel from LB policy API. 5 years ago
Keith Moyer 4a96677219 Use struct-defined initialization when available 5 years ago
Soheil Hassas Yeganeh dbf88dd66f Revert "Revert "Introduce string_view and use it for gpr_split_host_port."" 5 years ago
Soheil Hassas Yeganeh 80c177d4c4
Revert "Introduce string_view and use it for gpr_split_host_port." 6 years ago
Soheil Hassas Yeganeh ef0f9bf7ec Introduce string_view and use it for gpr_split_host_port. 6 years ago
Vijay Pai 6124a835d4 Revert "Hide ConnectedSubchannel from LB policy API." 6 years ago
Mark D. Roth 7767fbe683 Hide ConnectedSubchannel from LB policy API. 6 years ago
Mark D. Roth cfb31818ef Remove channelz from LB policy API. 6 years ago
Mark D. Roth 28ccd61cf5 Use SubchannelInterface to hide implementation from LB policy API. 6 years ago
Mark D. Roth 31ec9a74ae More LB policy API improvements. 6 years ago
Mark D. Roth 477ebef532 Remove CreateChannel() method from LB helper API. 6 years ago
Prashant Jaikumar 1ac1ab7396 Flaky network test enhancements and cleanups 6 years ago
Esun Kim 90fbdc92f5 Roll-forward "Config migration" 6 years ago
yang-g d22997e1ea Add back deadline 6 years ago
yang-g 557a3e578d Remove 5s deadline on test server shutdown 6 years ago
Alexander Polcyn 236ae12bb1 Revert "Config migration" 6 years ago
Esun Kim 87905ae5ea Config migration 6 years ago