Commit Graph

10793 Commits

Author SHA1 Message Date
Jiangtao Li df7ed0744d
Merge pull request #22873 from jiangtaoli2016/tls_cred_options
TlsCredentialsOption API optimization
2020-05-12 09:10:10 -07:00
Yash Tibrewal fab7c2a7df
Merge pull request #22870 from thomasetter/master
do not write unnecessary (and incorrect) new lines in binary output for the grpc_cli
2020-05-12 02:12:36 -07:00
jiangtaoli2016 12a6435557 TlsCredentialsOption API optimization 2020-05-11 22:46:11 -07:00
Yang Gao 506cf26b49
Merge pull request #22922 from yang-g/sequential_conn
Let the connectivity test use local subchannel pool to create multipl…
2020-05-11 20:45:25 -07:00
yang-g 9c63d75e20 Resolve comments 2020-05-11 15:42:37 -07:00
yang-g 52b3c66e53 Cover both subchannel sharing/non-sharing cases in test 2020-05-11 14:52:36 -07:00
yang-g ae8770a317 Let the connectivity test use local subchannel pool to create multiple connections 2020-05-11 11:57:19 -07:00
apolcyn 4383f8dc38
Merge pull request #22887 from apolcyn/channel_soak_test_improvements
Make channel/rpc soak interop tests easier to debug
2020-05-11 11:21:07 -07:00
Thomas Etter f5c9fd94a5 do not write unnecessary new lines in the grpc_cli as the formatters already write them 2020-05-09 13:34:03 +02:00
Alexander Polcyn 1dad16c0d9 Use C-core's histogram, drop use of exec_ctx header 2020-05-08 15:54:38 -07:00
Mark D. Roth 581751b65b xds: When listener does not exist, put channel in TRANSIENT_FAILURE. 2020-05-08 11:46:53 -07:00
Mark D. Roth a13e54cc5f
Merge pull request #22755 from markdroth/absl_string_view_host_port2
Remove deprecated variant of JoinHostPort().
2020-05-08 11:11:43 -07:00
Yash Tibrewal fc7233e8f0
Merge pull request #22901 from yashykt/httpstatuserror
Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies
2020-05-08 10:12:35 -07:00
ZhenLian 2252895011
Merge pull request #22863 from ZhenLian/zhen_tmp_branch
Expose Peer SPIFFE Identity
2020-05-08 09:24:00 -07:00
Mark D. Roth c769951764 Remove deprecated variant of JoinHostPort(). 2020-05-08 09:13:26 -07:00
ZhenLian b98457ff79 fix first round of feedback 2020-05-07 23:04:13 -07:00
Vijay Pai 29151efd34
Merge pull request #22837 from vjpai/channel_acec
Fixes on ApplicationCallbackExecCtx
2020-05-07 17:06:28 -07:00
Yash Tibrewal 376d8689d2 Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies 2020-05-07 16:55:08 -07:00
Vijay Pai 611dccb492 Add a test without WritesDone and reorder destruction 2020-05-07 13:10:51 -07:00
Vijay Pai 420e814e1f
Merge pull request #22893 from grpc/vjpai-patch-1
Mark override on service method
2020-05-07 12:53:05 -07:00
Alexander Polcyn b872ffe2f2 Make channel soak interop test more debuggable, add max_failures and
max_acceptable_latency_ms options
2020-05-07 11:41:16 -07:00
Vijay Pai 113c7fcb7c
Mark override on service method 2020-05-07 08:35:24 -07:00
Matthew Stevenson a37d5f14b0 Remove flaky test introduced in PR 21932. 2020-05-07 07:22:29 -07:00
Donna Dionne 7fe44d8b1e Fixing a build error
A parameter has been removed, but the next PR merged cleanly while still
using the removed parameter.
2020-05-06 17:05:13 -07:00
Mark D. Roth 7b3590d543
Merge pull request #22854 from markdroth/xds_lrs_send_all_clusters
xds: Add support for send_all_clusters field in LRS.
2020-05-06 09:33:41 -07:00
ZhenLian ee19ac2aba fix test failures 2020-05-05 23:19:16 -07:00
Muxi Yan e29f3b27b1
Merge pull request #19380 from rmstar/c++podfile
Fix BoringSSL pod name
2020-05-05 21:13:18 -07:00
ZhenLian 9f92365657 Expose Peer SPIFFE Identity 2020-05-05 10:57:54 -07:00
Donna Dionne ac50289274 Modify the signature of all SetXdsResource methods to avoid un-necessary
parameter "name".
2020-05-04 17:14:54 -07:00
ZhenLian 116e1018ff
Merge pull request #22822 from grpc/zhen_core_test_improvement_12
add comments to avoid future use of hard-coded creds
2020-05-04 13:49:35 -07:00
Mark D. Roth b95843c1b7 xds: Add support for send_all_clusters field in LRS. 2020-05-04 11:16:52 -07:00
Yang Gao c333aac060
Merge pull request #22836 from yang-g/wait_more
Adjust wait timeout according to test slowdown factor
2020-05-01 13:34:21 -07:00
Yash Tibrewal e291ef8bf9
Merge pull request #22746 from yashykt/fixfailsendmsg
Fix interceptor batch method FailHijackedRecvMessage for async APIs
2020-05-01 10:45:57 -07:00
Mark D. Roth 72a42151ed xds: Check RDS ConfigSource in LDS response. 2020-05-01 07:27:02 -07:00
yang-g 88e43d9901 Adjust wait timeout according to test slowdown factor 2020-04-30 16:36:03 -07:00
Donna Dionne 092932b4dd Squash the last 2 commits. 2020-04-30 14:57:29 -07:00
Mark D. Roth d29865bb44
Merge pull request #22833 from markdroth/grpclb_status_fix
grpclb: Add test showing that backend status is returned to client.
2020-04-30 13:09:17 -07:00
Donna Dionne 9793af2b09 Consolidating LDS and RDS tests together
And refactoring the code to be able to reuse the same helper methods.

Updating all tests to use helper methods.
2020-04-30 11:55:02 -07:00
Mark D. Roth 0324afa89e grpclb: Add test showing that backend status is returned to client. 2020-04-30 10:28:17 -07:00
Mark D. Roth 1e9dc62db8 weighted_target: Create all children before updating any of them. 2020-04-30 07:34:50 -07:00
ZhenLian d39b43e3e5
Merge pull request #22814 from grpc/zhen_core_test_improvement_11
[10/n] remove hard-coded credential paths and rebuild the project
2020-04-29 15:11:24 -07:00
ZhenLian 6cf73030a9 add comments to avoid future use of hard-coded creds 2020-04-29 15:10:17 -07:00
ZhenLian 6a045297c2 remove dependencies that cause failures 2020-04-29 12:22:12 -07:00
Esun Kim 56dd5fb5e4
Merge pull request #22655 from veblush/time-convert
Fix flaky ChannelzChannelTest::LastCallStartedTime test
2020-04-29 12:14:19 -07:00
ZhenLian d75de51e43 [10/n] remove hard-coded credential paths and rebuild the project 2020-04-29 10:51:56 -07:00
Esun Kim 8c64e96458 Fix flaky LastCallStartedTime 2020-04-29 09:45:06 -07:00
Esun Kim 234b356e2f Fix the flaky bm_opencensus_plugin 2020-04-29 09:35:57 -07:00
Jan Tattermusch a960546ff9
Revert "[7/n] Avoid using hardcoded test credentials" 2020-04-28 17:41:24 +02:00
ZhenLian b5bd1cf632
Merge pull request #22788 from grpc/zhen_core_test_improvement_9
[8/n] remove hard-coded credentials
2020-04-27 22:28:12 -07:00
Muxi Yan eaadbd40bb
Merge pull request #22801 from grpc/revert-22794-revert-22778-fix-client-lb-end2end-tests
Revert "Revert "Fix client_lb_end2end_test flake""
2020-04-27 21:28:58 -07:00