aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #14398 from ejona86/grpc-java-1.9.1Gravatar Eric Anderson2018-02-12
|\ | | | | Add grpc-java 1.9.1 to interop matrix
| * Add grpc-java 1.9.1 to interop matrixGravatar Eric Anderson2018-02-09
| |
* | 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 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
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Move avl to its own directory and rename it to grpc_avlGravatar Vijay Pai2018-02-08
| | | | | | |
| * | | | | | Merge pull request #14342 from grpc/revert-14324-revert-14042Gravatar Muxi Yan2018-02-07
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Revert "Partial revert PR#14042"
| | | | | | * Enforce shellcheck on shellscripts under test/Gravatar Mehrdad Afshari2018-02-07
| | | | | | |
| | | | | | * Regenerate projectsGravatar 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
| | | | | | |
| * | | | | | 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
* | | | | | | | | 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
| | |/ / / / / /
| | | | * | | | 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
| | | | | | | |