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
Richard Belleville
fb2b2122ac
Add quotes
5 years ago
Richard Belleville
9344a259b5
Fix MacOS Python 3.5 gevent build
5 years ago
Eric Gribkoff
0325842b1d
Disable flaky verification of no RPC failure
5 years ago
Muxi Yan
a65844c63a
build_project
5 years ago
Eric Anderson
2ac5fde78a
Fix indentation
5 years ago
Jan Tattermusch
576f79dff0
cleanup gen_build_yaml.py for end2end tests
5 years ago
Eric Gribkoff
843efcf3a0
Add param to echo captured client output in logs
5 years ago
Eric Anderson
a39479ac27
Add --bootstrap_file to run_xds_tests.py
...
This allows using an external bootstrap generator.
5 years ago