Richard Belleville
2ea571a92a
Pin astroid
5 years ago
Jan Tattermusch
93e227c2f4
run tools/distrib/python/make_grpcio_tools.py
5 years ago
Jan Tattermusch
d067c7e663
update third_party/protobuf to 3.11.4
5 years ago
Mark D. Roth
d39c981d4f
Revert "Remove StringLess and src/core/lib/gprpp/map.h"
5 years ago
Eric Gribkoff
5330ead3ab
Add --fail_on_failed_rpc flag to xds tests
5 years ago
Jan Tattermusch
fc5938ad41
handle mirror urls in check_bazel_workspace.py
5 years ago
Mark D. Roth
c0f82fc595
Remove StringLess and src/core/lib/gprpp/map.h
5 years ago
Eric Anderson
61f66e81b6
tools: Put sha1 in container tag instead of name
...
Ideally instead of having names like ruby_jessie_x64_ruby_2_5 and
ruby_jessie_x64_ruby_2_6 they would have the name "ruby" with tags
containing jessie_x64_ruby_2_5/6. But fixing that would be much more
invasive. The sha1 in the tag is producing the worst effects, so this is
a case of the perfect being the enemy of the good.
Fixes #20546
5 years ago
Mark D. Roth
09b42371e7
Remove grpc_core::InlinedVector<> and grpc_core::Optional<>.
5 years ago
Jan Tattermusch
cfbeb3edd7
Fix wrong error handling logic in php's build_interop.sh
...
If [[ "$DONE" != 1 ]] && echo "Failed to do composer install" && exit 1
is at the end of a shell script, even if DONE is 1, this will return with error
exit status. That's because [[ $DONE != 1 ]] has exitcode 1 and thus anything after && doesn't get executed
and the entire scripts exits the last exit code it seen (which is 1).
5 years ago
nanahpang
564b70a1d7
Update check_copyright.py to follow python 3 rules
...
Found this issue during the import.
5 years ago
Jan Tattermusch
710be13856
refactor generate_proto_php.sh
5 years ago
Easwar Swaminathan
2b00d09e45
Add v1.29.0 release of grpc-go to interop matrix
5 years ago
Lidi Zheng
3d8b096c4a
Add setup.py to yapf_code check list
5 years ago
Lidi Zheng
a0613c2f9f
Drop commands about Python 3.4 in manylinux2010 Dockerfile
5 years ago
Muxi Yan
056bd79091
address comments
5 years ago
Muxi Yan
8bff0722ee
Fix grpc_cfstream test
5 years ago
Jan Tattermusch
320c91694b
Delete a non-longer-useful run_build_statistics.py
5 years ago
Lidi Zheng
da94b366eb
Increase timeout for macOS Python tests by 50%
5 years ago
Muxi Yan
eb7779c20c
Revert "Revert "Introduce CFRunLoop based iomgr""
5 years ago
Yash Tibrewal
eac197b20e
Fix errors and regenerate projects
5 years ago
Yash Tibrewal
e24bb3a6ef
Regenerate projects
5 years ago
Muxi Yan
0e0db09613
Revert "Introduce CFRunLoop based iomgr"
5 years ago
Muxi Yan
b96895bf9d
Add apple_ev iomgr
5 years ago
Yash Tibrewal
e26ec77423
revert auto changes
5 years ago
Yash Tibrewal
2723a1bae6
Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received
5 years ago
Eric Gribkoff
d1cb8a32aa
increase time.sleep between polling operations
5 years ago
Eric Gribkoff
6113d70812
Enable retries for failed GCP API calls
...
The HttpRequest.execute() method used to make GCP calls has a
`num_retries` parameter, as documented at
https://googleapis.github.io/google-api-python-client/docs/epy/googleapiclient.http.HttpRequest-class.html#execute
5 years ago
Eric Gribkoff
83b0bc8da0
change --tolerate_gcp_errors to --use_existing_gcp_resources
5 years ago
Yash Tibrewal
3c34eae97e
Move decompression into gRPC Core
5 years ago
Eric Gribkoff
6aa983e819
typo
5 years ago
Eric Gribkoff
ade157dd7a
yapf
5 years ago
Eric Gribkoff
6355d71a9f
Make GCP alpha API use optional
5 years ago
Muxi Yan
65e24bcfc9
make generated header idempotent
5 years ago
Eric Gribkoff
c34311d996
Wait longer for backend instance patch
5 years ago
Eric Gribkoff
d5d258b70f
Do not set default port in url map patch
5 years ago
Jan Tattermusch
697f411fef
mark client_channel_stress_test as flaky
5 years ago
Vijay Pai
719ec593d0
Regen projects
5 years ago
Jan Tattermusch
bb3b5d1d23
switch grpc-dart interop test to dart2.7
5 years ago
Eric Gribkoff
d9c6b001c0
Use validate-for-proxyless
5 years ago
Eric Gribkoff
bc831fec51
Use grpcHealthCheck and targetGrpcProxy
5 years ago
Richard Belleville
1c1321ddea
Indentation
5 years ago
Mark D. Roth
f8f6034d1a
Refactor xds LB policy
5 years ago
Muxi Yan
ee7326904f
fix sanity checker
5 years ago
Muxi Yan
389c076bdb
fix regeneration script with boringssl-with-bazel
5 years ago
Muxi Yan
d8348a9b97
update scripts
5 years ago
Richard Belleville
dbf3bb31cd
Shellcheck
5 years ago
Richard Belleville
8079de2466
Accidentally a word
5 years ago
Richard Belleville
0aa77e410f
Restrict set of interpreters on MacOS
5 years ago
Donna Dionne
c0c7f1dae3
Fix build and test failures
...
Including the following
All all needed BUILD changes to include new xdsRouting
Fixed TSAN errors
AllServerUnavailableFailFast may return UNKNOWN as oppose UNAVAILABLE
ChooseLastRoute modified into 2 tests
5 years ago