Home
last modified time | relevance | path

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

/external/grpc-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()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestCases.java52 TIMEOUT_ON_SLEEPING_SERVER("timeout before receiving a response"), enumConstant
DTestServiceClient.java334 case TIMEOUT_ON_SLEEPING_SERVER: { in runTest()
DStressTestClient.java502 case TIMEOUT_ON_SLEEPING_SERVER: { in runTestCase()
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
D_intraop_test_case.py50 methods.TestCase.TIMEOUT_ON_SLEEPING_SERVER.test_interoperability(
Dmethods.py478 TIMEOUT_ON_SLEEPING_SERVER = 'timeout_on_sleeping_server' variable in TestCase
495 elif self is TestCase.TIMEOUT_ON_SLEEPING_SERVER: