Variables
tests.testing._application_common Namespace Reference

Variables

 ABORT_FAILURE_RESPONSE = services_pb2.Down(first_down_field=52)
 
 ABORT_NO_STATUS_RESPONSE = services_pb2.Down(first_down_field=50)
 
 ABORT_REQUEST = requests_pb2.Up(first_up_field=42)
 
 ABORT_SUCCESS_QUERY = requests_pb2.Up(first_up_field=43)
 
 ABORT_SUCCESS_RESPONSE = services_pb2.Down(first_down_field=51)
 
 ERRONEOUS_UNARY_UNARY_REQUEST = requests_pb2.Up(first_up_field=3)
 
 ERRONEOUS_UNARY_UNARY_RESPONSE = services_pb2.Down(first_down_field=7)
 
float INFINITE_REQUEST_STREAM_TIMEOUT = 0.2
 
string SERVICE_NAME = 'tests_of_grpc_testing.FirstService'
 
string STREAM_STREAM_METHOD_NAME = 'StreStre'
 
int STREAM_STREAM_MUTATING_COUNT = 2
 
 STREAM_STREAM_MUTATING_REQUEST = requests_pb2.Top(first_top_field=24601)
 
 STREAM_STREAM_REQUEST = requests_pb2.Top(first_top_field=19)
 
 STREAM_STREAM_RESPONSE = services_pb2.Bottom(first_bottom_field=23)
 
string STREAM_UNARY_METHOD_NAME = 'StreUn'
 
 STREAM_UNARY_REQUEST = requests_pb2.Charm(first_charm_field=13)
 
 STREAM_UNARY_RESPONSE = services_pb2.Strange(first_strange_field=17)
 
tuple TWO_STREAM_STREAM_RESPONSES = (STREAM_STREAM_RESPONSE,) * 2
 
string UNARY_STREAM_METHOD_NAME = 'UnStre'
 
 UNARY_STREAM_REQUEST = requests_pb2.Charm(first_charm_field=11)
 
string UNARY_UNARY_METHOD_NAME = 'UnUn'
 
 UNARY_UNARY_REQUEST = requests_pb2.Up(first_up_field=2)
 
 UNARY_UNARY_RESPONSE = services_pb2.Down(first_down_field=5)
 

Variable Documentation

◆ ABORT_FAILURE_RESPONSE

tests.testing._application_common.ABORT_FAILURE_RESPONSE = services_pb2.Down(first_down_field=52)

Definition at line 39 of file _application_common.py.

◆ ABORT_NO_STATUS_RESPONSE

tests.testing._application_common.ABORT_NO_STATUS_RESPONSE = services_pb2.Down(first_down_field=50)

Definition at line 37 of file _application_common.py.

◆ ABORT_REQUEST

tests.testing._application_common.ABORT_REQUEST = requests_pb2.Up(first_up_field=42)

Definition at line 35 of file _application_common.py.

◆ ABORT_SUCCESS_QUERY

tests.testing._application_common.ABORT_SUCCESS_QUERY = requests_pb2.Up(first_up_field=43)

Definition at line 36 of file _application_common.py.

◆ ABORT_SUCCESS_RESPONSE

tests.testing._application_common.ABORT_SUCCESS_RESPONSE = services_pb2.Down(first_down_field=51)

Definition at line 38 of file _application_common.py.

◆ ERRONEOUS_UNARY_UNARY_REQUEST

tests.testing._application_common.ERRONEOUS_UNARY_UNARY_REQUEST = requests_pb2.Up(first_up_field=3)

Definition at line 26 of file _application_common.py.

◆ ERRONEOUS_UNARY_UNARY_RESPONSE

tests.testing._application_common.ERRONEOUS_UNARY_UNARY_RESPONSE = services_pb2.Down(first_down_field=7)

Definition at line 28 of file _application_common.py.

◆ INFINITE_REQUEST_STREAM_TIMEOUT

float tests.testing._application_common.INFINITE_REQUEST_STREAM_TIMEOUT = 0.2

Definition at line 43 of file _application_common.py.

◆ SERVICE_NAME

string tests.testing._application_common.SERVICE_NAME = 'tests_of_grpc_testing.FirstService'

Definition at line 19 of file _application_common.py.

◆ STREAM_STREAM_METHOD_NAME

string tests.testing._application_common.STREAM_STREAM_METHOD_NAME = 'StreStre'

Definition at line 23 of file _application_common.py.

◆ STREAM_STREAM_MUTATING_COUNT

int tests.testing._application_common.STREAM_STREAM_MUTATING_COUNT = 2

Definition at line 41 of file _application_common.py.

◆ STREAM_STREAM_MUTATING_REQUEST

tests.testing._application_common.STREAM_STREAM_MUTATING_REQUEST = requests_pb2.Top(first_top_field=24601)

Definition at line 40 of file _application_common.py.

◆ STREAM_STREAM_REQUEST

tests.testing._application_common.STREAM_STREAM_REQUEST = requests_pb2.Top(first_top_field=19)

Definition at line 32 of file _application_common.py.

◆ STREAM_STREAM_RESPONSE

tests.testing._application_common.STREAM_STREAM_RESPONSE = services_pb2.Bottom(first_bottom_field=23)

Definition at line 33 of file _application_common.py.

◆ STREAM_UNARY_METHOD_NAME

string tests.testing._application_common.STREAM_UNARY_METHOD_NAME = 'StreUn'

Definition at line 22 of file _application_common.py.

◆ STREAM_UNARY_REQUEST

tests.testing._application_common.STREAM_UNARY_REQUEST = requests_pb2.Charm(first_charm_field=13)

Definition at line 30 of file _application_common.py.

◆ STREAM_UNARY_RESPONSE

tests.testing._application_common.STREAM_UNARY_RESPONSE = services_pb2.Strange(first_strange_field=17)

Definition at line 31 of file _application_common.py.

◆ TWO_STREAM_STREAM_RESPONSES

tuple tests.testing._application_common.TWO_STREAM_STREAM_RESPONSES = (STREAM_STREAM_RESPONSE,) * 2

Definition at line 34 of file _application_common.py.

◆ UNARY_STREAM_METHOD_NAME

string tests.testing._application_common.UNARY_STREAM_METHOD_NAME = 'UnStre'

Definition at line 21 of file _application_common.py.

◆ UNARY_STREAM_REQUEST

tests.testing._application_common.UNARY_STREAM_REQUEST = requests_pb2.Charm(first_charm_field=11)

Definition at line 29 of file _application_common.py.

◆ UNARY_UNARY_METHOD_NAME

string tests.testing._application_common.UNARY_UNARY_METHOD_NAME = 'UnUn'

Definition at line 20 of file _application_common.py.

◆ UNARY_UNARY_REQUEST

tests.testing._application_common.UNARY_UNARY_REQUEST = requests_pb2.Up(first_up_field=2)

Definition at line 25 of file _application_common.py.

◆ UNARY_UNARY_RESPONSE

tests.testing._application_common.UNARY_UNARY_RESPONSE = services_pb2.Down(first_down_field=5)

Definition at line 27 of file _application_common.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:52