Commit Graph

614 Commits

Author SHA1 Message Date
Esun Kim 3cdd6ccb26 Add MSAN workaround to TestEnvironment 2020-07-30 19:30:56 -07:00
Michael Wang c6586f087f implemented get_local_address accessor for grpc_endpoint 2020-07-29 19:39:22 +00:00
Vijay Pai 391b2a5a1d
Merge pull request #23571 from vjpai/typos
Typo fix
2020-07-23 07:18:33 -07:00
Yash Tibrewal 2c5291ff71 Plumb absl::Status through connectivity state notifiers 2020-07-22 15:56:24 -07:00
Vijay Pai 2667eba8c2 Fix a typo 2020-07-21 17:03:50 -07:00
Vijay Pai 9d79ca6058 C++ify core server 2020-07-20 03:15:18 -07:00
Vijay Pai bb7cfb638d Construct/destruct ExecCtx between init/shutdown only 2020-07-15 14:20:25 -07:00
Mark D. Roth a5120b90ba
Merge pull request #23417 from markdroth/lb_policy_path
Make request path more easily visible to LB policies.
2020-07-08 14:57:29 -07:00
Mark D. Roth 7c3fefea3f Make request path more easily visible to LB policies. 2020-07-08 12:12:30 -07:00
Mark D. Roth 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -07:00
Esun Kim 62ac3f075a Added call to grpc::testing::TestEnvironment in tests 2020-07-01 11:37:57 -07:00
Mark D. Roth 3bb427195e Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec"
This reverts commit 4b7452bcdb, reversing
changes made to 133d0076b4.
2020-05-28 11:13:12 -07:00
Karthik Ravi Shankar f46c07f3f8
Revert "Remove gpr_strvec." 2020-05-26 17:25:45 -07:00
Mark D. Roth c2ef110303 Replace gpr_strvec with absl::StrJoin(). 2020-05-21 08:47:41 -07:00
yang-g 88e43d9901 Adjust wait timeout according to test slowdown factor 2020-04-30 16:36:03 -07:00
Mark D. Roth fc6f26c89b Remove grpc_core::StringView. 2020-04-27 07:46:13 -07:00
Yash Tibrewal fdd4496117 Merge branch 'master' into uselogicalthread 2020-04-15 15:44:58 -07:00
ZhenLian 096c276182 [4/n] Avoid using hardcoded test credentials 2020-04-14 11:47:19 -07:00
Yash Tibrewal a2df32e657 Merge branch 'master' into uselogicalthread 2020-03-25 20:57:31 -07:00
Jan Tattermusch 01d635b92a improve code readability 2020-03-17 12:23:14 -04:00
Jan Tattermusch 84ae7981d2 blacklist a port that cannot be bound on WinRBE 2020-03-17 04:16:08 -04:00
Yash Tibrewal 874b89dcfc Merge branch 'master' into uselogicalthread 2020-03-02 11:26:24 -08:00
Yash Tibrewal 01e2017a71 Merge branch 'master' into uselogicalthread 2020-02-27 12:36:43 -08:00
Mark D. Roth dbea965b8e Fix fuzzers to actually run. 2020-02-26 12:24:04 -08:00
Mark D. Roth 48b9cd992d Always construct LB policy config, even when only the policy name is specified. 2020-02-26 09:32:26 -08:00
Yash Tibrewal 97b72ec22f Merge branch 'master' into uselogicalthread 2020-02-13 14:47:49 -08:00
Yash Tibrewal 360f69bc46
Merge pull request #21781 from yashykt/apifuzzernuke
Delete api_fuzzer
2020-02-11 10:59:23 -08:00
Yash Tibrewal 957f0390df Reviewer comments 2020-02-06 15:28:13 -08:00
Yash Tibrewal 57638e0677 Merge branch 'master' into uselogicalthread 2020-02-04 16:20:08 -08:00
Mark D. Roth 283574e3b7 Convert service config code to use new JSON API 2020-02-04 07:42:31 -08:00
Yash Tibrewal 6f5b4624af Delete api_fuzzer 2020-01-23 13:26:00 -08:00
Esun Kim 74d2fb842e Timeout for shutdown! 2020-01-13 10:28:46 -08:00
Yash Tibrewal e36ede8c67 Remove exec_ctx dependency from logical thread 2020-01-08 19:48:47 -08:00
Jan Tattermusch 986070d280 use test size instead of timeout 2019-11-14 11:17:31 -05:00
Esun Kim b2b7fc9af8 Replaced grpc_core::UniquePtr with std::unique_ptr 2019-11-07 13:05:39 -08:00
Esun Kim 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete 2019-11-06 17:52:26 -08:00
Lidi Zheng c34bef4ca4 Format all Bazel files with buildifier 2019-11-05 14:03:52 -08:00
Yash Tibrewal 4b31415e61
Merge pull request #20892 from yashykt/removsched
Replace GRPC_CLOSURE_SCHED with ExecCtx::Run
2019-11-05 10:48:12 -08:00
Esun Kim 81df105ac8 Deprecate gpr_get/set_allocation_functions 2019-11-04 19:47:33 -08:00
Yash Tibrewal 3a189d7e08 test changes 2019-10-31 17:09:38 -07:00
Vijay Pai 10b9e8ee4f
Merge pull request #20697 from vjpai/more_cpp_warning_removals_201910210916_19
Remove unused-parameter warnings, round 2 (19 of 19)
2019-10-23 00:23:00 -07:00
Vijay Pai e35c869aaf Remove unused-parameter warnings, round 2 (19 of 19) 2019-10-21 09:16:35 -07:00
Vijay Pai 7aa662b97b Remove unused-parameter warnings, round 2 (18 of 19) 2019-10-21 09:16:35 -07:00
Vijay Pai 9b2392653a
clang-format 2019-10-17 15:11:06 -07:00
Vijay Pai 85105c6711
Use a parameter 2019-10-17 14:03:01 -07:00
Vijay Pai 2ded8cbadf Remove unused parameter warning (14 of 20) 2019-10-17 08:51:44 -07:00
Mark D. Roth 0fbad5328f Use a more standard iteration interface for LB policy metadata API. 2019-10-03 07:56:16 -07:00
Mark D. Roth 206c11f017 Use std::function<> for recv_trailing_metadata callback in LB policy API. 2019-10-02 09:24:45 -07:00
Mark D. Roth 5e9404e41a Fix polymorphism for UniquePtr<> and OrphanablePtr<>. 2019-10-01 09:34:05 -07:00
Jan Tattermusch 24b529e408
Merge pull request #20343 from jtattermusch/bazel_tests_uses_polling
Set "uses_polling" arg for bazel tests
2019-09-30 08:13:31 +02:00