blob: 1291f266e61fd9a5f033184390ef7958de37ccb8 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai392e2132018-01-13 23:58:26 -080015 core_version: 6.0.0-dev
Mehrdad Afshari7d82f792018-02-22 22:20:36 -080016 g_stands_for: gorgeous
17 version: 1.11.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
Yihua Zhang04fb58e2018-03-08 06:49:24 -080019- name: alts_proto
20 headers:
21 - src/core/tsi/alts/handshaker/altscontext.pb.h
22 - src/core/tsi/alts/handshaker/handshaker.pb.h
23 - src/core/tsi/alts/handshaker/transport_security_common.pb.h
24 src:
25 - src/core/tsi/alts/handshaker/altscontext.pb.c
26 - src/core/tsi/alts/handshaker/handshaker.pb.c
27 - src/core/tsi/alts/handshaker/transport_security_common.pb.c
28 uses:
29 - nanopb
30- name: alts_tsi
31 headers:
32 - src/core/tsi/alts/crypt/gsec.h
33 - src/core/tsi/alts/frame_protector/alts_counter.h
34 - src/core/tsi/alts/frame_protector/alts_crypter.h
35 - src/core/tsi/alts/frame_protector/alts_frame_protector.h
36 - src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.h
37 - src/core/tsi/alts/frame_protector/frame_handler.h
38 - src/core/tsi/alts/handshaker/alts_handshaker_client.h
39 - src/core/tsi/alts/handshaker/alts_tsi_event.h
40 - src/core/tsi/alts/handshaker/alts_tsi_handshaker.h
41 - src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h
42 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h
43 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h
44 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h
45 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.h
46 - src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h
47 - src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h
48 src:
49 - src/core/tsi/alts/crypt/aes_gcm.cc
50 - src/core/tsi/alts/crypt/gsec.cc
51 - src/core/tsi/alts/frame_protector/alts_counter.cc
52 - src/core/tsi/alts/frame_protector/alts_crypter.cc
53 - src/core/tsi/alts/frame_protector/alts_frame_protector.cc
54 - src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc
55 - src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc
56 - src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc
57 - src/core/tsi/alts/frame_protector/frame_handler.cc
58 - src/core/tsi/alts/handshaker/alts_handshaker_client.cc
59 - src/core/tsi/alts/handshaker/alts_tsi_event.cc
60 - src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc
61 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc
62 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc
63 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc
64 - src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc
65 - src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc
66 uses:
67 - alts_util
68 - grpc_base
69 - grpc_transport_chttp2_client_insecure
70 - tsi_interface
71 - tsi
72- name: alts_util
73 headers:
74 - src/core/lib/security/credentials/alts/check_gcp_environment.h
75 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h
76 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.h
77 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.h
78 - src/core/tsi/alts/handshaker/alts_tsi_utils.h
79 - src/core/tsi/alts/handshaker/transport_security_common_api.h
80 src:
81 - src/core/lib/security/credentials/alts/check_gcp_environment.cc
82 - src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc
83 - src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc
84 - src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc
85 - src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc
86 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc
87 - src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc
88 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.cc
89 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.cc
90 - src/core/tsi/alts/handshaker/alts_tsi_utils.cc
91 - src/core/tsi/alts/handshaker/transport_security_common_api.cc
92 uses:
93 - alts_proto
94 - grpc_base
95 - tsi_interface
96 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -070097- name: census
Craig Tiller25834342015-09-25 08:08:24 -070098 public_headers:
99 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -0700100 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700101 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700102 uses:
103 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -0700104 - nanopb
Vijay Pai80e23d12018-01-25 21:50:18 -0800105- name: cmdline
106 headers:
107 - test/core/util/cmdline.h
108 src:
109 - test/core/util/cmdline.cc
110 uses:
111 - gpr_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700112- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100113 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800114 - src/core/lib/gpr/alloc.cc
115 - src/core/lib/gpr/arena.cc
116 - src/core/lib/gpr/atm.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800117 - src/core/lib/gpr/cpu_iphone.cc
118 - src/core/lib/gpr/cpu_linux.cc
119 - src/core/lib/gpr/cpu_posix.cc
120 - src/core/lib/gpr/cpu_windows.cc
121 - src/core/lib/gpr/env_linux.cc
122 - src/core/lib/gpr/env_posix.cc
123 - src/core/lib/gpr/env_windows.cc
124 - src/core/lib/gpr/fork.cc
125 - src/core/lib/gpr/host_port.cc
126 - src/core/lib/gpr/log.cc
127 - src/core/lib/gpr/log_android.cc
128 - src/core/lib/gpr/log_linux.cc
129 - src/core/lib/gpr/log_posix.cc
130 - src/core/lib/gpr/log_windows.cc
131 - src/core/lib/gpr/mpscq.cc
132 - src/core/lib/gpr/murmur_hash.cc
133 - src/core/lib/gpr/string.cc
134 - src/core/lib/gpr/string_posix.cc
135 - src/core/lib/gpr/string_util_windows.cc
136 - src/core/lib/gpr/string_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800137 - src/core/lib/gpr/sync.cc
138 - src/core/lib/gpr/sync_posix.cc
139 - src/core/lib/gpr/sync_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800140 - src/core/lib/gpr/time.cc
141 - src/core/lib/gpr/time_posix.cc
142 - src/core/lib/gpr/time_precise.cc
143 - src/core/lib/gpr/time_windows.cc
144 - src/core/lib/gpr/tls_pthread.cc
145 - src/core/lib/gpr/tmpfile_msys.cc
146 - src/core/lib/gpr/tmpfile_posix.cc
147 - src/core/lib/gpr/tmpfile_windows.cc
148 - src/core/lib/gpr/wrap_memcpy.cc
Vijay Paida693552018-02-16 22:59:03 -0800149 - src/core/lib/gprpp/thd_posix.cc
150 - src/core/lib/gprpp/thd_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700151 - src/core/lib/profiling/basic_timers.cc
152 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700153 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700154 - gpr_base_headers
155- name: gpr_base_headers
156 public_headers:
157 - include/grpc/support/alloc.h
158 - include/grpc/support/atm.h
159 - include/grpc/support/atm_gcc_atomic.h
160 - include/grpc/support/atm_gcc_sync.h
161 - include/grpc/support/atm_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700162 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -0700163 - include/grpc/support/log.h
164 - include/grpc/support/log_windows.h
165 - include/grpc/support/port_platform.h
166 - include/grpc/support/string_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700167 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700168 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700169 - include/grpc/support/sync_generic.h
170 - include/grpc/support/sync_posix.h
171 - include/grpc/support/sync_windows.h
Vijay Paic7456902018-02-12 10:28:24 -0800172 - include/grpc/support/thd_id.h
Vijay Pai42807252017-07-28 15:08:24 -0700173 - include/grpc/support/time.h
Vijay Pai42807252017-07-28 15:08:24 -0700174 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800175 - src/core/lib/gpr/arena.h
176 - src/core/lib/gpr/env.h
177 - src/core/lib/gpr/fork.h
Vijay Paiae376bf2018-01-25 22:54:02 -0800178 - src/core/lib/gpr/host_port.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800179 - src/core/lib/gpr/mpscq.h
180 - src/core/lib/gpr/murmur_hash.h
181 - src/core/lib/gpr/spinlock.h
182 - src/core/lib/gpr/string.h
183 - src/core/lib/gpr/string_windows.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800184 - src/core/lib/gpr/time_precise.h
Vijay Paib6cf1232018-01-25 21:02:26 -0800185 - src/core/lib/gpr/tls.h
186 - src/core/lib/gpr/tls_gcc.h
187 - src/core/lib/gpr/tls_msvc.h
188 - src/core/lib/gpr/tls_pthread.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800189 - src/core/lib/gpr/tmpfile.h
Vijay Paid4d0a302018-01-25 13:24:03 -0800190 - src/core/lib/gpr/useful.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800191 - src/core/lib/gprpp/abstract.h
192 - src/core/lib/gprpp/atomic.h
193 - src/core/lib/gprpp/atomic_with_atm.h
194 - src/core/lib/gprpp/atomic_with_std.h
195 - src/core/lib/gprpp/manual_constructor.h
196 - src/core/lib/gprpp/memory.h
Vijay Paida693552018-02-16 22:59:03 -0800197 - src/core/lib/gprpp/thd.h
Vijay Pai42807252017-07-28 15:08:24 -0700198 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700199 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700200 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800201- name: gpr_codegen
202 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800203 - include/grpc/impl/codegen/atm.h
204 - include/grpc/impl/codegen/atm_gcc_atomic.h
205 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700206 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700207 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800208 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700209 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800210 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800211 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700212 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800213 - include/grpc/impl/codegen/sync_generic.h
214 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700215 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700216- name: grpc++_base
217 deps:
218 - grpc
219 uses:
220 - grpc++_common
221 - grpc++_codegen_base
222- name: grpc++_base_unsecure
223 deps:
224 - grpc_unsecure
225 uses:
226 - grpc++_common
227 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700228- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700229 src:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800230 - src/core/lib/avl/avl.cc
Craig Tillerd48bd072017-10-06 11:25:14 -0700231 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700232 - src/core/lib/channel/channel_args.cc
233 - src/core/lib/channel/channel_stack.cc
234 - src/core/lib/channel/channel_stack_builder.cc
235 - src/core/lib/channel/connected_channel.cc
236 - src/core/lib/channel/handshaker.cc
237 - src/core/lib/channel/handshaker_factory.cc
238 - src/core/lib/channel/handshaker_registry.cc
239 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700240 - src/core/lib/compression/compression_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700241 - src/core/lib/compression/message_compress.cc
242 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700243 - src/core/lib/compression/stream_compression_gzip.cc
244 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700245 - src/core/lib/debug/stats.cc
246 - src/core/lib/debug/stats_data.cc
247 - src/core/lib/http/format_request.cc
248 - src/core/lib/http/httpcli.cc
249 - src/core/lib/http/parser.cc
250 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700251 - src/core/lib/iomgr/combiner.cc
252 - src/core/lib/iomgr/endpoint.cc
253 - src/core/lib/iomgr/endpoint_pair_posix.cc
254 - src/core/lib/iomgr/endpoint_pair_uv.cc
255 - src/core/lib/iomgr/endpoint_pair_windows.cc
256 - src/core/lib/iomgr/error.cc
257 - src/core/lib/iomgr/ev_epoll1_linux.cc
258 - src/core/lib/iomgr/ev_epollex_linux.cc
259 - src/core/lib/iomgr/ev_epollsig_linux.cc
260 - src/core/lib/iomgr/ev_poll_posix.cc
261 - src/core/lib/iomgr/ev_posix.cc
262 - src/core/lib/iomgr/ev_windows.cc
263 - src/core/lib/iomgr/exec_ctx.cc
264 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100265 - src/core/lib/iomgr/fork_posix.cc
266 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700267 - src/core/lib/iomgr/gethostname_fallback.cc
268 - src/core/lib/iomgr/gethostname_host_name_max.cc
269 - src/core/lib/iomgr/gethostname_sysconf.cc
270 - src/core/lib/iomgr/iocp_windows.cc
271 - src/core/lib/iomgr/iomgr.cc
kpayson64539f5062018-03-12 19:16:30 -0700272 - src/core/lib/iomgr/iomgr_custom.cc
273 - src/core/lib/iomgr/iomgr_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700274 - src/core/lib/iomgr/iomgr_posix.cc
275 - src/core/lib/iomgr/iomgr_uv.cc
276 - src/core/lib/iomgr/iomgr_windows.cc
277 - src/core/lib/iomgr/is_epollexclusive_available.cc
278 - src/core/lib/iomgr/load_file.cc
279 - src/core/lib/iomgr/lockfree_event.cc
280 - src/core/lib/iomgr/network_status_tracker.cc
281 - src/core/lib/iomgr/polling_entity.cc
kpayson64539f5062018-03-12 19:16:30 -0700282 - src/core/lib/iomgr/pollset.cc
283 - src/core/lib/iomgr/pollset_custom.cc
284 - src/core/lib/iomgr/pollset_set.cc
285 - src/core/lib/iomgr/pollset_set_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700286 - src/core/lib/iomgr/pollset_set_windows.cc
287 - src/core/lib/iomgr/pollset_uv.cc
288 - src/core/lib/iomgr/pollset_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700289 - src/core/lib/iomgr/resolve_address.cc
290 - src/core/lib/iomgr/resolve_address_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700291 - src/core/lib/iomgr/resolve_address_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700292 - src/core/lib/iomgr/resolve_address_windows.cc
293 - src/core/lib/iomgr/resource_quota.cc
294 - src/core/lib/iomgr/sockaddr_utils.cc
295 - src/core/lib/iomgr/socket_factory_posix.cc
296 - src/core/lib/iomgr/socket_mutator.cc
297 - src/core/lib/iomgr/socket_utils_common_posix.cc
298 - src/core/lib/iomgr/socket_utils_linux.cc
299 - src/core/lib/iomgr/socket_utils_posix.cc
300 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700301 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700302 - src/core/lib/iomgr/socket_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700303 - src/core/lib/iomgr/tcp_client.cc
304 - src/core/lib/iomgr/tcp_client_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700305 - src/core/lib/iomgr/tcp_client_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700306 - src/core/lib/iomgr/tcp_client_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700307 - src/core/lib/iomgr/tcp_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700308 - src/core/lib/iomgr/tcp_posix.cc
kpayson64539f5062018-03-12 19:16:30 -0700309 - src/core/lib/iomgr/tcp_server.cc
310 - src/core/lib/iomgr/tcp_server_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700311 - src/core/lib/iomgr/tcp_server_posix.cc
312 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
313 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
314 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700315 - src/core/lib/iomgr/tcp_server_windows.cc
316 - src/core/lib/iomgr/tcp_uv.cc
317 - src/core/lib/iomgr/tcp_windows.cc
318 - src/core/lib/iomgr/time_averaged_stats.cc
kpayson64539f5062018-03-12 19:16:30 -0700319 - src/core/lib/iomgr/timer.cc
320 - src/core/lib/iomgr/timer_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700321 - src/core/lib/iomgr/timer_generic.cc
322 - src/core/lib/iomgr/timer_heap.cc
323 - src/core/lib/iomgr/timer_manager.cc
324 - src/core/lib/iomgr/timer_uv.cc
325 - src/core/lib/iomgr/udp_server.cc
326 - src/core/lib/iomgr/unix_sockets_posix.cc
327 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
328 - src/core/lib/iomgr/wakeup_fd_cv.cc
329 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
330 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
331 - src/core/lib/iomgr/wakeup_fd_pipe.cc
332 - src/core/lib/iomgr/wakeup_fd_posix.cc
333 - src/core/lib/json/json.cc
334 - src/core/lib/json/json_reader.cc
335 - src/core/lib/json/json_string.cc
336 - src/core/lib/json/json_writer.cc
337 - src/core/lib/slice/b64.cc
338 - src/core/lib/slice/percent_encoding.cc
339 - src/core/lib/slice/slice.cc
340 - src/core/lib/slice/slice_buffer.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700341 - src/core/lib/slice/slice_intern.cc
342 - src/core/lib/slice/slice_string_helpers.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700343 - src/core/lib/surface/api_trace.cc
344 - src/core/lib/surface/byte_buffer.cc
345 - src/core/lib/surface/byte_buffer_reader.cc
346 - src/core/lib/surface/call.cc
347 - src/core/lib/surface/call_details.cc
348 - src/core/lib/surface/call_log_batch.cc
349 - src/core/lib/surface/channel.cc
350 - src/core/lib/surface/channel_init.cc
351 - src/core/lib/surface/channel_ping.cc
352 - src/core/lib/surface/channel_stack_type.cc
353 - src/core/lib/surface/completion_queue.cc
354 - src/core/lib/surface/completion_queue_factory.cc
355 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700356 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700357 - src/core/lib/surface/metadata_array.cc
358 - src/core/lib/surface/server.cc
359 - src/core/lib/surface/validate_metadata.cc
360 - src/core/lib/surface/version.cc
361 - src/core/lib/transport/bdp_estimator.cc
362 - src/core/lib/transport/byte_stream.cc
363 - src/core/lib/transport/connectivity_state.cc
364 - src/core/lib/transport/error_utils.cc
365 - src/core/lib/transport/metadata.cc
366 - src/core/lib/transport/metadata_batch.cc
367 - src/core/lib/transport/pid_controller.cc
368 - src/core/lib/transport/service_config.cc
369 - src/core/lib/transport/static_metadata.cc
370 - src/core/lib/transport/status_conversion.cc
Mark D. Roth718c8342018-02-28 13:00:04 -0800371 - src/core/lib/transport/status_metadata.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700372 - src/core/lib/transport/timeout_encoding.cc
373 - src/core/lib/transport/transport.cc
374 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700375 deps:
376 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700377 filegroups:
378 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700379 uses:
380 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700381 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700382- name: grpc_base_headers
383 public_headers:
384 - include/grpc/byte_buffer.h
385 - include/grpc/byte_buffer_reader.h
386 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700387 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700388 - include/grpc/grpc.h
389 - include/grpc/grpc_posix.h
390 - include/grpc/grpc_security_constants.h
391 - include/grpc/load_reporting.h
392 - include/grpc/slice.h
393 - include/grpc/slice_buffer.h
394 - include/grpc/status.h
395 - include/grpc/support/workaround_list.h
396 headers:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800397 - src/core/lib/avl/avl.h
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700398 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700399 - src/core/lib/channel/channel_args.h
400 - src/core/lib/channel/channel_stack.h
401 - src/core/lib/channel/channel_stack_builder.h
402 - src/core/lib/channel/connected_channel.h
403 - src/core/lib/channel/context.h
404 - src/core/lib/channel/handshaker.h
405 - src/core/lib/channel/handshaker_factory.h
406 - src/core/lib/channel/handshaker_registry.h
407 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700408 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700409 - src/core/lib/compression/message_compress.h
410 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700411 - src/core/lib/compression/stream_compression_gzip.h
412 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700413 - src/core/lib/debug/stats.h
414 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800415 - src/core/lib/gprpp/debug_location.h
416 - src/core/lib/gprpp/inlined_vector.h
417 - src/core/lib/gprpp/orphanable.h
418 - src/core/lib/gprpp/ref_counted.h
419 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700420 - src/core/lib/http/format_request.h
421 - src/core/lib/http/httpcli.h
422 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700423 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700424 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700425 - src/core/lib/iomgr/closure.h
426 - src/core/lib/iomgr/combiner.h
427 - src/core/lib/iomgr/endpoint.h
428 - src/core/lib/iomgr/endpoint_pair.h
429 - src/core/lib/iomgr/error.h
430 - src/core/lib/iomgr/error_internal.h
431 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700432 - src/core/lib/iomgr/ev_epollex_linux.h
433 - src/core/lib/iomgr/ev_epollsig_linux.h
434 - src/core/lib/iomgr/ev_poll_posix.h
435 - src/core/lib/iomgr/ev_posix.h
436 - src/core/lib/iomgr/exec_ctx.h
437 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700438 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700439 - src/core/lib/iomgr/iocp_windows.h
440 - src/core/lib/iomgr/iomgr.h
kpayson64539f5062018-03-12 19:16:30 -0700441 - src/core/lib/iomgr/iomgr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700442 - src/core/lib/iomgr/iomgr_internal.h
443 - src/core/lib/iomgr/iomgr_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700444 - src/core/lib/iomgr/is_epollexclusive_available.h
445 - src/core/lib/iomgr/load_file.h
446 - src/core/lib/iomgr/lockfree_event.h
447 - src/core/lib/iomgr/nameser.h
448 - src/core/lib/iomgr/network_status_tracker.h
449 - src/core/lib/iomgr/polling_entity.h
450 - src/core/lib/iomgr/pollset.h
kpayson64539f5062018-03-12 19:16:30 -0700451 - src/core/lib/iomgr/pollset_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700452 - src/core/lib/iomgr/pollset_set.h
kpayson64539f5062018-03-12 19:16:30 -0700453 - src/core/lib/iomgr/pollset_set_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700454 - src/core/lib/iomgr/pollset_set_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700455 - src/core/lib/iomgr/pollset_windows.h
456 - src/core/lib/iomgr/port.h
457 - src/core/lib/iomgr/resolve_address.h
kpayson64539f5062018-03-12 19:16:30 -0700458 - src/core/lib/iomgr/resolve_address_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700459 - src/core/lib/iomgr/resource_quota.h
460 - src/core/lib/iomgr/sockaddr.h
kpayson64539f5062018-03-12 19:16:30 -0700461 - src/core/lib/iomgr/sockaddr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700462 - src/core/lib/iomgr/sockaddr_posix.h
463 - src/core/lib/iomgr/sockaddr_utils.h
464 - src/core/lib/iomgr/sockaddr_windows.h
465 - src/core/lib/iomgr/socket_factory_posix.h
466 - src/core/lib/iomgr/socket_mutator.h
467 - src/core/lib/iomgr/socket_utils.h
468 - src/core/lib/iomgr/socket_utils_posix.h
469 - src/core/lib/iomgr/socket_windows.h
470 - src/core/lib/iomgr/sys_epoll_wrapper.h
471 - src/core/lib/iomgr/tcp_client.h
472 - src/core/lib/iomgr/tcp_client_posix.h
kpayson64539f5062018-03-12 19:16:30 -0700473 - src/core/lib/iomgr/tcp_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700474 - src/core/lib/iomgr/tcp_posix.h
475 - src/core/lib/iomgr/tcp_server.h
476 - src/core/lib/iomgr/tcp_server_utils_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700477 - src/core/lib/iomgr/tcp_windows.h
478 - src/core/lib/iomgr/time_averaged_stats.h
479 - src/core/lib/iomgr/timer.h
kpayson64539f5062018-03-12 19:16:30 -0700480 - src/core/lib/iomgr/timer_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700481 - src/core/lib/iomgr/timer_heap.h
482 - src/core/lib/iomgr/timer_manager.h
Vijay Pai42807252017-07-28 15:08:24 -0700483 - src/core/lib/iomgr/udp_server.h
484 - src/core/lib/iomgr/unix_sockets_posix.h
485 - src/core/lib/iomgr/wakeup_fd_cv.h
486 - src/core/lib/iomgr/wakeup_fd_pipe.h
487 - src/core/lib/iomgr/wakeup_fd_posix.h
488 - src/core/lib/json/json.h
489 - src/core/lib/json/json_common.h
490 - src/core/lib/json/json_reader.h
491 - src/core/lib/json/json_writer.h
492 - src/core/lib/slice/b64.h
493 - src/core/lib/slice/percent_encoding.h
494 - src/core/lib/slice/slice_hash_table.h
495 - src/core/lib/slice/slice_internal.h
496 - src/core/lib/slice/slice_string_helpers.h
David Garcia Quintas396d49d2018-02-28 16:06:30 -0800497 - src/core/lib/slice/slice_weak_hash_table.h
Vijay Pai42807252017-07-28 15:08:24 -0700498 - src/core/lib/surface/api_trace.h
499 - src/core/lib/surface/call.h
500 - src/core/lib/surface/call_test_only.h
501 - src/core/lib/surface/channel.h
502 - src/core/lib/surface/channel_init.h
503 - src/core/lib/surface/channel_stack_type.h
504 - src/core/lib/surface/completion_queue.h
505 - src/core/lib/surface/completion_queue_factory.h
506 - src/core/lib/surface/event_string.h
507 - src/core/lib/surface/init.h
508 - src/core/lib/surface/lame_client.h
509 - src/core/lib/surface/server.h
510 - src/core/lib/surface/validate_metadata.h
511 - src/core/lib/transport/bdp_estimator.h
512 - src/core/lib/transport/byte_stream.h
513 - src/core/lib/transport/connectivity_state.h
514 - src/core/lib/transport/error_utils.h
515 - src/core/lib/transport/http2_errors.h
516 - src/core/lib/transport/metadata.h
517 - src/core/lib/transport/metadata_batch.h
518 - src/core/lib/transport/pid_controller.h
519 - src/core/lib/transport/service_config.h
520 - src/core/lib/transport/static_metadata.h
521 - src/core/lib/transport/status_conversion.h
Mark D. Roth718c8342018-02-28 13:00:04 -0800522 - src/core/lib/transport/status_metadata.h
Vijay Pai42807252017-07-28 15:08:24 -0700523 - src/core/lib/transport/timeout_encoding.h
524 - src/core/lib/transport/transport.h
525 - src/core/lib/transport/transport_impl.h
526 deps:
527 - gpr
528 uses:
529 - grpc_codegen
530 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700531- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700532 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700533 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700534 - src/core/ext/filters/client_channel/client_channel.h
535 - src/core/ext/filters/client_channel/client_channel_factory.h
536 - src/core/ext/filters/client_channel/connector.h
537 - src/core/ext/filters/client_channel/http_connect_handshaker.h
538 - src/core/ext/filters/client_channel/http_proxy.h
539 - src/core/ext/filters/client_channel/lb_policy.h
540 - src/core/ext/filters/client_channel/lb_policy_factory.h
541 - src/core/ext/filters/client_channel/lb_policy_registry.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800542 - src/core/ext/filters/client_channel/method_params.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/parse_address.h
544 - src/core/ext/filters/client_channel/proxy_mapper.h
545 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
546 - src/core/ext/filters/client_channel/resolver.h
547 - src/core/ext/filters/client_channel/resolver_factory.h
548 - src/core/ext/filters/client_channel/resolver_registry.h
549 - src/core/ext/filters/client_channel/retry_throttle.h
Noah Eisenf2bea372018-03-19 12:05:18 -0700550 - src/core/ext/filters/client_channel/status_util.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700551 - src/core/ext/filters/client_channel/subchannel.h
552 - src/core/ext/filters/client_channel/subchannel_index.h
553 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700554 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700555 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700556 - src/core/ext/filters/client_channel/channel_connectivity.cc
557 - src/core/ext/filters/client_channel/client_channel.cc
558 - src/core/ext/filters/client_channel/client_channel_factory.cc
559 - src/core/ext/filters/client_channel/client_channel_plugin.cc
560 - src/core/ext/filters/client_channel/connector.cc
561 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
562 - src/core/ext/filters/client_channel/http_proxy.cc
563 - src/core/ext/filters/client_channel/lb_policy.cc
564 - src/core/ext/filters/client_channel/lb_policy_factory.cc
565 - src/core/ext/filters/client_channel/lb_policy_registry.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800566 - src/core/ext/filters/client_channel/method_params.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700567 - src/core/ext/filters/client_channel/parse_address.cc
568 - src/core/ext/filters/client_channel/proxy_mapper.cc
569 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
570 - src/core/ext/filters/client_channel/resolver.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700571 - src/core/ext/filters/client_channel/resolver_registry.cc
572 - src/core/ext/filters/client_channel/retry_throttle.cc
Noah Eisenf2bea372018-03-19 12:05:18 -0700573 - src/core/ext/filters/client_channel/status_util.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700574 - src/core/ext/filters/client_channel/subchannel.cc
575 - src/core/ext/filters/client_channel/subchannel_index.cc
576 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700577 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700578 uses:
579 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700580 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800581- name: grpc_codegen
582 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700583 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700584 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800585 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800586 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800587 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800588 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700589 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800590 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700591 uses:
592 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700593- name: grpc_deadline_filter
594 headers:
595 - src/core/ext/filters/deadline/deadline_filter.h
596 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700597 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700598 plugin: grpc_deadline_filter
599 uses:
600 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700601- name: grpc_http_filters
602 headers:
603 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700604 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700605 - src/core/ext/filters/http/server/http_server_filter.h
606 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700607 - src/core/ext/filters/http/client/http_client_filter.cc
608 - src/core/ext/filters/http/http_filters_plugin.cc
609 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
610 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700611 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700612 uses:
613 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700614- name: grpc_lb_policy_grpclb
615 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700616 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700617 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700618 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700619 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
620 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700621 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700622 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
623 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
624 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
625 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
626 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700627 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800628 plugin: grpc_lb_policy_grpclb
629 uses:
630 - grpc_base
631 - grpc_client_channel
632 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700633 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800634- name: grpc_lb_policy_grpclb_secure
635 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700636 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700637 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700638 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700639 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
640 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800641 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700642 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
643 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
644 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
645 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
646 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700647 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700648 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700649 uses:
650 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700651 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700652 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700653 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700654 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700655- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700656 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700657 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700658 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700659 uses:
660 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700661 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700662 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700663- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700664 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700665 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700666 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700667 uses:
668 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700669 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700670 - grpc_lb_subchannel_list
671- name: grpc_lb_subchannel_list
672 headers:
673 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
674 src:
675 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
676 uses:
677 - grpc_base
678 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700679- name: grpc_max_age_filter
680 headers:
681 - src/core/ext/filters/max_age/max_age_filter.h
682 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700683 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700684 plugin: grpc_max_age_filter
685 uses:
686 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700687- name: grpc_message_size_filter
688 headers:
689 - src/core/ext/filters/message_size/message_size_filter.h
690 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700691 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700692 plugin: grpc_message_size_filter
693 uses:
694 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700695- name: grpc_resolver_dns_ares
696 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700697 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
698 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700699 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700700 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
701 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
702 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
703 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700704 plugin: grpc_resolver_dns_ares
705 uses:
706 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700707 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700708- name: grpc_resolver_dns_native
709 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700710 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700711 plugin: grpc_resolver_dns_native
712 uses:
713 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700714 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700715- name: grpc_resolver_fake
716 headers:
717 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
718 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700719 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700720 plugin: grpc_resolver_fake
721 uses:
722 - grpc_base
723 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700724- name: grpc_resolver_sockaddr
725 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700726 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700727 plugin: grpc_resolver_sockaddr
728 uses:
729 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700730 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100731- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700732 public_headers:
733 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100734 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700735 - src/core/lib/security/context/security_context.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800736 - src/core/lib/security/credentials/alts/alts_credentials.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700737 - src/core/lib/security/credentials/composite/composite_credentials.h
738 - src/core/lib/security/credentials/credentials.h
739 - src/core/lib/security/credentials/fake/fake_credentials.h
740 - src/core/lib/security/credentials/google_default/google_default_credentials.h
741 - src/core/lib/security/credentials/iam/iam_credentials.h
742 - src/core/lib/security/credentials/jwt/json_token.h
743 - src/core/lib/security/credentials/jwt/jwt_credentials.h
744 - src/core/lib/security/credentials/jwt/jwt_verifier.h
745 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
746 - src/core/lib/security/credentials/plugin/plugin_credentials.h
747 - src/core/lib/security/credentials/ssl/ssl_credentials.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800748 - src/core/lib/security/security_connector/alts_security_connector.h
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800749 - src/core/lib/security/security_connector/security_connector.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700750 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700751 - src/core/lib/security/transport/secure_endpoint.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800752 - src/core/lib/security/transport/security_handshaker.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800753 - src/core/lib/security/transport/target_authority_table.h
Craig Tillerddad9782016-05-05 17:11:31 -0700754 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700755 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100756 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700757 - src/core/lib/http/httpcli_security_connector.cc
758 - src/core/lib/security/context/security_context.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800759 - src/core/lib/security/credentials/alts/alts_credentials.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700760 - src/core/lib/security/credentials/composite/composite_credentials.cc
761 - src/core/lib/security/credentials/credentials.cc
762 - src/core/lib/security/credentials/credentials_metadata.cc
763 - src/core/lib/security/credentials/fake/fake_credentials.cc
764 - src/core/lib/security/credentials/google_default/credentials_generic.cc
765 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
766 - src/core/lib/security/credentials/iam/iam_credentials.cc
767 - src/core/lib/security/credentials/jwt/json_token.cc
768 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
769 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
770 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
771 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
772 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800773 - src/core/lib/security/security_connector/alts_security_connector.cc
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800774 - src/core/lib/security/security_connector/security_connector.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700775 - src/core/lib/security/transport/client_auth_filter.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700776 - src/core/lib/security/transport/secure_endpoint.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700777 - src/core/lib/security/transport/security_handshaker.cc
778 - src/core/lib/security/transport/server_auth_filter.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800779 - src/core/lib/security/transport/target_authority_table.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700780 - src/core/lib/security/transport/tsi_error.cc
781 - src/core/lib/security/util/json_util.cc
782 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700784 uses:
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800785 - alts_tsi
Craig Tillerd1697d92016-04-05 16:05:46 -0700786 - grpc_base
787 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700789- name: grpc_server_backward_compatibility
790 headers:
791 - src/core/ext/filters/workarounds/workaround_utils.h
792 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700793 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700794 uses:
795 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700796- name: grpc_server_load_reporting
797 headers:
798 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
799 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
800 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700801 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
802 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700803 plugin: grpc_server_load_reporting_plugin
804 uses:
805 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700806- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700807 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700808 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700809 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700810 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800811 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700812 - test/core/end2end/fixtures/proxy.h
813 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800814 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700815 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800816 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200817 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700818 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700819 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700820 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700821 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700822 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700823 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800824 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800825 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800826 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700827 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700828 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700829 - test/core/end2end/cq_verifier.cc
830 - test/core/end2end/fixtures/http_proxy_fixture.cc
831 - test/core/end2end/fixtures/proxy.cc
832 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700833 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700834 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800835 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700836 - test/core/util/memory_counters.cc
837 - test/core/util/mock_endpoint.cc
838 - test/core/util/parse_hexstring.cc
839 - test/core/util/passthru_endpoint.cc
840 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800841 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700842 - test/core/util/port_server_client.cc
843 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800844 - test/core/util/subprocess_posix.cc
845 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800846 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700847 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700848 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700849 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700850 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700851 uses:
Vijay Pai80e23d12018-01-25 21:50:18 -0800852 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700853 - grpc_base
854 - grpc_client_channel
855 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700856- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700857 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700858 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700859 deps:
860 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700861 filegroups:
862 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700863 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700864- name: grpc_trace_headers
865 headers:
866 - src/core/lib/debug/trace.h
867 deps:
868 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700869- name: grpc_transport_chttp2
870 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700871 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700872 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700873 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700874 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700875 - src/core/ext/transport/chttp2/transport/frame.h
876 - src/core/ext/transport/chttp2/transport/frame_data.h
877 - src/core/ext/transport/chttp2/transport/frame_goaway.h
878 - src/core/ext/transport/chttp2/transport/frame_ping.h
879 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
880 - src/core/ext/transport/chttp2/transport/frame_settings.h
881 - src/core/ext/transport/chttp2/transport/frame_window_update.h
882 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
883 - src/core/ext/transport/chttp2/transport/hpack_parser.h
884 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700885 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700886 - src/core/ext/transport/chttp2/transport/huffsyms.h
887 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
888 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700889 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700890 - src/core/ext/transport/chttp2/transport/varint.h
891 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700892 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
893 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
894 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
895 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
896 - src/core/ext/transport/chttp2/transport/flow_control.cc
897 - src/core/ext/transport/chttp2/transport/frame_data.cc
898 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
899 - src/core/ext/transport/chttp2/transport/frame_ping.cc
900 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
901 - src/core/ext/transport/chttp2/transport/frame_settings.cc
902 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
903 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
904 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
905 - src/core/ext/transport/chttp2/transport/hpack_table.cc
906 - src/core/ext/transport/chttp2/transport/http2_settings.cc
907 - src/core/ext/transport/chttp2/transport/huffsyms.cc
908 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
909 - src/core/ext/transport/chttp2/transport/parsing.cc
910 - src/core/ext/transport/chttp2/transport/stream_lists.cc
911 - src/core/ext/transport/chttp2/transport/stream_map.cc
912 - src/core/ext/transport/chttp2/transport/varint.cc
913 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700914 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700915 uses:
916 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700917 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700918 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700919- name: grpc_transport_chttp2_alpn
920 headers:
921 - src/core/ext/transport/chttp2/alpn/alpn.h
922 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700923 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700924 deps:
925 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800926- name: grpc_transport_chttp2_client_connector
927 headers:
928 - src/core/ext/transport/chttp2/client/chttp2_connector.h
929 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700930 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800931 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800932 - grpc_transport_chttp2
933 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700934 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700935- name: grpc_transport_chttp2_client_insecure
936 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700937 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
938 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700939 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800940 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700941 - grpc_transport_chttp2
942 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700943 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700944- name: grpc_transport_chttp2_client_secure
945 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700946 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700947 uses:
948 - grpc_transport_chttp2
949 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700950 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700951 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800952 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800953- name: grpc_transport_chttp2_server
954 headers:
955 - src/core/ext/transport/chttp2/server/chttp2_server.h
956 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700957 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800958 uses:
959 - grpc_transport_chttp2
960 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700961- name: grpc_transport_chttp2_server_insecure
962 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700963 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
964 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700965 uses:
966 - grpc_transport_chttp2
967 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800968 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700969- name: grpc_transport_chttp2_server_secure
970 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700971 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700972 uses:
973 - grpc_transport_chttp2
974 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700975 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800976 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700977- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700978 public_headers:
979 - include/grpc/grpc_cronet.h
980 - include/grpc/grpc_security.h
981 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700982 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800983 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800984 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700985 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700986 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
987 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
988 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700989 filegroups:
990 - grpc_base
991 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700992 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700993- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700994 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700995 - src/core/ext/transport/inproc/inproc_plugin.cc
996 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700997 plugin: grpc_inproc_plugin
998 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700999 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001000 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -07001001- name: grpc_transport_inproc_headers
1002 headers:
1003 - src/core/ext/transport/inproc/inproc_transport.h
1004 uses:
1005 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -07001006- name: grpc_workaround_cronet_compression_filter
1007 headers:
1008 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
1009 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001010 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -07001011 plugin: grpc_workaround_cronet_compression_filter
1012 uses:
1013 - grpc_base
1014 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -08001015- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -07001016 src:
1017 - third_party/nanopb/pb_common.c
1018 - third_party/nanopb/pb_decode.c
1019 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -07001020 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001021 - nanopb_headers
1022- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -08001023 headers:
1024 - third_party/nanopb/pb.h
1025 - third_party/nanopb/pb_common.h
1026 - third_party/nanopb/pb_decode.h
1027 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001028- name: transport_security_test_lib
1029 build: test
1030 headers:
1031 - test/core/tsi/transport_security_test_lib.h
1032 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001033 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001034 deps:
1035 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001036- name: tsi
1037 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001038 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -07001039 - src/core/tsi/fake_transport_security.h
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001040 - src/core/tsi/ssl/session_cache/ssl_session.h
1041 - src/core/tsi/ssl/session_cache/ssl_session_cache.h
Craig Tiller134fed32017-03-28 14:27:18 -07001042 - src/core/tsi/ssl_transport_security.h
1043 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -07001044 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001045 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001046 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001047 - src/core/tsi/fake_transport_security.cc
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001048 - src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc
1049 - src/core/tsi/ssl/session_cache/ssl_session_cache.cc
1050 - src/core/tsi/ssl/session_cache/ssl_session_openssl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001051 - src/core/tsi/ssl_transport_security.cc
1052 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053 deps:
1054 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -08001055 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001056 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -07001057 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001058 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -07001059 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001060 - grpc_trace
1061- name: tsi_interface
1062 headers:
1063 - src/core/tsi/transport_security.h
1064 - src/core/tsi/transport_security_adapter.h
1065 - src/core/tsi/transport_security_interface.h
1066 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001067 - src/core/tsi/transport_security.cc
1068 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001069 deps:
1070 - gpr
1071 secure: true
1072 uses:
1073 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -07001074- name: grpc++_codegen_base
1075 language: c++
1076 public_headers:
1077 - include/grpc++/impl/codegen/async_stream.h
1078 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -07001079 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -07001080 - include/grpc++/impl/codegen/call.h
1081 - include/grpc++/impl/codegen/call_hook.h
1082 - include/grpc++/impl/codegen/channel_interface.h
1083 - include/grpc++/impl/codegen/client_context.h
1084 - include/grpc++/impl/codegen/client_unary_call.h
1085 - include/grpc++/impl/codegen/completion_queue.h
1086 - include/grpc++/impl/codegen/completion_queue_tag.h
1087 - include/grpc++/impl/codegen/config.h
1088 - include/grpc++/impl/codegen/core_codegen_interface.h
1089 - include/grpc++/impl/codegen/create_auth_context.h
1090 - include/grpc++/impl/codegen/grpc_library.h
1091 - include/grpc++/impl/codegen/metadata_map.h
1092 - include/grpc++/impl/codegen/method_handler_impl.h
1093 - include/grpc++/impl/codegen/rpc_method.h
1094 - include/grpc++/impl/codegen/rpc_service_method.h
1095 - include/grpc++/impl/codegen/security/auth_context.h
1096 - include/grpc++/impl/codegen/serialization_traits.h
1097 - include/grpc++/impl/codegen/server_context.h
1098 - include/grpc++/impl/codegen/server_interface.h
1099 - include/grpc++/impl/codegen/service_type.h
1100 - include/grpc++/impl/codegen/slice.h
1101 - include/grpc++/impl/codegen/status.h
1102 - include/grpc++/impl/codegen/status_code_enum.h
1103 - include/grpc++/impl/codegen/string_ref.h
1104 - include/grpc++/impl/codegen/stub_options.h
1105 - include/grpc++/impl/codegen/sync_stream.h
1106 - include/grpc++/impl/codegen/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001107 - include/grpcpp/impl/codegen/async_stream.h
1108 - include/grpcpp/impl/codegen/async_unary_call.h
1109 - include/grpcpp/impl/codegen/byte_buffer.h
1110 - include/grpcpp/impl/codegen/call.h
1111 - include/grpcpp/impl/codegen/call_hook.h
1112 - include/grpcpp/impl/codegen/channel_interface.h
1113 - include/grpcpp/impl/codegen/client_context.h
1114 - include/grpcpp/impl/codegen/client_unary_call.h
1115 - include/grpcpp/impl/codegen/completion_queue.h
1116 - include/grpcpp/impl/codegen/completion_queue_tag.h
1117 - include/grpcpp/impl/codegen/config.h
1118 - include/grpcpp/impl/codegen/core_codegen_interface.h
1119 - include/grpcpp/impl/codegen/create_auth_context.h
1120 - include/grpcpp/impl/codegen/grpc_library.h
1121 - include/grpcpp/impl/codegen/metadata_map.h
1122 - include/grpcpp/impl/codegen/method_handler_impl.h
1123 - include/grpcpp/impl/codegen/rpc_method.h
1124 - include/grpcpp/impl/codegen/rpc_service_method.h
1125 - include/grpcpp/impl/codegen/security/auth_context.h
1126 - include/grpcpp/impl/codegen/serialization_traits.h
1127 - include/grpcpp/impl/codegen/server_context.h
1128 - include/grpcpp/impl/codegen/server_interface.h
1129 - include/grpcpp/impl/codegen/service_type.h
1130 - include/grpcpp/impl/codegen/slice.h
1131 - include/grpcpp/impl/codegen/status.h
1132 - include/grpcpp/impl/codegen/status_code_enum.h
1133 - include/grpcpp/impl/codegen/string_ref.h
1134 - include/grpcpp/impl/codegen/stub_options.h
1135 - include/grpcpp/impl/codegen/sync_stream.h
1136 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001137 uses:
1138 - grpc_codegen
1139- name: grpc++_codegen_base_src
1140 language: c++
1141 src:
1142 - src/cpp/codegen/codegen_init.cc
1143 uses:
1144 - grpc++_codegen_base
1145- name: grpc++_codegen_proto
1146 language: c++
1147 public_headers:
1148 - include/grpc++/impl/codegen/proto_utils.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001149 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001150 uses:
1151 - grpc++_codegen_base
1152 - grpc++_config_proto
1153- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001154 language: c++
1155 public_headers:
1156 - include/grpc++/alarm.h
1157 - include/grpc++/channel.h
1158 - include/grpc++/client_context.h
1159 - include/grpc++/completion_queue.h
1160 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001161 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001162 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001163 - include/grpc++/generic/async_generic_service.h
1164 - include/grpc++/generic/generic_stub.h
1165 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001166 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001167 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001168 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001169 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001170 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001171 - include/grpc++/impl/grpc_library.h
1172 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001173 - include/grpc++/impl/rpc_method.h
1174 - include/grpc++/impl/rpc_service_method.h
1175 - include/grpc++/impl/serialization_traits.h
1176 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001177 - include/grpc++/impl/server_builder_plugin.h
1178 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001179 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001180 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001181 - include/grpc++/security/auth_context.h
1182 - include/grpc++/security/auth_metadata_processor.h
1183 - include/grpc++/security/credentials.h
1184 - include/grpc++/security/server_credentials.h
1185 - include/grpc++/server.h
1186 - include/grpc++/server_builder.h
1187 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001188 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001189 - include/grpc++/support/async_stream.h
1190 - include/grpc++/support/async_unary_call.h
1191 - include/grpc++/support/byte_buffer.h
1192 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001193 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001194 - include/grpc++/support/slice.h
1195 - include/grpc++/support/status.h
1196 - include/grpc++/support/status_code_enum.h
1197 - include/grpc++/support/string_ref.h
1198 - include/grpc++/support/stub_options.h
1199 - include/grpc++/support/sync_stream.h
1200 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001201 - include/grpcpp/alarm.h
1202 - include/grpcpp/channel.h
1203 - include/grpcpp/client_context.h
1204 - include/grpcpp/completion_queue.h
1205 - include/grpcpp/create_channel.h
1206 - include/grpcpp/create_channel_posix.h
1207 - include/grpcpp/ext/health_check_service_server_builder_option.h
1208 - include/grpcpp/generic/async_generic_service.h
1209 - include/grpcpp/generic/generic_stub.h
1210 - include/grpcpp/grpcpp.h
1211 - include/grpcpp/health_check_service_interface.h
1212 - include/grpcpp/impl/call.h
1213 - include/grpcpp/impl/channel_argument_option.h
1214 - include/grpcpp/impl/client_unary_call.h
1215 - include/grpcpp/impl/codegen/core_codegen.h
1216 - include/grpcpp/impl/grpc_library.h
1217 - include/grpcpp/impl/method_handler_impl.h
1218 - include/grpcpp/impl/rpc_method.h
1219 - include/grpcpp/impl/rpc_service_method.h
1220 - include/grpcpp/impl/serialization_traits.h
1221 - include/grpcpp/impl/server_builder_option.h
1222 - include/grpcpp/impl/server_builder_plugin.h
1223 - include/grpcpp/impl/server_initializer.h
1224 - include/grpcpp/impl/service_type.h
1225 - include/grpcpp/resource_quota.h
1226 - include/grpcpp/security/auth_context.h
1227 - include/grpcpp/security/auth_metadata_processor.h
1228 - include/grpcpp/security/credentials.h
1229 - include/grpcpp/security/server_credentials.h
1230 - include/grpcpp/server.h
1231 - include/grpcpp/server_builder.h
1232 - include/grpcpp/server_context.h
1233 - include/grpcpp/server_posix.h
1234 - include/grpcpp/support/async_stream.h
1235 - include/grpcpp/support/async_unary_call.h
1236 - include/grpcpp/support/byte_buffer.h
1237 - include/grpcpp/support/channel_arguments.h
1238 - include/grpcpp/support/config.h
1239 - include/grpcpp/support/slice.h
1240 - include/grpcpp/support/status.h
1241 - include/grpcpp/support/status_code_enum.h
1242 - include/grpcpp/support/string_ref.h
1243 - include/grpcpp/support/stub_options.h
1244 - include/grpcpp/support/sync_stream.h
1245 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001246 headers:
1247 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001248 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001249 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001250 - src/cpp/server/health/default_health_check_service.h
1251 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001252 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001253 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001254 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001255 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001256 - src/cpp/client/client_context.cc
1257 - src/cpp/client/create_channel.cc
1258 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001259 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001260 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001261 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001262 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001263 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001264 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001265 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001266 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001267 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001268 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001269 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001270 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001271 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001272 - src/cpp/server/create_default_thread_pool.cc
1273 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001274 - src/cpp/server/health/default_health_check_service.cc
1275 - src/cpp/server/health/health.pb.c
1276 - src/cpp/server/health/health_check_service.cc
1277 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001278 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001279 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001280 - src/cpp/server/server_context.cc
1281 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001282 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001283 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001284 - src/cpp/util/byte_buffer_cc.cc
1285 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001286 - src/cpp/util/status.cc
1287 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001288 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001289 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001290 - gpr_base_headers
1291 - grpc_base_headers
1292 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001293 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001294 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001295- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001296 language: c++
1297 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001298 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001299 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001300- name: grpc++_reflection_proto
1301 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001302 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001303 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001304- name: grpc++_test
1305 language: c++
1306 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001307 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001308 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001309 - include/grpcpp/test/mock_stream.h
1310 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001311 deps:
1312 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001313 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001314libs:
Yihua Zhang04fb58e2018-03-08 06:49:24 -08001315- name: alts_test_util
1316 build: private
1317 language: c
1318 headers:
1319 - test/core/tsi/alts/crypt/gsec_test_util.h
1320 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h
1321 src:
1322 - test/core/tsi/alts/crypt/gsec_test_util.cc
1323 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.cc
1324 deps:
1325 - grpc
1326 secure: true
Craig Tillerda179ce2016-02-09 12:01:53 -08001327- name: gpr
1328 build: all
1329 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001330 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001331 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001332 secure: false
1333 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1334- name: gpr_test_util
1335 build: private
1336 language: c
1337 headers:
1338 - test/core/util/test_config.h
1339 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001340 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001341 deps:
1342 - gpr
1343 secure: false
1344 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001345- name: grpc
1346 build: all
1347 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001348 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001349 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001351 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001352 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001353 filegroups:
1354 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001355 - grpc_transport_chttp2_server_secure
1356 - grpc_transport_chttp2_client_secure
1357 - grpc_transport_chttp2_server_insecure
1358 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001359 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001360 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001361 - grpc_lb_policy_pick_first
1362 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001363 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001364 - grpc_resolver_dns_native
1365 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001366 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001367 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001368 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001369 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001370 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001371 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001372 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001373 - grpc_workaround_cronet_compression_filter
1374 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001375 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001377 vs_packages:
1378 - grpc.dependencies.openssl
1379 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001380 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001381- name: grpc_cronet
1382 build: all
1383 language: c
1384 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001385 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001386 baselib: true
1387 deps_linkage: static
1388 dll: true
1389 filegroups:
1390 - grpc_base
1391 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001392 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001393 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001394 generate_plugin_registry: true
1395 platforms:
1396 - linux
1397 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001398- name: grpc_dll
1399 build: private
1400 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001401 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001402 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001403 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001404 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001405 build_system:
1406 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001407 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001408 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001409 vs_config_type: DynamicLibrary
1410 vs_packages:
1411 - grpc.dependencies.openssl
1412 - grpc.dependencies.zlib
1413 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1414 vs_props:
1415 - zlib
1416 - openssl
1417 - winsock
1418 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001419- name: grpc_test_util
1420 build: private
1421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001422 headers:
1423 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001424 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001426 - test/core/end2end/data/client_certs.cc
1427 - test/core/end2end/data/server1_cert.cc
1428 - test/core/end2end/data/server1_key.cc
1429 - test/core/end2end/data/test_root_cert.cc
1430 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001431 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001432 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001433 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001434 - grpc
1435 filegroups:
1436 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1438- name: grpc_test_util_unsecure
1439 build: private
1440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001441 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001442 - gpr
1443 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001444 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001445 filegroups:
1446 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447 secure: false
1448 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1449- name: grpc_unsecure
1450 build: all
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001453 - src/core/lib/surface/init.cc
1454 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001456 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001458 filegroups:
1459 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001460 - grpc_transport_chttp2_server_insecure
1461 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001462 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001463 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001464 - grpc_resolver_dns_native
1465 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001466 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001467 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001468 - grpc_lb_policy_grpclb
1469 - grpc_lb_policy_pick_first
1470 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001471 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001472 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001473 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001474 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001475 - grpc_workaround_cronet_compression_filter
1476 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001477 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478 secure: false
1479 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480- name: reconnect_server
1481 build: private
1482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001483 headers:
1484 - test/core/util/reconnect_server.h
1485 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001486 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001487 deps:
yang-gc9fca182015-11-06 16:41:33 -08001488 - test_tcp_server
1489 - grpc_test_util
1490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001491 - gpr_test_util
1492 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001493- name: test_tcp_server
1494 build: private
1495 language: c
1496 headers:
1497 - test/core/util/test_tcp_server.h
1498 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001499 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001500 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001501 - grpc_test_util
1502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr_test_util
1504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: grpc++
1506 build: all
1507 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001508 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001509 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001510 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001511 - src/cpp/client/secure_credentials.h
1512 - src/cpp/common/secure_auth_context.h
1513 - src/cpp/server/secure_server_credentials.h
1514 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001515 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001516 - src/cpp/client/secure_credentials.cc
1517 - src/cpp/common/auth_property_iterator.cc
1518 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001519 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001520 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001521 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001522 - src/cpp/server/secure_server_credentials.cc
1523 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001524 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001525 baselib: true
1526 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001527 filegroups:
1528 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001529 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001530 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001531 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001532 secure: check
1533 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001534- name: grpc++_core_stats
1535 build: private
1536 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001537 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001538 - src/cpp/util/core_stats.h
1539 src:
1540 - src/proto/grpc/core/stats.proto
1541 - src/cpp/util/core_stats.cc
1542 deps:
1543 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001544- name: grpc++_cronet
1545 build: all
1546 language: c++
1547 src:
1548 - src/cpp/client/cronet_credentials.cc
1549 - src/cpp/client/insecure_credentials.cc
1550 - src/cpp/common/insecure_create_auth_context.cc
1551 - src/cpp/server/insecure_server_credentials.cc
1552 deps:
1553 - gpr
1554 - grpc_cronet
1555 baselib: true
1556 dll: true
1557 filegroups:
1558 - grpc++_base
1559 - grpc++_codegen_base
1560 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001561 - grpc_transport_chttp2_client_insecure
1562 - grpc_transport_chttp2_server_insecure
1563 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001564 platforms:
1565 - linux
1566 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001567- name: grpc++_error_details
1568 build: all
1569 language: c++
1570 public_headers:
1571 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001572 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001573 src:
1574 - src/proto/grpc/status/status.proto
1575 - src/cpp/util/error_details.cc
1576 deps:
1577 - grpc++
1578 baselib: true
1579 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001580- name: grpc++_proto_reflection_desc_db
1581 build: private
1582 language: c++
1583 headers:
1584 - test/cpp/util/proto_reflection_descriptor_database.h
1585 src:
1586 - test/cpp/util/proto_reflection_descriptor_database.cc
1587 deps:
1588 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001589 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001590 filegroups:
1591 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001592 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001593- name: grpc++_reflection
1594 build: all
1595 language: c++
1596 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001597 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001598 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001599 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001600 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001601 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001602 - src/cpp/ext/proto_server_reflection.cc
1603 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001604 deps:
1605 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001606 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001607 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001608 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609- name: grpc++_test_config
1610 build: private
1611 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001612 headers:
1613 - test/cpp/util/test_config.h
1614 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001615 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616- name: grpc++_test_util
1617 build: private
1618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001619 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001620 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001621 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001622 - test/cpp/util/create_test_channel.h
1623 - test/cpp/util/string_ref_helper.h
1624 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001625 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
yang-gc8a49d22016-12-12 11:18:49 -08001627 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001628 - src/proto/grpc/testing/echo_messages.proto
1629 - src/proto/grpc/testing/echo.proto
1630 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001631 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001632 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001633 - test/cpp/util/create_test_channel.cc
1634 - test/cpp/util/string_ref_helper.cc
1635 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001636 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001637 deps:
1638 - grpc++
1639 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001640 - grpc
yang-g17487f92016-06-03 15:21:15 -07001641 filegroups:
1642 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001643 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001644 - grpc++_codegen_proto
1645 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001646- name: grpc++_test_util_unsecure
1647 build: private
1648 language: c++
1649 headers:
1650 - test/cpp/end2end/test_service_impl.h
1651 - test/cpp/util/byte_buffer_proto_helper.h
1652 - test/cpp/util/string_ref_helper.h
1653 - test/cpp/util/subprocess.h
1654 src:
1655 - src/proto/grpc/health/v1/health.proto
1656 - src/proto/grpc/testing/echo_messages.proto
1657 - src/proto/grpc/testing/echo.proto
1658 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1659 - test/cpp/end2end/test_service_impl.cc
1660 - test/cpp/util/byte_buffer_proto_helper.cc
1661 - test/cpp/util/string_ref_helper.cc
1662 - test/cpp/util/subprocess.cc
1663 deps:
1664 - grpc++_unsecure
1665 - grpc_test_util_unsecure
1666 - grpc_unsecure
1667 filegroups:
1668 - grpc++_codegen_base
1669 - grpc++_codegen_base_src
1670 - grpc++_codegen_proto
1671 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: grpc++_unsecure
1673 build: all
1674 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001676 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001677 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001678 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001679 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001681 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682 baselib: true
1683 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001684 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001685 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001686 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001687 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688 secure: false
1689 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001690- name: grpc_benchmark
1691 build: test
1692 language: c++
1693 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001694 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1695 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001696 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001697 src:
1698 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001699 deps:
1700 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001701 - grpc++_unsecure
1702 - grpc_test_util_unsecure
1703 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001704 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001705- name: grpc_cli_libs
1706 build: private
1707 language: c++
1708 headers:
1709 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001710 - test/cpp/util/cli_credentials.h
1711 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001712 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001713 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001714 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001715 src:
1716 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001717 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001718 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001719 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001720 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001721 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001722 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001723 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001724 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001725 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001726 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001727 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728- name: grpc_plugin_support
1729 build: protoc
1730 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001731 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001732 - src/compiler/config.h
1733 - src/compiler/cpp_generator.h
1734 - src/compiler/cpp_generator_helpers.h
1735 - src/compiler/csharp_generator.h
1736 - src/compiler/csharp_generator_helpers.h
1737 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001738 - src/compiler/node_generator.h
1739 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001740 - src/compiler/objective_c_generator.h
1741 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001742 - src/compiler/php_generator.h
1743 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301744 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001745 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301746 - src/compiler/python_generator_helpers.h
1747 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001748 - src/compiler/ruby_generator.h
1749 - src/compiler/ruby_generator_helpers-inl.h
1750 - src/compiler/ruby_generator_map-inl.h
1751 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301752 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
1754 - src/compiler/cpp_generator.cc
1755 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001756 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001757 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001758 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001759 - src/compiler/python_generator.cc
1760 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001761 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001762 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763 secure: false
1764 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001765 vs_props:
1766 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001767- name: http2_client_main
1768 build: private
1769 language: c++
1770 headers:
1771 - test/cpp/interop/http2_client.h
1772 src:
1773 - src/proto/grpc/testing/empty.proto
1774 - src/proto/grpc/testing/messages.proto
1775 - src/proto/grpc/testing/test.proto
1776 - test/cpp/interop/http2_client.cc
1777 deps:
1778 - grpc++_test_util
1779 - grpc_test_util
1780 - grpc++
1781 - grpc
1782 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783- name: interop_client_helper
1784 build: private
1785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001786 headers:
1787 - test/cpp/interop/client_helper.h
1788 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001789 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001790 - test/cpp/interop/client_helper.cc
1791 deps:
1792 - grpc++_test_util
1793 - grpc_test_util
1794 - grpc++
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797- name: interop_client_main
1798 build: private
1799 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001800 headers:
1801 - test/cpp/interop/interop_client.h
1802 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001803 - src/proto/grpc/testing/empty.proto
1804 - src/proto/grpc/testing/messages.proto
1805 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001806 - test/cpp/interop/client.cc
1807 - test/cpp/interop/interop_client.cc
1808 deps:
1809 - interop_client_helper
1810 - grpc++_test_util
1811 - grpc_test_util
1812 - grpc++
1813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001814 - gpr_test_util
1815 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001816 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: interop_server_helper
1818 build: private
1819 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001820 headers:
1821 - test/cpp/interop/server_helper.h
1822 src:
1823 - test/cpp/interop/server_helper.cc
1824 deps:
yang-gcc591022017-01-11 11:10:43 -08001825 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001826 - grpc_test_util
1827 - grpc++
1828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001830- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001831 build: private
1832 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001834 - src/proto/grpc/testing/empty.proto
1835 - src/proto/grpc/testing/messages.proto
1836 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001837 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001838 deps:
1839 - interop_server_helper
1840 - grpc++_test_util
1841 - grpc_test_util
1842 - grpc++
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001846 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001847- name: interop_server_main
1848 build: private
1849 language: c++
1850 src:
1851 - test/cpp/interop/interop_server_bootstrap.cc
1852 deps:
1853 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854- name: qps
1855 build: private
1856 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001857 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001858 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001859 - test/cpp/qps/client.h
1860 - test/cpp/qps/driver.h
1861 - test/cpp/qps/histogram.h
1862 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001863 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001864 - test/cpp/qps/qps_worker.h
1865 - test/cpp/qps/report.h
1866 - test/cpp/qps/server.h
1867 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001868 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001870 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001871 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001872 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001873 - src/proto/grpc/testing/control.proto
1874 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001875 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001876 - test/cpp/qps/client_async.cc
1877 - test/cpp/qps/client_sync.cc
1878 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001879 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001880 - test/cpp/qps/qps_worker.cc
1881 - test/cpp/qps/report.cc
1882 - test/cpp/qps/server_async.cc
1883 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001884 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001885 deps:
1886 - grpc_test_util
1887 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001888 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001889 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001890 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: grpc_csharp_ext
1892 build: all
1893 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - src/csharp/ext/grpc_csharp_ext.c
1896 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001899 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001900 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901 dll: only
1902 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001903 vs_packages:
1904 - grpc.dependencies.openssl
1905 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001906 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001907 vs_props:
1908 - zlib
1909 - openssl
1910 - winsock
1911 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001912targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001913- name: algorithm_test
1914 build: test
1915 language: c
1916 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001917 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001918 deps:
1919 - grpc_test_util
1920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001923 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001924- name: alloc_test
1925 build: test
1926 language: c
1927 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001928 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001929 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001932 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: alpn_test
1934 build: test
1935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001937 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001938 deps:
1939 - grpc_test_util
1940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001943- name: api_fuzzer
1944 build: fuzzer
1945 language: c
1946 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001947 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001948 deps:
1949 - grpc_test_util
1950 - grpc
1951 - gpr_test_util
1952 - gpr
1953 corpus_dirs:
1954 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001955 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001956 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001957- name: arena_test
1958 build: test
1959 language: c
1960 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001961 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001962 deps:
1963 - gpr_test_util
1964 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001965 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08001966- name: avl_test
1967 build: test
1968 language: c
1969 src:
1970 - test/core/avl/avl_test.cc
1971 deps:
1972 - gpr_test_util
1973 - gpr
1974 - grpc
1975 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001976- name: bad_server_response_test
1977 build: test
1978 language: c
1979 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001980 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001981 deps:
1982 - test_tcp_server
1983 - grpc_test_util
1984 - grpc
1985 - gpr_test_util
1986 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001987 exclude_iomgrs:
1988 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001989- name: bin_decoder_test
1990 build: test
1991 language: c
1992 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001993 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001994 deps:
1995 - grpc_test_util
1996 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001997 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: bin_encoder_test
1999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002002 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002003 deps:
2004 - grpc_test_util
2005 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002006 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08002007- name: channel_create_test
2008 build: test
2009 language: c
2010 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002011 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08002012 deps:
2013 - grpc_test_util
2014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07002017- name: check_epollexclusive
2018 build: tool
2019 language: c
2020 src:
2021 - test/build/check_epollexclusive.c
2022 deps:
2023 - grpc
2024 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08002025- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002029 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002035 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: chttp2_stream_map_test
2037 build: test
2038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002039 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002040 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002041 deps:
2042 - grpc_test_util
2043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002044 - gpr_test_util
2045 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002046 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08002047- name: chttp2_varint_test
2048 build: test
2049 language: c
2050 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002051 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08002052 deps:
2053 - grpc_test_util
2054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002057 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07002058- name: client_fuzzer
2059 build: fuzzer
2060 language: c
2061 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002062 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07002063 deps:
2064 - grpc_test_util
2065 - grpc
2066 - gpr_test_util
2067 - gpr
2068 corpus_dirs:
2069 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002070 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07002071 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002072- name: cmdline_test
2073 build: test
2074 language: c
2075 src:
2076 - test/core/util/cmdline_test.cc
2077 deps:
2078 - gpr
2079 - gpr_test_util
2080 - grpc_test_util
2081 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002082- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07002083 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07002084 build: test
2085 language: c
2086 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002087 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002088 deps:
2089 - grpc_test_util
2090 - grpc
2091 - gpr_test_util
2092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: compression_test
2094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002097 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002103 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08002104- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07002105 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08002106 build: test
2107 language: c
2108 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002109 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002110 deps:
2111 - grpc_test_util
2112 - grpc
2113 - gpr_test_util
2114 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002115 exclude_iomgrs:
2116 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002117- name: connection_refused_test
2118 cpu_cost: 0.1
2119 build: test
2120 language: c
2121 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002122 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002123 deps:
2124 - grpc_test_util
2125 - grpc
2126 - gpr_test_util
2127 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002128- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002129 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002130 build: test
2131 language: c
2132 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002133 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002134 deps:
2135 - grpc_test_util
2136 - grpc
2137 - gpr_test_util
2138 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002139 exclude_iomgrs:
2140 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002141- name: dns_resolver_cooldown_test
2142 build: test
2143 language: c
2144 src:
2145 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2146 deps:
2147 - grpc_test_util
2148 - grpc
2149 - gpr_test_util
2150 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002151- name: dns_resolver_test
2152 build: test
2153 language: c
2154 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002155 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002156 deps:
2157 - grpc_test_util
2158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002162 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163 build: test
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002166 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002167 deps:
2168 - grpc_test_util
2169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002170 - gpr_test_util
2171 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002172 exclude_iomgrs:
2173 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002174 platforms:
2175 - mac
2176 - linux
2177 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002178- name: endpoint_pair_test
2179 build: test
2180 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002181 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002182 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002183 deps:
2184 - grpc_test_util
2185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr_test_util
2187 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002188 exclude_iomgrs:
2189 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002190- name: error_test
2191 cpu_cost: 30
2192 build: test
2193 language: c
2194 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002195 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002196 deps:
2197 - grpc_test_util
2198 - grpc
2199 - gpr_test_util
2200 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002201 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002202- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002203 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002204 build: test
2205 language: c
2206 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002207 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002208 deps:
2209 - grpc_test_util
2210 - grpc
2211 - gpr_test_util
2212 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002213 exclude_iomgrs:
2214 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002215 platforms:
2216 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002217- name: fake_resolver_test
2218 build: test
2219 language: c
2220 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002221 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002222 deps:
2223 - grpc_test_util
2224 - grpc
2225 - gpr_test_util
2226 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002227- name: fake_transport_security_test
2228 build: test
2229 language: c
2230 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002231 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002232 deps:
2233 - gpr_test_util
2234 - gpr
2235 - grpc
2236 filegroups:
2237 - transport_security_test_lib
2238 platforms:
2239 - linux
2240 - posix
2241 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242- name: fd_conservation_posix_test
2243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002246 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002252 exclude_iomgrs:
2253 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002254 platforms:
2255 - mac
2256 - linux
2257 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258- name: fd_posix_test
2259 build: test
2260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002261 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002262 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002263 deps:
2264 - grpc_test_util
2265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr_test_util
2267 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002268 exclude_iomgrs:
2269 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002270 platforms:
2271 - mac
2272 - linux
2273 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274- name: fling_client
2275 build: test
2276 run: false
2277 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002278 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002279 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002280 deps:
2281 - grpc_test_util
2282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: fling_server
2286 build: test
2287 run: false
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002290 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002291 deps:
2292 - grpc_test_util
2293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 - gpr_test_util
2295 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002297 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002301 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002307 platforms:
2308 - mac
2309 - linux
2310 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002312 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002316 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002322 platforms:
2323 - mac
2324 - linux
2325 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002326- name: goaway_server_test
2327 cpu_cost: 0.1
2328 build: test
2329 language: c
2330 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002331 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002332 deps:
2333 - grpc_test_util
2334 - grpc
2335 - gpr_test_util
2336 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002337 exclude_iomgrs:
2338 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002339 platforms:
2340 - mac
2341 - linux
2342 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002343- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002344 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002345 build: test
2346 language: c
2347 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002348 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002349 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002352 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353- name: gpr_env_test
2354 build: test
2355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002356 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002357 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002358 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002361 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002362- name: gpr_host_port_test
2363 build: test
2364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002365 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002366 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002367 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002370 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371- name: gpr_log_test
2372 build: test
2373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002375 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002376 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002379 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002380- name: gpr_manual_constructor_test
2381 cpu_cost: 3
2382 build: test
2383 language: c
2384 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002385 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002386 deps:
2387 - gpr_test_util
2388 - gpr
2389 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002390- name: gpr_mpscq_test
2391 cpu_cost: 30
2392 build: test
2393 language: c
2394 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002395 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002396 deps:
2397 - gpr_test_util
2398 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002399 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002400- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002401 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002402 build: test
2403 language: c
2404 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002405 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002406 deps:
2407 - gpr_test_util
2408 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002409 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: gpr_string_test
2411 build: test
2412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002413 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002414 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002415 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002418 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002420 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002421 build: test
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002424 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002425 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002426 - gpr_test_util
2427 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002428 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002430 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431 build: test
2432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002433 src:
Vijay Paida693552018-02-16 22:59:03 -08002434 - test/core/gprpp/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002435 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr_test_util
2437 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002438 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439- name: gpr_time_test
2440 build: test
2441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002443 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002444 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr_test_util
2446 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002447 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: gpr_tls_test
2449 build: test
2450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002452 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002453 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002456 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002457- name: gpr_useful_test
2458 build: test
2459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002460 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002461 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002462 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr_test_util
2464 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002465 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: grpc_auth_context_test
2467 build: test
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002470 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002471 deps:
2472 - grpc_test_util
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002476 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002477- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002478 build: test
2479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002480 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002481 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002482 deps:
2483 - grpc_test_util
2484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002485 - gpr_test_util
2486 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002487 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: grpc_byte_buffer_reader_test
2489 build: test
2490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002492 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002493 deps:
2494 - grpc_test_util
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002498 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499- name: grpc_channel_args_test
2500 build: test
2501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002502 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002503 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002504 deps:
2505 - grpc_test_util
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002509 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002510- name: grpc_channel_stack_builder_test
2511 build: test
2512 language: c
2513 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002514 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002515 deps:
2516 - grpc_test_util
2517 - grpc
2518 - gpr_test_util
2519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002520- name: grpc_channel_stack_test
2521 build: test
2522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002523 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002524 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002525 deps:
2526 - grpc_test_util
2527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002528 - gpr_test_util
2529 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002530 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002531- name: grpc_completion_queue_test
2532 build: test
2533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002534 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002535 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002536 deps:
2537 - grpc_test_util
2538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002539 - gpr_test_util
2540 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002541- name: grpc_completion_queue_threading_test
2542 build: test
2543 language: c
2544 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002545 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002546 deps:
2547 - grpc_test_util
2548 - grpc
2549 - gpr_test_util
2550 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002551 exclude_iomgrs:
2552 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553- name: grpc_create_jwt
2554 build: tool
2555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002557 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002558 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002560 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002561 filegroups:
2562 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002563 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002564 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002565- name: grpc_credentials_test
2566 build: test
2567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002569 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002570 deps:
2571 - grpc_test_util
2572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002573 - gpr_test_util
2574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002575- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002576 build: test
2577 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002579 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002580 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002581 deps:
2582 - grpc_test_util
2583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002584 - gpr_test_util
2585 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002586- name: grpc_invalid_channel_args_test
2587 build: test
2588 language: c
2589 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002590 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002591 deps:
2592 - grpc_test_util
2593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002594 - gpr_test_util
2595 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002596 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002597- name: grpc_json_token_test
2598 build: test
2599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002600 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002601 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002602 deps:
2603 - grpc_test_util
2604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002605 - gpr_test_util
2606 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002607 platforms:
2608 - linux
2609 - posix
2610 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002611 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: grpc_jwt_verifier_test
2613 build: test
2614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002615 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002616 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002617 deps:
2618 - grpc_test_util
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr_test_util
2621 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002622 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623- name: grpc_print_google_default_creds_token
2624 build: tool
2625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002626 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002627 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002628 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002630 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002631 filegroups:
2632 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002633 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634- name: grpc_security_connector_test
2635 build: test
2636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002637 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002638 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002639 deps:
2640 - grpc_test_util
2641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002642 - gpr_test_util
2643 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002644- name: grpc_ssl_credentials_test
2645 build: test
2646 language: c
2647 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002648 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002649 deps:
2650 - grpc_test_util
2651 - grpc
2652 - gpr_test_util
2653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002654- name: grpc_verify_jwt
2655 build: tool
2656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002657 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002658 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002659 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002661 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002662 filegroups:
2663 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002664 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002665- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002666 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002667 language: c
2668 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002669 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002670 deps:
2671 - grpc_test_util
2672 - grpc
2673 - gpr_test_util
2674 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002675 exclude_iomgrs:
2676 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002677 platforms:
2678 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002679 secure: true
2680- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002681 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002682 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002683 headers:
2684 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002685 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002686 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002687 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002688 deps:
2689 - grpc_test_util
2690 - grpc
2691 - gpr_test_util
2692 - gpr
2693 exclude_iomgrs:
2694 - uv
2695 platforms:
2696 - linux
2697 secure: true
2698- name: handshake_server_with_readahead_handshaker
2699 build: test
2700 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002701 headers:
2702 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002703 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002704 - test/core/handshake/readahead_handshaker_server_ssl.cc
2705 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002706 deps:
2707 - grpc_test_util
2708 - grpc
2709 - gpr_test_util
2710 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002711 exclude_iomgrs:
2712 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002713 platforms:
2714 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002715 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002716- name: histogram_test
2717 build: test
2718 language: c
2719 src:
2720 - test/core/util/histogram_test.cc
2721 deps:
2722 - grpc_test_util
2723 - gpr
2724 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002725- name: hpack_parser_fuzzer_test
2726 build: fuzzer
2727 language: c
2728 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002729 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002730 deps:
2731 - grpc_test_util
2732 - grpc
2733 - gpr_test_util
2734 - gpr
2735 corpus_dirs:
2736 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002737 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002738 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002739- name: hpack_parser_test
2740 build: test
2741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002742 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002743 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002744 deps:
2745 - grpc_test_util
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002749 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002750- name: hpack_table_test
2751 build: test
2752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002753 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002754 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002755 deps:
2756 - grpc_test_util
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr_test_util
2759 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002760 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002761- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002762 build: test
2763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002764 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002765 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002766 deps:
2767 - grpc_test_util
2768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002769 - gpr_test_util
2770 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002771 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002772- name: http_request_fuzzer_test
2773 build: fuzzer
2774 language: c
2775 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002776 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002777 deps:
2778 - grpc_test_util
2779 - grpc
2780 - gpr_test_util
2781 - gpr
2782 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002783 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002784 maxlen: 2048
2785- name: http_response_fuzzer_test
2786 build: fuzzer
2787 language: c
2788 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002789 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002790 deps:
2791 - grpc_test_util
2792 - grpc
2793 - gpr_test_util
2794 - gpr
2795 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002796 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002797 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002798- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002799 build: test
2800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002801 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002802 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002803 deps:
2804 - grpc_test_util
2805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002806 - gpr_test_util
2807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002808- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002809 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810 build: test
2811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002812 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002813 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002814 deps:
2815 - grpc_test_util
2816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002817 - gpr_test_util
2818 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002819 platforms:
2820 - mac
2821 - linux
2822 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002823- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002824 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002825 build: test
2826 language: c
2827 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002828 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002829 deps:
2830 - grpc_test_util
2831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002832 - gpr_test_util
2833 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002834 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002835 - linux
yang-gf1183302015-12-07 16:02:05 -08002836- name: init_test
2837 build: test
2838 language: c
2839 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002840 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002841 deps:
2842 - grpc_test_util
2843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002844 - gpr_test_util
2845 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002846 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002847- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002848 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002849 build: test
2850 language: c
2851 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002852 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002853 deps:
2854 - grpc_test_util
2855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002856 - gpr_test_util
2857 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002858- name: json_fuzzer_test
2859 build: fuzzer
2860 language: c
2861 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002862 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002863 deps:
2864 - grpc_test_util
2865 - grpc
2866 - gpr_test_util
2867 - gpr
2868 corpus_dirs:
2869 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002870 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871- name: json_rewrite
2872 build: test
2873 run: false
2874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002875 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002876 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002877 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002878 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002879 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002880 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002881 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002882 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002883- name: json_rewrite_test
2884 build: test
2885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002886 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002887 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002888 deps:
2889 - grpc_test_util
2890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002891 - gpr_test_util
2892 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002893 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002894- name: json_stream_error_test
2895 build: test
2896 language: c
2897 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002898 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002899 deps:
2900 - grpc_test_util
2901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002902 - gpr_test_util
2903 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002904 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002905- name: json_test
2906 build: test
2907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002908 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002909 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002910 deps:
2911 - grpc_test_util
2912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002913 - gpr_test_util
2914 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002915 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002916- name: lame_client_test
2917 build: test
2918 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002919 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002920 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002921 deps:
2922 - grpc_test_util
2923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002924 - gpr_test_util
2925 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002926- name: load_file_test
2927 build: test
2928 language: c
2929 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002930 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002931 deps:
2932 - grpc_test_util
2933 - grpc
2934 - gpr_test_util
2935 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002936 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002937- name: low_level_ping_pong_benchmark
2938 build: benchmark
2939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002940 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002941 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002942 deps:
2943 - grpc_test_util
2944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002945 - gpr_test_util
2946 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002947 platforms:
2948 - mac
2949 - linux
2950 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002951- name: memory_profile_client
2952 build: test
2953 run: false
2954 language: c
2955 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002956 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002957 deps:
2958 - grpc_test_util
2959 - grpc
2960 - gpr_test_util
2961 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002962 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002963- name: memory_profile_server
2964 build: test
2965 run: false
2966 language: c
2967 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002968 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002969 deps:
2970 - grpc_test_util
2971 - grpc
2972 - gpr_test_util
2973 - gpr
2974- name: memory_profile_test
2975 cpu_cost: 1.5
2976 build: test
2977 language: c
2978 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002979 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002980 deps:
2981 - grpc_test_util
2982 - grpc
2983 - gpr_test_util
2984 - gpr
2985 platforms:
2986 - mac
2987 - linux
2988 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002989- name: message_compress_test
2990 build: test
2991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002992 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002993 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002994 deps:
2995 - grpc_test_util
2996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002997 - gpr_test_util
2998 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002999 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07003000- name: minimal_stack_is_minimal_test
3001 build: test
3002 language: c
3003 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003004 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07003005 deps:
3006 - grpc_test_util
3007 - grpc
3008 - gpr_test_util
3009 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003010 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011- name: multiple_server_queues_test
3012 build: test
3013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003014 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003015 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003016 deps:
3017 - grpc_test_util
3018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003019 - gpr_test_util
3020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003021- name: murmur_hash_test
3022 build: test
3023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003024 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08003025 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003026 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08003027 - gpr_test_util
3028 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003029 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003030- name: nanopb_fuzzer_response_test
3031 build: fuzzer
3032 language: c
3033 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003034 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003035 deps:
3036 - grpc_test_util
3037 - grpc
3038 - gpr_test_util
3039 - gpr
3040 corpus_dirs:
3041 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07003042 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003043- name: nanopb_fuzzer_serverlist_test
3044 build: fuzzer
3045 language: c
3046 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003047 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003048 deps:
3049 - grpc_test_util
3050 - grpc
3051 - gpr_test_util
3052 - gpr
3053 corpus_dirs:
3054 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07003055 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003057 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058 build: test
3059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003060 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003061 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003062 deps:
3063 - grpc_test_util
3064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003065 - gpr_test_util
3066 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07003067- name: num_external_connectivity_watchers_test
3068 build: test
3069 language: c
3070 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003071 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07003072 deps:
3073 - grpc_test_util
3074 - grpc
3075 - gpr_test_util
3076 - gpr
3077 exclude_iomgrs:
3078 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003079- name: parse_address_test
3080 build: test
3081 language: c
3082 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003083 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003084 deps:
3085 - grpc_test_util
3086 - grpc
3087 - gpr_test_util
3088 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003089 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07003090- name: percent_decode_fuzzer
3091 build: fuzzer
3092 language: c
3093 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003094 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003095 deps:
3096 - grpc_test_util
3097 - grpc
3098 - gpr_test_util
3099 - gpr
3100 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003101 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003102 maxlen: 32
3103- name: percent_encode_fuzzer
3104 build: fuzzer
3105 language: c
3106 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003107 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003108 deps:
3109 - grpc_test_util
3110 - grpc
3111 - gpr_test_util
3112 - gpr
3113 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003114 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003115 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003116- name: percent_encoding_test
3117 build: test
3118 language: c
3119 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003120 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003121 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003122 - grpc_test_util
3123 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003124 - gpr_test_util
3125 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003126 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003127- name: pollset_set_test
3128 build: test
3129 language: c
3130 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003131 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003132 deps:
3133 - grpc_test_util
3134 - grpc
3135 - gpr_test_util
3136 - gpr
3137 exclude_iomgrs:
3138 - uv
3139 platforms:
3140 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003141- name: resolve_address_posix_test
3142 build: test
3143 language: c
3144 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003145 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003146 deps:
3147 - grpc_test_util
3148 - grpc
3149 - gpr_test_util
3150 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003151 exclude_iomgrs:
3152 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003153 platforms:
3154 - mac
3155 - linux
3156 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003157- name: resolve_address_test
3158 build: test
3159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003160 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003161 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003162 deps:
3163 - grpc_test_util
3164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003165 - gpr_test_util
3166 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003167- name: resource_quota_test
3168 cpu_cost: 30
3169 build: test
3170 language: c
3171 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003172 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003173 deps:
3174 - grpc_test_util
3175 - grpc
3176 - gpr_test_util
3177 - gpr
yang-gd482e592015-12-10 14:04:00 -08003178- name: secure_channel_create_test
3179 build: test
3180 language: c
3181 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003182 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003183 deps:
3184 - grpc_test_util
3185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003186 - gpr_test_util
3187 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003188- name: secure_endpoint_test
3189 build: test
3190 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003191 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003192 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003193 deps:
3194 - grpc_test_util
3195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003196 - gpr_test_util
3197 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003198 exclude_iomgrs:
3199 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003200- name: sequential_connectivity_test
3201 build: test
3202 language: c
3203 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003204 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003205 deps:
3206 - grpc_test_util
3207 - grpc
3208 - gpr_test_util
3209 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003210 exclude_iomgrs:
3211 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003212- name: server_chttp2_test
3213 build: test
3214 language: c
3215 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003216 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003217 deps:
3218 - grpc_test_util
3219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003220 - gpr_test_util
3221 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003222- name: server_fuzzer
3223 build: fuzzer
3224 language: c
3225 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003226 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003227 deps:
3228 - grpc_test_util
3229 - grpc
3230 - gpr_test_util
3231 - gpr
3232 corpus_dirs:
3233 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003234 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003235 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003236- name: server_test
3237 build: test
3238 language: c
3239 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003240 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003241 deps:
3242 - grpc_test_util
3243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003244 - gpr_test_util
3245 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003246- name: slice_buffer_test
3247 build: test
3248 language: c
3249 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003250 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003251 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003252 - grpc_test_util
3253 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003254 - gpr_test_util
3255 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003256 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003257- name: slice_string_helpers_test
3258 build: test
3259 language: c
3260 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003261 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003262 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003263 - grpc_test_util
3264 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003265 - gpr_test_util
3266 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003267 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003268- name: slice_test
3269 build: test
3270 language: c
3271 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003272 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003273 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003274 - grpc_test_util
3275 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003276 - gpr_test_util
3277 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003278 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003279- name: sockaddr_resolver_test
3280 build: test
3281 language: c
3282 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003283 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003284 deps:
3285 - grpc_test_util
3286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003287 - gpr_test_util
3288 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003289- name: sockaddr_utils_test
3290 build: test
3291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003292 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003293 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003294 deps:
3295 - grpc_test_util
3296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003297 - gpr_test_util
3298 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003299- name: socket_utils_test
3300 build: test
3301 language: c
3302 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003303 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003304 deps:
3305 - grpc_test_util
3306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003307 - gpr_test_util
3308 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003309 exclude_iomgrs:
3310 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003311 platforms:
3312 - mac
3313 - linux
3314 - posix
yang-g31e21282016-11-04 15:10:03 -07003315- name: ssl_server_fuzzer
3316 build: fuzzer
3317 language: c
3318 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003319 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003320 deps:
3321 - grpc_test_util
3322 - grpc
3323 - gpr_test_util
3324 - gpr
3325 corpus_dirs:
3326 - test/core/security/corpus/ssl_server_corpus
3327 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003328- name: ssl_transport_security_test
3329 build: test
3330 language: c
3331 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003332 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003333 deps:
3334 - gpr_test_util
3335 - gpr
3336 - grpc
3337 filegroups:
3338 - transport_security_test_lib
3339 platforms:
3340 - linux
3341 - posix
3342 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003343- name: status_conversion_test
3344 build: test
3345 language: c
3346 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003347 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003348 deps:
3349 - grpc_test_util
3350 - grpc
3351 - gpr_test_util
3352 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003353 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003354- name: stream_compression_test
3355 build: test
3356 language: c
3357 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003358 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003359 deps:
3360 - grpc_test_util
3361 - grpc
3362 - gpr_test_util
3363 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003364 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003365- name: stream_owned_slice_test
3366 build: test
3367 language: c
3368 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003369 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003370 deps:
3371 - grpc_test_util
3372 - grpc
3373 - gpr_test_util
3374 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003375 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003376- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003377 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003378 build: test
3379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003380 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003381 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003382 deps:
3383 - grpc_test_util
3384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003385 - gpr_test_util
3386 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003387 exclude_iomgrs:
3388 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003389 platforms:
3390 - mac
3391 - linux
3392 - posix
murgatroid991191b722017-02-08 11:56:52 -08003393- name: tcp_client_uv_test
3394 cpu_cost: 0.5
3395 build: test
3396 language: c
3397 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003398 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003399 deps:
3400 - grpc_test_util
3401 - grpc
3402 - gpr_test_util
3403 - gpr
3404 exclude_iomgrs:
3405 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003406- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003407 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003408 build: test
3409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003410 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003411 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003412 deps:
3413 - grpc_test_util
3414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003415 - gpr_test_util
3416 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003417 exclude_iomgrs:
3418 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003419 platforms:
3420 - mac
3421 - linux
3422 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003423- name: tcp_server_posix_test
3424 build: test
3425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003426 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003427 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003428 deps:
3429 - grpc_test_util
3430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003431 - gpr_test_util
3432 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003433 exclude_iomgrs:
3434 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003435 platforms:
3436 - mac
3437 - linux
3438 - posix
murgatroid991191b722017-02-08 11:56:52 -08003439- name: tcp_server_uv_test
3440 build: test
3441 language: c
3442 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003443 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003444 deps:
3445 - grpc_test_util
3446 - grpc
3447 - gpr_test_util
3448 - gpr
3449 exclude_iomgrs:
3450 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451- name: time_averaged_stats_test
3452 build: test
3453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003454 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003455 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003456 deps:
3457 - grpc_test_util
3458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003459 - gpr_test_util
3460 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003461 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003462- name: timeout_encoding_test
3463 build: test
3464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003465 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003466 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003467 deps:
3468 - grpc_test_util
3469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003470 - gpr_test_util
3471 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003472 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003473- name: timer_heap_test
3474 build: test
3475 language: c
3476 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003477 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003478 deps:
3479 - grpc_test_util
3480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003481 - gpr_test_util
3482 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003483 exclude_iomgrs:
3484 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003485 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003486- name: timer_list_test
3487 build: test
3488 language: c
3489 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003490 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003491 deps:
3492 - grpc_test_util
3493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003494 - gpr_test_util
3495 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003496 exclude_iomgrs:
3497 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003498 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003499- name: transport_connectivity_state_test
3500 build: test
3501 language: c
3502 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003503 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003504 deps:
3505 - grpc_test_util
3506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003507 - gpr_test_util
3508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003509- name: transport_metadata_test
3510 build: test
3511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003512 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003513 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003514 deps:
3515 - grpc_test_util
3516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003517 - gpr_test_util
3518 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003519- name: transport_security_test
3520 build: test
3521 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003522 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003523 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003524 deps:
3525 - grpc_test_util
3526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003527 - gpr_test_util
3528 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003529 platforms:
3530 - linux
3531 - posix
3532 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003533- name: udp_server_test
3534 build: test
3535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003536 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003537 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003538 deps:
3539 - grpc_test_util
3540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003541 - gpr_test_util
3542 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003543 exclude_iomgrs:
3544 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003545 platforms:
3546 - mac
3547 - linux
3548 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003549- name: uri_fuzzer_test
3550 build: fuzzer
3551 language: c
3552 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003553 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003554 deps:
3555 - grpc_test_util
3556 - grpc
3557 - gpr_test_util
3558 - gpr
3559 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003560 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003561 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003562- name: uri_parser_test
3563 build: test
3564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003565 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003566 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003567 deps:
3568 - grpc_test_util
3569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003570 - gpr_test_util
3571 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003572- name: wakeup_fd_cv_test
3573 build: test
3574 language: c
3575 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003576 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003577 deps:
3578 - grpc_test_util
3579 - grpc
3580 - gpr_test_util
3581 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003582 exclude_iomgrs:
3583 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003584 platforms:
3585 - mac
3586 - linux
3587 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003588- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003589 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003590 build: test
3591 language: c++
3592 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003593 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003594 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003595 - grpc++_test_util_unsecure
3596 - grpc_test_util_unsecure
3597 - grpc++_unsecure
3598 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003599 - gpr_test_util
3600 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08003601- name: alts_counter_test
3602 build: test
3603 language: c++
3604 src:
3605 - test/core/tsi/alts/frame_protector/alts_counter_test.cc
3606 deps:
3607 - alts_test_util
3608 - gpr
3609 - grpc
3610- name: alts_crypt_test
3611 build: test
3612 language: c++
3613 src:
3614 - test/core/tsi/alts/crypt/aes_gcm_test.cc
3615 deps:
3616 - alts_test_util
3617 - gpr_test_util
3618 - gpr
3619 - grpc
3620- name: alts_crypter_test
3621 build: test
3622 language: c++
3623 src:
3624 - test/core/tsi/alts/frame_protector/alts_crypter_test.cc
3625 deps:
3626 - alts_test_util
3627 - gpr
3628 - grpc
3629- name: alts_frame_handler_test
3630 build: test
3631 language: c++
3632 src:
3633 - test/core/tsi/alts/frame_protector/frame_handler_test.cc
3634 deps:
3635 - alts_test_util
3636 - gpr
3637 - grpc
3638- name: alts_frame_protector_test
3639 build: test
3640 language: c++
3641 src:
3642 - test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
3643 deps:
3644 - alts_test_util
3645 - gpr
3646 - grpc
3647 filegroups:
3648 - transport_security_test_lib
3649- name: alts_grpc_record_protocol_test
3650 build: test
3651 language: c++
3652 src:
3653 - test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
3654 deps:
3655 - alts_test_util
3656 - gpr
3657 - grpc
3658- name: alts_handshaker_client_test
3659 build: test
3660 language: c++
3661 src:
3662 - test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
3663 deps:
3664 - alts_test_util
3665 - gpr
3666 - grpc
3667- name: alts_handshaker_service_api_test
3668 build: test
3669 language: c++
3670 src:
3671 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test.cc
3672 deps:
3673 - alts_test_util
3674 - gpr
3675 - grpc
3676- name: alts_iovec_record_protocol_test
3677 build: test
3678 language: c++
3679 src:
3680 - test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
3681 deps:
3682 - alts_test_util
3683 - gpr
3684 - grpc
3685- name: alts_security_connector_test
3686 build: test
3687 language: c++
3688 src:
3689 - test/core/security/alts_security_connector_test.cc
3690 deps:
3691 - gpr
3692 - grpc
3693- name: alts_tsi_handshaker_test
3694 build: test
3695 language: c++
3696 src:
3697 - test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
3698 deps:
3699 - alts_test_util
3700 - gpr
3701 - grpc
3702- name: alts_tsi_utils_test
3703 build: test
3704 language: c++
3705 src:
3706 - test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
3707 deps:
3708 - alts_test_util
3709 - gpr
3710 - grpc
3711- name: alts_zero_copy_grpc_protector_test
3712 build: test
3713 language: c++
3714 src:
3715 - test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
3716 deps:
3717 - alts_test_util
3718 - gpr
3719 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003720- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003721 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003722 build: test
3723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003724 src:
3725 - test/cpp/end2end/async_end2end_test.cc
3726 deps:
3727 - grpc++_test_util
3728 - grpc_test_util
3729 - grpc++
3730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003731 - gpr_test_util
3732 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003733- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003734 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003735 build: test
3736 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003737 src:
3738 - test/cpp/common/auth_property_iterator_test.cc
3739 deps:
3740 - grpc++_test_util
3741 - grpc_test_util
3742 - grpc++
3743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003744 - gpr_test_util
3745 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003746 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003747- name: backoff_test
3748 build: test
3749 language: c++
3750 src:
3751 - test/core/backoff/backoff_test.cc
3752 deps:
3753 - grpc_test_util
3754 - grpc
3755 - gpr_test_util
3756 - gpr
3757 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003758- name: bdp_estimator_test
3759 build: test
3760 language: c++
3761 src:
3762 - test/core/transport/bdp_estimator_test.cc
3763 deps:
3764 - grpc++_test_util
3765 - grpc++
3766 - grpc_test_util
3767 - grpc
3768 - gpr_test_util
3769 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003770 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003771- name: bm_arena
3772 build: test
3773 language: c++
3774 src:
3775 - test/cpp/microbenchmarks/bm_arena.cc
3776 deps:
3777 - grpc_benchmark
3778 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003779 - grpc++_test_util_unsecure
3780 - grpc_test_util_unsecure
3781 - grpc++_unsecure
3782 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003783 - gpr_test_util
3784 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003785 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003786 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003787 platforms:
3788 - mac
3789 - linux
3790 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003791 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003792- name: bm_call_create
3793 build: test
3794 language: c++
3795 src:
3796 - test/cpp/microbenchmarks/bm_call_create.cc
3797 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003798 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003799 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003800 - grpc++_test_util_unsecure
3801 - grpc_test_util_unsecure
3802 - grpc++_unsecure
3803 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003804 - gpr_test_util
3805 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003806 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003807 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003808 platforms:
3809 - mac
3810 - linux
3811 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003812 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003813- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003814 build: test
3815 language: c++
3816 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003817 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003818 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003819 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003820 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003821 - grpc++_test_util_unsecure
3822 - grpc_test_util_unsecure
3823 - grpc++_unsecure
3824 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003825 - gpr_test_util
3826 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003827 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003828 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003829 platforms:
3830 - mac
3831 - linux
3832 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003833 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003834- name: bm_chttp2_transport
3835 build: test
3836 language: c++
3837 src:
3838 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3839 deps:
3840 - grpc_benchmark
3841 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003842 - grpc++_test_util_unsecure
3843 - grpc_test_util_unsecure
3844 - grpc++_unsecure
3845 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003846 - gpr_test_util
3847 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003848 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003849 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003850 platforms:
3851 - mac
3852 - linux
3853 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003854- name: bm_closure
3855 build: test
3856 language: c++
3857 src:
3858 - test/cpp/microbenchmarks/bm_closure.cc
3859 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003860 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003861 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003862 - grpc++_test_util_unsecure
3863 - grpc_test_util_unsecure
3864 - grpc++_unsecure
3865 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003866 - gpr_test_util
3867 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003868 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003869 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003870 platforms:
3871 - mac
3872 - linux
3873 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003874- name: bm_cq
3875 build: test
3876 language: c++
3877 src:
3878 - test/cpp/microbenchmarks/bm_cq.cc
3879 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003880 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003881 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003882 - grpc++_test_util_unsecure
3883 - grpc_test_util_unsecure
3884 - grpc++_unsecure
3885 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003886 - gpr_test_util
3887 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003888 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003889 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003890 platforms:
3891 - mac
3892 - linux
3893 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003894- name: bm_cq_multiple_threads
3895 build: test
3896 language: c++
3897 src:
3898 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3899 deps:
3900 - grpc_benchmark
3901 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003902 - grpc++_test_util_unsecure
3903 - grpc_test_util_unsecure
3904 - grpc++_unsecure
3905 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003906 - gpr_test_util
3907 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003908 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003909 defaults: benchmark
3910 platforms:
3911 - mac
3912 - linux
3913 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003914- name: bm_error
3915 build: test
3916 language: c++
3917 src:
3918 - test/cpp/microbenchmarks/bm_error.cc
3919 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003920 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003921 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003922 - grpc++_test_util_unsecure
3923 - grpc_test_util_unsecure
3924 - grpc++_unsecure
3925 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003926 - gpr_test_util
3927 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003928 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003929 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003930 platforms:
3931 - mac
3932 - linux
3933 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003934 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003935- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003936 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003937 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003938 headers:
3939 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003940 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003941 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003942 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003943 - grpc_benchmark
3944 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003945 - grpc++_test_util_unsecure
3946 - grpc_test_util_unsecure
3947 - grpc++_unsecure
3948 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003949 - gpr_test_util
3950 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003951 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003952 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003953 excluded_poll_engines:
3954 - poll
3955 - poll-cv
3956 platforms:
3957 - mac
3958 - linux
3959 - posix
3960 timeout_seconds: 1200
3961- name: bm_fullstack_streaming_pump
3962 build: test
3963 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003964 headers:
3965 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003966 src:
3967 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003968 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003969 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003970 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003971 - grpc++_test_util_unsecure
3972 - grpc_test_util_unsecure
3973 - grpc++_unsecure
3974 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003975 - gpr_test_util
3976 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003977 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003978 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003979 excluded_poll_engines:
3980 - poll
3981 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003982 platforms:
3983 - mac
3984 - linux
3985 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003986 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003987- name: bm_fullstack_trickle
3988 build: test
3989 language: c++
3990 src:
3991 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3992 deps:
3993 - grpc_benchmark
3994 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003995 - grpc++_test_util_unsecure
3996 - grpc_test_util_unsecure
3997 - grpc++_unsecure
3998 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003999 - gpr_test_util
4000 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07004001 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004002 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004003 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07004004 exclude_configs:
4005 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08004006 excluded_poll_engines:
4007 - poll
4008 - poll-cv
4009 platforms:
4010 - mac
4011 - linux
4012 - posix
4013 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08004014- name: bm_fullstack_unary_ping_pong
4015 build: test
4016 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004017 headers:
4018 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08004019 src:
4020 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
4021 deps:
4022 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08004023 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004024 - grpc++_test_util_unsecure
4025 - grpc_test_util_unsecure
4026 - grpc++_unsecure
4027 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08004028 - gpr_test_util
4029 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004030 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004031 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004032 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07004033 - poll
4034 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004035 platforms:
4036 - mac
4037 - linux
4038 - posix
4039 timeout_seconds: 1200
4040- name: bm_metadata
4041 build: test
4042 language: c++
4043 src:
4044 - test/cpp/microbenchmarks/bm_metadata.cc
4045 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004046 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004047 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004048 - grpc++_test_util_unsecure
4049 - grpc_test_util_unsecure
4050 - grpc++_unsecure
4051 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004052 - gpr_test_util
4053 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004054 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004055 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004056 platforms:
4057 - mac
Craig Tiller25834342015-09-25 08:08:24 -07004058 - linux
4059 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004060 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08004061- name: bm_pollset
4062 build: test
4063 language: c++
4064 src:
4065 - test/cpp/microbenchmarks/bm_pollset.cc
4066 deps:
4067 - grpc_benchmark
4068 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004069 - grpc++_test_util_unsecure
4070 - grpc_test_util_unsecure
4071 - grpc++_unsecure
4072 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08004073 - gpr_test_util
4074 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004075 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004076 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08004077 platforms:
4078 - mac
4079 - linux
4080 - posix
Mark D. Roth3d8b32d2018-03-09 13:25:40 -08004081- name: byte_stream_test
4082 gtest: true
4083 build: test
4084 language: c++
4085 src:
4086 - test/core/transport/byte_stream_test.cc
4087 deps:
4088 - grpc_test_util
4089 - grpc
4090 - gpr_test_util
4091 - gpr
4092 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004093- name: channel_arguments_test
4094 gtest: true
4095 build: test
4096 language: c++
4097 src:
4098 - test/cpp/common/channel_arguments_test.cc
4099 deps:
4100 - grpc++
4101 - grpc
4102 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004103 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004104- name: channel_filter_test
4105 gtest: true
4106 build: test
4107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004108 src:
4109 - test/cpp/common/channel_filter_test.cc
4110 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004111 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07004112 - grpc
4113 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004114 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004115- name: check_gcp_environment_linux_test
4116 build: test
4117 language: c++
4118 src:
4119 - test/core/security/check_gcp_environment_linux_test.cc
4120 deps:
4121 - grpc
4122 - gpr
4123- name: check_gcp_environment_windows_test
4124 build: test
4125 language: c++
4126 src:
4127 - test/core/security/check_gcp_environment_windows_test.cc
4128 deps:
4129 - grpc
4130 - gpr
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08004131- name: chttp2_settings_timeout_test
4132 gtest: true
4133 build: test
4134 language: c++
4135 src:
4136 - test/core/transport/chttp2/settings_timeout_test.cc
4137 deps:
4138 - grpc_test_util
4139 - grpc
4140 - gpr_test_util
4141 - gpr
4142 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004143- name: cli_call_test
4144 gtest: true
4145 build: test
4146 language: c++
4147 src:
Craig Tiller25834342015-09-25 08:08:24 -07004148 - test/cpp/util/cli_call_test.cc
4149 deps:
4150 - grpc_cli_libs
4151 - grpc++_test_util
4152 - grpc_test_util
4153 - grpc++
4154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004155 - gpr_test_util
4156 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08004157- name: client_channel_stress_test
4158 gtest: false
4159 build: test
4160 language: c++
4161 src:
4162 - src/proto/grpc/lb/v1/load_balancer.proto
4163 - test/cpp/client/client_channel_stress_test.cc
4164 deps:
4165 - grpc++_test_util
4166 - grpc_test_util
4167 - grpc++
4168 - grpc
4169 - gpr_test_util
4170 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004171- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004172 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004173 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004174 build: test
4175 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004176 src:
4177 - test/cpp/end2end/client_crash_test.cc
4178 deps:
4179 - grpc++_test_util
4180 - grpc_test_util
4181 - grpc++
4182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004183 - gpr_test_util
4184 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004185 platforms:
4186 - mac
4187 - linux
4188 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004189- name: client_crash_test_server
4190 build: test
4191 run: false
4192 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004193 src:
4194 - test/cpp/end2end/client_crash_test_server.cc
4195 deps:
4196 - grpc++_test_util
4197 - grpc_test_util
4198 - grpc++
4199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004200 - gpr_test_util
4201 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004202- name: client_lb_end2end_test
4203 gtest: true
4204 build: test
4205 language: c++
4206 src:
4207 - test/cpp/end2end/client_lb_end2end_test.cc
4208 deps:
4209 - grpc++_test_util
4210 - grpc_test_util
4211 - grpc++
4212 - grpc
4213 - gpr_test_util
4214 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004215- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08004216 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004217 build: test
4218 language: c++
4219 src:
4220 - src/proto/grpc/testing/control.proto
4221 - src/proto/grpc/testing/messages.proto
4222 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004223 - src/proto/grpc/testing/services.proto
4224 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004225 - test/cpp/codegen/codegen_test_full.cc
4226 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004227 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004228 - grpc++
4229 - grpc
4230 - gpr
4231 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004232 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004233 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004234- name: codegen_test_minimal
4235 gtest: true
4236 build: test
4237 language: c++
4238 src:
4239 - src/proto/grpc/testing/control.proto
4240 - src/proto/grpc/testing/messages.proto
4241 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004242 - src/proto/grpc/testing/services.proto
4243 - src/proto/grpc/testing/stats.proto
4244 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004245 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004246 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004247 - grpc
4248 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004249 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004250 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004251 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004252 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004253- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004254 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004255 build: test
4256 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004257 src:
4258 - test/cpp/client/credentials_test.cc
4259 deps:
4260 - grpc++
4261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004263- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004264 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004265 build: test
4266 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004267 src:
4268 - test/cpp/util/byte_buffer_test.cc
4269 deps:
4270 - grpc_test_util
4271 - grpc++
4272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004273 - gpr_test_util
4274 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004275 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004276- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004277 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004278 build: test
4279 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004280 src:
4281 - test/cpp/util/slice_test.cc
4282 deps:
4283 - grpc_test_util
4284 - grpc++
4285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004286 - gpr_test_util
4287 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004288 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004289- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004290 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004291 build: test
4292 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004293 src:
4294 - test/cpp/util/string_ref_test.cc
4295 deps:
4296 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004297 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004298 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004299- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004300 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004301 build: test
4302 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004303 src:
4304 - test/cpp/util/time_test.cc
4305 deps:
4306 - grpc_test_util
4307 - grpc++
4308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004309 - gpr_test_util
4310 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004311 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004312- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004313 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004314 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004315 build: test
4316 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004317 src:
4318 - test/cpp/end2end/end2end_test.cc
4319 deps:
4320 - grpc++_test_util
4321 - grpc_test_util
4322 - grpc++
4323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004324 - gpr_test_util
4325 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004326- name: error_details_test
4327 gtest: true
4328 build: test
4329 language: c++
4330 src:
4331 - src/proto/grpc/testing/echo_messages.proto
4332 - test/cpp/util/error_details_test.cc
4333 deps:
4334 - grpc++_error_details
4335 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004336- name: exception_test
4337 gtest: true
4338 build: test
4339 language: c++
4340 src:
4341 - test/cpp/end2end/exception_test.cc
4342 deps:
4343 - grpc++_test_util
4344 - grpc_test_util
4345 - grpc++
4346 - grpc
4347 - gpr_test_util
4348 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004349- name: filter_end2end_test
4350 gtest: true
4351 build: test
4352 language: c++
4353 src:
4354 - test/cpp/end2end/filter_end2end_test.cc
4355 deps:
4356 - grpc++_test_util
4357 - grpc_test_util
4358 - grpc++
4359 - grpc
4360 - gpr_test_util
4361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004362- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004363 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004364 build: test
4365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004366 src:
4367 - test/cpp/end2end/generic_end2end_test.cc
4368 deps:
4369 - grpc++_test_util
4370 - grpc_test_util
4371 - grpc++
4372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004373 - gpr_test_util
4374 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004375- name: golden_file_test
4376 gtest: true
4377 build: test
4378 language: c++
4379 src:
4380 - src/proto/grpc/testing/compiler_test.proto
4381 - test/cpp/codegen/golden_file_test.cc
4382 deps:
4383 - grpc++
4384 - grpc
4385 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004386 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004387 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004388 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004389- name: grpc_alts_credentials_options_test
4390 build: test
4391 language: c++
4392 src:
4393 - test/core/security/grpc_alts_credentials_options_test.cc
4394 deps:
4395 - grpc
4396 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004397- name: grpc_cli
4398 build: test
4399 run: false
4400 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004401 src:
4402 - test/cpp/util/grpc_cli.cc
4403 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004404 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004405 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004406 - grpc++
4407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004408 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004409 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004410- name: grpc_cpp_plugin
4411 build: protoc
4412 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004413 src:
4414 - src/compiler/cpp_plugin.cc
4415 deps:
4416 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004417 secure: false
4418 vs_config_type: Application
4419 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4420- name: grpc_csharp_plugin
4421 build: protoc
4422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004423 src:
4424 - src/compiler/csharp_plugin.cc
4425 deps:
4426 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004427 secure: false
4428 vs_config_type: Application
4429 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004430- name: grpc_node_plugin
4431 build: protoc
4432 language: c++
4433 src:
4434 - src/compiler/node_plugin.cc
4435 deps:
4436 - grpc_plugin_support
4437 secure: false
4438 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004439- name: grpc_objective_c_plugin
4440 build: protoc
4441 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004442 src:
4443 - src/compiler/objective_c_plugin.cc
4444 deps:
4445 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004446 secure: false
4447 vs_config_type: Application
4448 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004449- name: grpc_php_plugin
4450 build: protoc
4451 language: c++
4452 src:
4453 - src/compiler/php_plugin.cc
4454 deps:
4455 - grpc_plugin_support
4456 secure: false
4457 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004458- name: grpc_python_plugin
4459 build: protoc
4460 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004461 src:
4462 - src/compiler/python_plugin.cc
4463 deps:
4464 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004465 secure: false
4466 vs_config_type: Application
4467 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4468- name: grpc_ruby_plugin
4469 build: protoc
4470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004471 src:
4472 - src/compiler/ruby_plugin.cc
4473 deps:
4474 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004475 secure: false
4476 vs_config_type: Application
4477 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004478- name: grpc_tool_test
4479 gtest: true
4480 build: test
4481 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004482 src:
4483 - src/proto/grpc/testing/echo.proto
4484 - src/proto/grpc/testing/echo_messages.proto
4485 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004486 deps:
4487 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004488 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004489 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004490 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004491 - grpc_test_util
4492 - grpc++
4493 - grpc
4494 - gpr_test_util
4495 - gpr
4496 filegroups:
4497 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004498- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004499 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004500 build: test
4501 language: c++
4502 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004503 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004504 - test/cpp/grpclb/grpclb_api_test.cc
4505 deps:
4506 - grpc++_test_util
4507 - grpc_test_util
4508 - grpc++
4509 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004510- name: grpclb_end2end_test
4511 gtest: true
4512 build: test
4513 language: c++
4514 src:
4515 - src/proto/grpc/lb/v1/load_balancer.proto
4516 - test/cpp/end2end/grpclb_end2end_test.cc
4517 deps:
4518 - grpc++_test_util
4519 - grpc_test_util
4520 - grpc++
4521 - grpc
4522 - gpr_test_util
4523 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004524- name: h2_ssl_cert_test
4525 gtest: true
4526 build: test
4527 language: c++
4528 headers:
4529 - test/core/end2end/end2end_tests.h
4530 src:
4531 - test/core/end2end/h2_ssl_cert_test.cc
4532 deps:
4533 - grpc_test_util
4534 - grpc++
4535 - grpc
4536 - gpr_test_util
4537 - gpr
4538 uses:
4539 - grpc++_test
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08004540- name: h2_ssl_session_reuse_test
4541 gtest: true
4542 build: test
4543 language: c++
4544 headers:
4545 - test/core/end2end/end2end_tests.h
4546 src:
4547 - test/core/end2end/h2_ssl_session_reuse_test.cc
4548 deps:
4549 - grpc_test_util
4550 - grpc++
4551 - grpc
4552 - gpr_test_util
4553 - gpr
4554 uses:
4555 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004556- name: health_service_end2end_test
4557 gtest: true
4558 build: test
4559 language: c++
4560 src:
4561 - test/cpp/end2end/health_service_end2end_test.cc
4562 deps:
4563 - grpc++_test_util
4564 - grpc_test_util
4565 - grpc++
4566 - grpc
4567 - gpr_test_util
4568 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004569- name: http2_client
4570 build: test
4571 run: false
4572 language: c++
4573 src: []
4574 deps:
4575 - http2_client_main
4576 - grpc++_test_util
4577 - grpc_test_util
4578 - grpc++
4579 - grpc
4580 - grpc++_test_config
4581 platforms:
4582 - mac
4583 - linux
4584 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004585- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004586 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004587 build: test
4588 language: c++
4589 src:
4590 - test/cpp/end2end/hybrid_end2end_test.cc
4591 deps:
4592 - grpc++_test_util
4593 - grpc_test_util
4594 - grpc++
4595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004596 - gpr_test_util
4597 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004598- name: inlined_vector_test
4599 gtest: true
4600 build: test
4601 language: c++
4602 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004603 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004604 deps:
4605 - grpc_test_util
4606 - grpc++
4607 - grpc
4608 - gpr_test_util
4609 - gpr
4610 uses:
4611 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004612- name: inproc_sync_unary_ping_pong_test
4613 build: test
4614 language: c++
4615 src:
4616 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4617 deps:
4618 - qps
4619 - grpc++_core_stats
4620 - grpc++_test_util
4621 - grpc_test_util
4622 - grpc++
4623 - grpc
4624 - gpr_test_util
4625 - gpr
4626 - grpc++_test_config
4627 platforms:
4628 - mac
4629 - linux
4630 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004631- name: interop_client
4632 build: test
4633 run: false
4634 language: c++
4635 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004636 deps:
4637 - interop_client_main
4638 - interop_client_helper
4639 - grpc++_test_util
4640 - grpc_test_util
4641 - grpc++
4642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004643 - gpr_test_util
4644 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004645 - grpc++_test_config
4646 platforms:
4647 - mac
4648 - linux
4649 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004650- name: interop_server
4651 build: test
4652 run: false
4653 language: c++
4654 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004655 deps:
4656 - interop_server_main
4657 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004658 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004659 - grpc++_test_util
4660 - grpc_test_util
4661 - grpc++
4662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004663 - gpr_test_util
4664 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004665 - grpc++_test_config
4666 platforms:
4667 - mac
4668 - linux
4669 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004670- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004671 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004672 build: test
4673 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004674 src:
4675 - test/cpp/interop/interop_test.cc
4676 deps:
4677 - grpc_test_util
4678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004679 - gpr_test_util
4680 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004681 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004682 platforms:
4683 - mac
4684 - linux
4685 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004686- name: json_run_localhost
4687 build: test
4688 run: false
4689 language: c++
4690 src:
4691 - test/cpp/qps/json_run_localhost.cc
4692 deps:
4693 - grpc++_test_util
4694 - grpc_test_util
4695 - grpc++
4696 - grpc
4697 - gpr_test_util
4698 - gpr
4699 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004700 platforms:
4701 - mac
4702 - linux
4703 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004704- name: memory_test
4705 gtest: true
4706 build: test
4707 language: c++
4708 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004709 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004710 deps:
4711 - grpc_test_util
4712 - grpc++
4713 - grpc
4714 - gpr_test_util
4715 - gpr
4716 uses:
4717 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004718 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004719- name: metrics_client
4720 build: test
4721 run: false
4722 language: c++
4723 headers:
4724 - test/cpp/util/metrics_server.h
4725 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004726 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004727 - test/cpp/interop/metrics_client.cc
4728 deps:
4729 - grpc++
4730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004731 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004732 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004733- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004734 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004735 build: test
4736 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004737 headers:
4738 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004739 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004740 src:
4741 - test/cpp/end2end/mock_test.cc
4742 deps:
4743 - grpc++_test_util
4744 - grpc_test_util
4745 - grpc++
4746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004747 - gpr_test_util
4748 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004749- name: nonblocking_test
4750 gtest: true
4751 build: test
4752 language: c++
4753 src:
4754 - test/cpp/end2end/nonblocking_test.cc
4755 deps:
4756 - grpc++_test_util
4757 - grpc_test_util
4758 - grpc++
4759 - grpc
4760 - gpr_test_util
4761 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004762- name: noop-benchmark
4763 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004764 language: c++
4765 src:
4766 - test/cpp/microbenchmarks/noop-benchmark.cc
4767 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004768 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004769 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004770- name: orphanable_test
4771 gtest: true
4772 build: test
4773 language: c++
4774 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004775 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004776 deps:
4777 - grpc_test_util
4778 - grpc++
4779 - grpc
4780 - gpr_test_util
4781 - gpr
4782 uses:
4783 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004784- name: proto_server_reflection_test
4785 gtest: true
4786 build: test
4787 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004788 src:
4789 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004790 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004791 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004792 - grpc++_reflection
4793 - grpc++_test_util
4794 - grpc_test_util
4795 - grpc++
4796 - grpc
4797 - gpr_test_util
4798 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004799- name: proto_utils_test
4800 gtest: true
4801 build: test
4802 language: c++
4803 src:
4804 - test/cpp/codegen/proto_utils_test.cc
4805 deps:
4806 - grpc++
4807 - grpc
4808 filegroups:
4809 - grpc++_codegen_base
4810 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004811 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004812- name: qps_interarrival_test
4813 build: test
4814 run: false
4815 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004816 src:
4817 - test/cpp/qps/qps_interarrival_test.cc
4818 deps:
4819 - qps
4820 - grpc++_test_util
4821 - grpc_test_util
4822 - grpc++
4823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004824 - gpr_test_util
4825 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004826 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004827 platforms:
4828 - mac
4829 - linux
4830 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004831 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004832- name: qps_json_driver
4833 build: test
4834 run: false
4835 language: c++
4836 src:
4837 - test/cpp/qps/qps_json_driver.cc
4838 deps:
4839 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004840 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004841 - grpc++_test_util
4842 - grpc_test_util
4843 - grpc++
4844 - grpc
4845 - gpr_test_util
4846 - gpr
4847 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004848- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004849 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004850 build: test
4851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004852 src:
4853 - test/cpp/qps/qps_openloop_test.cc
4854 deps:
4855 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004856 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004857 - grpc++_test_util
4858 - grpc_test_util
4859 - grpc++
4860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004861 - gpr_test_util
4862 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004863 - grpc++_test_config
4864 platforms:
4865 - mac
4866 - linux
4867 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004868- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004869 build: test
4870 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004872 headers:
4873 - test/cpp/qps/client.h
4874 - test/cpp/qps/server.h
4875 src:
4876 - test/cpp/qps/worker.cc
4877 deps:
4878 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004879 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004880 - grpc++_test_util
4881 - grpc_test_util
4882 - grpc++
4883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004884 - gpr_test_util
4885 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004886 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004887- name: reconnect_interop_client
4888 build: test
4889 run: false
4890 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004891 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004892 - src/proto/grpc/testing/empty.proto
4893 - src/proto/grpc/testing/messages.proto
4894 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004895 - test/cpp/interop/reconnect_interop_client.cc
4896 deps:
4897 - grpc++_test_util
4898 - grpc_test_util
4899 - grpc++
4900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004901 - gpr_test_util
4902 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004903 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004904- name: reconnect_interop_server
4905 build: test
4906 run: false
4907 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004908 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004909 - src/proto/grpc/testing/empty.proto
4910 - src/proto/grpc/testing/messages.proto
4911 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004912 - test/cpp/interop/reconnect_interop_server.cc
4913 deps:
4914 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004915 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004916 - grpc++_test_util
4917 - grpc_test_util
4918 - grpc++
4919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004920 - gpr_test_util
4921 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004922 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004923- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004924 gtest: true
4925 build: test
4926 language: c++
4927 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004928 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004929 deps:
4930 - grpc_test_util
4931 - grpc++
4932 - grpc
4933 - gpr_test_util
4934 - gpr
4935 uses:
4936 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004937- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004938 gtest: true
4939 build: test
4940 language: c++
4941 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004942 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004943 deps:
4944 - grpc_test_util
4945 - grpc++
4946 - grpc
4947 - gpr_test_util
4948 - gpr
4949 uses:
4950 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004951- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004952 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004953 build: test
4954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004955 src:
4956 - test/cpp/common/secure_auth_context_test.cc
4957 deps:
4958 - grpc++_test_util
4959 - grpc_test_util
4960 - grpc++
4961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004962 - gpr_test_util
4963 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004964- name: secure_sync_unary_ping_pong_test
4965 build: test
4966 language: c++
4967 src:
4968 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4969 deps:
4970 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004971 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004972 - grpc++_test_util
4973 - grpc_test_util
4974 - grpc++
4975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004976 - gpr_test_util
4977 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004978 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004979 platforms:
4980 - mac
4981 - linux
4982 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004983- name: server_builder_plugin_test
4984 gtest: true
4985 build: test
4986 language: c++
4987 src:
4988 - test/cpp/end2end/server_builder_plugin_test.cc
4989 deps:
4990 - grpc++_test_util
4991 - grpc_test_util
4992 - grpc++
4993 - grpc
4994 - gpr_test_util
4995 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004996- name: server_builder_test
4997 gtest: true
4998 build: test
4999 language: c++
5000 src:
5001 - src/proto/grpc/testing/echo_messages.proto
5002 - src/proto/grpc/testing/echo.proto
5003 - test/cpp/server/server_builder_test.cc
5004 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005005 - grpc++_test_util_unsecure
5006 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005007 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005008 - grpc++_unsecure
5009 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005010 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07005011- name: server_context_test_spouse_test
5012 gtest: true
5013 build: test
5014 language: c++
5015 src:
5016 - test/cpp/test/server_context_test_spouse_test.cc
5017 deps:
5018 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07005019 - grpc++
5020 - grpc
5021 - gpr_test_util
5022 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005023 uses:
5024 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005025- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005026 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005027 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005028 build: test
5029 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005030 src:
5031 - test/cpp/end2end/server_crash_test.cc
5032 deps:
5033 - grpc++_test_util
5034 - grpc_test_util
5035 - grpc++
5036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005037 - gpr_test_util
5038 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005039 platforms:
5040 - mac
5041 - linux
5042 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005043- name: server_crash_test_client
5044 build: test
5045 run: false
5046 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005047 src:
5048 - test/cpp/end2end/server_crash_test_client.cc
5049 deps:
5050 - grpc++_test_util
5051 - grpc_test_util
5052 - grpc++
5053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005054 - gpr_test_util
5055 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005056- name: server_early_return_test
5057 gtest: true
5058 build: test
5059 language: c++
5060 src:
5061 - test/cpp/end2end/server_early_return_test.cc
5062 deps:
5063 - grpc++_test_util
5064 - grpc_test_util
5065 - grpc++
5066 - grpc
5067 - gpr_test_util
5068 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005069- name: server_request_call_test
5070 gtest: true
5071 build: test
5072 language: c++
5073 src:
5074 - src/proto/grpc/testing/echo_messages.proto
5075 - src/proto/grpc/testing/echo.proto
5076 - test/cpp/server/server_request_call_test.cc
5077 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005078 - grpc++_test_util_unsecure
5079 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005080 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005081 - grpc++_unsecure
5082 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005084- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005085 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005086 build: test
5087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005088 src:
5089 - test/cpp/end2end/shutdown_test.cc
5090 deps:
5091 - grpc++_test_util
5092 - grpc_test_util
5093 - grpc++
5094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005095 - gpr_test_util
5096 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005097- name: slice_hash_table_test
5098 gtest: true
5099 build: test
5100 language: c++
5101 src:
5102 - test/core/slice/slice_hash_table_test.cc
5103 deps:
5104 - grpc_test_util
5105 - grpc
5106 - gpr_test_util
5107 - gpr
5108 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005109- name: slice_weak_hash_table_test
5110 gtest: true
5111 build: test
5112 language: c++
5113 src:
5114 - test/core/slice/slice_weak_hash_table_test.cc
5115 deps:
5116 - grpc_test_util
5117 - grpc
5118 - gpr_test_util
5119 - gpr
5120 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005121- name: stats_test
5122 gtest: true
5123 build: test
5124 language: c++
5125 src:
5126 - test/core/debug/stats_test.cc
5127 deps:
5128 - grpc++_test_util
5129 - grpc_test_util
5130 - grpc
5131 - gpr_test_util
5132 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005133 exclude_configs:
5134 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005135 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005136 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005137- name: status_metadata_test
5138 gtest: true
5139 build: test
5140 language: c++
5141 src:
5142 - test/core/transport/status_metadata_test.cc
5143 deps:
5144 - grpc
5145 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005146- name: status_util_test
5147 gtest: true
5148 cpu_cost: 0.1
5149 build: test
5150 language: c++
5151 src:
Noah Eisenf2bea372018-03-19 12:05:18 -07005152 - test/core/client_channel/status_util_test.cc
Mark D. Roth718c8342018-02-28 13:00:04 -08005153 deps:
5154 - grpc
5155 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005156- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005157 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005158 build: test
5159 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005160 src:
5161 - test/cpp/end2end/streaming_throughput_test.cc
5162 deps:
5163 - grpc++_test_util
5164 - grpc_test_util
5165 - grpc++
5166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005167 - gpr_test_util
5168 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005169 platforms:
5170 - mac
5171 - linux
5172 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005173- name: stress_test
5174 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005175 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005176 language: c++
5177 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005178 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005179 - test/cpp/interop/interop_client.h
5180 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005181 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005182 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005183 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005184 - src/proto/grpc/testing/empty.proto
5185 - src/proto/grpc/testing/messages.proto
5186 - src/proto/grpc/testing/metrics.proto
5187 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005188 - test/cpp/interop/interop_client.cc
5189 - test/cpp/interop/stress_interop_client.cc
5190 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005191 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005192 deps:
5193 - grpc++_test_util
5194 - grpc_test_util
5195 - grpc++
5196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005197 - gpr_test_util
5198 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005199 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005200- name: thread_manager_test
5201 build: test
5202 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005203 src:
5204 - test/cpp/thread_manager/thread_manager_test.cc
5205 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005206 - grpc++_unsecure
5207 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005208 - gpr
5209 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005210- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005211 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005212 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005213 build: test
5214 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005215 src:
5216 - test/cpp/end2end/thread_stress_test.cc
5217 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005218 - grpc++_test_util_unsecure
5219 - grpc_test_util_unsecure
5220 - grpc++_unsecure
5221 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005222 - gpr_test_util
5223 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005224- name: transport_pid_controller_test
5225 build: test
5226 language: c++
5227 src:
5228 - test/core/transport/pid_controller_test.cc
5229 deps:
5230 - grpc++_test_util
5231 - grpc++
5232 - grpc_test_util
5233 - grpc
5234 - gpr_test_util
5235 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08005236- name: transport_security_common_api_test
5237 build: test
5238 language: c++
5239 src:
5240 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5241 deps:
5242 - alts_test_util
5243 - gpr
5244 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005245- name: writes_per_rpc_test
5246 gtest: true
5247 cpu_cost: 0.5
5248 build: test
5249 language: c++
5250 src:
5251 - test/cpp/performance/writes_per_rpc_test.cc
5252 deps:
5253 - grpc++_test_util
5254 - grpc_test_util
5255 - grpc++
5256 - grpc
5257 - gpr_test_util
5258 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005259 platforms:
5260 - mac
5261 - linux
5262 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005263- name: public_headers_must_be_c89
5264 build: test
5265 language: c89
5266 src:
5267 - test/core/surface/public_headers_must_be_c89.c
5268 deps:
5269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005270 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005271- name: gen_hpack_tables
5272 build: tool
5273 language: cc
5274 src:
5275 - tools/codegen/core/gen_hpack_tables.cc
5276 deps:
5277 - gpr
5278 - grpc
5279 uses_polling: false
5280- name: gen_legal_metadata_characters
5281 build: tool
5282 language: cc
5283 src:
5284 - tools/codegen/core/gen_legal_metadata_characters.cc
5285 deps: []
5286- name: gen_percent_encoding_tables
5287 build: tool
5288 language: cc
5289 src:
5290 - tools/codegen/core/gen_percent_encoding_tables.cc
5291 deps: []
5292 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005293vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005294- linkage: static
5295 name: grpc.dependencies.zlib
5296 props: false
5297 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005298 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005299- linkage: static
5300 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005301 props: true
5302 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005303 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005304- name: gflags
5305 props: false
5306 redist: false
5307 version: 2.1.2.1
5308- name: gtest
5309 props: false
5310 redist: false
5311 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005312configs:
5313 asan:
5314 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005315 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5316 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005317 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005318 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005319 LDFLAGS: -fsanitize=address
5320 LDXX: clang++
5321 compile_the_world: true
5322 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005323 ASAN_OPTIONS: detect_leaks=1:color=always
5324 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005325 asan-noleaks:
5326 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005327 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5328 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005329 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005330 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005331 LDFLAGS: -fsanitize=address
5332 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005333 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005334 test_environ:
5335 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005336 asan-trace-cmp:
5337 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005338 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5339 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005340 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005341 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005342 LDFLAGS: -fsanitize=address
5343 LDXX: clang++
5344 compile_the_world: true
5345 test_environ:
5346 ASAN_OPTIONS: detect_leaks=1:color=always
5347 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005348 basicprof:
5349 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5350 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005351 c++-compat:
5352 CFLAGS: -Wc++-compat
5353 CPPFLAGS: -O0
5354 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005355 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005356 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005357 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005358 dbg:
5359 CPPFLAGS: -O0
5360 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005361 gcov:
5362 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005363 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005364 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005365 DEFINES: _DEBUG DEBUG GPR_GCOV
5366 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005367 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005368 LDXX: g++
5369 helgrind:
5370 CPPFLAGS: -O0
5371 DEFINES: _DEBUG DEBUG
5372 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005373 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005374 lto:
5375 CPPFLAGS: -O2
5376 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005377 memcheck:
5378 CPPFLAGS: -O0
5379 DEFINES: _DEBUG DEBUG
5380 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005381 valgrind: --tool=memcheck --leak-check=full
5382 msan:
5383 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005384 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005385 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5386 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005387 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005388 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005389 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005390 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5391 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5392 LDXX: clang++
5393 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005394 test_environ:
5395 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005396 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005397 CPPFLAGS: -O3 -fno-omit-frame-pointer
5398 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005399 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005400 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005401 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005402 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005403 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005404 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005405 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005406 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005407 stapprof:
5408 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5409 DEFINES: NDEBUG
5410 tsan:
5411 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005412 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005413 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005414 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005415 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005416 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005417 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005418 LDXX: clang++
5419 compile_the_world: true
5420 test_environ:
5421 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005422 ubsan:
5423 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005424 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5425 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005426 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005427 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005428 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005429 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005430 LDXX: clang++
5431 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005432 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005433 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005434defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005435 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005436 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5437 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005438 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5439 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5440 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5441 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5442 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005443 benchmark:
5444 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005445 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005446 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005447 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5448 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005449 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005450 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005451 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005452 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005453 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005454 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005455 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005456 LDFLAGS: -g
5457 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005458 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005459 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005460openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005461 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005462 extraction_dir: openssl-1.0.2f
5463 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005464php_config_m4:
5465 deps:
5466 - grpc
5467 - gpr
5468 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005469 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005470 headers:
5471 - src/php/ext/grpc/byte_buffer.h
5472 - src/php/ext/grpc/call.h
5473 - src/php/ext/grpc/call_credentials.h
5474 - src/php/ext/grpc/channel.h
5475 - src/php/ext/grpc/channel_credentials.h
5476 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005477 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005478 - src/php/ext/grpc/php_grpc.h
5479 - src/php/ext/grpc/server.h
5480 - src/php/ext/grpc/server_credentials.h
5481 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005482 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005483 src:
5484 - src/php/ext/grpc/byte_buffer.c
5485 - src/php/ext/grpc/call.c
5486 - src/php/ext/grpc/call_credentials.c
5487 - src/php/ext/grpc/channel.c
5488 - src/php/ext/grpc/channel_credentials.c
5489 - src/php/ext/grpc/completion_queue.c
5490 - src/php/ext/grpc/php_grpc.c
5491 - src/php/ext/grpc/server.c
5492 - src/php/ext/grpc/server_credentials.c
5493 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005494python_dependencies:
5495 deps:
5496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005497 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005498 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005499 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005500 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005501ruby_gem:
5502 deps:
5503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005504 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005505 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005506 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005507 - z