aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge pull request #16187 from apolcyn/ipv6_resolver_scope_idsGravatar apolcyn2019-01-08
|\ | | | | Support named scope id's in grpc_parse_ipv6 on posix platforms
* | Fix artifact dockerfiles rvm installation; keep bundler pinnedGravatar Alex Polcyn2019-01-03
| |
* | Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0Gravatar Alexander Polcyn2019-01-03
| | | | | | | | binary package builds; pin bundler to 1.17.3 where necessary
* | Merge pull request #17348 from toc007/ruby-sigintGravatar apolcyn2018-12-26
|\ \ | | | | | | server graceful shutdown for pull request
| * | ruby-sigint ready to be merged!Gravatar Tommy Chen2018-12-26
| | |
| | * Support named scope id's with ipv6 resolver on posixGravatar Alexander Polcyn2018-12-26
| |/ |/|
* | Add microbenchmarks for grpc_timerGravatar Soheil Hassas Yeganeh2018-12-21
| | | | | | | | This helps assessing upcoming changes.
* | Merge pull request #17407 from jtattermusch/interop_csharp_sni_fixGravatar Jan Tattermusch2018-12-21
|\ \ | |/ |/| better testing of SNI for C-based languages
* | Merge pull request #16008 from markdroth/client_channel_refactorGravatar Mark D. Roth2018-12-20
|\ \ | | | | | | Refactor request routing code out of client_channel
* \ \ Merge pull request #17303 from lidizheng/sanity-python-3Gravatar Lidi Zheng2018-12-20
|\ \ \ | | | | | | | | Run pylint test in Python 3
| | * | Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
| |/ / |/| |
| | * yapf run_interop_tests.pyGravatar Jan Tattermusch2018-12-20
| | |
| | * dont set server_override for cloud_to_prod testsGravatar Jan Tattermusch2018-12-20
| |/ |/|
* | Merge pull request #17505 from lidizheng/check-on-prGravatar Lidi Zheng2018-12-18
|\ \ | | | | | | Utilize the GitHub Check Feature
* \ \ Merge pull request #17441 from yang-g/gpr_test_util_to_grpc_test_utilGravatar Yang Gao2018-12-18
|\ \ \ | | | | | | | | Fold gpr_test_util to grpc_test_util
| | * | Use KOKORO_GITHUB_PULL_REQUEST_NUMBER instead of ghprbPullIdGravatar Lidi Zheng2018-12-18
| | | |
| | * | Reorgnize dependencies and variablesGravatar Lidi Zheng2018-12-17
| | | |
| | * | Download private key from KeyStoreGravatar Lidi Zheng2018-12-17
| | | |
* | | | Give the interceptors header files in include/grpcpp/supportGravatar Vijay Pai2018-12-17
| | | |
| * | | Merge with head and resolve conflict.Gravatar yang-g2018-12-17
| |\ \ \ | |/ / / |/| | |
| * | | Fix new targetGravatar yang-g2018-12-17
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
| |\ \ \ | | | | | | | | | | | | | | | gpr_test_util_to_grpc_test_util
* | | | | extend local credentials to support tcp loopbackGravatar Yihua Zhang2018-12-16
| |/ / / |/| | |
* | | | Merge pull request #17508 from vjpai/bb_perfGravatar Vijay Pai2018-12-14
|\ \ \ \ | | | | | | | | | | Benchmark to show that byte buffer copy is size-independent
| | | * | Editing appid and installation idGravatar Nicolas Noble2018-12-14
| | | | | | | | | | | | | | | Created these from the grpc-bot account.
| * | | | Benchmark to show that byte buffer copy is size-independentGravatar Vijay Pai2018-12-14
| | | | |
* | | | | Merge pull request #17490 from lidizheng/py-status-3Gravatar Lidi Zheng2018-12-14
|\ \ \ \ \ | |/ / / / |/| | | | Add grpcio-status extension package
| | | * | Make yapf happyGravatar Lidi Zheng2018-12-14
| | | | |
| * | | | Include LICENSE in artifactGravatar Lidi Zheng2018-12-13
| | | | |
| | | * | WIP: Utilize the GitHub Check FeatureGravatar Lidi Zheng2018-12-13
| | | | |
* | | | | Merge pull request #17468 from nicolasnoble/grpc_namespaceGravatar Nicolas Noble2018-12-13
|\ \ \ \ \ | |_|_|/ / |/| | | | Moving ::grpc::Alarm to ::grpc_impl::Alarm.
| | * | | Add grpcio-status extension packageGravatar Lidi Zheng2018-12-13
| |/ / / |/| | | | | | | | | | | | | | | | | | | * The new package has 2 API `from_call` and `to_status` * Utilize the experimental API `abort_with_status` * Add 5 unit test cases
* | | | Revert "Changes add a script for generating C code and build rule for protobuf"Gravatar Alexander Polcyn2018-12-12
| | | | | | | | | | | | | | | | This reverts commit 62027b7e14624283f758a7785a0a1347eda0a147.
| | | * Set CONFIG default value 'opt'Gravatar Lidi Zheng2018-12-12
| | | |
| | | * Revert "Strict check for $config && Enable SC2154"Gravatar Lidi Zheng2018-12-12
| | | | | | | | | | | | | | | | This reverts commit bdfb5691ad7703aee8b28febf45606917be9644e.
| * | | Moving ::grpc::Alarm to ::grpc_impl::Alarm.Gravatar Nicolas "Pixel" Noble2018-12-12
| | | |
* | | | Merge pull request #17364 from vishalpowar/generate_buildGravatar vishalpowar2018-12-11
|\ \ \ \ | | | | | | | | | | Changes add a script for generating C code and build rule for protobuf
| | | | * Strict check for $config && Enable SC2154Gravatar Lidi Zheng2018-12-11
| | | | |
| * | | | Changes add a script for generating C code and build rule for protobufGravatar Vishal Powar2018-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protos All these changes need to go together to make sense - changes to use new version of upb in bazel - allowing includes in build target option - script for generating c code for protos - generated code for example build - adding changes for non-bazel builds - change sanity tests to ignore the generated files.
* | | | | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
| | | | |
| | | | * Upgrade sanity Docker image to debian:stretchGravatar Lidi Zheng2018-12-10
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * Use latest pylint in Python 3.7 (they dropped support for PY2) * Make latest pylint happy * Forced to upgrade to shellcheck 0.4.4 * Make shellcheck 0.4.4 happy * Adopt reviewers' advice to reduce global disabled rules
* | | | Merge pull request #17450 from grpc/revert-17343-server_address_listGravatar hcaseyal2018-12-07
|\ \ \ \ | | | | | | | | | | Revert "Allow encoding arbitrary channel args on a per-address basis."
* \ \ \ \ Merge pull request #17411 from lidizheng/add-licenseGravatar Lidi Zheng2018-12-07
|\ \ \ \ \ | | | | | | | | | | | | Add License to Python tarball
| | * | | | Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
| |/ / / / |/| | | |
* | | | | Merge pull request #17343 from markdroth/server_address_listGravatar Mark D. Roth2018-12-07
|\ \ \ \ \ | | | | | | | | | | | | Allow encoding arbitrary channel args on a per-address basis.
| * | | | | Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
| | | | | |
* | | | | | Split out the test service to separate library so that it can be reusedGravatar yang-g2018-12-06
|/ / / / /
| | | | * Promote gpr_test_util to part of grpc_test_util, add a sample to show it ↵Gravatar yang-g2018-12-06
| |_|_|/ |/| | | | | | | | | | | works, build.yaml change first
* | | | Merge pull request #17368 from soheilhy/worktree-tsan-auto-annotGravatar Soheil Hassas Yeganeh2018-12-05
|\ \ \ \ | | | | | | | | | | TSAN annotations for grpc_call_combiner
| | * | | Add LICENSE to grpcio-* packagesGravatar Lidi Zheng2018-12-05
| | |/ / | | | | | | | | | | | | * Using the proprocess command to copy the LICENSE