diff options
author | Juanli Shen <aspirinsjl@gmail.com> | 2017-11-14 17:06:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 17:06:26 -0800 |
commit | 070f0c4b677c89052fa92bd24e9541ac1c0ef827 (patch) | |
tree | d42bfb6898281f87a5fce648efe9b9116b3b2e44 /tools | |
parent | 0d5e24d690af33284e76ed3a8fb7c4697bdb3701 (diff) | |
parent | e5d2139e1ea5d3671c1a5c40e3255340b3987f7b (diff) |
Merge pull request #13139 from AspirinSJL/stress_test
Client channel stress test
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/generated/sources_and_headers.json | 23 | ||||
-rw-r--r-- | tools/run_tests/generated/tests.json | 24 |
2 files changed, 47 insertions, 0 deletions
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json index fce01bf8ff..e97178180e 100644 --- a/tools/run_tests/generated/sources_and_headers.json +++ b/tools/run_tests/generated/sources_and_headers.json @@ -2920,6 +2920,29 @@ "grpc++_test_util", "grpc_test_util" ], + "headers": [ + "src/proto/grpc/lb/v1/load_balancer.grpc.pb.h", + "src/proto/grpc/lb/v1/load_balancer.pb.h", + "src/proto/grpc/lb/v1/load_balancer_mock.grpc.pb.h" + ], + "is_filegroup": false, + "language": "c++", + "name": "client_channel_stress_test", + "src": [ + "test/cpp/client/client_channel_stress_test.cc" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc++", + "grpc++_test_util", + "grpc_test_util" + ], "headers": [], "is_filegroup": false, "language": "c++", diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json index 5d7d3b3525..4a5817cad1 100644 --- a/tools/run_tests/generated/tests.json +++ b/tools/run_tests/generated/tests.json @@ -3391,6 +3391,30 @@ "ci_platforms": [ "linux", "mac", + "posix", + "windows" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "exclude_iomgrs": [], + "flaky": false, + "gtest": false, + "language": "c++", + "name": "client_channel_stress_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "uses_polling": true + }, + { + "args": [], + "benchmark": false, + "ci_platforms": [ + "linux", + "mac", "posix" ], "cpu_cost": 0.1, |