-
- Downloads
Merge pull request #6439 from kpayson64/python_health_check
Reworked python health checking and added tests
No related branches found
No related tags found
Showing
- src/python/grpcio/tests/health_check/__init__.py 28 additions, 0 deletionssrc/python/grpcio/tests/health_check/__init__.py
- src/python/grpcio/tests/health_check/_health_servicer_test.py 75 additions, 0 deletions...python/grpcio/tests/health_check/_health_servicer_test.py
- src/python/grpcio/tests/tests.json 3 additions, 2 deletionssrc/python/grpcio/tests/tests.json
- src/python/grpcio_health_checking/.gitignore 5 additions, 0 deletionssrc/python/grpcio_health_checking/.gitignore
- src/python/grpcio_health_checking/MANIFEST.in 3 additions, 2 deletionssrc/python/grpcio_health_checking/MANIFEST.in
- src/python/grpcio_health_checking/grpc/health/v1/health.proto 0 additions, 49 deletions...python/grpcio_health_checking/grpc/health/v1/health.proto
- src/python/grpcio_health_checking/grpc_health/__init__.py 0 additions, 0 deletionssrc/python/grpcio_health_checking/grpc_health/__init__.py
- src/python/grpcio_health_checking/grpc_health/health/__init__.py 0 additions, 0 deletions...hon/grpcio_health_checking/grpc_health/health/__init__.py
- src/python/grpcio_health_checking/grpc_health/health/v1/__init__.py 0 additions, 0 deletions.../grpcio_health_checking/grpc_health/health/v1/__init__.py
- src/python/grpcio_health_checking/grpc_health/health/v1/health.py 66 additions, 0 deletions...on/grpcio_health_checking/grpc_health/health/v1/health.py
- src/python/grpcio_health_checking/health_commands.py 30 additions, 0 deletionssrc/python/grpcio_health_checking/health_commands.py
- src/python/grpcio_health_checking/setup.py 7 additions, 8 deletionssrc/python/grpcio_health_checking/setup.py
- tools/run_tests/build_python.sh 4 additions, 0 deletionstools/run_tests/build_python.sh
- tools/run_tests/run_tests.py 3 additions, 1 deletiontools/run_tests/run_tests.py
src/python/grpcio_health_checking/.gitignore
0 → 100644
File moved
File moved
File moved
Please register or sign in to comment