diff options
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 16 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 629a3234e8..1774e5640c 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -1631,6 +1631,22 @@ "grpc", "grpc++", "grpc++_test_util", + "grpc_test_util" + ], + "headers": [], + "language": "c++", + "name": "streaming_throughput_test", + "src": [ + "test/cpp/end2end/streaming_throughput_test.cc" + ] + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc++", + "grpc++_test_util", "grpc_test_util", "qps" ], diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index ad37688c92..5976d5d492 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -1572,6 +1572,22 @@ "exclude_configs": [], "flaky": false, "language": "c++", + "name": "streaming_throughput_test", + "platforms": [ + "linux", + "mac", + "posix" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix" + ], + "exclude_configs": [], + "flaky": false, + "language": "c++", "name": "sync_streaming_ping_pong_test", "platforms": [ "linux", |