-
- Downloads
Introduce thread stress test using async client. The server is still sync
for now. This will increase our coverage of concurrent execution cases in C++ since we don't currently have any coverage for multithreaded async execution using a common completion queue. In this test, 100 client threads initiate 1000 RPCs each, then join, and then 100 client threads come along to proces those RPC completion events as they come back.
Showing
- Makefile 47 additions, 0 deletionsMakefile
- build.yaml 13 additions, 0 deletionsbuild.yaml
- test/cpp/end2end/async_thread_stress_test.cc 291 additions, 0 deletionstest/cpp/end2end/async_thread_stress_test.cc
- tools/run_tests/sources_and_headers.json 16 additions, 0 deletionstools/run_tests/sources_and_headers.json
- tools/run_tests/tests.json 20 additions, 0 deletionstools/run_tests/tests.json
Loading
Please register or sign in to comment