Go to the source code of this file.
Classes | |
class | tests.url_map.retry_test.TestRetryUpTo3AttemptsAndFail |
class | tests.url_map.retry_test.TestRetryUpTo4AttemptsAndSucceed |
Namespaces | |
tests.url_map.retry_test | |
Functions | |
def | tests.url_map.retry_test._build_retry_route_rule (retryConditions, num_retries) |
bool | tests.url_map.retry_test._is_supported (skips.TestConfig config) |
Variables | |
tests.url_map.retry_test._Lang = skips.Lang | |
int | tests.url_map.retry_test._LENGTH_OF_RPC_SENDING_SEC = 16 |
float | tests.url_map.retry_test._NON_RANDOM_ERROR_TOLERANCE = 0.01 |
int | tests.url_map.retry_test._NUM_RPCS = 10 |
string | tests.url_map.retry_test._RPC_BEHAVIOR_HEADER_NAME = 'rpc-behavior' |
tests.url_map.retry_test.DumpedXdsConfig = xds_url_map_testcase.DumpedXdsConfig | |
tests.url_map.retry_test.ExpectedResult = xds_url_map_testcase.ExpectedResult | |
tests.url_map.retry_test.GcpResourceManager = xds_url_map_testcase.GcpResourceManager | |
tests.url_map.retry_test.HostRule = xds_url_map_testcase.HostRule | |
tests.url_map.retry_test.logger = logging.getLogger(__name__) | |
tests.url_map.retry_test.PathMatcher = xds_url_map_testcase.PathMatcher | |
tests.url_map.retry_test.RpcTypeUnaryCall = xds_url_map_testcase.RpcTypeUnaryCall | |
tests.url_map.retry_test.XdsTestClient = client_app.XdsTestClient | |