Home
last modified time | relevance | path

Searched refs:NOT_SERVING (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc65 : HealthCheckResponse::NOT_SERVING); in SetServingStatus()
70 : HealthCheckResponse::NOT_SERVING); in SetServingStatus()
169 HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckService()
174 SendHealthCheckRpc("", Status::OK, HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckService()
176 HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckService()
178 HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckService()
200 EXPECT_EQ(response.NOT_SERVING, response.status()); in VerifyHealthCheckServiceStreaming()
244 HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckServiceShutdown()
254 EXPECT_EQ(response.NOT_SERVING, response.status()); in VerifyHealthCheckServiceShutdown()
258 SendHealthCheckRpc("", Status::OK, HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckServiceShutdown()
[all …]
Dtest_health_check_service_impl.cc71 status = HealthCheckResponse::NOT_SERVING; in SetStatus()
93 iter->second = HealthCheckResponse::NOT_SERVING; in Shutdown()
/third_party/grpc/src/python/grpcio_tests/tests_aio/health_check/
Dhealth_servicer_test.py55 health_pb2.HealthCheckResponse.NOT_SERVING)
87 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING,
132 health_pb2.HealthCheckResponse.NOT_SERVING)
133 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING,
233 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING,
241 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING,
265 status = health_pb2.HealthCheckResponse.NOT_SERVING
/third_party/grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py58 health_pb2.HealthCheckResponse.NOT_SERVING)
110 health_pb2.HealthCheckResponse.NOT_SERVING)
112 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING,
222 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING,
259 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING,
/third_party/grpc/doc/
Dhealth-checking.md39 NOT_SERVING = 2;
61 set to `SERVING` or `NOT_SERVING` accordingly. If the service name is not
/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc52 services_map_[service_name].SetServingStatus(serving ? SERVING : NOT_SERVING); in SetServingStatus()
56 const ServingStatus status = serving ? SERVING : NOT_SERVING; in SetServingStatus()
75 service_data.SetServingStatus(NOT_SERVING); in Shutdown()
Ddefault_health_check_service.h43 enum ServingStatus { NOT_FOUND, SERVING, NOT_SERVING }; enumerator
/third_party/grpc/src/python/grpcio_health_checking/grpc_health/v1/
D_async.py113 _health_pb2.HealthCheckResponse.NOT_SERVING)
Dhealth.py171 … _health_pb2.HealthCheckResponse.NOT_SERVING) # pylint: disable=no-member
/third_party/grpc/src/proto/grpc/health/v1/
Dhealth.proto36 NOT_SERVING = 2; enumerator