Classes | |
class | XdsInteropClientTest |
Functions | |
Mapping[str, Mapping[int, int]] | _collect_stats (int stats_port, int duration) |
def | _dump_stream (str process_name, str stream_name, tempfile.TemporaryFile stream) |
def | _dump_streams (str process_name, tempfile.TemporaryFile stdout, tempfile.TemporaryFile stderr) |
Mapping[str, Mapping[int, int]] | _index_accumulated_stats (messages_pb2.LoadBalancerAccumulatedStatsResponse response) |
Set | _set_union (Iterable a, Iterable b) |
Tuple[subprocess.Popen, tempfile.TemporaryFile, tempfile.TemporaryFile] | _start_python_with_args (str file, List[str] args) |
def | _subtract_indexed_stats (Mapping[str, Mapping[int, int]] a, Mapping[str, Mapping[int, int]] b) |
Variables | |
_CLIENT_PATH = os.path.abspath(os.path.realpath(xds_interop_client.__file__)) | |
int | _ITERATION_DURATION_SECONDS = 1 |
tuple | _METHODS |
int | _NUM_CHANNELS = 20 |
int | _QPS = 100 |
_SERVER_PATH = os.path.abspath(os.path.realpath(xds_interop_server.__file__)) | |
int | _SUBPROCESS_TIMEOUT_SECONDS = 2 |
int | _TEST_ITERATIONS = 10 |
verbosity | |
|
private |
Definition at line 106 of file xds_interop_client_test.py.
|
private |
Definition at line 70 of file xds_interop_client_test.py.
|
private |
Definition at line 77 of file xds_interop_client_test.py.
|
private |
Definition at line 84 of file xds_interop_client_test.py.
|
private |
Definition at line 52 of file xds_interop_client_test.py.
|
private |
Definition at line 59 of file xds_interop_client_test.py.
|
private |
Definition at line 95 of file xds_interop_client_test.py.
|
private |
Definition at line 36 of file xds_interop_client_test.py.
|
private |
Definition at line 48 of file xds_interop_client_test.py.
|
private |
Definition at line 39 of file xds_interop_client_test.py.
|
private |
Definition at line 45 of file xds_interop_client_test.py.
|
private |
Definition at line 44 of file xds_interop_client_test.py.
|
private |
Definition at line 37 of file xds_interop_client_test.py.
|
private |
Definition at line 49 of file xds_interop_client_test.py.
|
private |
Definition at line 47 of file xds_interop_client_test.py.
xds_interop_client_test.verbosity |
Definition at line 182 of file xds_interop_client_test.py.