Muxi Yan
cda058de8e
build projects
7 years ago
Jan Tattermusch
7da82ecefa
fix python windows artifact build
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
Vijay Pai
d8e292f198
Removing ctiller as owner
7 years ago
David Garcia Quintas
8d8214afe5
Removed obsolete lb_policies_test
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
Matt Kwong
a110c74c58
Update BoringSSL to latest chromium-stable ref
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
Ken Payson
1dc0833bed
Don't segfault on header replay
7 years ago
Mehrdad Afshari
09885f79e5
Enforce shellcheck on tools/run_tests/dockerize
7 years ago
Mehrdad Afshari
8d2ee3849f
Make docker_run_tests.sh pass shellcheck (with suppressions)
7 years ago
Mehrdad Afshari
ce91d326a3
Make build_interop_image.sh pass shellcheck (with suppressions)
7 years ago
Mehrdad Afshari
827c799304
Make docker_run.sh pass shellcheck (with suppressions)
7 years ago
Mehrdad Afshari
448cf1e3bb
Make build_docker_and_run_tests.sh pass shellcheck (with suppressions)
7 years ago
yang-g
55ca78fdaf
generate projects after rebase
7 years ago
yang-g
98cd36e2c3
Add a test
7 years ago
Yihua Zhang
d36fe0708b
rename gts to alts
7 years ago
Jan Tattermusch
0614a68a0b
add portability test for gcc7.2
7 years ago
Jan Tattermusch
41d220eb4f
make c++ reports display correctly in resultstore
7 years ago
Yash Tibrewal
1791df0a72
Bad client changes to make large metadata test to work again
7 years ago
Vijay Pai
2b226adf60
Remove alarm from core, implement in C++ layer only
7 years ago
Mark D. Roth
4f2b0fdadf
Rename 'gpr++' directories to 'gprpp'.
7 years ago
Mark D. Roth
dbdf495f61
Split lib/support into lib/gpr and lib/gpr++.
7 years ago
Mehrdad Afshari
b7f88cfd7f
Make build_and_run_docker.sh pass shellcheck (with suppressions)
7 years ago
Mehrdad Afshari
05668d49a6
Enforce shellcheck on tools/run_tests/artifacts
7 years ago
Mehrdad Afshari
b24cff1364
Fix build_artifact_csharp.sh to pass shellcheck
7 years ago
Mehrdad Afshari
adf6c95ab7
Make build_artifact_ruby.sh pass shellcheck (with suppressions)
7 years ago
Mehrdad Afshari
8725b77e0b
Make run_in_workspace.sh pass shellcheck (with suppressions)
7 years ago
Noah Eisen
e737ae9e32
Stop building docker from inside docker
7 years ago