Richard Belleville
f60226f140
Yapf
5 years ago
yulin-liang
a58b69d062
Merge remote-tracking branch 'upstream/master'
5 years ago
yulin-liang
6ec5f3e13c
remove the extra space.
5 years ago
Mark D. Roth
3db250de10
Merge pull request #22772 from markdroth/gpr_strvec
...
Remove gpr_strvec.
5 years ago
Richard Belleville
212d4468f0
Accidentally a sentence fragment
5 years ago
Richard Belleville
6bd8816c0a
Add client
5 years ago
yulin-liang
ab68ff01c4
Fix build_one_example.sh script build issue.
5 years ago
Mark D. Roth
cfc82d5f34
Add experimental attribute accessor method to LoadBalancingPolicy::CallState.
5 years ago
donnadionne
260b0528ba
Merge pull request #22983 from donnadionne/ignore
...
Default Route matcher checking:
5 years ago
Eric Gribkoff
14374494bf
Reenable --fail_on_failed_rpcs flag
...
These were previously causing flaky tests due to latency in the config
push from GCP -> TD, meaning that the clients were launching before the
new config was actually available to the client. These tests now launch
a "exploratory" client process before initiating the test to ensure that
the expected backends are receiving traffic before the test begins.
(The existing checks rely purely on GCP API, e.g., checking if the
backend service reports healthy. There can be slight delays before these
status changes are actually available in the xDS response sent to
proxyless clients).
5 years ago
Esun Kim
c3a464e742
Merge pull request #22960 from veblush/handshaker_factory_list
...
Use an array allocator for HandshakerFactoryList
5 years ago
Mark D. Roth
c2ef110303
Replace gpr_strvec with absl::StrJoin().
5 years ago
Jacob Dlougach
35ab5bc616
Include <memory> for std::unique_ptr
...
Currently `#include <grpcpp/support/interceptor.h>` in some compilers (gcc 8, for example) will fail due to missing `<memory>` include. This PR fixes this issue.
5 years ago
ZhenLian
21cf7fcf5a
Merge pull request #23006 from ZhenLian/zhen_tmp_branch
...
[Expose SPIFFE ID] add logging when multiple IDs
5 years ago
Srini Polavarapu
02f099875c
Merge pull request #23012 from srini100/update_boringssl
...
Update boringssl
5 years ago
jeffreyqw
35993468cd
PHP: AbstractCall removedecode method
...
remove method_exists($data, 'encode')) and method_exists($obj, $deserializeFunc)
5 years ago
Nicolas Noble
7d89dbb311
Merge pull request #23014 from stanley-cheung/bump-1-29-for-php
...
Bump version to 1.29.1 for PHP
5 years ago
ZHANG Dapeng
de195d3520
Merge pull request #23017 from grpc/dapengzhang0-patch-1
...
Add java v1.29.0 release to client matrix
5 years ago
Lidi Zheng
076909aa1a
Merge pull request #23007 from lidizheng/stablize-channel-ready-test
...
Stablize Python's channel_ready_test
5 years ago
ZHANG Dapeng
13f2366230
Add java v1.29.0 release to client matrix
5 years ago
Lidi Zheng
ea7116d3b7
Try another approach to stablize the test
5 years ago
Stanley Cheung
18b1d4a398
Bump version to 1.29.1 for PHP
5 years ago
Srini Polavarapu
ce52c1dd71
update boringssl
5 years ago
Esun Kim
6a2880a1ac
Merge pull request #22992 from veblush/json-run-flaky-logs
...
Add more logs and asserts to qps_worker
5 years ago
jeffreyqw
2378a29de3
Instead of wildcard class
...
verified, https://grpc.io/docs/tutorials/basic/php/ can be run correctly.
5 years ago
Menghan Li
7c64e0f274
update comment
5 years ago
Menghan Li
b554905070
break on success
5 years ago
Stanley Cheung
fffea57b54
Merge pull request #22994 from stanley-cheung/php-fix-windows-upmerge
...
PHP: Fix include path for boringssl in windows build
5 years ago
Menghan Li
6764d1b441
xds interop: add traffic splitting
5 years ago
Srini Polavarapu
a0161b8ab9
update boringssl
5 years ago
Vijay Pai
cf0727665d
Merge pull request #23005 from vjpai/asyncwrite
...
Fix StartCall: make corking work and allow concurrent Start*
5 years ago
Donna Dionne
9ed659a55e
Fixing CR suggestions.
5 years ago
Stanley Cheung
88c1334437
Merge pull request #22993 from stanley-cheung/php-fix-windows-v1_29
...
PHP: Fix include path for boringssl in windows build
5 years ago
Donna Dionne
12821db7f8
Merge remote-tracking branch 'upstream/master' into ignore
5 years ago
donnadionne
efb83983b8
Merge pull request #22934 from donnadionne/features
...
Allowing the default route to be weighted_clusters; this support is
5 years ago
Lidi Zheng
70f9dc5441
Close the socket before constructing the channel
5 years ago
ZhenLian
3d4a0cb95a
[Expose SPIFFE ID] add logging when multiple IDs
5 years ago
Vijay Pai
899cbcab96
Fix StartCall: make corking work and allow concurrent Start*
5 years ago
Vijay Pai
7f20bccd4d
Merge pull request #22995 from vjpai/auth_race
...
Don't use send_initial_metadata payload unless this batch has it
5 years ago
Stanley Cheung
315e90a44e
Pin astroid
5 years ago
Vijay Pai
3d906a05e6
Don't use send_initial_metadata payload unless this batch has it
5 years ago
Stanley Cheung
c3f64376b3
PHP: Fix include path for boringssl in windows build
5 years ago
Stanley Cheung
38933bc16c
PHP: Fix include path for boringssl in windows build
5 years ago
ZhenLian
655f4788d0
Merge pull request #22988 from ZhenLian/zhen_tmp_branch
...
nit: change first letter of the function name to capital letter
5 years ago
Yash Tibrewal
27df64e870
Merge pull request #22932 from yashykt/pingdelay
...
Add some additional delay when sending pings without there being activity on receive side
5 years ago
Eric Anderson
a4afc99fe9
Merge pull request #22296 from creamsoup/bump_matrix_java
...
Add grpc-java v1.28.0 & v1.27.2 to client_matrix.py
5 years ago
Stanley Cheung
ddf5646e23
Merge pull request #22774 from HannahShiSFB/postfork-remove-restart-channel
...
PHP: do no re-create persisted channels in forked child process
5 years ago
Stanley Cheung
e83949bdbf
Merge pull request #22950 from stanley-cheung/ruby-xds-client
...
Ruby xDS interop test client
5 years ago
Yash Tibrewal
26a4ca31de
Merge pull request #22981 from yashykt/stale90
...
Stale bot to 90 days
5 years ago
Esun Kim
d45f877dfb
Add more logs and asswert to qps_worker
5 years ago