Go to the source code of this file.
Namespaces | |
tests_aio.unit.call_test | |
Variables | |
int | tests_aio.unit.call_test._INFINITE_INTERVAL_US = 2**31 - 1 |
string | tests_aio.unit.call_test._LOCAL_CANCEL_DETAILS_EXPECTATION = 'Locally cancelled by application!' |
int | tests_aio.unit.call_test._NUM_STREAM_RESPONSES = 5 |
int | tests_aio.unit.call_test._REQUEST_PAYLOAD_SIZE = 7 |
tests_aio.unit.call_test._RESPONSE_INTERVAL_US = int(_SHORT_TIMEOUT_S * 1000 * 1000) | |
int | tests_aio.unit.call_test._RESPONSE_PAYLOAD_SIZE = 42 |
tests_aio.unit.call_test._SHORT_TIMEOUT_S = datetime.timedelta(seconds=1).total_seconds() | |
tests_aio.unit.call_test._STREAM_OUTPUT_REQUEST_ONE_EMPTY_RESPONSE | |
tests_aio.unit.call_test._STREAM_OUTPUT_REQUEST_ONE_RESPONSE = messages_pb2.StreamingOutputCallRequest() | |
tests_aio.unit.call_test.level | |
tests_aio.unit.call_test.verbosity | |