Home
last modified time | relevance | path

Searched refs:TIMEOUT_ON_SLEEPING_SERVER (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dstress_interop_client.h52 TIMEOUT_ON_SLEEPING_SERVER, enumerator
72 {TIMEOUT_ON_SLEEPING_SERVER, "timeout_on_sleeping_server"},
Dstress_interop_client.cc172 case TIMEOUT_ON_SLEEPING_SERVER: { in RunTest()
/third_party/grpc/src/python/grpcio_tests/tests/interop/
D_intraop_test_case.py50 methods.TestCase.TIMEOUT_ON_SLEEPING_SERVER.test_interoperability(
Dmethods.py440 TIMEOUT_ON_SLEEPING_SERVER = 'timeout_on_sleeping_server' variable in TestCase
458 elif self is TestCase.TIMEOUT_ON_SLEEPING_SERVER:
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dlocal_interop_test.py69 methods.TestCase.TIMEOUT_ON_SLEEPING_SERVER, self._stub, None)
Dmethods.py404 TIMEOUT_ON_SLEEPING_SERVER = 'timeout_on_sleeping_server' variable in TestCase
425 TestCase.TIMEOUT_ON_SLEEPING_SERVER: _timeout_on_sleeping_server,