aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
* \ \ \ \ \ \ Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_errorGravatar Juanli Shen2018-02-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a results_upon_error setter to fake resolver
* \ \ \ \ \ \ \ Merge pull request #14298 from vjpai/ownGravatar Vijay Pai2018-02-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Removing ctiller as owner of tools/run_tests/performance
* \ \ \ \ \ \ \ \ Merge pull request #14299 from grpc/remove-objc-backoff-overrideGravatar Muxi Yan2018-02-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove initial backoff override in ObjC
| | | | | | | * | | Mark poll FD shutdown as UNAVAILABLEGravatar ncteisen2018-02-02
| | | | | | | | | |
* | | | | | | | | | 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
| |_|/ / / / / / / / |/| | | | | | | | |
| | * | | | | | | | Remove initial backoff override in ObjCGravatar Muxi Yan2018-02-02
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix testing submodules at headGravatar Matt Kwong2018-02-02
| | | | | | | | |
* | | | | | | | | Merge pull request #14295 from vjpai/resanalarmGravatar Vijay Pai2018-02-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Regain sanity