blob: 02a1e6186e8b78d1be36d79ac605af4e1bd0e4a7 [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
Mark D. Roth718c8342018-02-28 13:00:04 -0800550 - 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
Mark D. Roth718c8342018-02-28 13:00:04 -0800573 - 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
1040 - src/core/tsi/ssl_transport_security.h
1041 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -07001042 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001044 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001045 - src/core/tsi/fake_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001046 - src/core/tsi/ssl_transport_security.cc
1047 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001048 deps:
1049 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -08001050 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001051 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -07001052 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001053 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -07001054 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001055 - grpc_trace
1056- name: tsi_interface
1057 headers:
1058 - src/core/tsi/transport_security.h
1059 - src/core/tsi/transport_security_adapter.h
1060 - src/core/tsi/transport_security_interface.h
1061 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001062 - src/core/tsi/transport_security.cc
1063 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001064 deps:
1065 - gpr
1066 secure: true
1067 uses:
1068 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -07001069- name: grpc++_codegen_base
1070 language: c++
1071 public_headers:
1072 - include/grpc++/impl/codegen/async_stream.h
1073 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -07001074 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -07001075 - include/grpc++/impl/codegen/call.h
1076 - include/grpc++/impl/codegen/call_hook.h
1077 - include/grpc++/impl/codegen/channel_interface.h
1078 - include/grpc++/impl/codegen/client_context.h
1079 - include/grpc++/impl/codegen/client_unary_call.h
1080 - include/grpc++/impl/codegen/completion_queue.h
1081 - include/grpc++/impl/codegen/completion_queue_tag.h
1082 - include/grpc++/impl/codegen/config.h
1083 - include/grpc++/impl/codegen/core_codegen_interface.h
1084 - include/grpc++/impl/codegen/create_auth_context.h
1085 - include/grpc++/impl/codegen/grpc_library.h
1086 - include/grpc++/impl/codegen/metadata_map.h
1087 - include/grpc++/impl/codegen/method_handler_impl.h
1088 - include/grpc++/impl/codegen/rpc_method.h
1089 - include/grpc++/impl/codegen/rpc_service_method.h
1090 - include/grpc++/impl/codegen/security/auth_context.h
1091 - include/grpc++/impl/codegen/serialization_traits.h
1092 - include/grpc++/impl/codegen/server_context.h
1093 - include/grpc++/impl/codegen/server_interface.h
1094 - include/grpc++/impl/codegen/service_type.h
1095 - include/grpc++/impl/codegen/slice.h
1096 - include/grpc++/impl/codegen/status.h
1097 - include/grpc++/impl/codegen/status_code_enum.h
1098 - include/grpc++/impl/codegen/string_ref.h
1099 - include/grpc++/impl/codegen/stub_options.h
1100 - include/grpc++/impl/codegen/sync_stream.h
1101 - include/grpc++/impl/codegen/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001102 - include/grpcpp/impl/codegen/async_stream.h
1103 - include/grpcpp/impl/codegen/async_unary_call.h
1104 - include/grpcpp/impl/codegen/byte_buffer.h
1105 - include/grpcpp/impl/codegen/call.h
1106 - include/grpcpp/impl/codegen/call_hook.h
1107 - include/grpcpp/impl/codegen/channel_interface.h
1108 - include/grpcpp/impl/codegen/client_context.h
1109 - include/grpcpp/impl/codegen/client_unary_call.h
1110 - include/grpcpp/impl/codegen/completion_queue.h
1111 - include/grpcpp/impl/codegen/completion_queue_tag.h
1112 - include/grpcpp/impl/codegen/config.h
1113 - include/grpcpp/impl/codegen/core_codegen_interface.h
1114 - include/grpcpp/impl/codegen/create_auth_context.h
1115 - include/grpcpp/impl/codegen/grpc_library.h
1116 - include/grpcpp/impl/codegen/metadata_map.h
1117 - include/grpcpp/impl/codegen/method_handler_impl.h
1118 - include/grpcpp/impl/codegen/rpc_method.h
1119 - include/grpcpp/impl/codegen/rpc_service_method.h
1120 - include/grpcpp/impl/codegen/security/auth_context.h
1121 - include/grpcpp/impl/codegen/serialization_traits.h
1122 - include/grpcpp/impl/codegen/server_context.h
1123 - include/grpcpp/impl/codegen/server_interface.h
1124 - include/grpcpp/impl/codegen/service_type.h
1125 - include/grpcpp/impl/codegen/slice.h
1126 - include/grpcpp/impl/codegen/status.h
1127 - include/grpcpp/impl/codegen/status_code_enum.h
1128 - include/grpcpp/impl/codegen/string_ref.h
1129 - include/grpcpp/impl/codegen/stub_options.h
1130 - include/grpcpp/impl/codegen/sync_stream.h
1131 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001132 uses:
1133 - grpc_codegen
1134- name: grpc++_codegen_base_src
1135 language: c++
1136 src:
1137 - src/cpp/codegen/codegen_init.cc
1138 uses:
1139 - grpc++_codegen_base
1140- name: grpc++_codegen_proto
1141 language: c++
1142 public_headers:
1143 - include/grpc++/impl/codegen/proto_utils.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001144 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001145 uses:
1146 - grpc++_codegen_base
1147 - grpc++_config_proto
1148- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001149 language: c++
1150 public_headers:
1151 - include/grpc++/alarm.h
1152 - include/grpc++/channel.h
1153 - include/grpc++/client_context.h
1154 - include/grpc++/completion_queue.h
1155 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001156 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001157 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001158 - include/grpc++/generic/async_generic_service.h
1159 - include/grpc++/generic/generic_stub.h
1160 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001161 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001162 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001163 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001164 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001165 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001166 - include/grpc++/impl/grpc_library.h
1167 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001168 - include/grpc++/impl/rpc_method.h
1169 - include/grpc++/impl/rpc_service_method.h
1170 - include/grpc++/impl/serialization_traits.h
1171 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001172 - include/grpc++/impl/server_builder_plugin.h
1173 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001174 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001175 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001176 - include/grpc++/security/auth_context.h
1177 - include/grpc++/security/auth_metadata_processor.h
1178 - include/grpc++/security/credentials.h
1179 - include/grpc++/security/server_credentials.h
1180 - include/grpc++/server.h
1181 - include/grpc++/server_builder.h
1182 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001183 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001184 - include/grpc++/support/async_stream.h
1185 - include/grpc++/support/async_unary_call.h
1186 - include/grpc++/support/byte_buffer.h
1187 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001188 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001189 - include/grpc++/support/slice.h
1190 - include/grpc++/support/status.h
1191 - include/grpc++/support/status_code_enum.h
1192 - include/grpc++/support/string_ref.h
1193 - include/grpc++/support/stub_options.h
1194 - include/grpc++/support/sync_stream.h
1195 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001196 - include/grpcpp/alarm.h
1197 - include/grpcpp/channel.h
1198 - include/grpcpp/client_context.h
1199 - include/grpcpp/completion_queue.h
1200 - include/grpcpp/create_channel.h
1201 - include/grpcpp/create_channel_posix.h
1202 - include/grpcpp/ext/health_check_service_server_builder_option.h
1203 - include/grpcpp/generic/async_generic_service.h
1204 - include/grpcpp/generic/generic_stub.h
1205 - include/grpcpp/grpcpp.h
1206 - include/grpcpp/health_check_service_interface.h
1207 - include/grpcpp/impl/call.h
1208 - include/grpcpp/impl/channel_argument_option.h
1209 - include/grpcpp/impl/client_unary_call.h
1210 - include/grpcpp/impl/codegen/core_codegen.h
1211 - include/grpcpp/impl/grpc_library.h
1212 - include/grpcpp/impl/method_handler_impl.h
1213 - include/grpcpp/impl/rpc_method.h
1214 - include/grpcpp/impl/rpc_service_method.h
1215 - include/grpcpp/impl/serialization_traits.h
1216 - include/grpcpp/impl/server_builder_option.h
1217 - include/grpcpp/impl/server_builder_plugin.h
1218 - include/grpcpp/impl/server_initializer.h
1219 - include/grpcpp/impl/service_type.h
1220 - include/grpcpp/resource_quota.h
1221 - include/grpcpp/security/auth_context.h
1222 - include/grpcpp/security/auth_metadata_processor.h
1223 - include/grpcpp/security/credentials.h
1224 - include/grpcpp/security/server_credentials.h
1225 - include/grpcpp/server.h
1226 - include/grpcpp/server_builder.h
1227 - include/grpcpp/server_context.h
1228 - include/grpcpp/server_posix.h
1229 - include/grpcpp/support/async_stream.h
1230 - include/grpcpp/support/async_unary_call.h
1231 - include/grpcpp/support/byte_buffer.h
1232 - include/grpcpp/support/channel_arguments.h
1233 - include/grpcpp/support/config.h
1234 - include/grpcpp/support/slice.h
1235 - include/grpcpp/support/status.h
1236 - include/grpcpp/support/status_code_enum.h
1237 - include/grpcpp/support/string_ref.h
1238 - include/grpcpp/support/stub_options.h
1239 - include/grpcpp/support/sync_stream.h
1240 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001241 headers:
1242 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001243 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001244 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001245 - src/cpp/server/health/default_health_check_service.h
1246 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001247 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001248 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001249 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001250 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001251 - src/cpp/client/client_context.cc
1252 - src/cpp/client/create_channel.cc
1253 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001254 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001255 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001256 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001257 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001258 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001259 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001260 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001261 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001262 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001263 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001264 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001265 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001266 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001267 - src/cpp/server/create_default_thread_pool.cc
1268 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001269 - src/cpp/server/health/default_health_check_service.cc
1270 - src/cpp/server/health/health.pb.c
1271 - src/cpp/server/health/health_check_service.cc
1272 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001273 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001274 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001275 - src/cpp/server/server_context.cc
1276 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001277 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001278 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001279 - src/cpp/util/byte_buffer_cc.cc
1280 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001281 - src/cpp/util/status.cc
1282 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001283 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001284 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001285 - gpr_base_headers
1286 - grpc_base_headers
1287 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001288 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001289 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001290- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001291 language: c++
1292 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001293 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001294 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001295- name: grpc++_reflection_proto
1296 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001297 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001298 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001299- name: grpc++_test
1300 language: c++
1301 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001302 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001303 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001304 - include/grpcpp/test/mock_stream.h
1305 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001306 deps:
1307 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001308 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001309libs:
Yihua Zhang04fb58e2018-03-08 06:49:24 -08001310- name: alts_test_util
1311 build: private
1312 language: c
1313 headers:
1314 - test/core/tsi/alts/crypt/gsec_test_util.h
1315 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h
1316 src:
1317 - test/core/tsi/alts/crypt/gsec_test_util.cc
1318 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.cc
1319 deps:
1320 - grpc
1321 secure: true
Craig Tillerda179ce2016-02-09 12:01:53 -08001322- name: gpr
1323 build: all
1324 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001325 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001326 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001327 secure: false
1328 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1329- name: gpr_test_util
1330 build: private
1331 language: c
1332 headers:
1333 - test/core/util/test_config.h
1334 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001335 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001336 deps:
1337 - gpr
1338 secure: false
1339 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340- name: grpc
1341 build: all
1342 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001343 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001344 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001345 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001346 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001347 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001348 filegroups:
1349 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001350 - grpc_transport_chttp2_server_secure
1351 - grpc_transport_chttp2_client_secure
1352 - grpc_transport_chttp2_server_insecure
1353 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001354 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001355 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001356 - grpc_lb_policy_pick_first
1357 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001358 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001359 - grpc_resolver_dns_native
1360 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001361 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001362 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001363 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001364 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001365 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001366 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001367 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001368 - grpc_workaround_cronet_compression_filter
1369 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001370 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001371 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001372 vs_packages:
1373 - grpc.dependencies.openssl
1374 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001376- name: grpc_cronet
1377 build: all
1378 language: c
1379 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001380 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001381 baselib: true
1382 deps_linkage: static
1383 dll: true
1384 filegroups:
1385 - grpc_base
1386 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001387 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001388 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001389 generate_plugin_registry: true
1390 platforms:
1391 - linux
1392 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001393- name: grpc_dll
1394 build: private
1395 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001396 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001397 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001398 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001399 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001400 build_system:
1401 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001402 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001403 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001404 vs_config_type: DynamicLibrary
1405 vs_packages:
1406 - grpc.dependencies.openssl
1407 - grpc.dependencies.zlib
1408 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1409 vs_props:
1410 - zlib
1411 - openssl
1412 - winsock
1413 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001414- name: grpc_test_util
1415 build: private
1416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001417 headers:
1418 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001419 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001420 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001421 - test/core/end2end/data/client_certs.cc
1422 - test/core/end2end/data/server1_cert.cc
1423 - test/core/end2end/data/server1_key.cc
1424 - test/core/end2end/data/test_root_cert.cc
1425 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001426 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001427 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001428 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001429 - grpc
1430 filegroups:
1431 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001432 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1433- name: grpc_test_util_unsecure
1434 build: private
1435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001436 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr
1438 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001439 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001440 filegroups:
1441 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001442 secure: false
1443 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1444- name: grpc_unsecure
1445 build: all
1446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001447 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001448 - src/core/lib/surface/init.cc
1449 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001451 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001452 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001453 filegroups:
1454 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001455 - grpc_transport_chttp2_server_insecure
1456 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001457 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001458 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001459 - grpc_resolver_dns_native
1460 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001461 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001462 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001463 - grpc_lb_policy_grpclb
1464 - grpc_lb_policy_pick_first
1465 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001466 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001467 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001468 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001469 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001470 - grpc_workaround_cronet_compression_filter
1471 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001472 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473 secure: false
1474 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001475- name: reconnect_server
1476 build: private
1477 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001478 headers:
1479 - test/core/util/reconnect_server.h
1480 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001481 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001482 deps:
yang-gc9fca182015-11-06 16:41:33 -08001483 - test_tcp_server
1484 - grpc_test_util
1485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001486 - gpr_test_util
1487 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001488- name: test_tcp_server
1489 build: private
1490 language: c
1491 headers:
1492 - test/core/util/test_tcp_server.h
1493 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001494 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001495 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001496 - grpc_test_util
1497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001498 - gpr_test_util
1499 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001500- name: grpc++
1501 build: all
1502 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001503 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001504 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001505 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001506 - src/cpp/client/secure_credentials.h
1507 - src/cpp/common/secure_auth_context.h
1508 - src/cpp/server/secure_server_credentials.h
1509 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001510 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001511 - src/cpp/client/secure_credentials.cc
1512 - src/cpp/common/auth_property_iterator.cc
1513 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001514 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001515 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001516 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001517 - src/cpp/server/secure_server_credentials.cc
1518 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001519 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520 baselib: true
1521 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001522 filegroups:
1523 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001524 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001525 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001526 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001527 secure: check
1528 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001529- name: grpc++_core_stats
1530 build: private
1531 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001532 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001533 - src/cpp/util/core_stats.h
1534 src:
1535 - src/proto/grpc/core/stats.proto
1536 - src/cpp/util/core_stats.cc
1537 deps:
1538 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001539- name: grpc++_cronet
1540 build: all
1541 language: c++
1542 src:
1543 - src/cpp/client/cronet_credentials.cc
1544 - src/cpp/client/insecure_credentials.cc
1545 - src/cpp/common/insecure_create_auth_context.cc
1546 - src/cpp/server/insecure_server_credentials.cc
1547 deps:
1548 - gpr
1549 - grpc_cronet
1550 baselib: true
1551 dll: true
1552 filegroups:
1553 - grpc++_base
1554 - grpc++_codegen_base
1555 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001556 - grpc_transport_chttp2_client_insecure
1557 - grpc_transport_chttp2_server_insecure
1558 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001559 platforms:
1560 - linux
1561 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001562- name: grpc++_error_details
1563 build: all
1564 language: c++
1565 public_headers:
1566 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001567 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001568 src:
1569 - src/proto/grpc/status/status.proto
1570 - src/cpp/util/error_details.cc
1571 deps:
1572 - grpc++
1573 baselib: true
1574 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001575- name: grpc++_proto_reflection_desc_db
1576 build: private
1577 language: c++
1578 headers:
1579 - test/cpp/util/proto_reflection_descriptor_database.h
1580 src:
1581 - test/cpp/util/proto_reflection_descriptor_database.cc
1582 deps:
1583 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001584 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001585 filegroups:
1586 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001587 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001588- name: grpc++_reflection
1589 build: all
1590 language: c++
1591 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001592 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001593 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001594 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001595 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001596 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001597 - src/cpp/ext/proto_server_reflection.cc
1598 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001599 deps:
1600 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001601 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001602 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001603 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604- name: grpc++_test_config
1605 build: private
1606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001607 headers:
1608 - test/cpp/util/test_config.h
1609 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001610 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611- name: grpc++_test_util
1612 build: private
1613 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001614 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001615 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001616 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001617 - test/cpp/util/create_test_channel.h
1618 - test/cpp/util/string_ref_helper.h
1619 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001620 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
yang-gc8a49d22016-12-12 11:18:49 -08001622 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001623 - src/proto/grpc/testing/echo_messages.proto
1624 - src/proto/grpc/testing/echo.proto
1625 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001626 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001627 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001628 - test/cpp/util/create_test_channel.cc
1629 - test/cpp/util/string_ref_helper.cc
1630 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001631 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001632 deps:
1633 - grpc++
1634 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001635 - grpc
yang-g17487f92016-06-03 15:21:15 -07001636 filegroups:
1637 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001638 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001639 - grpc++_codegen_proto
1640 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001641- name: grpc++_test_util_unsecure
1642 build: private
1643 language: c++
1644 headers:
1645 - test/cpp/end2end/test_service_impl.h
1646 - test/cpp/util/byte_buffer_proto_helper.h
1647 - test/cpp/util/string_ref_helper.h
1648 - test/cpp/util/subprocess.h
1649 src:
1650 - src/proto/grpc/health/v1/health.proto
1651 - src/proto/grpc/testing/echo_messages.proto
1652 - src/proto/grpc/testing/echo.proto
1653 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1654 - test/cpp/end2end/test_service_impl.cc
1655 - test/cpp/util/byte_buffer_proto_helper.cc
1656 - test/cpp/util/string_ref_helper.cc
1657 - test/cpp/util/subprocess.cc
1658 deps:
1659 - grpc++_unsecure
1660 - grpc_test_util_unsecure
1661 - grpc_unsecure
1662 filegroups:
1663 - grpc++_codegen_base
1664 - grpc++_codegen_base_src
1665 - grpc++_codegen_proto
1666 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001667- name: grpc++_unsecure
1668 build: all
1669 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001671 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001672 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001673 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001674 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001676 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677 baselib: true
1678 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001679 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001680 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001681 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001682 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001683 secure: false
1684 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001685- name: grpc_benchmark
1686 build: test
1687 language: c++
1688 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001689 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1690 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001691 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001692 src:
1693 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001694 deps:
1695 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001696 - grpc++_unsecure
1697 - grpc_test_util_unsecure
1698 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001699 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001700- name: grpc_cli_libs
1701 build: private
1702 language: c++
1703 headers:
1704 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001705 - test/cpp/util/cli_credentials.h
1706 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001707 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001708 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001709 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001710 src:
1711 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001712 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001713 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001714 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001715 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001716 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001717 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001718 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001719 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001720 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001721 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001722 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001723- name: grpc_plugin_support
1724 build: protoc
1725 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001726 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001727 - src/compiler/config.h
1728 - src/compiler/cpp_generator.h
1729 - src/compiler/cpp_generator_helpers.h
1730 - src/compiler/csharp_generator.h
1731 - src/compiler/csharp_generator_helpers.h
1732 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001733 - src/compiler/node_generator.h
1734 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001735 - src/compiler/objective_c_generator.h
1736 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001737 - src/compiler/php_generator.h
1738 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301739 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001740 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301741 - src/compiler/python_generator_helpers.h
1742 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001743 - src/compiler/ruby_generator.h
1744 - src/compiler/ruby_generator_helpers-inl.h
1745 - src/compiler/ruby_generator_map-inl.h
1746 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301747 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - src/compiler/cpp_generator.cc
1750 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001751 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001752 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001753 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001754 - src/compiler/python_generator.cc
1755 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001756 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001757 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001758 secure: false
1759 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001760 vs_props:
1761 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001762- name: http2_client_main
1763 build: private
1764 language: c++
1765 headers:
1766 - test/cpp/interop/http2_client.h
1767 src:
1768 - src/proto/grpc/testing/empty.proto
1769 - src/proto/grpc/testing/messages.proto
1770 - src/proto/grpc/testing/test.proto
1771 - test/cpp/interop/http2_client.cc
1772 deps:
1773 - grpc++_test_util
1774 - grpc_test_util
1775 - grpc++
1776 - grpc
1777 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001778- name: interop_client_helper
1779 build: private
1780 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001781 headers:
1782 - test/cpp/interop/client_helper.h
1783 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001784 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001785 - test/cpp/interop/client_helper.cc
1786 deps:
1787 - grpc++_test_util
1788 - grpc_test_util
1789 - grpc++
1790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001792- name: interop_client_main
1793 build: private
1794 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001795 headers:
1796 - test/cpp/interop/interop_client.h
1797 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001798 - src/proto/grpc/testing/empty.proto
1799 - src/proto/grpc/testing/messages.proto
1800 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001801 - test/cpp/interop/client.cc
1802 - test/cpp/interop/interop_client.cc
1803 deps:
1804 - interop_client_helper
1805 - grpc++_test_util
1806 - grpc_test_util
1807 - grpc++
1808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001811 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812- name: interop_server_helper
1813 build: private
1814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001815 headers:
1816 - test/cpp/interop/server_helper.h
1817 src:
1818 - test/cpp/interop/server_helper.cc
1819 deps:
yang-gcc591022017-01-11 11:10:43 -08001820 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001821 - grpc_test_util
1822 - grpc++
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001825- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826 build: private
1827 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001828 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001829 - src/proto/grpc/testing/empty.proto
1830 - src/proto/grpc/testing/messages.proto
1831 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001832 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001833 deps:
1834 - interop_server_helper
1835 - grpc++_test_util
1836 - grpc_test_util
1837 - grpc++
1838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001841 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001842- name: interop_server_main
1843 build: private
1844 language: c++
1845 src:
1846 - test/cpp/interop/interop_server_bootstrap.cc
1847 deps:
1848 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: qps
1850 build: private
1851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001852 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001853 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001854 - test/cpp/qps/client.h
1855 - test/cpp/qps/driver.h
1856 - test/cpp/qps/histogram.h
1857 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001858 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001859 - test/cpp/qps/qps_worker.h
1860 - test/cpp/qps/report.h
1861 - test/cpp/qps/server.h
1862 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001863 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001865 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001866 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001867 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001868 - src/proto/grpc/testing/control.proto
1869 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001870 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001871 - test/cpp/qps/client_async.cc
1872 - test/cpp/qps/client_sync.cc
1873 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001874 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001875 - test/cpp/qps/qps_worker.cc
1876 - test/cpp/qps/report.cc
1877 - test/cpp/qps/server_async.cc
1878 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001879 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001880 deps:
1881 - grpc_test_util
1882 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001883 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001884 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001885 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: grpc_csharp_ext
1887 build: all
1888 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - src/csharp/ext/grpc_csharp_ext.c
1891 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001894 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001895 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896 dll: only
1897 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001898 vs_packages:
1899 - grpc.dependencies.openssl
1900 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001902 vs_props:
1903 - zlib
1904 - openssl
1905 - winsock
1906 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001908- name: algorithm_test
1909 build: test
1910 language: c
1911 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001912 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001918 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001919- name: alloc_test
1920 build: test
1921 language: c
1922 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001923 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001924 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001927 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928- name: alpn_test
1929 build: test
1930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001931 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001932 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001933 deps:
1934 - grpc_test_util
1935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001938- name: api_fuzzer
1939 build: fuzzer
1940 language: c
1941 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001942 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001943 deps:
1944 - grpc_test_util
1945 - grpc
1946 - gpr_test_util
1947 - gpr
1948 corpus_dirs:
1949 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001950 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001951 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001952- name: arena_test
1953 build: test
1954 language: c
1955 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001956 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001957 deps:
1958 - gpr_test_util
1959 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001960 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08001961- name: avl_test
1962 build: test
1963 language: c
1964 src:
1965 - test/core/avl/avl_test.cc
1966 deps:
1967 - gpr_test_util
1968 - gpr
1969 - grpc
1970 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001971- name: bad_server_response_test
1972 build: test
1973 language: c
1974 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001975 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001976 deps:
1977 - test_tcp_server
1978 - grpc_test_util
1979 - grpc
1980 - gpr_test_util
1981 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001982 exclude_iomgrs:
1983 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001984- name: bin_decoder_test
1985 build: test
1986 language: c
1987 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001988 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001989 deps:
1990 - grpc_test_util
1991 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001992 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993- name: bin_encoder_test
1994 build: test
1995 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001996 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001997 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001998 deps:
1999 - grpc_test_util
2000 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002001 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08002002- name: channel_create_test
2003 build: test
2004 language: c
2005 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002006 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08002007 deps:
2008 - grpc_test_util
2009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07002012- name: check_epollexclusive
2013 build: tool
2014 language: c
2015 src:
2016 - test/build/check_epollexclusive.c
2017 deps:
2018 - grpc
2019 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08002020- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021 build: test
2022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002023 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002024 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002025 deps:
2026 - grpc_test_util
2027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002028 - gpr_test_util
2029 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002030 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031- name: chttp2_stream_map_test
2032 build: test
2033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002034 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002035 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002036 deps:
2037 - grpc_test_util
2038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002039 - gpr_test_util
2040 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002041 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08002042- name: chttp2_varint_test
2043 build: test
2044 language: c
2045 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002046 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08002047 deps:
2048 - grpc_test_util
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002052 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07002053- name: client_fuzzer
2054 build: fuzzer
2055 language: c
2056 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002057 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07002058 deps:
2059 - grpc_test_util
2060 - grpc
2061 - gpr_test_util
2062 - gpr
2063 corpus_dirs:
2064 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002065 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07002066 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002067- name: cmdline_test
2068 build: test
2069 language: c
2070 src:
2071 - test/core/util/cmdline_test.cc
2072 deps:
2073 - gpr
2074 - gpr_test_util
2075 - grpc_test_util
2076 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002077- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07002078 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07002079 build: test
2080 language: c
2081 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002082 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002083 deps:
2084 - grpc_test_util
2085 - grpc
2086 - gpr_test_util
2087 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002088- name: compression_test
2089 build: test
2090 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002091 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002092 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002093 deps:
2094 - grpc_test_util
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002098 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08002099- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07002100 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08002101 build: test
2102 language: c
2103 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002104 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002105 deps:
2106 - grpc_test_util
2107 - grpc
2108 - gpr_test_util
2109 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002110 exclude_iomgrs:
2111 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002112- name: connection_refused_test
2113 cpu_cost: 0.1
2114 build: test
2115 language: c
2116 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002117 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002118 deps:
2119 - grpc_test_util
2120 - grpc
2121 - gpr_test_util
2122 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002123- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002124 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002125 build: test
2126 language: c
2127 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002128 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002129 deps:
2130 - grpc_test_util
2131 - grpc
2132 - gpr_test_util
2133 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002134 exclude_iomgrs:
2135 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002136- name: dns_resolver_cooldown_test
2137 build: test
2138 language: c
2139 src:
2140 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2141 deps:
2142 - grpc_test_util
2143 - grpc
2144 - gpr_test_util
2145 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002146- name: dns_resolver_test
2147 build: test
2148 language: c
2149 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002150 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002157 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002161 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002167 exclude_iomgrs:
2168 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002169 platforms:
2170 - mac
2171 - linux
2172 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002173- name: endpoint_pair_test
2174 build: test
2175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002177 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002183 exclude_iomgrs:
2184 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002185- name: error_test
2186 cpu_cost: 30
2187 build: test
2188 language: c
2189 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002190 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002191 deps:
2192 - grpc_test_util
2193 - grpc
2194 - gpr_test_util
2195 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002196 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002197- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002198 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002199 build: test
2200 language: c
2201 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002202 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002203 deps:
2204 - grpc_test_util
2205 - grpc
2206 - gpr_test_util
2207 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002208 exclude_iomgrs:
2209 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002210 platforms:
2211 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002212- name: fake_resolver_test
2213 build: test
2214 language: c
2215 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002216 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002217 deps:
2218 - grpc_test_util
2219 - grpc
2220 - gpr_test_util
2221 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002222- name: fake_transport_security_test
2223 build: test
2224 language: c
2225 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002226 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002227 deps:
2228 - gpr_test_util
2229 - gpr
2230 - grpc
2231 filegroups:
2232 - transport_security_test_lib
2233 platforms:
2234 - linux
2235 - posix
2236 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237- name: fd_conservation_posix_test
2238 build: test
2239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002240 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002241 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002242 deps:
2243 - grpc_test_util
2244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002247 exclude_iomgrs:
2248 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002249 platforms:
2250 - mac
2251 - linux
2252 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: fd_posix_test
2254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002257 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002263 exclude_iomgrs:
2264 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002265 platforms:
2266 - mac
2267 - linux
2268 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: fling_client
2270 build: test
2271 run: false
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002274 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002280- name: fling_server
2281 build: test
2282 run: false
2283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002284 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002285 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002286 deps:
2287 - grpc_test_util
2288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002292 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293 build: test
2294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002296 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002297 deps:
2298 - grpc_test_util
2299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002302 platforms:
2303 - mac
2304 - linux
2305 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002307 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308 build: test
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002311 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002317 platforms:
2318 - mac
2319 - linux
2320 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002321- name: goaway_server_test
2322 cpu_cost: 0.1
2323 build: test
2324 language: c
2325 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002326 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002327 deps:
2328 - grpc_test_util
2329 - grpc
2330 - gpr_test_util
2331 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002332 exclude_iomgrs:
2333 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002334 platforms:
2335 - mac
2336 - linux
2337 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002338- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002339 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002340 build: test
2341 language: c
2342 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002343 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002344 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002347 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002348- name: gpr_env_test
2349 build: test
2350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002351 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002352 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002353 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002356 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: gpr_host_port_test
2358 build: test
2359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002361 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002362 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002363 - gpr_test_util
2364 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002365 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366- name: gpr_log_test
2367 build: test
2368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002369 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002370 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002371 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002372 - gpr_test_util
2373 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002374 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002375- name: gpr_manual_constructor_test
2376 cpu_cost: 3
2377 build: test
2378 language: c
2379 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002380 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002381 deps:
2382 - gpr_test_util
2383 - gpr
2384 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002385- name: gpr_mpscq_test
2386 cpu_cost: 30
2387 build: test
2388 language: c
2389 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002390 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002391 deps:
2392 - gpr_test_util
2393 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002394 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002395- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002396 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002397 build: test
2398 language: c
2399 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002400 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002401 deps:
2402 - gpr_test_util
2403 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002404 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405- name: gpr_string_test
2406 build: test
2407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002409 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002410 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr_test_util
2412 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002413 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002415 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416 build: test
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002419 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002420 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002421 - gpr_test_util
2422 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002423 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002425 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426 build: test
2427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002428 src:
Vijay Paida693552018-02-16 22:59:03 -08002429 - test/core/gprpp/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002430 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002431 - gpr_test_util
2432 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002433 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434- name: gpr_time_test
2435 build: test
2436 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002438 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002439 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002442 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443- name: gpr_tls_test
2444 build: test
2445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002446 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002447 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002448 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002449 - gpr_test_util
2450 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002451 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002452- name: gpr_useful_test
2453 build: test
2454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002455 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002456 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002457 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002460 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461- name: grpc_auth_context_test
2462 build: test
2463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002464 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002465 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002466 deps:
2467 - grpc_test_util
2468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002469 - gpr_test_util
2470 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002471 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002472- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473 build: test
2474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002475 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002476 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002477 deps:
2478 - grpc_test_util
2479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002480 - gpr_test_util
2481 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002482 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002483- name: grpc_byte_buffer_reader_test
2484 build: test
2485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002486 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002487 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002488 deps:
2489 - grpc_test_util
2490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002491 - gpr_test_util
2492 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002493 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002494- name: grpc_channel_args_test
2495 build: test
2496 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002497 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002498 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002499 deps:
2500 - grpc_test_util
2501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002504 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002505- name: grpc_channel_stack_builder_test
2506 build: test
2507 language: c
2508 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002509 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002510 deps:
2511 - grpc_test_util
2512 - grpc
2513 - gpr_test_util
2514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515- name: grpc_channel_stack_test
2516 build: test
2517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002519 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002520 deps:
2521 - grpc_test_util
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002525 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002526- name: grpc_completion_queue_test
2527 build: test
2528 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002529 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002530 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002531 deps:
2532 - grpc_test_util
2533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002536- name: grpc_completion_queue_threading_test
2537 build: test
2538 language: c
2539 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002540 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002541 deps:
2542 - grpc_test_util
2543 - grpc
2544 - gpr_test_util
2545 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002546 exclude_iomgrs:
2547 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002548- name: grpc_create_jwt
2549 build: tool
2550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002551 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002552 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002553 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002556 filegroups:
2557 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002558 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002559 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560- name: grpc_credentials_test
2561 build: test
2562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002564 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002565 deps:
2566 - grpc_test_util
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002571 build: test
2572 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002575 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002576 deps:
2577 - grpc_test_util
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002581- name: grpc_invalid_channel_args_test
2582 build: test
2583 language: c
2584 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002585 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002586 deps:
2587 - grpc_test_util
2588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002589 - gpr_test_util
2590 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002591 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592- name: grpc_json_token_test
2593 build: test
2594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002595 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002596 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002597 deps:
2598 - grpc_test_util
2599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002600 - gpr_test_util
2601 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002602 platforms:
2603 - linux
2604 - posix
2605 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002606 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002607- name: grpc_jwt_verifier_test
2608 build: test
2609 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002610 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002611 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002612 deps:
2613 - grpc_test_util
2614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002615 - gpr_test_util
2616 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002617 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002618- name: grpc_print_google_default_creds_token
2619 build: tool
2620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002621 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002622 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002623 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002625 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002626 filegroups:
2627 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002628 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629- name: grpc_security_connector_test
2630 build: test
2631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002632 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002633 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002634 deps:
2635 - grpc_test_util
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002639- name: grpc_ssl_credentials_test
2640 build: test
2641 language: c
2642 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002643 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002644 deps:
2645 - grpc_test_util
2646 - grpc
2647 - gpr_test_util
2648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002649- name: grpc_verify_jwt
2650 build: tool
2651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002652 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002653 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002654 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002657 filegroups:
2658 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002659 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002660- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002661 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002662 language: c
2663 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002664 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002665 deps:
2666 - grpc_test_util
2667 - grpc
2668 - gpr_test_util
2669 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002670 exclude_iomgrs:
2671 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002672 platforms:
2673 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002674 secure: true
2675- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002676 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002677 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002678 headers:
2679 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002680 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002681 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002682 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002683 deps:
2684 - grpc_test_util
2685 - grpc
2686 - gpr_test_util
2687 - gpr
2688 exclude_iomgrs:
2689 - uv
2690 platforms:
2691 - linux
2692 secure: true
2693- name: handshake_server_with_readahead_handshaker
2694 build: test
2695 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002696 headers:
2697 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002698 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002699 - test/core/handshake/readahead_handshaker_server_ssl.cc
2700 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002701 deps:
2702 - grpc_test_util
2703 - grpc
2704 - gpr_test_util
2705 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002706 exclude_iomgrs:
2707 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002708 platforms:
2709 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002710 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002711- name: histogram_test
2712 build: test
2713 language: c
2714 src:
2715 - test/core/util/histogram_test.cc
2716 deps:
2717 - grpc_test_util
2718 - gpr
2719 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002720- name: hpack_parser_fuzzer_test
2721 build: fuzzer
2722 language: c
2723 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002724 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002725 deps:
2726 - grpc_test_util
2727 - grpc
2728 - gpr_test_util
2729 - gpr
2730 corpus_dirs:
2731 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002732 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002733 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734- name: hpack_parser_test
2735 build: test
2736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002737 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002738 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002739 deps:
2740 - grpc_test_util
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002744 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002745- name: hpack_table_test
2746 build: test
2747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002748 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002749 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002750 deps:
2751 - grpc_test_util
2752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002753 - gpr_test_util
2754 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002755 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002756- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002757 build: test
2758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002759 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002760 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002761 deps:
2762 - grpc_test_util
2763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr_test_util
2765 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002766 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002767- name: http_request_fuzzer_test
2768 build: fuzzer
2769 language: c
2770 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002771 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002772 deps:
2773 - grpc_test_util
2774 - grpc
2775 - gpr_test_util
2776 - gpr
2777 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002778 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002779 maxlen: 2048
2780- name: http_response_fuzzer_test
2781 build: fuzzer
2782 language: c
2783 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002784 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002785 deps:
2786 - grpc_test_util
2787 - grpc
2788 - gpr_test_util
2789 - gpr
2790 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002791 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002792 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002793- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002794 build: test
2795 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002796 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002797 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002798 deps:
2799 - grpc_test_util
2800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002801 - gpr_test_util
2802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002804 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002805 build: test
2806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002808 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002809 deps:
2810 - grpc_test_util
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002814 platforms:
2815 - mac
2816 - linux
2817 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002818- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002819 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002820 build: test
2821 language: c
2822 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002823 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002824 deps:
2825 - grpc_test_util
2826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002827 - gpr_test_util
2828 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002829 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002830 - linux
yang-gf1183302015-12-07 16:02:05 -08002831- name: init_test
2832 build: test
2833 language: c
2834 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002835 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002836 deps:
2837 - grpc_test_util
2838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002839 - gpr_test_util
2840 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002841 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002842- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002843 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002844 build: test
2845 language: c
2846 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002847 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002848 deps:
2849 - grpc_test_util
2850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002853- name: json_fuzzer_test
2854 build: fuzzer
2855 language: c
2856 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002857 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002858 deps:
2859 - grpc_test_util
2860 - grpc
2861 - gpr_test_util
2862 - gpr
2863 corpus_dirs:
2864 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002865 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002866- name: json_rewrite
2867 build: test
2868 run: false
2869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002870 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002871 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002872 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002873 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002874 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002875 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002876 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002877 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002878- name: json_rewrite_test
2879 build: test
2880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002881 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002882 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002883 deps:
2884 - grpc_test_util
2885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002886 - gpr_test_util
2887 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002888 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002889- name: json_stream_error_test
2890 build: test
2891 language: c
2892 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002893 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002894 deps:
2895 - grpc_test_util
2896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002897 - gpr_test_util
2898 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002899 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900- name: json_test
2901 build: test
2902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002903 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002904 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002905 deps:
2906 - grpc_test_util
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002910 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911- name: lame_client_test
2912 build: test
2913 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002914 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002915 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002916 deps:
2917 - grpc_test_util
2918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002919 - gpr_test_util
2920 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002921- name: load_file_test
2922 build: test
2923 language: c
2924 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002925 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002926 deps:
2927 - grpc_test_util
2928 - grpc
2929 - gpr_test_util
2930 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002931 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932- name: low_level_ping_pong_benchmark
2933 build: benchmark
2934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002935 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002936 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002937 deps:
2938 - grpc_test_util
2939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002940 - gpr_test_util
2941 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002942 platforms:
2943 - mac
2944 - linux
2945 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002946- name: memory_profile_client
2947 build: test
2948 run: false
2949 language: c
2950 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002951 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002952 deps:
2953 - grpc_test_util
2954 - grpc
2955 - gpr_test_util
2956 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002957 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002958- name: memory_profile_server
2959 build: test
2960 run: false
2961 language: c
2962 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002963 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002964 deps:
2965 - grpc_test_util
2966 - grpc
2967 - gpr_test_util
2968 - gpr
2969- name: memory_profile_test
2970 cpu_cost: 1.5
2971 build: test
2972 language: c
2973 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002974 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002975 deps:
2976 - grpc_test_util
2977 - grpc
2978 - gpr_test_util
2979 - gpr
2980 platforms:
2981 - mac
2982 - linux
2983 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984- name: message_compress_test
2985 build: test
2986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002987 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002988 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002989 deps:
2990 - grpc_test_util
2991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002992 - gpr_test_util
2993 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002994 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002995- name: minimal_stack_is_minimal_test
2996 build: test
2997 language: c
2998 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002999 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07003000 deps:
3001 - grpc_test_util
3002 - grpc
3003 - gpr_test_util
3004 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003005 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006- name: multiple_server_queues_test
3007 build: test
3008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003009 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003010 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003011 deps:
3012 - grpc_test_util
3013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003014 - gpr_test_util
3015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003016- name: murmur_hash_test
3017 build: test
3018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003019 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08003020 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003021 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08003022 - gpr_test_util
3023 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003024 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003025- name: nanopb_fuzzer_response_test
3026 build: fuzzer
3027 language: c
3028 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003029 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003030 deps:
3031 - grpc_test_util
3032 - grpc
3033 - gpr_test_util
3034 - gpr
3035 corpus_dirs:
3036 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07003037 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003038- name: nanopb_fuzzer_serverlist_test
3039 build: fuzzer
3040 language: c
3041 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003042 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003043 deps:
3044 - grpc_test_util
3045 - grpc
3046 - gpr_test_util
3047 - gpr
3048 corpus_dirs:
3049 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07003050 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003052 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003053 build: test
3054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003055 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003056 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003057 deps:
3058 - grpc_test_util
3059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003060 - gpr_test_util
3061 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07003062- name: num_external_connectivity_watchers_test
3063 build: test
3064 language: c
3065 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003066 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07003067 deps:
3068 - grpc_test_util
3069 - grpc
3070 - gpr_test_util
3071 - gpr
3072 exclude_iomgrs:
3073 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003074- name: parse_address_test
3075 build: test
3076 language: c
3077 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003078 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003079 deps:
3080 - grpc_test_util
3081 - grpc
3082 - gpr_test_util
3083 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003084 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07003085- name: percent_decode_fuzzer
3086 build: fuzzer
3087 language: c
3088 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003089 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003090 deps:
3091 - grpc_test_util
3092 - grpc
3093 - gpr_test_util
3094 - gpr
3095 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003096 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003097 maxlen: 32
3098- name: percent_encode_fuzzer
3099 build: fuzzer
3100 language: c
3101 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003102 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003103 deps:
3104 - grpc_test_util
3105 - grpc
3106 - gpr_test_util
3107 - gpr
3108 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003109 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003110 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003111- name: percent_encoding_test
3112 build: test
3113 language: c
3114 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003115 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003116 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003117 - grpc_test_util
3118 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003119 - gpr_test_util
3120 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003121 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003122- name: pollset_set_test
3123 build: test
3124 language: c
3125 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003126 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003127 deps:
3128 - grpc_test_util
3129 - grpc
3130 - gpr_test_util
3131 - gpr
3132 exclude_iomgrs:
3133 - uv
3134 platforms:
3135 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003136- name: resolve_address_posix_test
3137 build: test
3138 language: c
3139 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003140 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003141 deps:
3142 - grpc_test_util
3143 - grpc
3144 - gpr_test_util
3145 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003146 exclude_iomgrs:
3147 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003148 platforms:
3149 - mac
3150 - linux
3151 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003152- name: resolve_address_test
3153 build: test
3154 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003155 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003156 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003157 deps:
3158 - grpc_test_util
3159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003160 - gpr_test_util
3161 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003162- name: resource_quota_test
3163 cpu_cost: 30
3164 build: test
3165 language: c
3166 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003167 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003168 deps:
3169 - grpc_test_util
3170 - grpc
3171 - gpr_test_util
3172 - gpr
yang-gd482e592015-12-10 14:04:00 -08003173- name: secure_channel_create_test
3174 build: test
3175 language: c
3176 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003177 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003178 deps:
3179 - grpc_test_util
3180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003181 - gpr_test_util
3182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003183- name: secure_endpoint_test
3184 build: test
3185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003186 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003187 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003188 deps:
3189 - grpc_test_util
3190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003191 - gpr_test_util
3192 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003193 exclude_iomgrs:
3194 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003195- name: sequential_connectivity_test
3196 build: test
3197 language: c
3198 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003199 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003200 deps:
3201 - grpc_test_util
3202 - grpc
3203 - gpr_test_util
3204 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003205 exclude_iomgrs:
3206 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003207- name: server_chttp2_test
3208 build: test
3209 language: c
3210 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003211 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003212 deps:
3213 - grpc_test_util
3214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003215 - gpr_test_util
3216 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003217- name: server_fuzzer
3218 build: fuzzer
3219 language: c
3220 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003221 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003222 deps:
3223 - grpc_test_util
3224 - grpc
3225 - gpr_test_util
3226 - gpr
3227 corpus_dirs:
3228 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003229 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003230 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003231- name: server_test
3232 build: test
3233 language: c
3234 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003235 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003236 deps:
3237 - grpc_test_util
3238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003239 - gpr_test_util
3240 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003241- name: slice_buffer_test
3242 build: test
3243 language: c
3244 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003245 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003246 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003247 - grpc_test_util
3248 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003249 - gpr_test_util
3250 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003251 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003252- name: slice_string_helpers_test
3253 build: test
3254 language: c
3255 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003256 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003257 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003258 - grpc_test_util
3259 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003260 - gpr_test_util
3261 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003262 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003263- name: slice_test
3264 build: test
3265 language: c
3266 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003267 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003268 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003269 - grpc_test_util
3270 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003271 - gpr_test_util
3272 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003273 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003274- name: sockaddr_resolver_test
3275 build: test
3276 language: c
3277 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003278 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003279 deps:
3280 - grpc_test_util
3281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003282 - gpr_test_util
3283 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284- name: sockaddr_utils_test
3285 build: test
3286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003287 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003288 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003289 deps:
3290 - grpc_test_util
3291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003292 - gpr_test_util
3293 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003294- name: socket_utils_test
3295 build: test
3296 language: c
3297 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003298 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003299 deps:
3300 - grpc_test_util
3301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003302 - gpr_test_util
3303 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003304 exclude_iomgrs:
3305 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003306 platforms:
3307 - mac
3308 - linux
3309 - posix
yang-g31e21282016-11-04 15:10:03 -07003310- name: ssl_server_fuzzer
3311 build: fuzzer
3312 language: c
3313 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003314 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003315 deps:
3316 - grpc_test_util
3317 - grpc
3318 - gpr_test_util
3319 - gpr
3320 corpus_dirs:
3321 - test/core/security/corpus/ssl_server_corpus
3322 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003323- name: ssl_transport_security_test
3324 build: test
3325 language: c
3326 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003327 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003328 deps:
3329 - gpr_test_util
3330 - gpr
3331 - grpc
3332 filegroups:
3333 - transport_security_test_lib
3334 platforms:
3335 - linux
3336 - posix
3337 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003338- name: status_conversion_test
3339 build: test
3340 language: c
3341 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003342 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003343 deps:
3344 - grpc_test_util
3345 - grpc
3346 - gpr_test_util
3347 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003348 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003349- name: stream_compression_test
3350 build: test
3351 language: c
3352 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003353 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003354 deps:
3355 - grpc_test_util
3356 - grpc
3357 - gpr_test_util
3358 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003359 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003360- name: stream_owned_slice_test
3361 build: test
3362 language: c
3363 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003364 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003365 deps:
3366 - grpc_test_util
3367 - grpc
3368 - gpr_test_util
3369 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003370 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003371- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003372 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003373 build: test
3374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003375 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003376 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003377 deps:
3378 - grpc_test_util
3379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003380 - gpr_test_util
3381 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003382 exclude_iomgrs:
3383 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003384 platforms:
3385 - mac
3386 - linux
3387 - posix
murgatroid991191b722017-02-08 11:56:52 -08003388- name: tcp_client_uv_test
3389 cpu_cost: 0.5
3390 build: test
3391 language: c
3392 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003393 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003394 deps:
3395 - grpc_test_util
3396 - grpc
3397 - gpr_test_util
3398 - gpr
3399 exclude_iomgrs:
3400 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003401- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003402 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003403 build: test
3404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003405 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003406 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003407 deps:
3408 - grpc_test_util
3409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003410 - gpr_test_util
3411 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003412 exclude_iomgrs:
3413 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003414 platforms:
3415 - mac
3416 - linux
3417 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003418- name: tcp_server_posix_test
3419 build: test
3420 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003421 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003422 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003423 deps:
3424 - grpc_test_util
3425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003426 - gpr_test_util
3427 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003428 exclude_iomgrs:
3429 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003430 platforms:
3431 - mac
3432 - linux
3433 - posix
murgatroid991191b722017-02-08 11:56:52 -08003434- name: tcp_server_uv_test
3435 build: test
3436 language: c
3437 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003438 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003439 deps:
3440 - grpc_test_util
3441 - grpc
3442 - gpr_test_util
3443 - gpr
3444 exclude_iomgrs:
3445 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003446- name: time_averaged_stats_test
3447 build: test
3448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003449 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003450 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003451 deps:
3452 - grpc_test_util
3453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003454 - gpr_test_util
3455 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003456 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003457- name: timeout_encoding_test
3458 build: test
3459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003460 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003461 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003462 deps:
3463 - grpc_test_util
3464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003465 - gpr_test_util
3466 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003467 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003468- name: timer_heap_test
3469 build: test
3470 language: c
3471 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003472 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003473 deps:
3474 - grpc_test_util
3475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003476 - gpr_test_util
3477 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003478 exclude_iomgrs:
3479 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003480 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003481- name: timer_list_test
3482 build: test
3483 language: c
3484 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003485 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003486 deps:
3487 - grpc_test_util
3488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003489 - gpr_test_util
3490 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003491 exclude_iomgrs:
3492 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003493 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003494- name: transport_connectivity_state_test
3495 build: test
3496 language: c
3497 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003498 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003499 deps:
3500 - grpc_test_util
3501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003502 - gpr_test_util
3503 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003504- name: transport_metadata_test
3505 build: test
3506 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003507 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003508 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003509 deps:
3510 - grpc_test_util
3511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003512 - gpr_test_util
3513 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003514- name: transport_security_test
3515 build: test
3516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003517 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003518 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003519 deps:
3520 - grpc_test_util
3521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003522 - gpr_test_util
3523 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003524 platforms:
3525 - linux
3526 - posix
3527 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003528- name: udp_server_test
3529 build: test
3530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003531 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003532 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003533 deps:
3534 - grpc_test_util
3535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003536 - gpr_test_util
3537 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003538 exclude_iomgrs:
3539 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003540 platforms:
3541 - mac
3542 - linux
3543 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003544- name: uri_fuzzer_test
3545 build: fuzzer
3546 language: c
3547 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003548 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003549 deps:
3550 - grpc_test_util
3551 - grpc
3552 - gpr_test_util
3553 - gpr
3554 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003555 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003556 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003557- name: uri_parser_test
3558 build: test
3559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003560 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003561 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003562 deps:
3563 - grpc_test_util
3564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003565 - gpr_test_util
3566 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003567- name: wakeup_fd_cv_test
3568 build: test
3569 language: c
3570 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003571 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003572 deps:
3573 - grpc_test_util
3574 - grpc
3575 - gpr_test_util
3576 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003577 exclude_iomgrs:
3578 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003579 platforms:
3580 - mac
3581 - linux
3582 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003583- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003584 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003585 build: test
3586 language: c++
3587 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003588 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003589 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003590 - grpc++_test_util_unsecure
3591 - grpc_test_util_unsecure
3592 - grpc++_unsecure
3593 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003594 - gpr_test_util
3595 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08003596- name: alts_counter_test
3597 build: test
3598 language: c++
3599 src:
3600 - test/core/tsi/alts/frame_protector/alts_counter_test.cc
3601 deps:
3602 - alts_test_util
3603 - gpr
3604 - grpc
3605- name: alts_crypt_test
3606 build: test
3607 language: c++
3608 src:
3609 - test/core/tsi/alts/crypt/aes_gcm_test.cc
3610 deps:
3611 - alts_test_util
3612 - gpr_test_util
3613 - gpr
3614 - grpc
3615- name: alts_crypter_test
3616 build: test
3617 language: c++
3618 src:
3619 - test/core/tsi/alts/frame_protector/alts_crypter_test.cc
3620 deps:
3621 - alts_test_util
3622 - gpr
3623 - grpc
3624- name: alts_frame_handler_test
3625 build: test
3626 language: c++
3627 src:
3628 - test/core/tsi/alts/frame_protector/frame_handler_test.cc
3629 deps:
3630 - alts_test_util
3631 - gpr
3632 - grpc
3633- name: alts_frame_protector_test
3634 build: test
3635 language: c++
3636 src:
3637 - test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
3638 deps:
3639 - alts_test_util
3640 - gpr
3641 - grpc
3642 filegroups:
3643 - transport_security_test_lib
3644- name: alts_grpc_record_protocol_test
3645 build: test
3646 language: c++
3647 src:
3648 - test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
3649 deps:
3650 - alts_test_util
3651 - gpr
3652 - grpc
3653- name: alts_handshaker_client_test
3654 build: test
3655 language: c++
3656 src:
3657 - test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
3658 deps:
3659 - alts_test_util
3660 - gpr
3661 - grpc
3662- name: alts_handshaker_service_api_test
3663 build: test
3664 language: c++
3665 src:
3666 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test.cc
3667 deps:
3668 - alts_test_util
3669 - gpr
3670 - grpc
3671- name: alts_iovec_record_protocol_test
3672 build: test
3673 language: c++
3674 src:
3675 - test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
3676 deps:
3677 - alts_test_util
3678 - gpr
3679 - grpc
3680- name: alts_security_connector_test
3681 build: test
3682 language: c++
3683 src:
3684 - test/core/security/alts_security_connector_test.cc
3685 deps:
3686 - gpr
3687 - grpc
3688- name: alts_tsi_handshaker_test
3689 build: test
3690 language: c++
3691 src:
3692 - test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
3693 deps:
3694 - alts_test_util
3695 - gpr
3696 - grpc
3697- name: alts_tsi_utils_test
3698 build: test
3699 language: c++
3700 src:
3701 - test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
3702 deps:
3703 - alts_test_util
3704 - gpr
3705 - grpc
3706- name: alts_zero_copy_grpc_protector_test
3707 build: test
3708 language: c++
3709 src:
3710 - test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
3711 deps:
3712 - alts_test_util
3713 - gpr
3714 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003715- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003716 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003717 build: test
3718 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003719 src:
3720 - test/cpp/end2end/async_end2end_test.cc
3721 deps:
3722 - grpc++_test_util
3723 - grpc_test_util
3724 - grpc++
3725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003726 - gpr_test_util
3727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003728- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003729 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003730 build: test
3731 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003732 src:
3733 - test/cpp/common/auth_property_iterator_test.cc
3734 deps:
3735 - grpc++_test_util
3736 - grpc_test_util
3737 - grpc++
3738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003739 - gpr_test_util
3740 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003741 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003742- name: backoff_test
3743 build: test
3744 language: c++
3745 src:
3746 - test/core/backoff/backoff_test.cc
3747 deps:
3748 - grpc_test_util
3749 - grpc
3750 - gpr_test_util
3751 - gpr
3752 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003753- name: bdp_estimator_test
3754 build: test
3755 language: c++
3756 src:
3757 - test/core/transport/bdp_estimator_test.cc
3758 deps:
3759 - grpc++_test_util
3760 - grpc++
3761 - grpc_test_util
3762 - grpc
3763 - gpr_test_util
3764 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003765 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003766- name: bm_arena
3767 build: test
3768 language: c++
3769 src:
3770 - test/cpp/microbenchmarks/bm_arena.cc
3771 deps:
3772 - grpc_benchmark
3773 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003774 - grpc++_test_util_unsecure
3775 - grpc_test_util_unsecure
3776 - grpc++_unsecure
3777 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003778 - gpr_test_util
3779 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003780 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003781 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003782 platforms:
3783 - mac
3784 - linux
3785 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003786 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003787- name: bm_call_create
3788 build: test
3789 language: c++
3790 src:
3791 - test/cpp/microbenchmarks/bm_call_create.cc
3792 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003793 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003794 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003795 - grpc++_test_util_unsecure
3796 - grpc_test_util_unsecure
3797 - grpc++_unsecure
3798 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003799 - gpr_test_util
3800 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003801 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003802 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003803 platforms:
3804 - mac
3805 - linux
3806 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003807 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003808- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003809 build: test
3810 language: c++
3811 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003812 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003813 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003814 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003815 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003816 - grpc++_test_util_unsecure
3817 - grpc_test_util_unsecure
3818 - grpc++_unsecure
3819 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003820 - gpr_test_util
3821 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003822 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003823 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003824 platforms:
3825 - mac
3826 - linux
3827 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003828 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003829- name: bm_chttp2_transport
3830 build: test
3831 language: c++
3832 src:
3833 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3834 deps:
3835 - grpc_benchmark
3836 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003837 - grpc++_test_util_unsecure
3838 - grpc_test_util_unsecure
3839 - grpc++_unsecure
3840 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003841 - gpr_test_util
3842 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003843 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003844 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003845 platforms:
3846 - mac
3847 - linux
3848 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003849- name: bm_closure
3850 build: test
3851 language: c++
3852 src:
3853 - test/cpp/microbenchmarks/bm_closure.cc
3854 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003855 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003856 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003857 - grpc++_test_util_unsecure
3858 - grpc_test_util_unsecure
3859 - grpc++_unsecure
3860 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003861 - gpr_test_util
3862 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003863 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003864 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003865 platforms:
3866 - mac
3867 - linux
3868 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003869- name: bm_cq
3870 build: test
3871 language: c++
3872 src:
3873 - test/cpp/microbenchmarks/bm_cq.cc
3874 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003875 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003876 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003877 - grpc++_test_util_unsecure
3878 - grpc_test_util_unsecure
3879 - grpc++_unsecure
3880 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003881 - gpr_test_util
3882 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003883 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003884 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003885 platforms:
3886 - mac
3887 - linux
3888 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003889- name: bm_cq_multiple_threads
3890 build: test
3891 language: c++
3892 src:
3893 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3894 deps:
3895 - grpc_benchmark
3896 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003897 - grpc++_test_util_unsecure
3898 - grpc_test_util_unsecure
3899 - grpc++_unsecure
3900 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003901 - gpr_test_util
3902 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003903 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003904 defaults: benchmark
3905 platforms:
3906 - mac
3907 - linux
3908 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003909- name: bm_error
3910 build: test
3911 language: c++
3912 src:
3913 - test/cpp/microbenchmarks/bm_error.cc
3914 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003915 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003916 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003917 - grpc++_test_util_unsecure
3918 - grpc_test_util_unsecure
3919 - grpc++_unsecure
3920 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003921 - gpr_test_util
3922 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003923 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003924 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003925 platforms:
3926 - mac
3927 - linux
3928 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003929 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003930- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003931 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003932 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003933 headers:
3934 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003935 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003936 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003937 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003938 - grpc_benchmark
3939 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003940 - grpc++_test_util_unsecure
3941 - grpc_test_util_unsecure
3942 - grpc++_unsecure
3943 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003944 - gpr_test_util
3945 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003946 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003947 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003948 excluded_poll_engines:
3949 - poll
3950 - poll-cv
3951 platforms:
3952 - mac
3953 - linux
3954 - posix
3955 timeout_seconds: 1200
3956- name: bm_fullstack_streaming_pump
3957 build: test
3958 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003959 headers:
3960 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003961 src:
3962 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003963 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003964 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003965 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003966 - grpc++_test_util_unsecure
3967 - grpc_test_util_unsecure
3968 - grpc++_unsecure
3969 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003970 - gpr_test_util
3971 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003972 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003973 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003974 excluded_poll_engines:
3975 - poll
3976 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003977 platforms:
3978 - mac
3979 - linux
3980 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003981 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003982- name: bm_fullstack_trickle
3983 build: test
3984 language: c++
3985 src:
3986 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3987 deps:
3988 - grpc_benchmark
3989 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003990 - grpc++_test_util_unsecure
3991 - grpc_test_util_unsecure
3992 - grpc++_unsecure
3993 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003994 - gpr_test_util
3995 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003996 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003997 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003998 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003999 exclude_configs:
4000 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08004001 excluded_poll_engines:
4002 - poll
4003 - poll-cv
4004 platforms:
4005 - mac
4006 - linux
4007 - posix
4008 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08004009- name: bm_fullstack_unary_ping_pong
4010 build: test
4011 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004012 headers:
4013 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08004014 src:
4015 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
4016 deps:
4017 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08004018 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004019 - grpc++_test_util_unsecure
4020 - grpc_test_util_unsecure
4021 - grpc++_unsecure
4022 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08004023 - gpr_test_util
4024 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004025 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004026 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004027 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07004028 - poll
4029 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004030 platforms:
4031 - mac
4032 - linux
4033 - posix
4034 timeout_seconds: 1200
4035- name: bm_metadata
4036 build: test
4037 language: c++
4038 src:
4039 - test/cpp/microbenchmarks/bm_metadata.cc
4040 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004041 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004042 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004043 - grpc++_test_util_unsecure
4044 - grpc_test_util_unsecure
4045 - grpc++_unsecure
4046 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004047 - gpr_test_util
4048 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004049 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004050 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004051 platforms:
4052 - mac
Craig Tiller25834342015-09-25 08:08:24 -07004053 - linux
4054 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004055 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08004056- name: bm_pollset
4057 build: test
4058 language: c++
4059 src:
4060 - test/cpp/microbenchmarks/bm_pollset.cc
4061 deps:
4062 - grpc_benchmark
4063 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004064 - grpc++_test_util_unsecure
4065 - grpc_test_util_unsecure
4066 - grpc++_unsecure
4067 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08004068 - gpr_test_util
4069 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004070 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004071 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08004072 platforms:
4073 - mac
4074 - linux
4075 - posix
Mark D. Roth3d8b32d2018-03-09 13:25:40 -08004076- name: byte_stream_test
4077 gtest: true
4078 build: test
4079 language: c++
4080 src:
4081 - test/core/transport/byte_stream_test.cc
4082 deps:
4083 - grpc_test_util
4084 - grpc
4085 - gpr_test_util
4086 - gpr
4087 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004088- name: channel_arguments_test
4089 gtest: true
4090 build: test
4091 language: c++
4092 src:
4093 - test/cpp/common/channel_arguments_test.cc
4094 deps:
4095 - grpc++
4096 - grpc
4097 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004098 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004099- name: channel_filter_test
4100 gtest: true
4101 build: test
4102 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004103 src:
4104 - test/cpp/common/channel_filter_test.cc
4105 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004106 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07004107 - grpc
4108 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004109 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004110- name: check_gcp_environment_linux_test
4111 build: test
4112 language: c++
4113 src:
4114 - test/core/security/check_gcp_environment_linux_test.cc
4115 deps:
4116 - grpc
4117 - gpr
4118- name: check_gcp_environment_windows_test
4119 build: test
4120 language: c++
4121 src:
4122 - test/core/security/check_gcp_environment_windows_test.cc
4123 deps:
4124 - grpc
4125 - gpr
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08004126- name: chttp2_settings_timeout_test
4127 gtest: true
4128 build: test
4129 language: c++
4130 src:
4131 - test/core/transport/chttp2/settings_timeout_test.cc
4132 deps:
4133 - grpc_test_util
4134 - grpc
4135 - gpr_test_util
4136 - gpr
4137 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004138- name: cli_call_test
4139 gtest: true
4140 build: test
4141 language: c++
4142 src:
Craig Tiller25834342015-09-25 08:08:24 -07004143 - test/cpp/util/cli_call_test.cc
4144 deps:
4145 - grpc_cli_libs
4146 - grpc++_test_util
4147 - grpc_test_util
4148 - grpc++
4149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004150 - gpr_test_util
4151 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08004152- name: client_channel_stress_test
4153 gtest: false
4154 build: test
4155 language: c++
4156 src:
4157 - src/proto/grpc/lb/v1/load_balancer.proto
4158 - test/cpp/client/client_channel_stress_test.cc
4159 deps:
4160 - grpc++_test_util
4161 - grpc_test_util
4162 - grpc++
4163 - grpc
4164 - gpr_test_util
4165 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004166- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004167 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004168 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004169 build: test
4170 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004171 src:
4172 - test/cpp/end2end/client_crash_test.cc
4173 deps:
4174 - grpc++_test_util
4175 - grpc_test_util
4176 - grpc++
4177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004178 - gpr_test_util
4179 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004180 platforms:
4181 - mac
4182 - linux
4183 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004184- name: client_crash_test_server
4185 build: test
4186 run: false
4187 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004188 src:
4189 - test/cpp/end2end/client_crash_test_server.cc
4190 deps:
4191 - grpc++_test_util
4192 - grpc_test_util
4193 - grpc++
4194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004195 - gpr_test_util
4196 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004197- name: client_lb_end2end_test
4198 gtest: true
4199 build: test
4200 language: c++
4201 src:
4202 - test/cpp/end2end/client_lb_end2end_test.cc
4203 deps:
4204 - grpc++_test_util
4205 - grpc_test_util
4206 - grpc++
4207 - grpc
4208 - gpr_test_util
4209 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004210- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08004211 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004212 build: test
4213 language: c++
4214 src:
4215 - src/proto/grpc/testing/control.proto
4216 - src/proto/grpc/testing/messages.proto
4217 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004218 - src/proto/grpc/testing/services.proto
4219 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004220 - test/cpp/codegen/codegen_test_full.cc
4221 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004222 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004223 - grpc++
4224 - grpc
4225 - gpr
4226 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004227 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004228 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004229- name: codegen_test_minimal
4230 gtest: true
4231 build: test
4232 language: c++
4233 src:
4234 - src/proto/grpc/testing/control.proto
4235 - src/proto/grpc/testing/messages.proto
4236 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004237 - src/proto/grpc/testing/services.proto
4238 - src/proto/grpc/testing/stats.proto
4239 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004240 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004241 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004242 - grpc
4243 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004244 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004245 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004246 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004247 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004248- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004249 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004250 build: test
4251 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004252 src:
4253 - test/cpp/client/credentials_test.cc
4254 deps:
4255 - grpc++
4256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004257 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004258- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004259 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004260 build: test
4261 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004262 src:
4263 - test/cpp/util/byte_buffer_test.cc
4264 deps:
4265 - grpc_test_util
4266 - grpc++
4267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004268 - gpr_test_util
4269 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004270 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004271- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004272 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004273 build: test
4274 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004275 src:
4276 - test/cpp/util/slice_test.cc
4277 deps:
4278 - grpc_test_util
4279 - grpc++
4280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004281 - gpr_test_util
4282 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004283 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004284- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004285 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004286 build: test
4287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004288 src:
4289 - test/cpp/util/string_ref_test.cc
4290 deps:
4291 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004292 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004293 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004294- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004295 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004296 build: test
4297 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004298 src:
4299 - test/cpp/util/time_test.cc
4300 deps:
4301 - grpc_test_util
4302 - grpc++
4303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004304 - gpr_test_util
4305 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004306 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004307- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004308 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004309 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004310 build: test
4311 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004312 src:
4313 - test/cpp/end2end/end2end_test.cc
4314 deps:
4315 - grpc++_test_util
4316 - grpc_test_util
4317 - grpc++
4318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004319 - gpr_test_util
4320 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004321- name: error_details_test
4322 gtest: true
4323 build: test
4324 language: c++
4325 src:
4326 - src/proto/grpc/testing/echo_messages.proto
4327 - test/cpp/util/error_details_test.cc
4328 deps:
4329 - grpc++_error_details
4330 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004331- name: exception_test
4332 gtest: true
4333 build: test
4334 language: c++
4335 src:
4336 - test/cpp/end2end/exception_test.cc
4337 deps:
4338 - grpc++_test_util
4339 - grpc_test_util
4340 - grpc++
4341 - grpc
4342 - gpr_test_util
4343 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004344- name: filter_end2end_test
4345 gtest: true
4346 build: test
4347 language: c++
4348 src:
4349 - test/cpp/end2end/filter_end2end_test.cc
4350 deps:
4351 - grpc++_test_util
4352 - grpc_test_util
4353 - grpc++
4354 - grpc
4355 - gpr_test_util
4356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004357- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004358 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004359 build: test
4360 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004361 src:
4362 - test/cpp/end2end/generic_end2end_test.cc
4363 deps:
4364 - grpc++_test_util
4365 - grpc_test_util
4366 - grpc++
4367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004368 - gpr_test_util
4369 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004370- name: golden_file_test
4371 gtest: true
4372 build: test
4373 language: c++
4374 src:
4375 - src/proto/grpc/testing/compiler_test.proto
4376 - test/cpp/codegen/golden_file_test.cc
4377 deps:
4378 - grpc++
4379 - grpc
4380 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004381 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004382 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004383 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004384- name: grpc_alts_credentials_options_test
4385 build: test
4386 language: c++
4387 src:
4388 - test/core/security/grpc_alts_credentials_options_test.cc
4389 deps:
4390 - grpc
4391 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004392- name: grpc_cli
4393 build: test
4394 run: false
4395 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004396 src:
4397 - test/cpp/util/grpc_cli.cc
4398 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004399 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004400 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004401 - grpc++
4402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004403 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004404 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004405- name: grpc_cpp_plugin
4406 build: protoc
4407 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004408 src:
4409 - src/compiler/cpp_plugin.cc
4410 deps:
4411 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004412 secure: false
4413 vs_config_type: Application
4414 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4415- name: grpc_csharp_plugin
4416 build: protoc
4417 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004418 src:
4419 - src/compiler/csharp_plugin.cc
4420 deps:
4421 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004422 secure: false
4423 vs_config_type: Application
4424 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004425- name: grpc_node_plugin
4426 build: protoc
4427 language: c++
4428 src:
4429 - src/compiler/node_plugin.cc
4430 deps:
4431 - grpc_plugin_support
4432 secure: false
4433 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004434- name: grpc_objective_c_plugin
4435 build: protoc
4436 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004437 src:
4438 - src/compiler/objective_c_plugin.cc
4439 deps:
4440 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004441 secure: false
4442 vs_config_type: Application
4443 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004444- name: grpc_php_plugin
4445 build: protoc
4446 language: c++
4447 src:
4448 - src/compiler/php_plugin.cc
4449 deps:
4450 - grpc_plugin_support
4451 secure: false
4452 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004453- name: grpc_python_plugin
4454 build: protoc
4455 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004456 src:
4457 - src/compiler/python_plugin.cc
4458 deps:
4459 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004460 secure: false
4461 vs_config_type: Application
4462 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4463- name: grpc_ruby_plugin
4464 build: protoc
4465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004466 src:
4467 - src/compiler/ruby_plugin.cc
4468 deps:
4469 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004470 secure: false
4471 vs_config_type: Application
4472 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004473- name: grpc_tool_test
4474 gtest: true
4475 build: test
4476 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004477 src:
4478 - src/proto/grpc/testing/echo.proto
4479 - src/proto/grpc/testing/echo_messages.proto
4480 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004481 deps:
4482 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004483 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004484 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004485 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004486 - grpc_test_util
4487 - grpc++
4488 - grpc
4489 - gpr_test_util
4490 - gpr
4491 filegroups:
4492 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004493- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004494 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004495 build: test
4496 language: c++
4497 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004498 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004499 - test/cpp/grpclb/grpclb_api_test.cc
4500 deps:
4501 - grpc++_test_util
4502 - grpc_test_util
4503 - grpc++
4504 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004505- name: grpclb_end2end_test
4506 gtest: true
4507 build: test
4508 language: c++
4509 src:
4510 - src/proto/grpc/lb/v1/load_balancer.proto
4511 - test/cpp/end2end/grpclb_end2end_test.cc
4512 deps:
4513 - grpc++_test_util
4514 - grpc_test_util
4515 - grpc++
4516 - grpc
4517 - gpr_test_util
4518 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004519- name: h2_ssl_cert_test
4520 gtest: true
4521 build: test
4522 language: c++
4523 headers:
4524 - test/core/end2end/end2end_tests.h
4525 src:
4526 - test/core/end2end/h2_ssl_cert_test.cc
4527 deps:
4528 - grpc_test_util
4529 - grpc++
4530 - grpc
4531 - gpr_test_util
4532 - gpr
4533 uses:
4534 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004535- name: health_service_end2end_test
4536 gtest: true
4537 build: test
4538 language: c++
4539 src:
4540 - test/cpp/end2end/health_service_end2end_test.cc
4541 deps:
4542 - grpc++_test_util
4543 - grpc_test_util
4544 - grpc++
4545 - grpc
4546 - gpr_test_util
4547 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004548- name: http2_client
4549 build: test
4550 run: false
4551 language: c++
4552 src: []
4553 deps:
4554 - http2_client_main
4555 - grpc++_test_util
4556 - grpc_test_util
4557 - grpc++
4558 - grpc
4559 - grpc++_test_config
4560 platforms:
4561 - mac
4562 - linux
4563 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004564- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004565 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004566 build: test
4567 language: c++
4568 src:
4569 - test/cpp/end2end/hybrid_end2end_test.cc
4570 deps:
4571 - grpc++_test_util
4572 - grpc_test_util
4573 - grpc++
4574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004575 - gpr_test_util
4576 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004577- name: inlined_vector_test
4578 gtest: true
4579 build: test
4580 language: c++
4581 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004582 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004583 deps:
4584 - grpc_test_util
4585 - grpc++
4586 - grpc
4587 - gpr_test_util
4588 - gpr
4589 uses:
4590 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004591- name: inproc_sync_unary_ping_pong_test
4592 build: test
4593 language: c++
4594 src:
4595 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4596 deps:
4597 - qps
4598 - grpc++_core_stats
4599 - grpc++_test_util
4600 - grpc_test_util
4601 - grpc++
4602 - grpc
4603 - gpr_test_util
4604 - gpr
4605 - grpc++_test_config
4606 platforms:
4607 - mac
4608 - linux
4609 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004610- name: interop_client
4611 build: test
4612 run: false
4613 language: c++
4614 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004615 deps:
4616 - interop_client_main
4617 - interop_client_helper
4618 - grpc++_test_util
4619 - grpc_test_util
4620 - grpc++
4621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004622 - gpr_test_util
4623 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004624 - grpc++_test_config
4625 platforms:
4626 - mac
4627 - linux
4628 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004629- name: interop_server
4630 build: test
4631 run: false
4632 language: c++
4633 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004634 deps:
4635 - interop_server_main
4636 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004637 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004638 - grpc++_test_util
4639 - grpc_test_util
4640 - grpc++
4641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004642 - gpr_test_util
4643 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004644 - grpc++_test_config
4645 platforms:
4646 - mac
4647 - linux
4648 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004649- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004650 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004651 build: test
4652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004653 src:
4654 - test/cpp/interop/interop_test.cc
4655 deps:
4656 - grpc_test_util
4657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004658 - gpr_test_util
4659 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004660 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004661 platforms:
4662 - mac
4663 - linux
4664 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004665- name: json_run_localhost
4666 build: test
4667 run: false
4668 language: c++
4669 src:
4670 - test/cpp/qps/json_run_localhost.cc
4671 deps:
4672 - grpc++_test_util
4673 - grpc_test_util
4674 - grpc++
4675 - grpc
4676 - gpr_test_util
4677 - gpr
4678 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004679 platforms:
4680 - mac
4681 - linux
4682 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004683- name: memory_test
4684 gtest: true
4685 build: test
4686 language: c++
4687 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004688 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004689 deps:
4690 - grpc_test_util
4691 - grpc++
4692 - grpc
4693 - gpr_test_util
4694 - gpr
4695 uses:
4696 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004697 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004698- name: metrics_client
4699 build: test
4700 run: false
4701 language: c++
4702 headers:
4703 - test/cpp/util/metrics_server.h
4704 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004705 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004706 - test/cpp/interop/metrics_client.cc
4707 deps:
4708 - grpc++
4709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004710 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004711 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004712- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004713 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004714 build: test
4715 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004716 headers:
4717 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004718 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004719 src:
4720 - test/cpp/end2end/mock_test.cc
4721 deps:
4722 - grpc++_test_util
4723 - grpc_test_util
4724 - grpc++
4725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004726 - gpr_test_util
4727 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004728- name: nonblocking_test
4729 gtest: true
4730 build: test
4731 language: c++
4732 src:
4733 - test/cpp/end2end/nonblocking_test.cc
4734 deps:
4735 - grpc++_test_util
4736 - grpc_test_util
4737 - grpc++
4738 - grpc
4739 - gpr_test_util
4740 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004741- name: noop-benchmark
4742 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004743 language: c++
4744 src:
4745 - test/cpp/microbenchmarks/noop-benchmark.cc
4746 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004747 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004748 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004749- name: orphanable_test
4750 gtest: true
4751 build: test
4752 language: c++
4753 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004754 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004755 deps:
4756 - grpc_test_util
4757 - grpc++
4758 - grpc
4759 - gpr_test_util
4760 - gpr
4761 uses:
4762 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004763- name: proto_server_reflection_test
4764 gtest: true
4765 build: test
4766 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004767 src:
4768 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004769 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004770 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004771 - grpc++_reflection
4772 - grpc++_test_util
4773 - grpc_test_util
4774 - grpc++
4775 - grpc
4776 - gpr_test_util
4777 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004778- name: proto_utils_test
4779 gtest: true
4780 build: test
4781 language: c++
4782 src:
4783 - test/cpp/codegen/proto_utils_test.cc
4784 deps:
4785 - grpc++
4786 - grpc
4787 filegroups:
4788 - grpc++_codegen_base
4789 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004790 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004791- name: qps_interarrival_test
4792 build: test
4793 run: false
4794 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004795 src:
4796 - test/cpp/qps/qps_interarrival_test.cc
4797 deps:
4798 - qps
4799 - grpc++_test_util
4800 - grpc_test_util
4801 - grpc++
4802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004803 - gpr_test_util
4804 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004805 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004806 platforms:
4807 - mac
4808 - linux
4809 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004810 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004811- name: qps_json_driver
4812 build: test
4813 run: false
4814 language: c++
4815 src:
4816 - test/cpp/qps/qps_json_driver.cc
4817 deps:
4818 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004819 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004820 - grpc++_test_util
4821 - grpc_test_util
4822 - grpc++
4823 - grpc
4824 - gpr_test_util
4825 - gpr
4826 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004827- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004828 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004829 build: test
4830 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004831 src:
4832 - test/cpp/qps/qps_openloop_test.cc
4833 deps:
4834 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004835 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004836 - grpc++_test_util
4837 - grpc_test_util
4838 - grpc++
4839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004840 - gpr_test_util
4841 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004842 - grpc++_test_config
4843 platforms:
4844 - mac
4845 - linux
4846 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004847- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004848 build: test
4849 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004850 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004851 headers:
4852 - test/cpp/qps/client.h
4853 - test/cpp/qps/server.h
4854 src:
4855 - test/cpp/qps/worker.cc
4856 deps:
4857 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004858 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004859 - grpc++_test_util
4860 - grpc_test_util
4861 - grpc++
4862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004863 - gpr_test_util
4864 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004865 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004866- name: reconnect_interop_client
4867 build: test
4868 run: false
4869 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004870 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004871 - src/proto/grpc/testing/empty.proto
4872 - src/proto/grpc/testing/messages.proto
4873 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004874 - test/cpp/interop/reconnect_interop_client.cc
4875 deps:
4876 - grpc++_test_util
4877 - grpc_test_util
4878 - grpc++
4879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004880 - gpr_test_util
4881 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004882 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004883- name: reconnect_interop_server
4884 build: test
4885 run: false
4886 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004887 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004888 - src/proto/grpc/testing/empty.proto
4889 - src/proto/grpc/testing/messages.proto
4890 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004891 - test/cpp/interop/reconnect_interop_server.cc
4892 deps:
4893 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004894 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004895 - grpc++_test_util
4896 - grpc_test_util
4897 - grpc++
4898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004899 - gpr_test_util
4900 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004901 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004902- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004903 gtest: true
4904 build: test
4905 language: c++
4906 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004907 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004908 deps:
4909 - grpc_test_util
4910 - grpc++
4911 - grpc
4912 - gpr_test_util
4913 - gpr
4914 uses:
4915 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004916- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004917 gtest: true
4918 build: test
4919 language: c++
4920 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004921 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004922 deps:
4923 - grpc_test_util
4924 - grpc++
4925 - grpc
4926 - gpr_test_util
4927 - gpr
4928 uses:
4929 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004930- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004931 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004932 build: test
4933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004934 src:
4935 - test/cpp/common/secure_auth_context_test.cc
4936 deps:
4937 - grpc++_test_util
4938 - grpc_test_util
4939 - grpc++
4940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004941 - gpr_test_util
4942 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004943- name: secure_sync_unary_ping_pong_test
4944 build: test
4945 language: c++
4946 src:
4947 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4948 deps:
4949 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004950 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004951 - grpc++_test_util
4952 - grpc_test_util
4953 - grpc++
4954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004955 - gpr_test_util
4956 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004957 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004958 platforms:
4959 - mac
4960 - linux
4961 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004962- name: server_builder_plugin_test
4963 gtest: true
4964 build: test
4965 language: c++
4966 src:
4967 - test/cpp/end2end/server_builder_plugin_test.cc
4968 deps:
4969 - grpc++_test_util
4970 - grpc_test_util
4971 - grpc++
4972 - grpc
4973 - gpr_test_util
4974 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004975- name: server_builder_test
4976 gtest: true
4977 build: test
4978 language: c++
4979 src:
4980 - src/proto/grpc/testing/echo_messages.proto
4981 - src/proto/grpc/testing/echo.proto
4982 - test/cpp/server/server_builder_test.cc
4983 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004984 - grpc++_test_util_unsecure
4985 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004986 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004987 - grpc++_unsecure
4988 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004989 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004990- name: server_context_test_spouse_test
4991 gtest: true
4992 build: test
4993 language: c++
4994 src:
4995 - test/cpp/test/server_context_test_spouse_test.cc
4996 deps:
4997 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004998 - grpc++
4999 - grpc
5000 - gpr_test_util
5001 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005002 uses:
5003 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005004- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005005 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005006 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005007 build: test
5008 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005009 src:
5010 - test/cpp/end2end/server_crash_test.cc
5011 deps:
5012 - grpc++_test_util
5013 - grpc_test_util
5014 - grpc++
5015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005016 - gpr_test_util
5017 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005018 platforms:
5019 - mac
5020 - linux
5021 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005022- name: server_crash_test_client
5023 build: test
5024 run: false
5025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005026 src:
5027 - test/cpp/end2end/server_crash_test_client.cc
5028 deps:
5029 - grpc++_test_util
5030 - grpc_test_util
5031 - grpc++
5032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005033 - gpr_test_util
5034 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005035- name: server_early_return_test
5036 gtest: true
5037 build: test
5038 language: c++
5039 src:
5040 - test/cpp/end2end/server_early_return_test.cc
5041 deps:
5042 - grpc++_test_util
5043 - grpc_test_util
5044 - grpc++
5045 - grpc
5046 - gpr_test_util
5047 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005048- name: server_request_call_test
5049 gtest: true
5050 build: test
5051 language: c++
5052 src:
5053 - src/proto/grpc/testing/echo_messages.proto
5054 - src/proto/grpc/testing/echo.proto
5055 - test/cpp/server/server_request_call_test.cc
5056 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005057 - grpc++_test_util_unsecure
5058 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005059 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005060 - grpc++_unsecure
5061 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005063- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005064 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005065 build: test
5066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005067 src:
5068 - test/cpp/end2end/shutdown_test.cc
5069 deps:
5070 - grpc++_test_util
5071 - grpc_test_util
5072 - grpc++
5073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005074 - gpr_test_util
5075 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005076- name: slice_hash_table_test
5077 gtest: true
5078 build: test
5079 language: c++
5080 src:
5081 - test/core/slice/slice_hash_table_test.cc
5082 deps:
5083 - grpc_test_util
5084 - grpc
5085 - gpr_test_util
5086 - gpr
5087 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005088- name: slice_weak_hash_table_test
5089 gtest: true
5090 build: test
5091 language: c++
5092 src:
5093 - test/core/slice/slice_weak_hash_table_test.cc
5094 deps:
5095 - grpc_test_util
5096 - grpc
5097 - gpr_test_util
5098 - gpr
5099 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005100- name: stats_test
5101 gtest: true
5102 build: test
5103 language: c++
5104 src:
5105 - test/core/debug/stats_test.cc
5106 deps:
5107 - grpc++_test_util
5108 - grpc_test_util
5109 - grpc
5110 - gpr_test_util
5111 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005112 exclude_configs:
5113 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005114 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005115 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005116- name: status_metadata_test
5117 gtest: true
5118 build: test
5119 language: c++
5120 src:
5121 - test/core/transport/status_metadata_test.cc
5122 deps:
5123 - grpc
5124 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005125- name: status_test
5126 build: test
5127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005128 src:
5129 - test/cpp/util/status_test.cc
5130 deps:
5131 - grpc_test_util
5132 - grpc++
5133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005134 - gpr_test_util
5135 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07005136 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005137- name: status_util_test
5138 gtest: true
5139 cpu_cost: 0.1
5140 build: test
5141 language: c++
5142 src:
5143 - test/core/client_channel/status_util_test.cc
5144 deps:
5145 - grpc
5146 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005147- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005148 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005149 build: test
5150 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005151 src:
5152 - test/cpp/end2end/streaming_throughput_test.cc
5153 deps:
5154 - grpc++_test_util
5155 - grpc_test_util
5156 - grpc++
5157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005158 - gpr_test_util
5159 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005160 platforms:
5161 - mac
5162 - linux
5163 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005164- name: stress_test
5165 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005166 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005167 language: c++
5168 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005169 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005170 - test/cpp/interop/interop_client.h
5171 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005172 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005173 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005174 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005175 - src/proto/grpc/testing/empty.proto
5176 - src/proto/grpc/testing/messages.proto
5177 - src/proto/grpc/testing/metrics.proto
5178 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005179 - test/cpp/interop/interop_client.cc
5180 - test/cpp/interop/stress_interop_client.cc
5181 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005182 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005183 deps:
5184 - grpc++_test_util
5185 - grpc_test_util
5186 - grpc++
5187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005188 - gpr_test_util
5189 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005190 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005191- name: thread_manager_test
5192 build: test
5193 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005194 src:
5195 - test/cpp/thread_manager/thread_manager_test.cc
5196 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005197 - grpc++_unsecure
5198 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005199 - gpr
5200 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005201- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005202 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005203 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005204 build: test
5205 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005206 src:
5207 - test/cpp/end2end/thread_stress_test.cc
5208 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005209 - grpc++_test_util_unsecure
5210 - grpc_test_util_unsecure
5211 - grpc++_unsecure
5212 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005213 - gpr_test_util
5214 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005215- name: transport_pid_controller_test
5216 build: test
5217 language: c++
5218 src:
5219 - test/core/transport/pid_controller_test.cc
5220 deps:
5221 - grpc++_test_util
5222 - grpc++
5223 - grpc_test_util
5224 - grpc
5225 - gpr_test_util
5226 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08005227- name: transport_security_common_api_test
5228 build: test
5229 language: c++
5230 src:
5231 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5232 deps:
5233 - alts_test_util
5234 - gpr
5235 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005236- name: writes_per_rpc_test
5237 gtest: true
5238 cpu_cost: 0.5
5239 build: test
5240 language: c++
5241 src:
5242 - test/cpp/performance/writes_per_rpc_test.cc
5243 deps:
5244 - grpc++_test_util
5245 - grpc_test_util
5246 - grpc++
5247 - grpc
5248 - gpr_test_util
5249 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005250 platforms:
5251 - mac
5252 - linux
5253 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005254- name: public_headers_must_be_c89
5255 build: test
5256 language: c89
5257 src:
5258 - test/core/surface/public_headers_must_be_c89.c
5259 deps:
5260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005261 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005262- name: gen_hpack_tables
5263 build: tool
5264 language: cc
5265 src:
5266 - tools/codegen/core/gen_hpack_tables.cc
5267 deps:
5268 - gpr
5269 - grpc
5270 uses_polling: false
5271- name: gen_legal_metadata_characters
5272 build: tool
5273 language: cc
5274 src:
5275 - tools/codegen/core/gen_legal_metadata_characters.cc
5276 deps: []
5277- name: gen_percent_encoding_tables
5278 build: tool
5279 language: cc
5280 src:
5281 - tools/codegen/core/gen_percent_encoding_tables.cc
5282 deps: []
5283 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005284vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005285- linkage: static
5286 name: grpc.dependencies.zlib
5287 props: false
5288 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005289 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005290- linkage: static
5291 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005292 props: true
5293 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005294 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005295- name: gflags
5296 props: false
5297 redist: false
5298 version: 2.1.2.1
5299- name: gtest
5300 props: false
5301 redist: false
5302 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005303configs:
5304 asan:
5305 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005306 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5307 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005308 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005309 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005310 LDFLAGS: -fsanitize=address
5311 LDXX: clang++
5312 compile_the_world: true
5313 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005314 ASAN_OPTIONS: detect_leaks=1:color=always
5315 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005316 asan-noleaks:
5317 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005318 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5319 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005320 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005321 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005322 LDFLAGS: -fsanitize=address
5323 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005324 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005325 test_environ:
5326 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005327 asan-trace-cmp:
5328 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005329 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5330 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005331 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005332 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005333 LDFLAGS: -fsanitize=address
5334 LDXX: clang++
5335 compile_the_world: true
5336 test_environ:
5337 ASAN_OPTIONS: detect_leaks=1:color=always
5338 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005339 basicprof:
5340 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5341 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005342 c++-compat:
5343 CFLAGS: -Wc++-compat
5344 CPPFLAGS: -O0
5345 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005346 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005347 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005348 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005349 dbg:
5350 CPPFLAGS: -O0
5351 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005352 gcov:
5353 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005354 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005355 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005356 DEFINES: _DEBUG DEBUG GPR_GCOV
5357 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005358 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005359 LDXX: g++
5360 helgrind:
5361 CPPFLAGS: -O0
5362 DEFINES: _DEBUG DEBUG
5363 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005364 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005365 lto:
5366 CPPFLAGS: -O2
5367 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005368 memcheck:
5369 CPPFLAGS: -O0
5370 DEFINES: _DEBUG DEBUG
5371 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005372 valgrind: --tool=memcheck --leak-check=full
5373 msan:
5374 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005375 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005376 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5377 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005378 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005379 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005380 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005381 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5382 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5383 LDXX: clang++
5384 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005385 test_environ:
5386 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005387 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005388 CPPFLAGS: -O3 -fno-omit-frame-pointer
5389 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005390 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005391 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005392 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005393 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005394 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005395 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005396 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005397 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005398 stapprof:
5399 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5400 DEFINES: NDEBUG
5401 tsan:
5402 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005403 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005404 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005405 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005406 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005407 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005408 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005409 LDXX: clang++
5410 compile_the_world: true
5411 test_environ:
5412 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005413 ubsan:
5414 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005415 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5416 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005417 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005418 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005419 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005420 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005421 LDXX: clang++
5422 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005423 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005424 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005425defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005426 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005427 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5428 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005429 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5430 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5431 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5432 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5433 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005434 benchmark:
5435 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005436 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005437 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005438 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5439 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005440 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005441 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005442 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005443 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005444 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005445 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005446 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005447 LDFLAGS: -g
5448 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005449 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005450 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005451openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005452 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005453 extraction_dir: openssl-1.0.2f
5454 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005455php_config_m4:
5456 deps:
5457 - grpc
5458 - gpr
5459 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005460 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005461 headers:
5462 - src/php/ext/grpc/byte_buffer.h
5463 - src/php/ext/grpc/call.h
5464 - src/php/ext/grpc/call_credentials.h
5465 - src/php/ext/grpc/channel.h
5466 - src/php/ext/grpc/channel_credentials.h
5467 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005468 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005469 - src/php/ext/grpc/php_grpc.h
5470 - src/php/ext/grpc/server.h
5471 - src/php/ext/grpc/server_credentials.h
5472 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005473 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005474 src:
5475 - src/php/ext/grpc/byte_buffer.c
5476 - src/php/ext/grpc/call.c
5477 - src/php/ext/grpc/call_credentials.c
5478 - src/php/ext/grpc/channel.c
5479 - src/php/ext/grpc/channel_credentials.c
5480 - src/php/ext/grpc/completion_queue.c
5481 - src/php/ext/grpc/php_grpc.c
5482 - src/php/ext/grpc/server.c
5483 - src/php/ext/grpc/server_credentials.c
5484 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005485python_dependencies:
5486 deps:
5487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005488 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005489 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005490 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005491 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005492ruby_gem:
5493 deps:
5494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005495 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005496 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005497 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005498 - z