aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
...
* | Merge pull request #14411 from apolcyn/python_test_deps_in_bazelGravatar apolcyn2018-02-14
|\ \ | | | | | | Add 3rd-party bazel dependencies needed to run resolver tests in bazel
| * | Add python bazel deps needed to run resolver component testsGravatar Alex Polcyn2018-02-14
| | |
* | | Re gen projectsGravatar Noah Eisen2018-02-14
| | |
* | | Add reproGravatar Noah Eisen2018-02-14
| | |
* | | Add fuzz reproGravatar Noah Eisen2018-02-14
| | |
* | | Add fuzz reproGravatar Noah Eisen2018-02-14
| | |
* | | Add reproGravatar Noah Eisen2018-02-13
| | |
* | | Enforce shellcheck on tools/gceGravatar Mehrdad Afshari2018-02-13
| |/ |/|
* | Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|/
* Add non-blocking testGravatar Vijay Pai2018-02-09
|
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
* \ Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\ \
| | * Merge pull request #14360 from mehrdada/shellcheck-slash-testGravatar Mehrdad Afshari2018-02-08
| |/| | | | | | | Enforce shellcheck on scripts under /test/
| * | Merge pull request #14379 from yashykt/chttp2_heap_use_after_freeGravatar Yash Tibrewal2018-02-08
| |\ \ | | | | | | | | Fix heap use-after-free bug in chttp2 reported by fuzzer
| * \ \ Merge pull request #14196 from vjpai/gpr_review_tlsGravatar Vijay Pai2018-02-08
| |\ \ \ | | | | | | | | | | GPR review: Privatize thread-local storage headers
| | | * | running generate_projects scriptGravatar Yash Tibrewal2018-02-08
| | | | |
| * | | | Merge pull request #13684 from markdroth/c++_resolverGravatar Mark D. Roth2018-02-08
| |\ \ \ \ | | | | | | | | | | | | C++ Resolver API
* | | | | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\| | | | |
* | | | | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\ \ \ \ \ \
| | | * | | | Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
| | |/ / / / | |/| | | |
| | | * | | Merge branch 'master' into gpr_review_tlsGravatar Vijay Pai2018-02-08
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
| | |\ \ \ \ | | | | |/ / | | | |/| |
* | | | | | Move avl to its own directory and rename it to grpc_avlGravatar Vijay Pai2018-02-08
| | | | | |
| | | | | * Enforce shellcheck on shellscripts under test/Gravatar Mehrdad Afshari2018-02-07
| | | | |/ | | | |/|
| * | | | 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
* | | | | | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |/ / / / / |/| | | | |
| | | | * | 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
| | | | | | | |