Go to the source code of this file.
Namespaces | |
tests.unit._cython._cancel_many_calls_test | |
Functions | |
def | tests.unit._cython._cancel_many_calls_test._is_cancellation_event (event) |
def | tests.unit._cython._cancel_many_calls_test._serve (state, server, server_completion_queue, thread_pool) |
Variables | |
int | tests.unit._cython._cancel_many_calls_test._EMPTY_FLAGS = 0 |
tuple | tests.unit._cython._cancel_many_calls_test._EMPTY_METADATA = () |
string | tests.unit._cython._cancel_many_calls_test._RECEIVE_CLOSE_ON_SERVER_TAG = 'receive_close_on_server' |
string | tests.unit._cython._cancel_many_calls_test._RECEIVE_MESSAGE_TAG = 'receive_message' |
string | tests.unit._cython._cancel_many_calls_test._REQUEST_CALL_TAG = 'request_call' |
string | tests.unit._cython._cancel_many_calls_test._SERVER_COMPLETE_CALL_TAG = 'server_complete_call' |
string | tests.unit._cython._cancel_many_calls_test._SERVER_SHUTDOWN_TAG = 'server_shutdown' |
float | tests.unit._cython._cancel_many_calls_test._SUCCESS_CALL_FRACTION = 1.0 / 8.0 |
tests.unit._cython._cancel_many_calls_test._SUCCESSFUL_CALLS = int(test_constants.RPC_CONCURRENCY * _SUCCESS_CALL_FRACTION) | |
tests.unit._cython._cancel_many_calls_test._UNSUCCESSFUL_CALLS = test_constants.RPC_CONCURRENCY - _SUCCESSFUL_CALLS | |
tests.unit._cython._cancel_many_calls_test.verbosity | |