aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
|\
* \ Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
|\ \
| | * Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-07
| | |\ | | |/ | |/|
| * | Merge pull request #14348 from mehrdada/upmergeGravatar Mehrdad Afshari2018-02-07
| |\ \ | | | | | | | | Upmerge 1.9.x to master
| * | | build projectsGravatar Muxi Yan2018-02-06
| | | |
| | * | Upmerge branch 'v1.9.x' into 'master'Gravatar Mehrdad Afshari2018-02-05
| |/| |
| * | | fix python windows artifact buildGravatar Jan Tattermusch2018-02-05
| | | |
| * | | Using python's xdg-caching can cause flakesGravatar Jan Tattermusch2018-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
| * | | Removing ctiller as ownerGravatar Vijay Pai2018-02-02
| | | |
* | | | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-02
|\| | |
| | | * Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-02
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #14284 from dgquintas/kill_lb_policies_testGravatar David G. Quintas2018-02-02
| |\ \ \ | | | | | | | | | | Removed obsolete lb_policies_test
* | | | | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-02
|\| | | |
| * | | | Merge pull request #14015 from vjpai/alarmGravatar Vijay Pai2018-02-02
| |\ \ \ \ | | | | | | | | | | | | Remove alarm from core, implement in C++ layer only
| | | * | | Removed obsolete lb_policies_testGravatar David Garcia Quintas2018-02-01
| | | | | |
| * | | | | Merge branch 'master' of github.com:grpc/grpc into dns_cooldownGravatar David Garcia Quintas2018-02-01
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #14256 from matt-kwong/bslGravatar Matt Kwong2018-01-31
| | |\ \ \ \ | | | | | | | | | | | | | | Add BoringSSL tests
| | | * | | | Add BoringSSL testsGravatar Matt Kwong2018-01-31
| | | | | | |
| | * | | | | Merge pull request #13948 from matt-kwong/bslGravatar Matt Kwong2018-01-31
| | |\| | | | | | | | | | | | | | | | | | Update BoringSSL submodule
| | * | | | | Merge pull request #14112 from yashykt/badclientGravatar Yash Tibrewal2018-01-30
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Bad client changes Part I
| * | | | | | | Added tests, supporting c-ares as well as std resolver.Gravatar David Garcia Quintas2018-01-30
| | | | | | | |
| | | | * | | | Update BoringSSL to latest chromium-stable refGravatar Matt Kwong2018-01-26
| | | |/ / / / | | |/| | | |
| | * | | | | Expand shellcheck enforcement to the entire tools/run_testsGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix run_worker_ruby.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix run_worker_python.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix run_worker_php.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix run_worker_java.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix run_worker_go.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix run_worker_csharp.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix run_qps_driver.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix run_netperf.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix remote_host_prepare.sh to pass shellcheck (with bugfix)Gravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix remote_host_build.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix process_remote_perf_flamegraphs.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix process_local_perf_flamegraphs.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Make kill_workers.sh pass shellcheck (with suppressions)Gravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix build_performance.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix build_performance_php7.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix build_performance_go.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix run_android_tests_on_firebase.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix android_interop_helper.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix with_rvm.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Fix with_nvm.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-26
| | | | | | |
| | * | | | | Merge pull request #14074 from mehrdada/shellcheckGravatar Mehrdad Afshari2018-01-26
| |/| | | | | | | | | | | | | | | | | | | Add tools/run_tests/dockerize to shellcheck enforcement list
| | | | | * | Don't segfault on header replayGravatar Ken Payson2018-01-26
| | | | | | |
| * | | | | | Merge pull request #13820 from yihuazhang/rename-gtsGravatar Mark D. Roth2018-01-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Rename GTS to ALTS for TSI plugin
| * \ \ \ \ \ \ Merge pull request #14136 from jtattermusch/add_ubuntu_1710Gravatar Jan Tattermusch2018-01-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix build under gcc7.2
| | | | | | | | * Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Separate out cmdline so that it can be used in tool and test buildsGravatar Vijay Pai2018-01-25
| | | | | | | |
* | | | | | | | Move cmdline and subprocess from public gpr to test/core/utilGravatar Vijay Pai2018-01-25
|/ / / / / / /