diff options
author | Yang Gao <yangg@google.com> | 2015-09-03 16:43:34 -0700 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-09-03 16:43:34 -0700 |
commit | 2b5255e3dafb970c2ad6b9a8382d2a7d8165a9e6 (patch) | |
tree | b3da9bff35bf0c26304b459544bf7326a8a45e4f /tools/run_tests | |
parent | 51bfda063a903c15429cede9ab9dab4c355b7c9a (diff) | |
parent | 93ddc61c1084e2c312edf00ac7c7cf6d5f8d8aa3 (diff) |
Merge pull request #3190 from ctiller/daisy-dukes
Fix flow control issues
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", |