aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
|\
| * Merge pull request #14197 from vjpai/gpr_review_host_portGravatar Vijay Pai2018-02-08
| |\ | | | | | | GPR review: privatize host_port.h
* | | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
|\| |
| * | Merge pull request #14342 from grpc/revert-14324-revert-14042Gravatar Muxi Yan2018-02-07
| |\ \ | | | | | | | | Revert "Partial revert PR#14042"
| | | * 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
| | | | |
| * | | | Replace message/deflate,gzip with deflate,gzipGravatar Muxi Yan2018-02-06
| | | | |
| | | * | Revert "Partial revert PR#14042"Gravatar Muxi Yan2018-02-06
| | |/ / | |/| |
| | * | Upmerge branch 'v1.9.x' into 'master'Gravatar Mehrdad Afshari2018-02-05
| |/| |
| * | | Merge pull request #14324 from muxi/revert-14042Gravatar Muxi Yan2018-02-05
| |\ \ \ | | | | | | | | | | Partial revert PR#14042
| | | * | Bump version to 1.9.1Gravatar Ken Payson2018-02-05
| | | | |
| | * | | Partial revert PR#14042Gravatar Muxi Yan2018-02-05
| | | | |
| * | | | fix python windows artifact buildGravatar Jan Tattermusch2018-02-05
| | | | |
| * | | | Merge pull request #14312 from jtattermusch/format_should_not_rootGravatar Jan Tattermusch2018-02-05
| |\ \ \ \ | | |/ / / | |/| | | Clang format and tidy shouldnt change file ownership when run locally.
| | * | | add quotes in bashGravatar 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).
| | * | | clang format and tidy shouldnt change file ownershipGravatar Jan Tattermusch2018-02-05
| |/ / /
| * | | Merge pull request #14282 from matt-kwong/release-jobsGravatar Matt Kwong2018-02-02
| |\ \ \ | | | | | | | | | | Add Kokoro performance job for release branch
| * \ \ \ Merge pull request #14298 from vjpai/ownGravatar Vijay Pai2018-02-02
| |\ \ \ \ | | | | | | | | | | | | Removing ctiller as owner of tools/run_tests/performance
| * \ \ \ \ Merge pull request #14287 from matt-kwong/submodule-fixGravatar Matt Kwong2018-02-02
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix testing submodules at head
| | | * | | | Removing ctiller as ownerGravatar Vijay Pai2018-02-02
| | |/ / / / | |/| | | |
| | * | | | Fix testing submodules at headGravatar Matt Kwong2018-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
| | | |/ / / /
| | | | | * | Kokoro performance job uploads to same BQ table as JenkinsGravatar Matt Kwong2018-02-01
| | | | | | |
| | | | | * | Add release branch performance jobGravatar Matt Kwong2018-02-01
| | | | | | |
| | | | * | | Kokoro performance job uploads to same BQ table as JenkinsGravatar Matt Kwong2018-02-01
| | | | | | |
| | | | * | | Add release branch performance jobGravatar Matt Kwong2018-02-01
| | | |/ / /
| * | | | | Merge branch 'master' of github.com:grpc/grpc into dns_cooldownGravatar David Garcia Quintas2018-02-01
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #14232 from jtattermusch/add_ownersGravatar Jan Tattermusch2018-02-01
| | |\ \ \ \ | | | | | | | | | | | | | | Add owners for cmake/ and tools/dockerfile
| | * \ \ \ \ Merge pull request #14256 from matt-kwong/bslGravatar Matt Kwong2018-01-31
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Add BoringSSL tests
| | | | | | * | Regenerate projectsGravatar Mehrdad Afshari2018-01-31
| | | | | | | |
| | * | | | | | Merge pull request #14253 from yang-g/latency_toolGravatar Yang Gao2018-01-31
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix issues in latency parsing tool
| | | * | | | | | Fix issues in latency parsing toolGravatar yang-g2018-01-31
| | | | | | | | |
| | | | * | | | | 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
| | | | | | | | | |
| | * | | | | | | | Increase test timeoutsGravatar Adele Zhou2018-01-30
| | | |_|/ / / / / | | |/| | | | | |
| | | | | * | | | add dockerfile OWNERSGravatar Jan Tattermusch2018-01-30
| | | | | | | | |
| | * | | | | | | Change SHA1 to SHA256Gravatar Adele Zhou2018-01-29
| | | |_|/ / / / | | |/| | | | |
| | | | * | | | Add RAND_bytes_with_additional_data to ASAN suppressionsGravatar Matt Kwong2018-01-26
| | | | | | | |
| | | | * | | | Update BoringSSL to latest chromium-stable refGravatar Matt Kwong2018-01-26
| | | |/ / / / | | |/| | | |
| | * | | | | Merge pull request #14200 from grpc/fengli79-patch-1Gravatar Feng Li2018-01-26
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Update README.rst for python grpcio-tools
| | | | | | * | Regenerate projectsGravatar Mehrdad Afshari2018-01-26
| | | | | | | |