Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #14348 from mehrdada/upmerge | Mehrdad Afshari | 2018-02-07 |
|\ | | | | | Upmerge 1.9.x to master | ||
* | | build projects | Muxi Yan | 2018-02-06 |
| | | |||
* | | Replace message/deflate,gzip with deflate,gzip | Muxi Yan | 2018-02-06 |
| | | |||
| * | Upmerge branch 'v1.9.x' into 'master' | Mehrdad Afshari | 2018-02-05 |
|/| | |||
* | | Merge pull request #14324 from muxi/revert-14042 | Muxi Yan | 2018-02-05 |
|\ \ | | | | | | | Partial revert PR#14042 | ||
| | * | Bump version to 1.9.1 | Ken Payson | 2018-02-05 |
| | | | |||
| * | | Partial revert PR#14042 | Muxi Yan | 2018-02-05 |
| | | | |||
* | | | fix python windows artifact build | Jan Tattermusch | 2018-02-05 |
| | | | |||
* | | | Merge pull request #14312 from jtattermusch/format_should_not_root | Jan Tattermusch | 2018-02-05 |
|\ \ \ | |/ / |/| | | Clang format and tidy shouldnt change file ownership when run locally. | ||
| * | | add quotes in bash | Jan Tattermusch | 2018-02-05 |
| | | | |||
* | | | Using python's xdg-caching can cause flakes | Jan Tattermusch | 2018-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 ownership | Jan Tattermusch | 2018-02-05 |
|/ / | |||
* | | Merge pull request #14282 from matt-kwong/release-jobs | Matt Kwong | 2018-02-02 |
|\ \ | | | | | | | Add Kokoro performance job for release branch | ||
* \ \ | Merge pull request #14298 from vjpai/own | Vijay Pai | 2018-02-02 |
|\ \ \ | | | | | | | | | Removing ctiller as owner of tools/run_tests/performance | ||
* \ \ \ | Merge pull request #14287 from matt-kwong/submodule-fix | Matt Kwong | 2018-02-02 |
|\ \ \ \ | | | | | | | | | | | Fix testing submodules at head | ||
| | * | | | Removing ctiller as owner | Vijay Pai | 2018-02-02 |
| |/ / / |/| | | | |||
| * | | | Fix testing submodules at head | Matt Kwong | 2018-02-02 |
| | | | | |||
* | | | | Merge pull request #14284 from dgquintas/kill_lb_policies_test | David G. Quintas | 2018-02-02 |
|\ \ \ \ | | | | | | | | | | | Removed obsolete lb_policies_test | ||
* \ \ \ \ | Merge pull request #14015 from vjpai/alarm | Vijay Pai | 2018-02-02 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove alarm from core, implement in C++ layer only | ||
| | * | | | | Removed obsolete lb_policies_test | David Garcia Quintas | 2018-02-01 |
| | |/ / / | |||
| | | | * | Kokoro performance job uploads to same BQ table as Jenkins | Matt Kwong | 2018-02-01 |
| | | | | | |||
| | | | * | Add release branch performance job | Matt Kwong | 2018-02-01 |
| | | | | | |||
| | | * | | Kokoro performance job uploads to same BQ table as Jenkins | Matt Kwong | 2018-02-01 |
| | | | | | |||
| | | * | | Add release branch performance job | Matt Kwong | 2018-02-01 |
| | |/ / | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into dns_cooldown | David Garcia Quintas | 2018-02-01 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #14232 from jtattermusch/add_owners | Jan Tattermusch | 2018-02-01 |
| |\ \ \ | | | | | | | | | | | Add owners for cmake/ and tools/dockerfile | ||
| * \ \ \ | Merge pull request #14256 from matt-kwong/bsl | Matt Kwong | 2018-01-31 |
| |\ \ \ \ | | | | | | | | | | | | | Add BoringSSL tests | ||
| | | | | * | Regenerate projects | Mehrdad Afshari | 2018-01-31 |
| | | | | | | |||
| * | | | | | Merge pull request #14253 from yang-g/latency_tool | Yang Gao | 2018-01-31 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix issues in latency parsing tool | ||
| | * | | | | | Fix issues in latency parsing tool | yang-g | 2018-01-31 |
| | | | | | | | |||
| | | * | | | | Add BoringSSL tests | Matt Kwong | 2018-01-31 |
| | | | | | | | |||
| * | | | | | | Merge pull request #13948 from matt-kwong/bsl | Matt Kwong | 2018-01-31 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | Update BoringSSL submodule | ||
| * | | | | | | Merge pull request #14112 from yashykt/badclient | Yash Tibrewal | 2018-01-30 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Bad client changes Part I | ||
* | | | | | | | | Added tests, supporting c-ares as well as std resolver. | David Garcia Quintas | 2018-01-30 |
| | | | | | | | | |||
| * | | | | | | | Increase test timeouts | Adele Zhou | 2018-01-30 |
| | |_|/ / / / | |/| | | | | | |||
| | | | * | | | add dockerfile OWNERS | Jan Tattermusch | 2018-01-30 |
| | | | | | | | |||
| * | | | | | | Change SHA1 to SHA256 | Adele Zhou | 2018-01-29 |
| | |_|/ / / | |/| | | | | |||
| | | * | | | Add RAND_bytes_with_additional_data to ASAN suppressions | Matt Kwong | 2018-01-26 |
| | | | | | | |||
| | | * | | | Update BoringSSL to latest chromium-stable ref | Matt Kwong | 2018-01-26 |
| | |/ / / | |/| | | | |||
| * | | | | Merge pull request #14200 from grpc/fengli79-patch-1 | Feng Li | 2018-01-26 |
| |\ \ \ \ | | | | | | | | | | | | | Update README.rst for python grpcio-tools | ||
| | | | | * | Regenerate projects | Mehrdad Afshari | 2018-01-26 |
| | | | | | | |||
| * | | | | | Expand shellcheck enforcement to the entire tools/run_tests | Mehrdad Afshari | 2018-01-26 |
| | | | | | | |||
| * | | | | | Fix run_worker_ruby.sh to pass shellcheck | Mehrdad Afshari | 2018-01-26 |
| | | | | | | |||
| * | | | | | Fix run_worker_python.sh to pass shellcheck | Mehrdad Afshari | 2018-01-26 |
| | | | | | | |||
| * | | | | | Fix run_worker_php.sh to pass shellcheck | Mehrdad Afshari | 2018-01-26 |
| | | | | | | |||
| * | | | | | Fix run_worker_java.sh to pass shellcheck | Mehrdad Afshari | 2018-01-26 |
| | | | | | | |||
| * | | | | | Fix run_worker_go.sh to pass shellcheck | Mehrdad Afshari | 2018-01-26 |
| | | | | | | |||
| * | | | | | Fix run_worker_csharp.sh to pass shellcheck | Mehrdad Afshari | 2018-01-26 |
| | | | | | | |||
| * | | | | | Fix run_qps_driver.sh to pass shellcheck | Mehrdad Afshari | 2018-01-26 |
| | | | | | | |||
| * | | | | | Fix run_netperf.sh to pass shellcheck | Mehrdad Afshari | 2018-01-26 |
| | | | | | |