diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-12 22:16:56 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-12 22:16:56 -0700 |
commit | dbaf05e13d1f98db9329f3e04d80d1b90e9ee231 (patch) | |
tree | 8189b1ca90a0a765e98007add4ed78fa05c8ff0e /tools/run_tests | |
parent | 05bec5c0ab7574531ba17368ea67f91fa07b09af (diff) |
Add a test of connecting many times in a row
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 | 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 67fddc712a..c441e7731e 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", |