aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update prefix length in algorithm_testGravatar Muxi Yan2018-02-06
|
* build projectsGravatar Muxi Yan2018-02-06
|
* Remove compression_rubyGravatar Muxi Yan2018-02-06
|
* regenerate metadataGravatar Muxi Yan2018-02-06
|
* Replace message/deflate,gzip with deflate,gzipGravatar Muxi Yan2018-02-06
|
* Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
|
* Merge pull request #14339 from mehrdada/fixreconnectGravatar Mehrdad Afshari2018-02-06
|\ | | | | Sleep a second to deflake ReconnectTest
| * Sleep a second to deflake ReconnectTestGravatar Mehrdad Afshari2018-02-06
| | | | | | | | | | | | | | | | | | The thread that watches connectivity on the channel might not pick up that the server has gone away before the request is dispatched, and return UNAVAILABLE instead of reconnecting prior to sending the request. The fundamental solution would basically be enabling retries in C-core. For now, we opt to sleep a second to deflake this particular test case.
* | Merge pull request #14337 from grpc/revert-14326-foundry_integrationGravatar adelez2018-02-06
|\ \ | | | | | | Revert "Define the tests as grpc_cc_test to automatically test against all po…"
| * | Revert "Define the tests as grpc_cc_test to automatically test against all ↵Gravatar adelez2018-02-06
|/ / | | | | | | po…"
* | Merge pull request #14335 from carl-mastrangelo/retGravatar Yuchen Zeng2018-02-06
|\ \ | |/ |/| Check return values from ServiceReflection calls, and print a more helpful message
* | Merge pull request #14323 from vjpai/cq_commentsGravatar Vijay Pai2018-02-06
|\ \ | | | | | | C++: Properly comment CQ ok, Shutdown, contract, and effect of TryCancel
| | * Check return values from ServiceReflection calls, and print a more helpful ↵Gravatar Carl Mastrangelo2018-02-06
| | | | | | | | | | | | message
| * | Improve CQ and cancellation commentsGravatar Vijay Pai2018-02-06
| | |
* | | Merge pull request #14221 from markdroth/ref_counted_crtpGravatar Mark D. Roth2018-02-06
|\ \ \ | |_|/ |/| | Change Ref() methods to return a RefCountedPtr<>.
* | | Merge pull request #14328 from yashykt/badsslGravatar Yash Tibrewal2018-02-06
|\ \ \ | | | | | | | | Get bazel tests for bad_ssl working
* \ \ \ Merge pull request #14019 from hacst/cmake-export-fixGravatar Jan Tattermusch2018-02-06
|\ \ \ \ | | | | | | | | | | Fix cmake export for grpc
| | | * | Change Ref() methods to return a RefCountedPtr<>.Gravatar Mark D. Roth2018-02-06
| |_|/ / |/| | |
| * | | cleanup the way openssl and zlib are usedGravatar Jan Tattermusch2018-02-06
| | | |
* | | | Merge pull request #14322 from vjpai/generic_deprecateGravatar Vijay Pai2018-02-05
|\ \ \ \ | | | | | | | | | | Deprecate GenericStub()::Call for multi-threaded use
* \ \ \ \ Merge pull request #14326 from adelez/foundry_integrationGravatar adelez2018-02-05
|\ \ \ \ \ | | | | | | | | | | | | Define the tests as grpc_cc_test to automatically test against all po…
* \ \ \ \ \ Merge pull request #14325 from adelez/update_toolchainGravatar adelez2018-02-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update bazel toolchain version.
| | | * | | | More uses of 1-phase CallGravatar Vijay Pai2018-02-05
| | | | | | |
* | | | | | | Merge pull request #14329 from mehrdada/fix-example-unary-streamGravatar Mehrdad Afshari2018-02-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix Python example unary/stream conflict
* \ \ \ \ \ \ \ Merge pull request #14314 from muxi/fix-implicit-retain-selfGravatar Muxi Yan2018-02-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix reference of self in a block
* \ \ \ \ \ \ \ \ Merge pull request #14324 from muxi/revert-14042Gravatar Muxi Yan2018-02-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Partial revert PR#14042
| | | * | | | | | | Fix Python example unary/stream conflictGravatar Mehrdad Afshari2018-02-05
| |_|/ / / / / / / |/| | | | | | | |
| | | | | | | * | Get bazel tests for bad_ssl workingGravatar Yash Tibrewal2018-02-05
| | | | | | | | |
| | | | * | | | | Define the tests as grpc_cc_test to automatically test against all polling ↵Gravatar Adele Zhou2018-02-05
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | strategies
| | | * | | | | Update bazel toolchain version.Gravatar Adele Zhou2018-02-05
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #14316 from adelez/foundry_integrationGravatar adelez2018-02-05
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Add BUILD file and missing test targets.
| | * | | | | Partial revert PR#14042Gravatar Muxi Yan2018-02-05
| | | | | | |
| | | * | | | Resolve warnings of implementing deprecated classGravatar Muxi Yan2018-02-05
| | | | | | |
| * | | | | | Add BUILD fileGravatar Adele Zhou2018-02-05
| |/ / / / /
| | | * / / Deprecate GenericStub()::Call for multi-threaded useGravatar Vijay Pai2018-02-05
| |_|/ / / |/| | | |
* | | | | Merge pull request #14320 from jtattermusch/try_fix_python_win_artGravatar Jan Tattermusch2018-02-05
|\ \ \ \ \ | | | | | | | | | | | | Try fixing python windows artifact build
| * | | | | 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.
* | | | | Merge pull request #14313 from jtattermusch/kill_xdg_cachingGravatar Jan Tattermusch2018-02-05
|\ \ \ \ \ | | | | | | | | | | | | Using python's xdg-caching can cause flakes
| | | * | | Fix a typoGravatar Muxi Yan2018-02-05
| | | | | |
| | | * | | Fix reference of self in blockGravatar Muxi Yan2018-02-05
| |_|/ / / |/| | | |
* | | | | Merge pull request #14272 from ncteisen/bug-chasingGravatar Jan Tattermusch2018-02-05
|\ \ \ \ \ | | | | | | | | | | | | Fix resource_quota bug
| | | * | | 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).
* | | | | | Merge pull request #14308 from jyane/fix-typoGravatar Jan Tattermusch2018-02-05
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix typo
| | | * | | clang format and tidy shouldnt change file ownershipGravatar Jan Tattermusch2018-02-05
| |_|/ / / |/| | | |
| * | | | fix typoGravatar Shohei Kamimori2018-02-05
|/ / / /
* | | | Merge pull request #14286 from dgquintas/fix_compresion_alg_accessorsGravatar Vijay Pai2018-02-04
|\ \ \ \ | | | | | | | | | | Fix compression algorithm accessors
* \ \ \ \ Merge pull request #14275 from sreecha/enable-epollexGravatar Sree Kuchibhotla2018-02-04
|\ \ \ \ \ | | | | | | | | | | | | enable epollex by default
* \ \ \ \ \ Merge pull request #14282 from matt-kwong/release-jobsGravatar Matt Kwong2018-02-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Kokoro performance job for release branch