aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2017-05-18 16:03:58 -0700
committerGravatar GitHub <noreply@github.com>2017-05-18 16:03:58 -0700
commit2502a7d31cd466296f656e8ba32e39d7f7a8f325 (patch)
treea10827c9b250a5f80fcef023095013012df0dd38 /build.yaml
parentd6499c7b060ceabefb1ba940ca80c8d5fc17421c (diff)
parentc3b1f18a7e7f443329f95ff25485c503ab76cc69 (diff)
Merge pull request #10813 from apolcyn/fix_conn_watch_mem_accum
get rid of connectivity state watchers right after timeout
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 5d1e74b93a..4141f2dc87 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2586,6 +2586,18 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: num_external_connectivity_watchers_test
+ build: test
+ language: c
+ src:
+ - test/core/surface/num_external_connectivity_watchers_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ exclude_iomgrs:
+ - uv
- name: parse_address_test
build: test
language: c