diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-11 08:59:17 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-11 08:59:17 -0800 |
commit | e91ef68d2a9077641d6ece47b388e523942164fe (patch) | |
tree | 19076f38d4cae34fbf84d6721d27ae20219357cf /tools | |
parent | e1e4559690eb5ecea7b8c1a376936f1095dd0c11 (diff) |
Add failing test
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 0c7a6c7b5f..0039b99a55 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": "dns_resolver_connectivity_test", + "src": [ + "test/core/client_config/resolvers/dns_resolver_connectivity_test.c" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", "name": "dns_resolver_test", "src": [ "test/core/client_config/resolvers/dns_resolver_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index d91245cd06..c2d6cadd53 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -266,6 +266,27 @@ "flaky": false, "gtest": false, "language": "c", + "name": "dns_resolver_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": "dns_resolver_test", "platforms": [ "linux", |