aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
...
* | | | Revert "Strip manylinux1 binary wheels"Gravatar Eric Gribkoff2018-12-05
| |/ / |/| | | | | | | | | | | | | | | | | This reverts commit be4b2db4ad68190288b5d1e8a9b54f094ebde157. Appears to leave the incorrect hash in the wheel RECORD file, as in https://github.com/grpc/grpc/issues/17409
* | | Merge pull request #17350 from hcaseyal/callback_test_coverage_1Gravatar hcaseyal2018-12-05
|\ \ \ | |_|/ |/| | Add test for sending client initial metadata for callback API
| | * Add TSAN annotations to gRPC.Gravatar Soheil Hassas Yeganeh2018-12-04
| | |
* | | C#: use netcoreapp1.1 qps workerGravatar Jan Tattermusch2018-12-04
| |/ |/|
* | Merge pull request #17363 from nicolasnoble/fix-bazel-0.20Gravatar Nicolas Noble2018-12-03
|\ \ | | | | | | Fix bazel 0.20's deprecated workspace imports.
| | * Merge branch 'master' into callback_test_coverage_1Gravatar hcaseyal2018-12-03
| | |\ | |_|/ |/| |
* | | Merge pull request #17356 from jtattermusch/cleanup_multilang_referencesGravatar Jan Tattermusch2018-12-03
|\ \ \ | | | | | | | | Cleanup references to removed multilang docker image
| | * | Fix sanity checker.Gravatar Nicolas "Pixel" Noble2018-12-01
| | | |
| * | | cleanup references to removed multilang docker imageGravatar Jan Tattermusch2018-11-30
| |/ /
* | | update test exec scriptsGravatar Jan Tattermusch2018-11-30
| | |
* | | switch C# docker images to debian stretchGravatar Jan Tattermusch2018-11-30
|/ /
* | Merge pull request #17266 from lidizheng/python-channelzGravatar Lidi Zheng2018-11-29
|\ \ | | | | | | Channelz Python wrapper implementation
| | * Debugging unimplemented error in CheckClientInitialMetadataGravatar Hope Casey-Allen2018-11-29
| |/ |/|
| * Adopt reviewer's suggestionsGravatar Lidi Zheng2018-11-28
| | | | | | | | | | | | | | * Correct the StatusCode * Format code * Use @staticmethod * Fix typo
* | Adding upb as submoduleGravatar Vishal Powar2018-11-28
| | | | | | | | upb will be used for codegen of xDS protos.
| * Channelz Python wrapper implementationGravatar Lidi Zheng2018-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Expose the C-Core API in Cython layer * Handle the object translation * Create a separate package for Channelz specifically * Handle nullptr and raise exception if seen one * Translate C++ Channelz unit tests * Adding 5 more invalid query unit tests Adding peripheral utility for grpcio-channelz package * Add to `pylint_code.sh` * Add to Python build script * Add to artifact build script * Add to Bazel * Add to Sphinx module list
* | run python interop tests with python3.7Gravatar Jan Tattermusch2018-11-26
| |
* | Merge pull request #15640 from jtattermusch/slow_python_interop_buildGravatar Jan Tattermusch2018-11-26
|\ \ | | | | | | Run interop tests using python3.4 (and build interop with 3.4 only)
* \ \ Merge branch 'master' into httpplumbingGravatar Yash Tibrewal2018-11-21
|\ \ \ | | |/ | |/|
| | * run interop tests using python3.4Gravatar Jan Tattermusch2018-11-21
| |/
* | Reviewer commentsGravatar Yash Tibrewal2018-11-20
| |
| * Merge pull request #17245 from jtattermusch/coverage_split_upGravatar Jan Tattermusch2018-11-20
| |\ | | | | | | Split up test coverage runs by language
| * \ Merge pull request #17254 from jtattermusch/runtests_python_nitsGravatar Jan Tattermusch2018-11-20
| |\ \ | | | | | | | | run_tests.py cleanup: nits in PythonLanguage
| * | | remove remnants of ccache with --use_dockerGravatar Jan Tattermusch2018-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | using ccache when building under a docker image isn't useful when building on kokoro as each build runs on a fresh VM. Originally ccache builds were used to speed up jenkins builds, now removing to guarantee build isolation and simplify stuff.
| | * | run_tests.py cleanup: nits in PythonLanguageGravatar Jan Tattermusch2018-11-20
| |/ /
| | * remove broken toplevel index.html fileGravatar Jan Tattermusch2018-11-20
| | |
| | * remove an unneeded shell scriptGravatar Jan Tattermusch2018-11-20
| | |
| | * split up coverage runs by languageGravatar Jan Tattermusch2018-11-19
| |/
* | CleanupGravatar Yash Tibrewal2018-11-16
| |
* | Merge masterGravatar Yash Tibrewal2018-11-16
|\ \
| | * Merge pull request #17063 from AspirinSJL/lb_configGravatar Juanli Shen2018-11-15
| | |\ | | | | | | | | Add support for LB config in service config
| | | * Add support for LB config in service configGravatar Juanli Shen2018-11-15
| | |/ | |/|
| | * Updating sanity check for submodulesGravatar Vishal Powar2018-11-14
| |/
| * remove ALTS shared resourcesGravatar Yihua Zhang2018-11-13
| |
| * create internal version of grpc_call_cancel.Gravatar Yihua Zhang2018-11-12
| |
| * Merge pull request #17184 from jtattermusch/fix_python_linux_extraGravatar Jan Tattermusch2018-11-12
| |\ | | | | | | Fix linux_extra python artifacts
| | * fix linux_extra python artifactsGravatar Jan Tattermusch2018-11-12
| | |
| * | make client_channel_stress_test run exclusivelyGravatar Jan Tattermusch2018-11-12
| |/
| * Merge pull request #17150 from lidizheng/enable-virtualenv-testsGravatar Lidi Zheng2018-11-09
| |\ | | | | | | Fix gRPC python tests failing under `virtualenv`
| | * Only install virtualenv if not inside of virtualenv alreadyGravatar Lidi Zheng2018-11-09
| | |
| * | Merge pull request #17134 from jtattermusch/run_tests_matrix_improvementsGravatar Jan Tattermusch2018-11-08
| |\ \ | | |/ | |/| run_tests_matrix.py should log run_tests commands
| * | Merge pull request #17111 from mhaidrygoog/server_unary_callback_benchmarkGravatar Moiz Haidry2018-11-07
| |\ \ | | | | | | | | Added benchmarks for Callback based Unary server
| * \ \ Merge pull request #16995 from lidizheng/from-3.4-to-3.7Gravatar Lidi Zheng2018-11-07
| |\ \ \ | | | | | | | | | | Migrate tests from Python 3.4 to Python 3.7
| | | * | Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
| | | | |
| | | | * run_tests_matrix.py should log run_tests commandsGravatar Jan Tattermusch2018-11-07
| | |_|/ | |/| |
| | * | Migrate tests from Python 3.4 to Python 3.7Gravatar Lidi Zheng2018-11-06
| | | |
| * | | Merge pull request #17072 from yashykt/interceptor_cancellationGravatar Yash Tibrewal2018-11-06
| |\ \ \ | | | | | | | | | | Interceptors should see a Cancellation notification
| * | | | run_interop_tests.py cleanupGravatar Jan Tattermusch2018-11-06
| | | | |
| * | | | Merge pull request #17057 from jtattermusch/faster_python_buildGravatar Jan Tattermusch2018-11-06
| |\ \ \ \ | | | | | | | | | | | | Add python monkey-patch for parallel build_ext compilation
| * \ \ \ \ Merge pull request #17107 from yashykt/buildissueGravatar Yash Tibrewal2018-11-05
| |\ \ \ \ \ | | | | | | | | | | | | | | move client_interceptor.cc from src/cpp/codegen to src/cpp/client