diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-03-14 15:09:50 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-03-14 15:09:50 -0700 |
commit | f9b26d946343a7fdf1270084c1246e412a127ec2 (patch) | |
tree | 75b9f0fadb2ad2fcda52713c5bc4a761f3d952d0 /tools/run_tests | |
parent | db3bccade402f651f5eb770aa49dc09735ece260 (diff) | |
parent | 822f1d7509fe7426a291de1054ea5e9f4892ee15 (diff) |
Merge pull request #5731 from ctiller/huh_omg
Fix some race conditions
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 0039b99a55..092ed35ad9 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -198,6 +198,22 @@ ], "headers": [], "language": "c", + "name": "concurrent_connectivity_test", + "src": [ + "test/core/surface/concurrent_connectivity_test.c" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", "name": "dns_resolver_connectivity_test", "src": [ "test/core/client_config/resolvers/dns_resolver_connectivity_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 724cd64d19..000315f2f4 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -261,6 +261,27 @@ "posix", "windows" ], + "cpu_cost": 1.0, + "exclude_configs": [], + "flaky": false, + "gtest": false, + "language": "c", + "name": "concurrent_connectivity_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "args": [], + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], "cpu_cost": 0.1, "exclude_configs": [], "flaky": false, |