aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/health_check
Commit message (Collapse)AuthorAge
* fix testGravatar Eric Gribkoff2018-12-27
|
* use test constants, fix formattingGravatar Eric Gribkoff2018-12-27
|
* Add Watch method to health check serviceGravatar Eric Gribkoff2018-12-26
|
* Clean up server and channel objects in testsGravatar Eric Gribkoff2018-12-21
|
* Bazel rules for Python grpcio_health_checkingGravatar Naresh2018-10-09
| | | | | | | | | | | | | | | Add Bazel rules for building and testing grpcio_health_checking. An unofficial fork for rules_protobuf is used for now as it incorporates a change (#196 by duduko on the upstream repo pubref/rules_protobuf) which allows the protoc compiler to compile generated protos too. This was not merged because the change was failing for golang, but works as expected for Python. This is needed because grpcio_health_checking fetches it's proto file from a different directory (previously achived through setup.py) and thus needs to be moved to the required location within bazel-genfiles using a genrule.
* Add SERVICE_NAME to reflection/healthGravatar Mehrdad Afshari2018-07-26
|
* Disable so_reuseport for Python testsGravatar Ken Payson2017-12-20
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Update health to current gRPC code elementsGravatar Nathaniel Manista2017-03-15
|
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Un-namespace Python packagesGravatar Masood Malekghassemi2016-12-12
| | | | | Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
* Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
* Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-07-01
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).