diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-13 15:31:07 +0000 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-13 15:31:07 +0000 |
commit | 97a64c996fc8b5e0612669dc710dccf4b9708fa2 (patch) | |
tree | e740977d8434f38d661c9cffb066859c1b03831d /tools | |
parent | fb2a5df57eb6abcc27bff77d6e13ad4c4ce7f594 (diff) | |
parent | dbaf05e13d1f98db9329f3e04d80d1b90e9ee231 (diff) |
Merge branch 'error' of https://github.com/ctiller/grpc into error
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 16 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 21 |
2 files changed, 37 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 3c6bcc3db4..1a0bc49638 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -1449,6 +1449,22 @@ ], "headers": [], "language": "c", + "name": "sequential_connectivity_test", + "src": [ + "test/core/surface/sequential_connectivity_test.c" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", "name": "server_chttp2_test", "src": [ "test/core/surface/server_chttp2_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 97bd2788b6..dfc7bc36c7 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -1504,6 +1504,27 @@ "flaky": false, "gtest": false, "language": "c", + "name": "sequential_connectivity_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "args": [], + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "flaky": false, + "gtest": false, + "language": "c", "name": "server_chttp2_test", "platforms": [ "linux", |