aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
* Merge pull request #17675 from ericgribkoff/really_deallocGravatar Eric Gribkoff2019-01-09
|\ | | | | correctly name __dealloc__ method
| * correctly name __dealloc__ methodGravatar Eric Gribkoff2019-01-09
| |
* | Switch to absolute importGravatar Richard Belleville2019-01-09
|/
* 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
* \ Merge pull request #17642 from ericgribkoff/restore_fork_support_flagGravatar Eric Gribkoff2019-01-04
|\ \ | | | | | | restore cython flag value to default after test
* \ \ Merge pull request #17641 from ericgribkoff/logging_test_fixGravatar Eric Gribkoff2019-01-04
|\ \ \ | | | | | | | | Do not reload grpc in unit tests
| | * | restore cython flag value to default after testGravatar Eric Gribkoff2019-01-04
| | | |
| * | | Do not reload grpc in unit testsGravatar Eric Gribkoff2019-01-04
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can break subsequently run tests, including any which have already stored references to gRPC enums (such as grpc.StatusCode.OK). The subsequent tests will compare now be comparing the old enums to the reloaded enums, and they will not match. This causes errors in _metadata_code_details_test and a hang in _metadata_flags_test, when run in sequence locally after _logging_test. It's unclear why this has been working on Kokoro, but it is reproducible locally and is behavior that should be avoided.
* / / Regenerate projectsGravatar Sanjay Pujare2019-01-03
|/ /
* | Merge pull request #17600 from grpc/memory-leakGravatar Richard Belleville2018-12-27
|\ \ | | | | | | Free grpc_channel_args after creation
* \ \ Merge pull request #17580 from grpc/expose-versionGravatar Richard Belleville2018-12-27
|\ \ \ | | | | | | | | Expose version
| | * | Free grpc_channel_args after creationGravatar Richard Belleville2018-12-27
| |/ / |/| |
| * | Make gRPC version string available as grpc.__version__Gravatar Richard Belleville2018-12-27
| | |
* | | fix testGravatar Eric Gribkoff2018-12-27
| | |
* | | use test constants, fix formattingGravatar Eric Gribkoff2018-12-27
| | |
* | | skip test with geventGravatar Eric Gribkoff2018-12-26
| | |
* | | Add Watch method to health check serviceGravatar Eric Gribkoff2018-12-26
| | |
| | * Support named scope id's with ipv6 resolver on posixGravatar Alexander Polcyn2018-12-26
| |/ |/|
* | disable broken gevent testGravatar Eric Gribkoff2018-12-21
| |
* | Clean up server and channel objects in testsGravatar Eric Gribkoff2018-12-21
|/
* 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 #17570 from lidizheng/fix-complainGravatar Lidi Zheng2018-12-20
|\ \ | | | | | | Fix Complain of Higher Version Pylint
* \ \ Merge pull request #16008 from markdroth/client_channel_refactorGravatar Mark D. Roth2018-12-20
|\ \ \ | | | | | | | | Refactor request routing code out of client_channel
| | * | Fix Complain of Higher Version PylintGravatar Lidi Zheng2018-12-20
| |/ / |/| |
* | | 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
| |/ / |/| |
| | * do not use server override in python interop client by defaultGravatar Jan Tattermusch2018-12-20
| |/ |/|
* | removed unused traceback importGravatar Eric Gribkoff2018-12-19
| |
* | Merge pull request #17444 from ericgribkoff/server_deallocGravatar Eric Gribkoff2018-12-18
|\ \ | | | | | | Refactor server deallocation
* \ \ Merge pull request #17535 from lidizheng/remove-fake-channelz-dependencyGravatar Lidi Zheng2018-12-18
|\ \ \ | | | | | | | | Remove the fake package dependency
| | * | bazel docker image does not support ipv6Gravatar Eric Gribkoff2018-12-17
| | | |
| | * | fix BUILD.bazelGravatar Eric Gribkoff2018-12-17
| | | |
| * | | Remove the fake package dependency && temporarily skip the Channelz testsGravatar Lidi Zheng2018-12-17
| | | |
| | * | Address comments, improve testsGravatar Eric Gribkoff2018-12-17
| | | |
* | | | Revert "Revert "re-enable ExitTest""Gravatar Eric Gribkoff2018-12-17
|/ / / | | | | | | | | | This reverts commit 1bd231605a341bea7ac841b72be212bb8df12f25.
* | | Revert "re-enable ExitTest"Gravatar Juanli Shen2018-12-17
| | |
| * | disable fork test on windowsGravatar Eric Gribkoff2018-12-17
| | |
| * | add tracking issueGravatar Eric Gribkoff2018-12-17
| | |
| * | add testsGravatar Eric Gribkoff2018-12-17
| | |
| * | Refactor server deallocationGravatar Eric Gribkoff2018-12-17
|/ /
* | Merge pull request #17490 from lidizheng/py-status-3Gravatar Lidi Zheng2018-12-14
|\ \ | | | | | | Add grpcio-status extension package
| * | Assign noop to build_package_protos for backward compatibilityGravatar Lidi Zheng2018-12-14
| | |
| * | Update docstring to make it more clearGravatar Lidi Zheng2018-12-14
| | | | | | | | | | | | | | | | | | * Mark API as experimental * Rephrase the raise condition * Add more detail to the returned object
* | | Merge pull request #17466 from ericgribkoff/exit_testsGravatar Eric Gribkoff2018-12-14
|\ \ \ | | | | | | | | re-enable ExitTest
| | * | Include LICENSE in artifactGravatar Lidi Zheng2018-12-13
| | | |
| | * | Fix typo && remove unecessary exceptGravatar Lidi Zheng2018-12-13
| | | |
| | * | 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
| * | re-enable unit._exit_test.ExitTestGravatar Eric Gribkoff2018-12-12
| | |
* | | Merge pull request #17481 from lidizheng/py-status-2Gravatar Lidi Zheng2018-12-12
|\ \ \ | | | | | | | | New abort with grpc.Status API
* | | | Actually build CensusContextGravatar Richard Belleville2018-12-12
| |/ / |/| |