Home
last modified time | relevance | path

Searched refs:THREAD_CONCURRENCY (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_resource_exhausted_test.py137 self._server_pool = logging_pool.pool(test_constants.THREAD_CONCURRENCY)
138 self._trigger = _TestTrigger(test_constants.THREAD_CONCURRENCY)
143 maximum_concurrent_rpcs=test_constants.THREAD_CONCURRENCY)
154 for _ in range(test_constants.THREAD_CONCURRENCY):
179 for _ in range(test_constants.THREAD_CONCURRENCY):
205 for _ in range(test_constants.THREAD_CONCURRENCY):
232 for _ in range(test_constants.THREAD_CONCURRENCY):
D_rpc_test.py341 pool = logging_pool.pool(test_constants.THREAD_CONCURRENCY)
347 ] * test_constants.THREAD_CONCURRENCY
348 response_futures = [None] * test_constants.THREAD_CONCURRENCY
351 for index in range(test_constants.THREAD_CONCURRENCY):
370 ] * test_constants.THREAD_CONCURRENCY
371 response_futures = [None] * test_constants.THREAD_CONCURRENCY
374 for index in range(test_constants.THREAD_CONCURRENCY):
386 pool = logging_pool.pool(test_constants.THREAD_CONCURRENCY)
389 response_futures = [None] * test_constants.THREAD_CONCURRENCY
407 for index in range(test_constants.THREAD_CONCURRENCY):
[all …]
D_channel_close_test.py100 max_workers=test_constants.THREAD_CONCURRENCY)
146 for _ in range(test_constants.THREAD_CONCURRENCY))
171 for _ in range(test_constants.THREAD_CONCURRENCY):
D_reconnect_test.py76 server_pool = logging_pool.pool(test_constants.THREAD_CONCURRENCY)
D_interceptor_test.py315 self._server_pool = logging_pool.pool(test_constants.THREAD_CONCURRENCY)
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
D_cancel_many_calls_test.py63 if self._state.parked_handlers == test_constants.THREAD_CONCURRENCY:
144 test_constants.THREAD_CONCURRENCY)
201 if state.parked_handlers < test_constants.THREAD_CONCURRENCY:
D_channel_test.py43 for _ in range(test_constants.THREAD_CONCURRENCY))
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_constants.py42 THREAD_CONCURRENCY = 25 variable
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_client_application.py155 for _ in range(test_constants.THREAD_CONCURRENCY))
D_client_test.py190 for _ in range(test_constants.THREAD_CONCURRENCY))