Classes | |
| class | TestRetryUpTo3AttemptsAndFail |
| class | TestRetryUpTo4AttemptsAndSucceed |
Functions | |
| def | _build_retry_route_rule (retryConditions, num_retries) |
| bool | _is_supported (skips.TestConfig config) |
Variables | |
| _Lang = skips.Lang | |
| int | _LENGTH_OF_RPC_SENDING_SEC = 16 |
| float | _NON_RANDOM_ERROR_TOLERANCE = 0.01 |
| int | _NUM_RPCS = 10 |
| string | _RPC_BEHAVIOR_HEADER_NAME = 'rpc-behavior' |
| DumpedXdsConfig = xds_url_map_testcase.DumpedXdsConfig | |
| ExpectedResult = xds_url_map_testcase.ExpectedResult | |
| GcpResourceManager = xds_url_map_testcase.GcpResourceManager | |
| HostRule = xds_url_map_testcase.HostRule | |
| logger = logging.getLogger(__name__) | |
| PathMatcher = xds_url_map_testcase.PathMatcher | |
| RpcTypeUnaryCall = xds_url_map_testcase.RpcTypeUnaryCall | |
| XdsTestClient = client_app.XdsTestClient | |
|
private |
Definition at line 50 of file retry_test.py.
|
private |
Definition at line 66 of file retry_test.py.
|
private |
Definition at line 33 of file retry_test.py.
|
private |
Definition at line 41 of file retry_test.py.
|
private |
Definition at line 46 of file retry_test.py.
|
private |
Definition at line 40 of file retry_test.py.
|
private |
Definition at line 47 of file retry_test.py.
| tests.url_map.retry_test.DumpedXdsConfig = xds_url_map_testcase.DumpedXdsConfig |
Definition at line 29 of file retry_test.py.
| tests.url_map.retry_test.ExpectedResult = xds_url_map_testcase.ExpectedResult |
Definition at line 32 of file retry_test.py.
| tests.url_map.retry_test.GcpResourceManager = xds_url_map_testcase.GcpResourceManager |
Definition at line 28 of file retry_test.py.
| tests.url_map.retry_test.HostRule = xds_url_map_testcase.HostRule |
Definition at line 26 of file retry_test.py.
| tests.url_map.retry_test.logger = logging.getLogger(__name__) |
Definition at line 35 of file retry_test.py.
| tests.url_map.retry_test.PathMatcher = xds_url_map_testcase.PathMatcher |
Definition at line 27 of file retry_test.py.
| tests.url_map.retry_test.RpcTypeUnaryCall = xds_url_map_testcase.RpcTypeUnaryCall |
Definition at line 30 of file retry_test.py.
| tests.url_map.retry_test.XdsTestClient = client_app.XdsTestClient |
Definition at line 31 of file retry_test.py.