Muxi Yan
3db2caaf2e
Replace message/deflate,gzip with deflate,gzip
7 years ago
Muxi Yan
d5696eb7d6
Revert "Partial revert PR#14042"
7 years ago
Ken Payson
1a8565d379
Bump version to 1.9.1
7 years ago
Muxi Yan
3cb1b0aa2f
Partial revert PR#14042
7 years ago
Jan Tattermusch
7da82ecefa
fix python windows artifact build
7 years ago
Jan Tattermusch
afc643778d
add quotes in bash
7 years ago
Jan Tattermusch
fb1ad35984
Using python's xdg-caching can cause flakes
...
Currently when running python test on linux, we are mounting
/tmp/xdg-cache-home to the docker container that runs the tests
in the attempt to prevent unnecessary downloads of pip packages
(with the theory that more downloads leads to increased flakiness)
- the idea is that while there is a new docker container for each
test suite, the xdg cache remains per-VM.
This approach no longer seems to be useful:
* It turns out that XDG cache doesn't work reliably when multiple
docker containers are using it concurrently (the concurrent run can
see corrupt files). We are using concurrent docker containers in our
multilang test suite to speed up the execution and we are currently
getting flakes seeing flakes caused by this.
* support for caching makes our docker_run scripts more complicated
and we really don't want that.
* since we migrated to kokoro, the caching is limited anyway -
as each run gets a fresh VM, we need to download packages anyway
for every build (and that actually seems to causing way less
flakiness the problem with concurrent XDG caching).
7 years ago
Jan Tattermusch
a300764d14
clang format and tidy shouldnt change file ownership
7 years ago
Vijay Pai
d8e292f198
Removing ctiller as owner
7 years ago
Matt Kwong
4146b2a05d
Fix testing submodules at head
7 years ago
Vijay Pai
d4d0a30c6f
Privatize useful.h and avl.h
7 years ago
David Garcia Quintas
8d8214afe5
Removed obsolete lb_policies_test
7 years ago
Matt Kwong
ade367d6c4
Kokoro performance job uploads to same BQ table as Jenkins
7 years ago
Matt Kwong
f9bd4d7152
Add release branch performance job
7 years ago
Matt Kwong
cba95fc372
Kokoro performance job uploads to same BQ table as Jenkins
7 years ago
Matt Kwong
af162afa86
Add release branch performance job
7 years ago
Mehrdad Afshari
e05ca2204e
Regenerate projects
7 years ago
yang-g
20ea5b8066
Fix issues in latency parsing tool
7 years ago
Matt Kwong
1b0168e207
Add BoringSSL tests
7 years ago
David Garcia Quintas
956fe5e089
Added tests, supporting c-ares as well as std resolver.
7 years ago
Adele Zhou
2a86e7ba06
Increase test timeouts
7 years ago
Jan Tattermusch
e9a23b5938
add dockerfile OWNERS
7 years ago
Adele Zhou
9c5b69f0ed
Change SHA1 to SHA256
7 years ago
Matt Kwong
08c765a80e
Add RAND_bytes_with_additional_data to ASAN suppressions
7 years ago
Matt Kwong
a110c74c58
Update BoringSSL to latest chromium-stable ref
7 years ago
Mehrdad Afshari
812e5da193
Regenerate projects
7 years ago
Mehrdad Afshari
1dd7ebec47
Expand shellcheck enforcement to the entire tools/run_tests
7 years ago
Mehrdad Afshari
6322348107
Fix run_worker_ruby.sh to pass shellcheck
7 years ago
Mehrdad Afshari
c2259b61e3
Fix run_worker_python.sh to pass shellcheck
7 years ago
Mehrdad Afshari
89f5502ea2
Fix run_worker_php.sh to pass shellcheck
7 years ago
Mehrdad Afshari
ab8e86bd3a
Fix run_worker_java.sh to pass shellcheck
7 years ago
Mehrdad Afshari
924df3faf4
Fix run_worker_go.sh to pass shellcheck
7 years ago
Mehrdad Afshari
e3564c0a17
Fix run_worker_csharp.sh to pass shellcheck
7 years ago
Mehrdad Afshari
b97d2a5770
Fix run_qps_driver.sh to pass shellcheck
7 years ago
Mehrdad Afshari
b882cb6b83
Fix run_netperf.sh to pass shellcheck
7 years ago
Mehrdad Afshari
55850b7c13
Fix remote_host_prepare.sh to pass shellcheck (with bugfix)
7 years ago
Mehrdad Afshari
56e2384f0e
Fix remote_host_build.sh to pass shellcheck
7 years ago
Mehrdad Afshari
52391111e3
Fix process_remote_perf_flamegraphs.sh to pass shellcheck
7 years ago
Mehrdad Afshari
9e0cecc6e4
Fix process_local_perf_flamegraphs.sh to pass shellcheck
7 years ago
Mehrdad Afshari
df7bc0ae02
Make kill_workers.sh pass shellcheck (with suppressions)
7 years ago
Mehrdad Afshari
ea2b2e2b13
Fix build_performance.sh to pass shellcheck
7 years ago
Mehrdad Afshari
be4ec7e69f
Fix build_performance_php7.sh to pass shellcheck
7 years ago
Mehrdad Afshari
a957ce2906
Fix build_performance_go.sh to pass shellcheck
7 years ago
Mehrdad Afshari
bddfffa7b3
Fix run_android_tests_on_firebase.sh to pass shellcheck
7 years ago
Mehrdad Afshari
b665fb74bf
Fix android_interop_helper.sh to pass shellcheck
7 years ago
Mehrdad Afshari
d761bf6c70
Fix with_rvm.sh to pass shellcheck
7 years ago
Mehrdad Afshari
bf6b0fb74d
Fix with_nvm.sh to pass shellcheck
7 years ago
Feng Li
d1ffa617f9
Update README.rst for python grpcio-tools
...
GRPC_PYTHON_BUILD_WITH_CYTHON=1 is required to build grpcio-tools from source.
7 years ago
Ken Payson
1dc0833bed
Don't segfault on header replay
7 years ago
Vijay Pai
ae376bf9d9
Privatize host_port.h; was not used in any wrapped language implementation
7 years ago