blob: bfb847e748a5a0126987fd4654152b42b9df09ed [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 Pai58c33ba2017-09-01 14:08:42 -070015 core_version: 5.0.0-dev
murgatroid9998873792017-10-02 17:28:27 -070016 g_stands_for: generous
17 version: 1.8.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070023 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070024 uses:
25 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070026 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070027- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010028 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070029 - src/core/lib/profiling/basic_timers.cc
30 - src/core/lib/profiling/stap_timers.cc
31 - src/core/lib/support/alloc.cc
32 - src/core/lib/support/arena.cc
33 - src/core/lib/support/atm.cc
34 - src/core/lib/support/avl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070035 - src/core/lib/support/cmdline.cc
36 - src/core/lib/support/cpu_iphone.cc
37 - src/core/lib/support/cpu_linux.cc
38 - src/core/lib/support/cpu_posix.cc
39 - src/core/lib/support/cpu_windows.cc
40 - src/core/lib/support/env_linux.cc
41 - src/core/lib/support/env_posix.cc
42 - src/core/lib/support/env_windows.cc
43 - src/core/lib/support/histogram.cc
44 - src/core/lib/support/host_port.cc
45 - src/core/lib/support/log.cc
46 - src/core/lib/support/log_android.cc
47 - src/core/lib/support/log_linux.cc
48 - src/core/lib/support/log_posix.cc
49 - src/core/lib/support/log_windows.cc
50 - src/core/lib/support/mpscq.cc
51 - src/core/lib/support/murmur_hash.cc
52 - src/core/lib/support/stack_lockfree.cc
53 - src/core/lib/support/string.cc
54 - src/core/lib/support/string_posix.cc
55 - src/core/lib/support/string_util_windows.cc
56 - src/core/lib/support/string_windows.cc
57 - src/core/lib/support/subprocess_posix.cc
58 - src/core/lib/support/subprocess_windows.cc
59 - src/core/lib/support/sync.cc
60 - src/core/lib/support/sync_posix.cc
61 - src/core/lib/support/sync_windows.cc
62 - src/core/lib/support/thd.cc
63 - src/core/lib/support/thd_posix.cc
64 - src/core/lib/support/thd_windows.cc
65 - src/core/lib/support/time.cc
66 - src/core/lib/support/time_posix.cc
67 - src/core/lib/support/time_precise.cc
68 - src/core/lib/support/time_windows.cc
69 - src/core/lib/support/tls_pthread.cc
70 - src/core/lib/support/tmpfile_msys.cc
71 - src/core/lib/support/tmpfile_posix.cc
72 - src/core/lib/support/tmpfile_windows.cc
73 - src/core/lib/support/wrap_memcpy.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070074 uses:
Vijay Pai42807252017-07-28 15:08:24 -070075 - gpr_base_headers
76- name: gpr_base_headers
77 public_headers:
78 - include/grpc/support/alloc.h
79 - include/grpc/support/atm.h
80 - include/grpc/support/atm_gcc_atomic.h
81 - include/grpc/support/atm_gcc_sync.h
82 - include/grpc/support/atm_windows.h
83 - include/grpc/support/avl.h
84 - include/grpc/support/cmdline.h
85 - include/grpc/support/cpu.h
86 - include/grpc/support/histogram.h
87 - include/grpc/support/host_port.h
88 - include/grpc/support/log.h
89 - include/grpc/support/log_windows.h
90 - include/grpc/support/port_platform.h
91 - include/grpc/support/string_util.h
92 - include/grpc/support/subprocess.h
93 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070094 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070095 - include/grpc/support/sync_generic.h
96 - include/grpc/support/sync_posix.h
97 - include/grpc/support/sync_windows.h
98 - include/grpc/support/thd.h
99 - include/grpc/support/time.h
100 - include/grpc/support/tls.h
101 - include/grpc/support/tls_gcc.h
102 - include/grpc/support/tls_msvc.h
103 - include/grpc/support/tls_pthread.h
104 - include/grpc/support/useful.h
105 headers:
106 - src/core/lib/profiling/timers.h
ncteisene66ad3b2017-11-06 20:22:48 -0800107 - src/core/lib/support/abstract.h
Vijay Pai42807252017-07-28 15:08:24 -0700108 - src/core/lib/support/arena.h
109 - src/core/lib/support/atomic.h
110 - src/core/lib/support/atomic_with_atm.h
111 - src/core/lib/support/atomic_with_std.h
Vijay Pai42807252017-07-28 15:08:24 -0700112 - src/core/lib/support/env.h
Craig Tiller92226062017-10-08 21:16:12 -0700113 - src/core/lib/support/manual_constructor.h
Vijay Pai42807252017-07-28 15:08:24 -0700114 - src/core/lib/support/memory.h
115 - src/core/lib/support/mpscq.h
116 - src/core/lib/support/murmur_hash.h
117 - src/core/lib/support/spinlock.h
118 - src/core/lib/support/stack_lockfree.h
119 - src/core/lib/support/string.h
120 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700121 - src/core/lib/support/time_precise.h
122 - src/core/lib/support/tmpfile.h
123 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700124 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800125- name: gpr_codegen
126 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800127 - include/grpc/impl/codegen/atm.h
128 - include/grpc/impl/codegen/atm_gcc_atomic.h
129 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800131 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700132 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800133 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800134 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700135 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800136 - include/grpc/impl/codegen/sync_generic.h
137 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700139- name: grpc++_base
140 deps:
141 - grpc
142 uses:
143 - grpc++_common
144 - grpc++_codegen_base
145- name: grpc++_base_unsecure
146 deps:
147 - grpc_unsecure
148 uses:
149 - grpc++_common
150 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700151- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700152 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700153 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700154 - src/core/lib/channel/channel_args.cc
155 - src/core/lib/channel/channel_stack.cc
156 - src/core/lib/channel/channel_stack_builder.cc
157 - src/core/lib/channel/connected_channel.cc
158 - src/core/lib/channel/handshaker.cc
159 - src/core/lib/channel/handshaker_factory.cc
160 - src/core/lib/channel/handshaker_registry.cc
161 - src/core/lib/compression/compression.cc
162 - src/core/lib/compression/message_compress.cc
163 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700164 - src/core/lib/compression/stream_compression_gzip.cc
165 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700166 - src/core/lib/debug/stats.cc
167 - src/core/lib/debug/stats_data.cc
168 - src/core/lib/http/format_request.cc
169 - src/core/lib/http/httpcli.cc
170 - src/core/lib/http/parser.cc
171 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700172 - src/core/lib/iomgr/combiner.cc
173 - src/core/lib/iomgr/endpoint.cc
174 - src/core/lib/iomgr/endpoint_pair_posix.cc
175 - src/core/lib/iomgr/endpoint_pair_uv.cc
176 - src/core/lib/iomgr/endpoint_pair_windows.cc
177 - src/core/lib/iomgr/error.cc
178 - src/core/lib/iomgr/ev_epoll1_linux.cc
179 - src/core/lib/iomgr/ev_epollex_linux.cc
180 - src/core/lib/iomgr/ev_epollsig_linux.cc
181 - src/core/lib/iomgr/ev_poll_posix.cc
182 - src/core/lib/iomgr/ev_posix.cc
183 - src/core/lib/iomgr/ev_windows.cc
184 - src/core/lib/iomgr/exec_ctx.cc
185 - src/core/lib/iomgr/executor.cc
186 - src/core/lib/iomgr/gethostname_fallback.cc
187 - src/core/lib/iomgr/gethostname_host_name_max.cc
188 - src/core/lib/iomgr/gethostname_sysconf.cc
189 - src/core/lib/iomgr/iocp_windows.cc
190 - src/core/lib/iomgr/iomgr.cc
191 - src/core/lib/iomgr/iomgr_posix.cc
192 - src/core/lib/iomgr/iomgr_uv.cc
193 - src/core/lib/iomgr/iomgr_windows.cc
194 - src/core/lib/iomgr/is_epollexclusive_available.cc
195 - src/core/lib/iomgr/load_file.cc
196 - src/core/lib/iomgr/lockfree_event.cc
197 - src/core/lib/iomgr/network_status_tracker.cc
198 - src/core/lib/iomgr/polling_entity.cc
199 - src/core/lib/iomgr/pollset_set_uv.cc
200 - src/core/lib/iomgr/pollset_set_windows.cc
201 - src/core/lib/iomgr/pollset_uv.cc
202 - src/core/lib/iomgr/pollset_windows.cc
203 - src/core/lib/iomgr/resolve_address_posix.cc
204 - src/core/lib/iomgr/resolve_address_uv.cc
205 - src/core/lib/iomgr/resolve_address_windows.cc
206 - src/core/lib/iomgr/resource_quota.cc
207 - src/core/lib/iomgr/sockaddr_utils.cc
208 - src/core/lib/iomgr/socket_factory_posix.cc
209 - src/core/lib/iomgr/socket_mutator.cc
210 - src/core/lib/iomgr/socket_utils_common_posix.cc
211 - src/core/lib/iomgr/socket_utils_linux.cc
212 - src/core/lib/iomgr/socket_utils_posix.cc
213 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700214 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700215 - src/core/lib/iomgr/socket_windows.cc
216 - src/core/lib/iomgr/tcp_client_posix.cc
217 - src/core/lib/iomgr/tcp_client_uv.cc
218 - src/core/lib/iomgr/tcp_client_windows.cc
219 - src/core/lib/iomgr/tcp_posix.cc
220 - src/core/lib/iomgr/tcp_server_posix.cc
221 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
222 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
223 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
224 - src/core/lib/iomgr/tcp_server_uv.cc
225 - src/core/lib/iomgr/tcp_server_windows.cc
226 - src/core/lib/iomgr/tcp_uv.cc
227 - src/core/lib/iomgr/tcp_windows.cc
228 - src/core/lib/iomgr/time_averaged_stats.cc
229 - src/core/lib/iomgr/timer_generic.cc
230 - src/core/lib/iomgr/timer_heap.cc
231 - src/core/lib/iomgr/timer_manager.cc
232 - src/core/lib/iomgr/timer_uv.cc
233 - src/core/lib/iomgr/udp_server.cc
234 - src/core/lib/iomgr/unix_sockets_posix.cc
235 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
236 - src/core/lib/iomgr/wakeup_fd_cv.cc
237 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
238 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
239 - src/core/lib/iomgr/wakeup_fd_pipe.cc
240 - src/core/lib/iomgr/wakeup_fd_posix.cc
241 - src/core/lib/json/json.cc
242 - src/core/lib/json/json_reader.cc
243 - src/core/lib/json/json_string.cc
244 - src/core/lib/json/json_writer.cc
245 - src/core/lib/slice/b64.cc
246 - src/core/lib/slice/percent_encoding.cc
247 - src/core/lib/slice/slice.cc
248 - src/core/lib/slice/slice_buffer.cc
249 - src/core/lib/slice/slice_hash_table.cc
250 - src/core/lib/slice/slice_intern.cc
251 - src/core/lib/slice/slice_string_helpers.cc
252 - src/core/lib/surface/alarm.cc
253 - src/core/lib/surface/api_trace.cc
254 - src/core/lib/surface/byte_buffer.cc
255 - src/core/lib/surface/byte_buffer_reader.cc
256 - src/core/lib/surface/call.cc
257 - src/core/lib/surface/call_details.cc
258 - src/core/lib/surface/call_log_batch.cc
259 - src/core/lib/surface/channel.cc
260 - src/core/lib/surface/channel_init.cc
261 - src/core/lib/surface/channel_ping.cc
262 - src/core/lib/surface/channel_stack_type.cc
263 - src/core/lib/surface/completion_queue.cc
264 - src/core/lib/surface/completion_queue_factory.cc
265 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700266 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700267 - src/core/lib/surface/metadata_array.cc
268 - src/core/lib/surface/server.cc
269 - src/core/lib/surface/validate_metadata.cc
270 - src/core/lib/surface/version.cc
271 - src/core/lib/transport/bdp_estimator.cc
272 - src/core/lib/transport/byte_stream.cc
273 - src/core/lib/transport/connectivity_state.cc
274 - src/core/lib/transport/error_utils.cc
275 - src/core/lib/transport/metadata.cc
276 - src/core/lib/transport/metadata_batch.cc
277 - src/core/lib/transport/pid_controller.cc
278 - src/core/lib/transport/service_config.cc
279 - src/core/lib/transport/static_metadata.cc
280 - src/core/lib/transport/status_conversion.cc
281 - src/core/lib/transport/timeout_encoding.cc
282 - src/core/lib/transport/transport.cc
283 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700284 deps:
285 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700286 filegroups:
287 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700288 uses:
289 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700290 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700291- name: grpc_base_headers
292 public_headers:
293 - include/grpc/byte_buffer.h
294 - include/grpc/byte_buffer_reader.h
295 - include/grpc/compression.h
296 - include/grpc/grpc.h
297 - include/grpc/grpc_posix.h
298 - include/grpc/grpc_security_constants.h
299 - include/grpc/load_reporting.h
300 - include/grpc/slice.h
301 - include/grpc/slice_buffer.h
302 - include/grpc/status.h
303 - include/grpc/support/workaround_list.h
304 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700305 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700306 - src/core/lib/channel/channel_args.h
307 - src/core/lib/channel/channel_stack.h
308 - src/core/lib/channel/channel_stack_builder.h
309 - src/core/lib/channel/connected_channel.h
310 - src/core/lib/channel/context.h
311 - src/core/lib/channel/handshaker.h
312 - src/core/lib/channel/handshaker_factory.h
313 - src/core/lib/channel/handshaker_registry.h
314 - src/core/lib/compression/algorithm_metadata.h
315 - src/core/lib/compression/message_compress.h
316 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700317 - src/core/lib/compression/stream_compression_gzip.h
318 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700319 - src/core/lib/debug/stats.h
320 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700321 - src/core/lib/http/format_request.h
322 - src/core/lib/http/httpcli.h
323 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700324 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700325 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700326 - src/core/lib/iomgr/closure.h
327 - src/core/lib/iomgr/combiner.h
328 - src/core/lib/iomgr/endpoint.h
329 - src/core/lib/iomgr/endpoint_pair.h
330 - src/core/lib/iomgr/error.h
331 - src/core/lib/iomgr/error_internal.h
332 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700333 - src/core/lib/iomgr/ev_epollex_linux.h
334 - src/core/lib/iomgr/ev_epollsig_linux.h
335 - src/core/lib/iomgr/ev_poll_posix.h
336 - src/core/lib/iomgr/ev_posix.h
337 - src/core/lib/iomgr/exec_ctx.h
338 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700339 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700340 - src/core/lib/iomgr/iocp_windows.h
341 - src/core/lib/iomgr/iomgr.h
342 - src/core/lib/iomgr/iomgr_internal.h
343 - src/core/lib/iomgr/iomgr_posix.h
344 - src/core/lib/iomgr/iomgr_uv.h
345 - src/core/lib/iomgr/is_epollexclusive_available.h
346 - src/core/lib/iomgr/load_file.h
347 - src/core/lib/iomgr/lockfree_event.h
348 - src/core/lib/iomgr/nameser.h
349 - src/core/lib/iomgr/network_status_tracker.h
350 - src/core/lib/iomgr/polling_entity.h
351 - src/core/lib/iomgr/pollset.h
352 - src/core/lib/iomgr/pollset_set.h
353 - src/core/lib/iomgr/pollset_set_windows.h
354 - src/core/lib/iomgr/pollset_uv.h
355 - src/core/lib/iomgr/pollset_windows.h
356 - src/core/lib/iomgr/port.h
357 - src/core/lib/iomgr/resolve_address.h
358 - src/core/lib/iomgr/resource_quota.h
359 - src/core/lib/iomgr/sockaddr.h
360 - src/core/lib/iomgr/sockaddr_posix.h
361 - src/core/lib/iomgr/sockaddr_utils.h
362 - src/core/lib/iomgr/sockaddr_windows.h
363 - src/core/lib/iomgr/socket_factory_posix.h
364 - src/core/lib/iomgr/socket_mutator.h
365 - src/core/lib/iomgr/socket_utils.h
366 - src/core/lib/iomgr/socket_utils_posix.h
367 - src/core/lib/iomgr/socket_windows.h
368 - src/core/lib/iomgr/sys_epoll_wrapper.h
369 - src/core/lib/iomgr/tcp_client.h
370 - src/core/lib/iomgr/tcp_client_posix.h
371 - src/core/lib/iomgr/tcp_posix.h
372 - src/core/lib/iomgr/tcp_server.h
373 - src/core/lib/iomgr/tcp_server_utils_posix.h
374 - src/core/lib/iomgr/tcp_uv.h
375 - src/core/lib/iomgr/tcp_windows.h
376 - src/core/lib/iomgr/time_averaged_stats.h
377 - src/core/lib/iomgr/timer.h
378 - src/core/lib/iomgr/timer_generic.h
379 - src/core/lib/iomgr/timer_heap.h
380 - src/core/lib/iomgr/timer_manager.h
381 - src/core/lib/iomgr/timer_uv.h
382 - src/core/lib/iomgr/udp_server.h
383 - src/core/lib/iomgr/unix_sockets_posix.h
384 - src/core/lib/iomgr/wakeup_fd_cv.h
385 - src/core/lib/iomgr/wakeup_fd_pipe.h
386 - src/core/lib/iomgr/wakeup_fd_posix.h
387 - src/core/lib/json/json.h
388 - src/core/lib/json/json_common.h
389 - src/core/lib/json/json_reader.h
390 - src/core/lib/json/json_writer.h
391 - src/core/lib/slice/b64.h
392 - src/core/lib/slice/percent_encoding.h
393 - src/core/lib/slice/slice_hash_table.h
394 - src/core/lib/slice/slice_internal.h
395 - src/core/lib/slice/slice_string_helpers.h
Mark D. Roth240bad32017-11-29 10:50:45 -0800396 - src/core/lib/support/debug_location.h
Mark D. Rothbf816d32017-11-29 11:25:34 -0800397 - src/core/lib/support/ref_counted.h
398 - src/core/lib/support/ref_counted_ptr.h
Craig Tiller6f2b5f02017-10-11 08:20:03 -0700399 - src/core/lib/support/vector.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700400 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700401 - src/core/lib/surface/api_trace.h
402 - src/core/lib/surface/call.h
403 - src/core/lib/surface/call_test_only.h
404 - src/core/lib/surface/channel.h
405 - src/core/lib/surface/channel_init.h
406 - src/core/lib/surface/channel_stack_type.h
407 - src/core/lib/surface/completion_queue.h
408 - src/core/lib/surface/completion_queue_factory.h
409 - src/core/lib/surface/event_string.h
410 - src/core/lib/surface/init.h
411 - src/core/lib/surface/lame_client.h
412 - src/core/lib/surface/server.h
413 - src/core/lib/surface/validate_metadata.h
414 - src/core/lib/transport/bdp_estimator.h
415 - src/core/lib/transport/byte_stream.h
416 - src/core/lib/transport/connectivity_state.h
417 - src/core/lib/transport/error_utils.h
418 - src/core/lib/transport/http2_errors.h
419 - src/core/lib/transport/metadata.h
420 - src/core/lib/transport/metadata_batch.h
421 - src/core/lib/transport/pid_controller.h
422 - src/core/lib/transport/service_config.h
423 - src/core/lib/transport/static_metadata.h
424 - src/core/lib/transport/status_conversion.h
425 - src/core/lib/transport/timeout_encoding.h
426 - src/core/lib/transport/transport.h
427 - src/core/lib/transport/transport_impl.h
428 deps:
429 - gpr
430 uses:
431 - grpc_codegen
432 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700433- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700434 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700435 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700436 - src/core/ext/filters/client_channel/client_channel.h
437 - src/core/ext/filters/client_channel/client_channel_factory.h
438 - src/core/ext/filters/client_channel/connector.h
439 - src/core/ext/filters/client_channel/http_connect_handshaker.h
440 - src/core/ext/filters/client_channel/http_proxy.h
441 - src/core/ext/filters/client_channel/lb_policy.h
442 - src/core/ext/filters/client_channel/lb_policy_factory.h
443 - src/core/ext/filters/client_channel/lb_policy_registry.h
444 - src/core/ext/filters/client_channel/parse_address.h
445 - src/core/ext/filters/client_channel/proxy_mapper.h
446 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
447 - src/core/ext/filters/client_channel/resolver.h
448 - src/core/ext/filters/client_channel/resolver_factory.h
449 - src/core/ext/filters/client_channel/resolver_registry.h
450 - src/core/ext/filters/client_channel/retry_throttle.h
451 - src/core/ext/filters/client_channel/subchannel.h
452 - src/core/ext/filters/client_channel/subchannel_index.h
453 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700454 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700455 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700456 - src/core/ext/filters/client_channel/channel_connectivity.cc
457 - src/core/ext/filters/client_channel/client_channel.cc
458 - src/core/ext/filters/client_channel/client_channel_factory.cc
459 - src/core/ext/filters/client_channel/client_channel_plugin.cc
460 - src/core/ext/filters/client_channel/connector.cc
461 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
462 - src/core/ext/filters/client_channel/http_proxy.cc
463 - src/core/ext/filters/client_channel/lb_policy.cc
464 - src/core/ext/filters/client_channel/lb_policy_factory.cc
465 - src/core/ext/filters/client_channel/lb_policy_registry.cc
466 - src/core/ext/filters/client_channel/parse_address.cc
467 - src/core/ext/filters/client_channel/proxy_mapper.cc
468 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
469 - src/core/ext/filters/client_channel/resolver.cc
470 - src/core/ext/filters/client_channel/resolver_factory.cc
471 - src/core/ext/filters/client_channel/resolver_registry.cc
472 - src/core/ext/filters/client_channel/retry_throttle.cc
473 - src/core/ext/filters/client_channel/subchannel.cc
474 - src/core/ext/filters/client_channel/subchannel_index.cc
475 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700476 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700477 uses:
478 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700479 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800480- name: grpc_codegen
481 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700482 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700483 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800484 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800485 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800486 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800487 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800488 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700489 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800490 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700491 uses:
492 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700493- name: grpc_deadline_filter
494 headers:
495 - src/core/ext/filters/deadline/deadline_filter.h
496 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700497 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700498 plugin: grpc_deadline_filter
499 uses:
500 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700501- name: grpc_http_filters
502 headers:
503 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700504 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700505 - src/core/ext/filters/http/server/http_server_filter.h
506 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700507 - src/core/ext/filters/http/client/http_client_filter.cc
508 - src/core/ext/filters/http/http_filters_plugin.cc
509 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
510 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700511 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700512 uses:
513 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700514- name: grpc_lb_policy_grpclb
515 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700516 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700517 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
518 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700519 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700520 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
521 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700522 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700523 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
524 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
525 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
526 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
527 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700528 - 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 -0800529 plugin: grpc_lb_policy_grpclb
530 uses:
531 - grpc_base
532 - grpc_client_channel
533 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700534 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800535- name: grpc_lb_policy_grpclb_secure
536 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700537 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700538 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
539 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700540 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
542 - 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 -0800543 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700544 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
545 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
546 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
548 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700549 - 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 -0700550 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700551 uses:
552 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700553 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700554 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700555 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700556 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700557- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700558 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700559 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700560 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700561 uses:
562 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700563 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700564 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700565- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700566 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700567 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700568 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700569 uses:
570 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700571 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700572 - grpc_lb_subchannel_list
573- name: grpc_lb_subchannel_list
574 headers:
575 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
576 src:
577 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
578 uses:
579 - grpc_base
580 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700581- name: grpc_max_age_filter
582 headers:
583 - src/core/ext/filters/max_age/max_age_filter.h
584 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700585 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700586 plugin: grpc_max_age_filter
587 uses:
588 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700589- name: grpc_message_size_filter
590 headers:
591 - src/core/ext/filters/message_size/message_size_filter.h
592 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700593 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700594 plugin: grpc_message_size_filter
595 uses:
596 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700597- name: grpc_resolver_dns_ares
598 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700599 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
600 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700601 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700602 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
603 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
604 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
605 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700606 plugin: grpc_resolver_dns_ares
607 uses:
608 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700609 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700610- name: grpc_resolver_dns_native
611 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700612 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700613 plugin: grpc_resolver_dns_native
614 uses:
615 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700616 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700617- name: grpc_resolver_fake
618 headers:
619 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
620 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700621 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700622 plugin: grpc_resolver_fake
623 uses:
624 - grpc_base
625 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700626- name: grpc_resolver_sockaddr
627 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700628 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700629 plugin: grpc_resolver_sockaddr
630 uses:
631 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700632 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100633- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700634 public_headers:
635 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100636 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700637 - src/core/lib/security/context/security_context.h
638 - src/core/lib/security/credentials/composite/composite_credentials.h
639 - src/core/lib/security/credentials/credentials.h
640 - src/core/lib/security/credentials/fake/fake_credentials.h
641 - src/core/lib/security/credentials/google_default/google_default_credentials.h
642 - src/core/lib/security/credentials/iam/iam_credentials.h
643 - src/core/lib/security/credentials/jwt/json_token.h
644 - src/core/lib/security/credentials/jwt/jwt_credentials.h
645 - src/core/lib/security/credentials/jwt/jwt_verifier.h
646 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
647 - src/core/lib/security/credentials/plugin/plugin_credentials.h
648 - src/core/lib/security/credentials/ssl/ssl_credentials.h
649 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800650 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700651 - src/core/lib/security/transport/secure_endpoint.h
652 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800653 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700654 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700655 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100656 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700657 - src/core/lib/http/httpcli_security_connector.cc
658 - src/core/lib/security/context/security_context.cc
659 - src/core/lib/security/credentials/composite/composite_credentials.cc
660 - src/core/lib/security/credentials/credentials.cc
661 - src/core/lib/security/credentials/credentials_metadata.cc
662 - src/core/lib/security/credentials/fake/fake_credentials.cc
663 - src/core/lib/security/credentials/google_default/credentials_generic.cc
664 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
665 - src/core/lib/security/credentials/iam/iam_credentials.cc
666 - src/core/lib/security/credentials/jwt/json_token.cc
667 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
668 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
669 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
670 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
671 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
672 - src/core/lib/security/transport/client_auth_filter.cc
673 - src/core/lib/security/transport/lb_targets_info.cc
674 - src/core/lib/security/transport/secure_endpoint.cc
675 - src/core/lib/security/transport/security_connector.cc
676 - src/core/lib/security/transport/security_handshaker.cc
677 - src/core/lib/security/transport/server_auth_filter.cc
678 - src/core/lib/security/transport/tsi_error.cc
679 - src/core/lib/security/util/json_util.cc
680 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700681 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700682 uses:
683 - grpc_base
684 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700685 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700686- name: grpc_server_backward_compatibility
687 headers:
688 - src/core/ext/filters/workarounds/workaround_utils.h
689 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700690 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700691 uses:
692 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700693- name: grpc_server_load_reporting
694 headers:
695 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
696 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
697 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700698 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
699 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700700 plugin: grpc_server_load_reporting_plugin
701 uses:
702 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700703- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700705 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700706 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700707 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800708 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700709 - test/core/end2end/fixtures/proxy.h
710 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800711 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700712 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200713 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700714 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700715 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700716 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700717 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700718 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700719 - test/core/util/slice_splitter.h
ncteisenaa3b1972017-11-17 15:56:27 -0800720 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800721 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700722 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700723 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700724 - test/core/end2end/cq_verifier.cc
725 - test/core/end2end/fixtures/http_proxy_fixture.cc
726 - test/core/end2end/fixtures/proxy.cc
727 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700728 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700729 - test/core/util/grpc_profiler.cc
730 - test/core/util/memory_counters.cc
731 - test/core/util/mock_endpoint.cc
732 - test/core/util/parse_hexstring.cc
733 - test/core/util/passthru_endpoint.cc
734 - test/core/util/port.cc
735 - test/core/util/port_server_client.cc
736 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800737 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700738 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700739 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700740 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700741 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700742 uses:
743 - grpc_base
744 - grpc_client_channel
745 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700746- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700747 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700748 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700749 deps:
750 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700751 filegroups:
752 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700753 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700754- name: grpc_trace_headers
755 headers:
756 - src/core/lib/debug/trace.h
757 deps:
758 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700759- name: grpc_transport_chttp2
760 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700761 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700762 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700763 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700764 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700765 - src/core/ext/transport/chttp2/transport/frame.h
766 - src/core/ext/transport/chttp2/transport/frame_data.h
767 - src/core/ext/transport/chttp2/transport/frame_goaway.h
768 - src/core/ext/transport/chttp2/transport/frame_ping.h
769 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
770 - src/core/ext/transport/chttp2/transport/frame_settings.h
771 - src/core/ext/transport/chttp2/transport/frame_window_update.h
772 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
773 - src/core/ext/transport/chttp2/transport/hpack_parser.h
774 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700775 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700776 - src/core/ext/transport/chttp2/transport/huffsyms.h
777 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
778 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700779 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700780 - src/core/ext/transport/chttp2/transport/varint.h
781 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700782 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
783 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
784 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
785 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
786 - src/core/ext/transport/chttp2/transport/flow_control.cc
787 - src/core/ext/transport/chttp2/transport/frame_data.cc
788 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
789 - src/core/ext/transport/chttp2/transport/frame_ping.cc
790 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
791 - src/core/ext/transport/chttp2/transport/frame_settings.cc
792 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
793 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
794 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
795 - src/core/ext/transport/chttp2/transport/hpack_table.cc
796 - src/core/ext/transport/chttp2/transport/http2_settings.cc
797 - src/core/ext/transport/chttp2/transport/huffsyms.cc
798 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
799 - src/core/ext/transport/chttp2/transport/parsing.cc
800 - src/core/ext/transport/chttp2/transport/stream_lists.cc
801 - src/core/ext/transport/chttp2/transport/stream_map.cc
802 - src/core/ext/transport/chttp2/transport/varint.cc
803 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700804 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700805 uses:
806 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700807 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700808 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700809- name: grpc_transport_chttp2_alpn
810 headers:
811 - src/core/ext/transport/chttp2/alpn/alpn.h
812 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700813 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700814 deps:
815 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800816- name: grpc_transport_chttp2_client_connector
817 headers:
818 - src/core/ext/transport/chttp2/client/chttp2_connector.h
819 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700820 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800821 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800822 - grpc_transport_chttp2
823 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700824 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700825- name: grpc_transport_chttp2_client_insecure
826 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700827 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
828 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700829 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800830 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700831 - grpc_transport_chttp2
832 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700833 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700834- name: grpc_transport_chttp2_client_secure
835 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700836 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700837 uses:
838 - grpc_transport_chttp2
839 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700840 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700841 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800842 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800843- name: grpc_transport_chttp2_server
844 headers:
845 - src/core/ext/transport/chttp2/server/chttp2_server.h
846 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700847 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800848 uses:
849 - grpc_transport_chttp2
850 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700851- name: grpc_transport_chttp2_server_insecure
852 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700853 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
854 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700855 uses:
856 - grpc_transport_chttp2
857 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800858 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700859- name: grpc_transport_chttp2_server_secure
860 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700861 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700862 uses:
863 - grpc_transport_chttp2
864 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700865 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800866 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700867- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700868 public_headers:
869 - include/grpc/grpc_cronet.h
870 - include/grpc/grpc_security.h
871 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700872 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800873 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800874 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700875 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700876 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
877 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
878 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700879 filegroups:
880 - grpc_base
881 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700882 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700883- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700884 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700885 - src/core/ext/transport/inproc/inproc_plugin.cc
886 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700887 plugin: grpc_inproc_plugin
888 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700889 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700890 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700891- name: grpc_transport_inproc_headers
892 headers:
893 - src/core/ext/transport/inproc/inproc_transport.h
894 uses:
895 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700896- name: grpc_workaround_cronet_compression_filter
897 headers:
898 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
899 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700900 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700901 plugin: grpc_workaround_cronet_compression_filter
902 uses:
903 - grpc_base
904 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800905- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700906 src:
907 - third_party/nanopb/pb_common.c
908 - third_party/nanopb/pb_decode.c
909 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700910 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700911 - nanopb_headers
912- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800913 headers:
914 - third_party/nanopb/pb.h
915 - third_party/nanopb/pb_common.h
916 - third_party/nanopb/pb_decode.h
917 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700918- name: transport_security_test_lib
919 build: test
920 headers:
921 - test/core/tsi/transport_security_test_lib.h
922 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700923 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700924 deps:
925 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700926- name: tsi
927 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700928 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700929 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700930 - src/core/tsi/ssl_transport_security.h
931 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700932 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700933 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700934 - src/core/tsi/fake_transport_security.cc
935 - src/core/tsi/gts_transport_security.cc
936 - src/core/tsi/ssl_transport_security.cc
937 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700938 deps:
939 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700940 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700942 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700943 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700944 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700945 - grpc_trace
946- name: tsi_interface
947 headers:
948 - src/core/tsi/transport_security.h
949 - src/core/tsi/transport_security_adapter.h
950 - src/core/tsi/transport_security_interface.h
951 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700952 - src/core/tsi/transport_security.cc
953 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700954 deps:
955 - gpr
956 secure: true
957 uses:
958 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700959- name: grpc++_codegen_base
960 language: c++
961 public_headers:
962 - include/grpc++/impl/codegen/async_stream.h
963 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700964 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700965 - include/grpc++/impl/codegen/call.h
966 - include/grpc++/impl/codegen/call_hook.h
967 - include/grpc++/impl/codegen/channel_interface.h
968 - include/grpc++/impl/codegen/client_context.h
969 - include/grpc++/impl/codegen/client_unary_call.h
970 - include/grpc++/impl/codegen/completion_queue.h
971 - include/grpc++/impl/codegen/completion_queue_tag.h
972 - include/grpc++/impl/codegen/config.h
973 - include/grpc++/impl/codegen/core_codegen_interface.h
974 - include/grpc++/impl/codegen/create_auth_context.h
975 - include/grpc++/impl/codegen/grpc_library.h
976 - include/grpc++/impl/codegen/metadata_map.h
977 - include/grpc++/impl/codegen/method_handler_impl.h
978 - include/grpc++/impl/codegen/rpc_method.h
979 - include/grpc++/impl/codegen/rpc_service_method.h
980 - include/grpc++/impl/codegen/security/auth_context.h
981 - include/grpc++/impl/codegen/serialization_traits.h
982 - include/grpc++/impl/codegen/server_context.h
983 - include/grpc++/impl/codegen/server_interface.h
984 - include/grpc++/impl/codegen/service_type.h
985 - include/grpc++/impl/codegen/slice.h
986 - include/grpc++/impl/codegen/status.h
987 - include/grpc++/impl/codegen/status_code_enum.h
988 - include/grpc++/impl/codegen/string_ref.h
989 - include/grpc++/impl/codegen/stub_options.h
990 - include/grpc++/impl/codegen/sync_stream.h
991 - include/grpc++/impl/codegen/time.h
992 uses:
993 - grpc_codegen
994- name: grpc++_codegen_base_src
995 language: c++
996 src:
997 - src/cpp/codegen/codegen_init.cc
998 uses:
999 - grpc++_codegen_base
1000- name: grpc++_codegen_proto
1001 language: c++
1002 public_headers:
1003 - include/grpc++/impl/codegen/proto_utils.h
1004 uses:
1005 - grpc++_codegen_base
1006 - grpc++_config_proto
1007- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001008 language: c++
1009 public_headers:
1010 - include/grpc++/alarm.h
1011 - include/grpc++/channel.h
1012 - include/grpc++/client_context.h
1013 - include/grpc++/completion_queue.h
1014 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001015 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001016 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001017 - include/grpc++/generic/async_generic_service.h
1018 - include/grpc++/generic/generic_stub.h
1019 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001020 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001021 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001022 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001023 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001024 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001025 - include/grpc++/impl/grpc_library.h
1026 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001027 - include/grpc++/impl/rpc_method.h
1028 - include/grpc++/impl/rpc_service_method.h
1029 - include/grpc++/impl/serialization_traits.h
1030 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001031 - include/grpc++/impl/server_builder_plugin.h
1032 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001034 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 - include/grpc++/security/auth_context.h
1036 - include/grpc++/security/auth_metadata_processor.h
1037 - include/grpc++/security/credentials.h
1038 - include/grpc++/security/server_credentials.h
1039 - include/grpc++/server.h
1040 - include/grpc++/server_builder.h
1041 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001042 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/support/async_stream.h
1044 - include/grpc++/support/async_unary_call.h
1045 - include/grpc++/support/byte_buffer.h
1046 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001047 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001048 - include/grpc++/support/slice.h
1049 - include/grpc++/support/status.h
1050 - include/grpc++/support/status_code_enum.h
1051 - include/grpc++/support/string_ref.h
1052 - include/grpc++/support/stub_options.h
1053 - include/grpc++/support/sync_stream.h
1054 - include/grpc++/support/time.h
1055 headers:
1056 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001057 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001059 - src/cpp/server/health/default_health_check_service.h
1060 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001061 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001062 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001063 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001064 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - src/cpp/client/client_context.cc
1066 - src/cpp/client/create_channel.cc
1067 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001068 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001069 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001072 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001073 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001075 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001077 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001079 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/cpp/server/create_default_thread_pool.cc
1081 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001082 - src/cpp/server/health/default_health_check_service.cc
1083 - src/cpp/server/health/health.pb.c
1084 - src/cpp/server/health/health_check_service.cc
1085 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001087 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - src/cpp/server/server_context.cc
1089 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001090 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001091 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001092 - src/cpp/util/byte_buffer_cc.cc
1093 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001094 - src/cpp/util/status.cc
1095 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001096 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001097 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001098 - gpr_base_headers
1099 - grpc_base_headers
1100 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001101 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001102 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001103- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001104 language: c++
1105 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001106 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001107- name: grpc++_reflection_proto
1108 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001109 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001110 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001111- name: grpc++_test
1112 language: c++
1113 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001114 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001115 - include/grpc++/test/server_context_test_spouse.h
1116 deps:
1117 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001118 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001119libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001120- name: gpr
1121 build: all
1122 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001123 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001124 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 secure: false
1126 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1127- name: gpr_test_util
1128 build: private
1129 language: c
1130 headers:
1131 - test/core/util/test_config.h
1132 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001133 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001134 deps:
1135 - gpr
1136 secure: false
1137 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138- name: grpc
1139 build: all
1140 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001141 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001142 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001143 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001144 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001146 filegroups:
1147 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001148 - grpc_transport_chttp2_server_secure
1149 - grpc_transport_chttp2_client_secure
1150 - grpc_transport_chttp2_server_insecure
1151 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001152 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001153 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001154 - grpc_lb_policy_pick_first
1155 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001156 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001157 - grpc_resolver_dns_native
1158 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001159 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001160 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001161 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001162 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001163 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001164 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001165 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001166 - grpc_workaround_cronet_compression_filter
1167 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001168 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001170 vs_packages:
1171 - grpc.dependencies.openssl
1172 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001174- name: grpc_cronet
1175 build: all
1176 language: c
1177 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001178 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001179 baselib: true
1180 deps_linkage: static
1181 dll: true
1182 filegroups:
1183 - grpc_base
1184 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001185 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001186 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001187 generate_plugin_registry: true
1188 platforms:
1189 - linux
1190 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001191- name: grpc_dll
1192 build: private
1193 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001194 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001195 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001196 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001197 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001198 build_system:
1199 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001200 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001201 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001202 vs_config_type: DynamicLibrary
1203 vs_packages:
1204 - grpc.dependencies.openssl
1205 - grpc.dependencies.zlib
1206 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1207 vs_props:
1208 - zlib
1209 - openssl
1210 - winsock
1211 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001212- name: grpc_test_util
1213 build: private
1214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001215 headers:
1216 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001217 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001218 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001219 - test/core/end2end/data/client_certs.cc
1220 - test/core/end2end/data/server1_cert.cc
1221 - test/core/end2end/data/server1_key.cc
1222 - test/core/end2end/data/test_root_cert.cc
1223 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001224 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001227 - grpc
1228 filegroups:
1229 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1231- name: grpc_test_util_unsecure
1232 build: private
1233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr
1236 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001237 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001238 filegroups:
1239 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240 secure: false
1241 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1242- name: grpc_unsecure
1243 build: all
1244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001245 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001246 - src/core/lib/surface/init.cc
1247 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001248 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001249 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001251 filegroups:
1252 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001253 - grpc_transport_chttp2_server_insecure
1254 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001255 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001256 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001257 - grpc_resolver_dns_native
1258 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001259 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001260 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001261 - grpc_lb_policy_grpclb
1262 - grpc_lb_policy_pick_first
1263 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001264 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001265 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001266 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001267 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001268 - grpc_workaround_cronet_compression_filter
1269 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001270 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271 secure: false
1272 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001273- name: reconnect_server
1274 build: private
1275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001276 headers:
1277 - test/core/util/reconnect_server.h
1278 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001279 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001280 deps:
yang-gc9fca182015-11-06 16:41:33 -08001281 - test_tcp_server
1282 - grpc_test_util
1283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001284 - gpr_test_util
1285 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001286- name: test_tcp_server
1287 build: private
1288 language: c
1289 headers:
1290 - test/core/util/test_tcp_server.h
1291 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001292 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001293 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001294 - grpc_test_util
1295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr_test_util
1297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001298- name: grpc++
1299 build: all
1300 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001301 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001302 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001303 - src/cpp/client/secure_credentials.h
1304 - src/cpp/common/secure_auth_context.h
1305 - src/cpp/server/secure_server_credentials.h
1306 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001307 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001308 - src/cpp/client/secure_credentials.cc
1309 - src/cpp/common/auth_property_iterator.cc
1310 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001311 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001312 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001313 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001314 - src/cpp/server/secure_server_credentials.cc
1315 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001316 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317 baselib: true
1318 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001319 filegroups:
1320 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001321 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001322 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001323 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324 secure: check
1325 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001326- name: grpc++_core_stats
1327 build: private
1328 language: c++
1329 public_headers:
1330 - src/cpp/util/core_stats.h
1331 src:
1332 - src/proto/grpc/core/stats.proto
1333 - src/cpp/util/core_stats.cc
1334 deps:
1335 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001336- name: grpc++_cronet
1337 build: all
1338 language: c++
1339 src:
1340 - src/cpp/client/cronet_credentials.cc
1341 - src/cpp/client/insecure_credentials.cc
1342 - src/cpp/common/insecure_create_auth_context.cc
1343 - src/cpp/server/insecure_server_credentials.cc
1344 deps:
1345 - gpr
1346 - grpc_cronet
1347 baselib: true
1348 dll: true
1349 filegroups:
1350 - grpc++_base
1351 - grpc++_codegen_base
1352 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001353 - grpc_transport_chttp2_client_insecure
1354 - grpc_transport_chttp2_server_insecure
1355 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001356 platforms:
1357 - linux
1358 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001359- name: grpc++_error_details
1360 build: all
1361 language: c++
1362 public_headers:
1363 - include/grpc++/support/error_details.h
1364 src:
1365 - src/proto/grpc/status/status.proto
1366 - src/cpp/util/error_details.cc
1367 deps:
1368 - grpc++
1369 baselib: true
1370 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001371- name: grpc++_proto_reflection_desc_db
1372 build: private
1373 language: c++
1374 headers:
1375 - test/cpp/util/proto_reflection_descriptor_database.h
1376 src:
1377 - test/cpp/util/proto_reflection_descriptor_database.cc
1378 deps:
1379 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001380 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001381 filegroups:
1382 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001383 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001384- name: grpc++_reflection
1385 build: all
1386 language: c++
1387 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001388 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001389 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001390 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001391 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001392 - src/cpp/ext/proto_server_reflection.cc
1393 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001394 deps:
1395 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001396 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001397 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001398 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399- name: grpc++_test_config
1400 build: private
1401 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001402 headers:
1403 - test/cpp/util/test_config.h
1404 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001405 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406- name: grpc++_test_util
1407 build: private
1408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001409 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001410 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001411 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001412 - test/cpp/util/create_test_channel.h
1413 - test/cpp/util/string_ref_helper.h
1414 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001415 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001416 src:
yang-gc8a49d22016-12-12 11:18:49 -08001417 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001418 - src/proto/grpc/testing/echo_messages.proto
1419 - src/proto/grpc/testing/echo.proto
1420 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001421 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001422 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001423 - test/cpp/util/create_test_channel.cc
1424 - test/cpp/util/string_ref_helper.cc
1425 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001426 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001427 deps:
1428 - grpc++
1429 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001430 - grpc
yang-g17487f92016-06-03 15:21:15 -07001431 filegroups:
1432 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001433 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001434 - grpc++_codegen_proto
1435 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001436- name: grpc++_test_util_unsecure
1437 build: private
1438 language: c++
1439 headers:
1440 - test/cpp/end2end/test_service_impl.h
1441 - test/cpp/util/byte_buffer_proto_helper.h
1442 - test/cpp/util/string_ref_helper.h
1443 - test/cpp/util/subprocess.h
1444 src:
1445 - src/proto/grpc/health/v1/health.proto
1446 - src/proto/grpc/testing/echo_messages.proto
1447 - src/proto/grpc/testing/echo.proto
1448 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1449 - test/cpp/end2end/test_service_impl.cc
1450 - test/cpp/util/byte_buffer_proto_helper.cc
1451 - test/cpp/util/string_ref_helper.cc
1452 - test/cpp/util/subprocess.cc
1453 deps:
1454 - grpc++_unsecure
1455 - grpc_test_util_unsecure
1456 - grpc_unsecure
1457 filegroups:
1458 - grpc++_codegen_base
1459 - grpc++_codegen_base_src
1460 - grpc++_codegen_proto
1461 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: grpc++_unsecure
1463 build: all
1464 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001466 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001467 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001468 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001469 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001471 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472 baselib: true
1473 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001474 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001475 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001476 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001477 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478 secure: false
1479 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001480- name: grpc_benchmark
1481 build: test
1482 language: c++
1483 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001484 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1485 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001486 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001487 src:
1488 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001489 deps:
1490 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001491 - grpc++_unsecure
1492 - grpc_test_util_unsecure
1493 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001494 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001495- name: grpc_cli_libs
1496 build: private
1497 language: c++
1498 headers:
1499 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001500 - test/cpp/util/cli_credentials.h
1501 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001502 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001503 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001504 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001505 src:
1506 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001507 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001508 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001509 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001510 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001511 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001512 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001513 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001514 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001515 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001516 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001517 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518- name: grpc_plugin_support
1519 build: protoc
1520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001521 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001522 - src/compiler/config.h
1523 - src/compiler/cpp_generator.h
1524 - src/compiler/cpp_generator_helpers.h
1525 - src/compiler/csharp_generator.h
1526 - src/compiler/csharp_generator_helpers.h
1527 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001528 - src/compiler/node_generator.h
1529 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001530 - src/compiler/objective_c_generator.h
1531 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001532 - src/compiler/php_generator.h
1533 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301534 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001535 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301536 - src/compiler/python_generator_helpers.h
1537 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001538 - src/compiler/ruby_generator.h
1539 - src/compiler/ruby_generator_helpers-inl.h
1540 - src/compiler/ruby_generator_map-inl.h
1541 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301542 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001543 src:
1544 - src/compiler/cpp_generator.cc
1545 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001546 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001547 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001548 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001549 - src/compiler/python_generator.cc
1550 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001551 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001552 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553 secure: false
1554 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001555 vs_props:
1556 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001557- name: http2_client_main
1558 build: private
1559 language: c++
1560 headers:
1561 - test/cpp/interop/http2_client.h
1562 src:
1563 - src/proto/grpc/testing/empty.proto
1564 - src/proto/grpc/testing/messages.proto
1565 - src/proto/grpc/testing/test.proto
1566 - test/cpp/interop/http2_client.cc
1567 deps:
1568 - grpc++_test_util
1569 - grpc_test_util
1570 - grpc++
1571 - grpc
1572 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573- name: interop_client_helper
1574 build: private
1575 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001576 headers:
1577 - test/cpp/interop/client_helper.h
1578 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001579 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001580 - test/cpp/interop/client_helper.cc
1581 deps:
1582 - grpc++_test_util
1583 - grpc_test_util
1584 - grpc++
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: interop_client_main
1588 build: private
1589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001590 headers:
1591 - test/cpp/interop/interop_client.h
1592 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001593 - src/proto/grpc/testing/empty.proto
1594 - src/proto/grpc/testing/messages.proto
1595 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001596 - test/cpp/interop/client.cc
1597 - test/cpp/interop/interop_client.cc
1598 deps:
1599 - interop_client_helper
1600 - grpc++_test_util
1601 - grpc_test_util
1602 - grpc++
1603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 - gpr_test_util
1605 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001606 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001607- name: interop_server_helper
1608 build: private
1609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001610 headers:
1611 - test/cpp/interop/server_helper.h
1612 src:
1613 - test/cpp/interop/server_helper.cc
1614 deps:
yang-gcc591022017-01-11 11:10:43 -08001615 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001616 - grpc_test_util
1617 - grpc++
1618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001620- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621 build: private
1622 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001624 - src/proto/grpc/testing/empty.proto
1625 - src/proto/grpc/testing/messages.proto
1626 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001627 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001628 deps:
1629 - interop_server_helper
1630 - grpc++_test_util
1631 - grpc_test_util
1632 - grpc++
1633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001634 - gpr_test_util
1635 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001636 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001637- name: interop_server_main
1638 build: private
1639 language: c++
1640 src:
1641 - test/cpp/interop/interop_server_bootstrap.cc
1642 deps:
1643 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001644- name: qps
1645 build: private
1646 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001647 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001648 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001649 - test/cpp/qps/client.h
1650 - test/cpp/qps/driver.h
1651 - test/cpp/qps/histogram.h
1652 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001653 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001654 - test/cpp/qps/qps_worker.h
1655 - test/cpp/qps/report.h
1656 - test/cpp/qps/server.h
1657 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001658 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001660 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001661 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001662 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001663 - src/proto/grpc/testing/control.proto
1664 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001665 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001666 - test/cpp/qps/client_async.cc
1667 - test/cpp/qps/client_sync.cc
1668 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001669 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001670 - test/cpp/qps/qps_worker.cc
1671 - test/cpp/qps/report.cc
1672 - test/cpp/qps/server_async.cc
1673 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001674 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001675 deps:
1676 - grpc_test_util
1677 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001678 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001679 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001680 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001681- name: grpc_csharp_ext
1682 build: all
1683 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001684 src:
1685 - src/csharp/ext/grpc_csharp_ext.c
1686 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001689 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001690 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691 dll: only
1692 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001693 vs_packages:
1694 - grpc.dependencies.openssl
1695 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001697 vs_props:
1698 - zlib
1699 - openssl
1700 - winsock
1701 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001702targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001703- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001704 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001705 build: test
1706 language: c
1707 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001708 - test/core/surface/alarm_test.cc
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001709 deps:
1710 - grpc_test_util
1711 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001712 - gpr_test_util
1713 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001714- name: algorithm_test
1715 build: test
1716 language: c
1717 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001718 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001719 deps:
1720 - grpc_test_util
1721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001722 - gpr_test_util
1723 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001724 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001725- name: alloc_test
1726 build: test
1727 language: c
1728 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001729 - test/core/support/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001730 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001733 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001734- name: alpn_test
1735 build: test
1736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001737 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001738 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001739 deps:
1740 - grpc_test_util
1741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr_test_util
1743 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001744- name: api_fuzzer
1745 build: fuzzer
1746 language: c
1747 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001748 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001749 deps:
1750 - grpc_test_util
1751 - grpc
1752 - gpr_test_util
1753 - gpr
1754 corpus_dirs:
1755 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001756 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001757 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001758- name: arena_test
1759 build: test
1760 language: c
1761 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001762 - test/core/support/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001763 deps:
1764 - gpr_test_util
1765 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001766 uses_polling: false
Craig Tillerc0df1c02017-07-17 16:12:33 -07001767- name: backoff_test
1768 build: test
1769 language: c
1770 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001771 - test/core/backoff/backoff_test.cc
Craig Tillerc0df1c02017-07-17 16:12:33 -07001772 deps:
1773 - grpc_test_util
1774 - grpc
1775 - gpr_test_util
1776 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001777 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001778- name: bad_server_response_test
1779 build: test
1780 language: c
1781 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001782 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001783 deps:
1784 - test_tcp_server
1785 - grpc_test_util
1786 - grpc
1787 - gpr_test_util
1788 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001789 exclude_iomgrs:
1790 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001791- name: bin_decoder_test
1792 build: test
1793 language: c
1794 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001795 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001796 deps:
1797 - grpc_test_util
1798 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001799 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800- name: bin_encoder_test
1801 build: test
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001804 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001805 deps:
1806 - grpc_test_util
1807 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001808 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001809- name: byte_stream_test
1810 build: test
1811 language: c
1812 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001813 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001814 deps:
1815 - grpc_test_util
1816 - grpc
1817 - gpr_test_util
1818 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001819 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001820- name: channel_create_test
1821 build: test
1822 language: c
1823 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001824 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001825 deps:
1826 - grpc_test_util
1827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001830- name: check_epollexclusive
1831 build: tool
1832 language: c
1833 src:
1834 - test/build/check_epollexclusive.c
1835 deps:
1836 - grpc
1837 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001838- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839 build: test
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001842 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001843 deps:
1844 - grpc_test_util
1845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001848 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: chttp2_stream_map_test
1850 build: test
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001853 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001854 deps:
1855 - grpc_test_util
1856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001859 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001860- name: chttp2_varint_test
1861 build: test
1862 language: c
1863 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001864 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001865 deps:
1866 - grpc_test_util
1867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001870 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001871- name: client_fuzzer
1872 build: fuzzer
1873 language: c
1874 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001875 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001876 deps:
1877 - grpc_test_util
1878 - grpc
1879 - gpr_test_util
1880 - gpr
1881 corpus_dirs:
1882 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001883 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001884 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001885- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001886 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001887 build: test
1888 language: c
1889 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001890 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001891 deps:
1892 - grpc_test_util
1893 - grpc
1894 - gpr_test_util
1895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896- name: compression_test
1897 build: test
1898 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001899 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001900 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001901 deps:
1902 - grpc_test_util
1903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001904 - gpr_test_util
1905 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001906 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001907- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001908 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001909 build: test
1910 language: c
1911 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001912 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001913 deps:
1914 - grpc_test_util
1915 - grpc
1916 - gpr_test_util
1917 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001918 exclude_iomgrs:
1919 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001920- name: connection_refused_test
1921 cpu_cost: 0.1
1922 build: test
1923 language: c
1924 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001925 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001926 deps:
1927 - grpc_test_util
1928 - grpc
1929 - gpr_test_util
1930 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001931- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001932 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001933 build: test
1934 language: c
1935 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001936 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001937 deps:
1938 - grpc_test_util
1939 - grpc
1940 - gpr_test_util
1941 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001942 exclude_iomgrs:
1943 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001944- name: dns_resolver_test
1945 build: test
1946 language: c
1947 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001948 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001949 deps:
1950 - grpc_test_util
1951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr_test_util
1953 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001955 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956 build: test
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001959 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001960 deps:
1961 - grpc_test_util
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001965 exclude_iomgrs:
1966 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001967 platforms:
1968 - mac
1969 - linux
1970 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001971- name: endpoint_pair_test
1972 build: test
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001975 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001976 deps:
1977 - grpc_test_util
1978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr_test_util
1980 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001981 exclude_iomgrs:
1982 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001983- name: error_test
1984 cpu_cost: 30
1985 build: test
1986 language: c
1987 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001988 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001989 deps:
1990 - grpc_test_util
1991 - grpc
1992 - gpr_test_util
1993 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001994 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001995- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001996 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001997 build: test
1998 language: c
1999 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002000 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002001 deps:
2002 - grpc_test_util
2003 - grpc
2004 - gpr_test_util
2005 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002006 exclude_iomgrs:
2007 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002008 platforms:
2009 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002010- name: fake_resolver_test
2011 build: test
2012 language: c
2013 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002014 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002015 deps:
2016 - grpc_test_util
2017 - grpc
2018 - gpr_test_util
2019 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002020- name: fake_transport_security_test
2021 build: test
2022 language: c
2023 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002024 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002025 deps:
2026 - gpr_test_util
2027 - gpr
2028 - grpc
2029 filegroups:
2030 - transport_security_test_lib
2031 platforms:
2032 - linux
2033 - posix
2034 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002035- name: fd_conservation_posix_test
2036 build: test
2037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002039 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002040 deps:
2041 - grpc_test_util
2042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002045 exclude_iomgrs:
2046 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002047 platforms:
2048 - mac
2049 - linux
2050 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: fd_posix_test
2052 build: test
2053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002055 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002056 deps:
2057 - grpc_test_util
2058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002061 exclude_iomgrs:
2062 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002063 platforms:
2064 - mac
2065 - linux
2066 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067- name: fling_client
2068 build: test
2069 run: false
2070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002071 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002072 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002073 deps:
2074 - grpc_test_util
2075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002076 - gpr_test_util
2077 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002078- name: fling_server
2079 build: test
2080 run: false
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002083 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002090 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091 build: test
2092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002093 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002094 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002095 deps:
2096 - grpc_test_util
2097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002098 - gpr_test_util
2099 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002100 platforms:
2101 - mac
2102 - linux
2103 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002105 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002106 build: test
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002109 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002110 deps:
2111 - grpc_test_util
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002115 platforms:
2116 - mac
2117 - linux
2118 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: gen_hpack_tables
2120 build: tool
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - tools/codegen/core/gen_hpack_tables.c
2124 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002125 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002126 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002127 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: gen_legal_metadata_characters
2129 build: tool
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002134- name: gen_percent_encoding_tables
2135 build: tool
2136 language: c
2137 src:
2138 - tools/codegen/core/gen_percent_encoding_tables.c
2139 deps: []
Vijay Pai58f38f52017-10-11 10:53:11 -07002140 uses_polling: false
Craig Tiller1b719582016-03-24 09:06:13 -07002141- name: goaway_server_test
2142 cpu_cost: 0.1
2143 build: test
2144 language: c
2145 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002146 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002147 deps:
2148 - grpc_test_util
2149 - grpc
2150 - gpr_test_util
2151 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002152 exclude_iomgrs:
2153 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002154 platforms:
2155 - mac
2156 - linux
2157 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002158- name: gpr_avl_test
2159 build: test
2160 language: c
2161 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002162 - test/core/support/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002163 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002166 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167- name: gpr_cmdline_test
2168 build: test
2169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002171 - test/core/support/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002172 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002173 - gpr_test_util
2174 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002175 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002176- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002177 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002178 build: test
2179 language: c
2180 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002181 - test/core/support/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002182 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002183 - gpr_test_util
2184 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002185 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: gpr_env_test
2187 build: test
2188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002189 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002190 - test/core/support/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002191 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002194 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002195- name: gpr_histogram_test
2196 build: test
2197 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002198 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002199 - test/core/support/histogram_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002200 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002203 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204- name: gpr_host_port_test
2205 build: test
2206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002208 - test/core/support/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002209 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr_test_util
2211 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002212 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: gpr_log_test
2214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002217 - test/core/support/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002218 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 - gpr_test_util
2220 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002221 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002222- name: gpr_manual_constructor_test
2223 cpu_cost: 3
2224 build: test
2225 language: c
2226 src:
2227 - test/core/support/manual_constructor_test.cc
2228 deps:
2229 - gpr_test_util
2230 - gpr
2231 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002232- name: gpr_mpscq_test
2233 cpu_cost: 30
2234 build: test
2235 language: c
2236 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002237 - test/core/support/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002238 deps:
2239 - gpr_test_util
2240 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002241 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002242- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002243 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002244 build: test
2245 language: c
2246 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002247 - test/core/support/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002248 deps:
2249 - gpr_test_util
2250 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002251 uses_polling: false
Ken Paysona4710a02017-07-10 16:49:59 -07002252- name: gpr_stack_lockfree_test
2253 cpu_cost: 7
2254 build: test
2255 language: c
2256 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002257 - test/core/support/stack_lockfree_test.cc
Ken Paysona4710a02017-07-10 16:49:59 -07002258 deps:
2259 - gpr_test_util
2260 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002261 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: gpr_string_test
2263 build: test
2264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002265 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002266 - test/core/support/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002267 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr_test_util
2269 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002270 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002272 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002273 build: test
2274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002275 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002276 - test/core/support/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002277 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002280 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002281- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002282 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283 build: test
2284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002286 - test/core/support/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002287 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002290 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291- name: gpr_time_test
2292 build: test
2293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002294 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002295 - test/core/support/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002296 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002299 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: gpr_tls_test
2301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002304 - test/core/support/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002305 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002308 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: gpr_useful_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002313 - test/core/support/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002314 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002317 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002318- name: grpc_auth_context_test
2319 build: test
2320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002321 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002322 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002323 deps:
2324 - grpc_test_util
2325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002328 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002329- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330 build: test
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002333 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002339 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: grpc_byte_buffer_reader_test
2341 build: test
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002344 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002350 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: grpc_channel_args_test
2352 build: test
2353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002355 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002356 deps:
2357 - grpc_test_util
2358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002361 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002362- name: grpc_channel_stack_builder_test
2363 build: test
2364 language: c
2365 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002366 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002367 deps:
2368 - grpc_test_util
2369 - grpc
2370 - gpr_test_util
2371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372- name: grpc_channel_stack_test
2373 build: test
2374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002375 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002376 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002377 deps:
2378 - grpc_test_util
2379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002380 - gpr_test_util
2381 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002382 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: grpc_completion_queue_test
2384 build: test
2385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002387 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002393- name: grpc_completion_queue_threading_test
2394 build: test
2395 language: c
2396 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002397 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002398 deps:
2399 - grpc_test_util
2400 - grpc
2401 - gpr_test_util
2402 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002403 exclude_iomgrs:
2404 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405- name: grpc_create_jwt
2406 build: tool
2407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002409 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002410 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002413 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002414 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415- name: grpc_credentials_test
2416 build: test
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002419 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002420 deps:
2421 - grpc_test_util
2422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002423 - gpr_test_util
2424 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002425- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002426 build: test
2427 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002430 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002431 deps:
2432 - grpc_test_util
2433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002434 - gpr_test_util
2435 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002436- name: grpc_invalid_channel_args_test
2437 build: test
2438 language: c
2439 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002440 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002441 deps:
2442 - grpc_test_util
2443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002444 - gpr_test_util
2445 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002446 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: grpc_json_token_test
2448 build: test
2449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002451 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002452 deps:
2453 - grpc_test_util
2454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002457 platforms:
2458 - linux
2459 - posix
2460 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002461 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462- name: grpc_jwt_verifier_test
2463 build: test
2464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002465 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002466 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002467 deps:
2468 - grpc_test_util
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002472 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473- name: grpc_print_google_default_creds_token
2474 build: tool
2475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002477 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002478 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002480 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002481 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482- name: grpc_security_connector_test
2483 build: test
2484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002485 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002486 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002487 deps:
2488 - grpc_test_util
2489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002490 - gpr_test_util
2491 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002492- name: grpc_ssl_credentials_test
2493 build: test
2494 language: c
2495 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002496 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002497 deps:
2498 - grpc_test_util
2499 - grpc
2500 - gpr_test_util
2501 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002502- name: grpc_verify_jwt
2503 build: tool
2504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002505 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002506 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002507 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002510 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002511- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002512 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002513 language: c
2514 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002515 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002516 deps:
2517 - grpc_test_util
2518 - grpc
2519 - gpr_test_util
2520 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002521 exclude_iomgrs:
2522 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002523 platforms:
2524 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002525 secure: true
2526- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002527 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002528 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002529 headers:
2530 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002531 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002532 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002533 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002534 deps:
2535 - grpc_test_util
2536 - grpc
2537 - gpr_test_util
2538 - gpr
2539 exclude_iomgrs:
2540 - uv
2541 platforms:
2542 - linux
2543 secure: true
2544- name: handshake_server_with_readahead_handshaker
2545 build: test
2546 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002547 headers:
2548 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002549 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002550 - test/core/handshake/readahead_handshaker_server_ssl.cc
2551 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002552 deps:
2553 - grpc_test_util
2554 - grpc
2555 - gpr_test_util
2556 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002557 exclude_iomgrs:
2558 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002559 platforms:
2560 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002561 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002562- name: hpack_parser_fuzzer_test
2563 build: fuzzer
2564 language: c
2565 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002566 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002567 deps:
2568 - grpc_test_util
2569 - grpc
2570 - gpr_test_util
2571 - gpr
2572 corpus_dirs:
2573 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002574 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002575 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576- name: hpack_parser_test
2577 build: test
2578 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002579 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002580 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002581 deps:
2582 - grpc_test_util
2583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002584 - gpr_test_util
2585 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002586 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587- name: hpack_table_test
2588 build: test
2589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002590 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002591 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002592 deps:
2593 - grpc_test_util
2594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002595 - gpr_test_util
2596 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002597 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002598- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002599 build: test
2600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002601 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002602 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002603 deps:
2604 - grpc_test_util
2605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002606 - gpr_test_util
2607 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002608 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002609- name: http_request_fuzzer_test
2610 build: fuzzer
2611 language: c
2612 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002613 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002614 deps:
2615 - grpc_test_util
2616 - grpc
2617 - gpr_test_util
2618 - gpr
2619 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002620 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002621 maxlen: 2048
2622- name: http_response_fuzzer_test
2623 build: fuzzer
2624 language: c
2625 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002626 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002627 deps:
2628 - grpc_test_util
2629 - grpc
2630 - gpr_test_util
2631 - gpr
2632 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002633 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002634 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002635- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636 build: test
2637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002638 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002639 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002640 deps:
2641 - grpc_test_util
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr_test_util
2644 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002645- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002646 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002647 build: test
2648 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002649 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002650 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002651 deps:
2652 - grpc_test_util
2653 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002654 - gpr_test_util
2655 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002656 platforms:
2657 - mac
2658 - linux
2659 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002660- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002661 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002662 build: test
2663 language: c
2664 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002665 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002666 deps:
2667 - grpc_test_util
2668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002669 - gpr_test_util
2670 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002671 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002672 - linux
yang-gf1183302015-12-07 16:02:05 -08002673- name: init_test
2674 build: test
2675 language: c
2676 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002677 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002678 deps:
2679 - grpc_test_util
2680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002681 - gpr_test_util
2682 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002683 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002684- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002685 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002686 build: test
2687 language: c
2688 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002689 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002690 deps:
2691 - grpc_test_util
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr_test_util
2694 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002695- name: json_fuzzer_test
2696 build: fuzzer
2697 language: c
2698 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002699 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002700 deps:
2701 - grpc_test_util
2702 - grpc
2703 - gpr_test_util
2704 - gpr
2705 corpus_dirs:
2706 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002707 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002708- name: json_rewrite
2709 build: test
2710 run: false
2711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002712 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002713 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002714 deps:
2715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002717 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718- name: json_rewrite_test
2719 build: test
2720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002721 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002722 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002723 deps:
2724 - grpc_test_util
2725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002726 - gpr_test_util
2727 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002728 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002729- name: json_stream_error_test
2730 build: test
2731 language: c
2732 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002733 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002734 deps:
2735 - grpc_test_util
2736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002737 - gpr_test_util
2738 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002739 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740- name: json_test
2741 build: test
2742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002743 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002744 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002745 deps:
2746 - grpc_test_util
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002750 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751- name: lame_client_test
2752 build: test
2753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002754 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002755 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002756 deps:
2757 - grpc_test_util
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr_test_util
2760 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002761- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002762 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002763 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002764 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002766 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002767 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002768 deps:
2769 - grpc_test_util
2770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002771 - gpr_test_util
2772 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002773 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002774- name: load_file_test
2775 build: test
2776 language: c
2777 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002778 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002779 deps:
2780 - grpc_test_util
2781 - grpc
2782 - gpr_test_util
2783 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002784 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785- name: low_level_ping_pong_benchmark
2786 build: benchmark
2787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002788 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002789 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002790 deps:
2791 - grpc_test_util
2792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002793 - gpr_test_util
2794 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002795 platforms:
2796 - mac
2797 - linux
2798 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002799- name: memory_profile_client
2800 build: test
2801 run: false
2802 language: c
2803 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002804 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002805 deps:
2806 - grpc_test_util
2807 - grpc
2808 - gpr_test_util
2809 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002810 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002811- name: memory_profile_server
2812 build: test
2813 run: false
2814 language: c
2815 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002816 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002817 deps:
2818 - grpc_test_util
2819 - grpc
2820 - gpr_test_util
2821 - gpr
2822- name: memory_profile_test
2823 cpu_cost: 1.5
2824 build: test
2825 language: c
2826 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002827 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002828 deps:
2829 - grpc_test_util
2830 - grpc
2831 - gpr_test_util
2832 - gpr
2833 platforms:
2834 - mac
2835 - linux
2836 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002837- name: message_compress_test
2838 build: test
2839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002840 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002841 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002842 deps:
2843 - grpc_test_util
2844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002845 - gpr_test_util
2846 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002847 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002848- name: minimal_stack_is_minimal_test
2849 build: test
2850 language: c
2851 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002852 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002853 deps:
2854 - grpc_test_util
2855 - grpc
2856 - gpr_test_util
2857 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002858 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002859- name: multiple_server_queues_test
2860 build: test
2861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002862 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002863 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002864 deps:
2865 - grpc_test_util
2866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002867 - gpr_test_util
2868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002869- name: murmur_hash_test
2870 build: test
2871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002872 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002873 - test/core/support/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002874 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002875 - gpr_test_util
2876 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002877 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002878- name: nanopb_fuzzer_response_test
2879 build: fuzzer
2880 language: c
2881 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002882 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002883 deps:
2884 - grpc_test_util
2885 - grpc
2886 - gpr_test_util
2887 - gpr
2888 corpus_dirs:
2889 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002890 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002891- name: nanopb_fuzzer_serverlist_test
2892 build: fuzzer
2893 language: c
2894 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002895 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002896 deps:
2897 - grpc_test_util
2898 - grpc
2899 - gpr_test_util
2900 - gpr
2901 corpus_dirs:
2902 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002903 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002905 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002906 build: test
2907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002908 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002909 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002910 deps:
2911 - grpc_test_util
2912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002913 - gpr_test_util
2914 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002915- name: num_external_connectivity_watchers_test
2916 build: test
2917 language: c
2918 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002919 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002920 deps:
2921 - grpc_test_util
2922 - grpc
2923 - gpr_test_util
2924 - gpr
2925 exclude_iomgrs:
2926 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002927- name: parse_address_test
2928 build: test
2929 language: c
2930 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002931 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002932 deps:
2933 - grpc_test_util
2934 - grpc
2935 - gpr_test_util
2936 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002937 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002938- name: percent_decode_fuzzer
2939 build: fuzzer
2940 language: c
2941 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002942 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002943 deps:
2944 - grpc_test_util
2945 - grpc
2946 - gpr_test_util
2947 - gpr
2948 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002949 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002950 maxlen: 32
2951- name: percent_encode_fuzzer
2952 build: fuzzer
2953 language: c
2954 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002955 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002956 deps:
2957 - grpc_test_util
2958 - grpc
2959 - gpr_test_util
2960 - gpr
2961 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002962 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002963 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002964- name: percent_encoding_test
2965 build: test
2966 language: c
2967 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002968 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002969 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002970 - grpc_test_util
2971 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002972 - gpr_test_util
2973 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002974 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002975- name: pollset_set_test
2976 build: test
2977 language: c
2978 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002979 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002980 deps:
2981 - grpc_test_util
2982 - grpc
2983 - gpr_test_util
2984 - gpr
2985 exclude_iomgrs:
2986 - uv
2987 platforms:
2988 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002989- name: resolve_address_posix_test
2990 build: test
2991 language: c
2992 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002993 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002994 deps:
2995 - grpc_test_util
2996 - grpc
2997 - gpr_test_util
2998 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002999 exclude_iomgrs:
3000 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003001 platforms:
3002 - mac
3003 - linux
3004 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003005- name: resolve_address_test
3006 build: test
3007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003008 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003009 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003010 deps:
3011 - grpc_test_util
3012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003013 - gpr_test_util
3014 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003015- name: resource_quota_test
3016 cpu_cost: 30
3017 build: test
3018 language: c
3019 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003020 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003021 deps:
3022 - grpc_test_util
3023 - grpc
3024 - gpr_test_util
3025 - gpr
yang-gd482e592015-12-10 14:04:00 -08003026- name: secure_channel_create_test
3027 build: test
3028 language: c
3029 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003030 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003031 deps:
3032 - grpc_test_util
3033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003034 - gpr_test_util
3035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003036- name: secure_endpoint_test
3037 build: test
3038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003039 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003040 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003041 deps:
3042 - grpc_test_util
3043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003044 - gpr_test_util
3045 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003046 exclude_iomgrs:
3047 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003048- name: sequential_connectivity_test
3049 build: test
3050 language: c
3051 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003052 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003053 deps:
3054 - grpc_test_util
3055 - grpc
3056 - gpr_test_util
3057 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003058 exclude_iomgrs:
3059 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003060- name: server_chttp2_test
3061 build: test
3062 language: c
3063 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003064 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003065 deps:
3066 - grpc_test_util
3067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003068 - gpr_test_util
3069 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003070- name: server_fuzzer
3071 build: fuzzer
3072 language: c
3073 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003074 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003075 deps:
3076 - grpc_test_util
3077 - grpc
3078 - gpr_test_util
3079 - gpr
3080 corpus_dirs:
3081 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003082 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003083 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003084- name: server_test
3085 build: test
3086 language: c
3087 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003088 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003089 deps:
3090 - grpc_test_util
3091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003092 - gpr_test_util
3093 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003094- name: slice_buffer_test
3095 build: test
3096 language: c
3097 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003098 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003099 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003100 - grpc_test_util
3101 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003102 - gpr_test_util
3103 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003104 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003105- name: slice_hash_table_test
3106 build: test
3107 language: c
3108 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003109 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003110 deps:
3111 - grpc_test_util
3112 - grpc
3113 - gpr_test_util
3114 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003115 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003116- name: slice_string_helpers_test
3117 build: test
3118 language: c
3119 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003120 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003121 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003122 - grpc_test_util
3123 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003124 - gpr_test_util
3125 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003126 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003127- name: slice_test
3128 build: test
3129 language: c
3130 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003131 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003132 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003133 - grpc_test_util
3134 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003135 - gpr_test_util
3136 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003137 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003138- name: sockaddr_resolver_test
3139 build: test
3140 language: c
3141 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003142 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003143 deps:
3144 - grpc_test_util
3145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003146 - gpr_test_util
3147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003148- name: sockaddr_utils_test
3149 build: test
3150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003151 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003152 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003153 deps:
3154 - grpc_test_util
3155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003156 - gpr_test_util
3157 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003158- name: socket_utils_test
3159 build: test
3160 language: c
3161 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003162 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003163 deps:
3164 - grpc_test_util
3165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003166 - gpr_test_util
3167 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003168 exclude_iomgrs:
3169 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003170 platforms:
3171 - mac
3172 - linux
3173 - posix
yang-g31e21282016-11-04 15:10:03 -07003174- name: ssl_server_fuzzer
3175 build: fuzzer
3176 language: c
3177 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003178 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003179 deps:
3180 - grpc_test_util
3181 - grpc
3182 - gpr_test_util
3183 - gpr
3184 corpus_dirs:
3185 - test/core/security/corpus/ssl_server_corpus
3186 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003187- name: ssl_transport_security_test
3188 build: test
3189 language: c
3190 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003191 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003192 deps:
3193 - gpr_test_util
3194 - gpr
3195 - grpc
3196 filegroups:
3197 - transport_security_test_lib
3198 platforms:
3199 - linux
3200 - posix
3201 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003202- name: status_conversion_test
3203 build: test
3204 language: c
3205 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003206 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003207 deps:
3208 - grpc_test_util
3209 - grpc
3210 - gpr_test_util
3211 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003212 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003213- name: stream_compression_test
3214 build: test
3215 language: c
3216 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003217 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003218 deps:
3219 - grpc_test_util
3220 - grpc
3221 - gpr_test_util
3222 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003223 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003224- name: stream_owned_slice_test
3225 build: test
3226 language: c
3227 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003228 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003229 deps:
3230 - grpc_test_util
3231 - grpc
3232 - gpr_test_util
3233 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003234 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003235- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003236 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003237 build: test
3238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003239 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003240 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003241 deps:
3242 - grpc_test_util
3243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003244 - gpr_test_util
3245 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003246 exclude_iomgrs:
3247 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003248 platforms:
3249 - mac
3250 - linux
3251 - posix
murgatroid991191b722017-02-08 11:56:52 -08003252- name: tcp_client_uv_test
3253 cpu_cost: 0.5
3254 build: test
3255 language: c
3256 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003257 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003258 deps:
3259 - grpc_test_util
3260 - grpc
3261 - gpr_test_util
3262 - gpr
3263 exclude_iomgrs:
3264 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003265- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003266 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003267 build: test
3268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003269 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003270 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003271 deps:
3272 - grpc_test_util
3273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003274 - gpr_test_util
3275 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003276 exclude_iomgrs:
3277 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003278 platforms:
3279 - mac
3280 - linux
3281 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003282- name: tcp_server_posix_test
3283 build: test
3284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003285 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003286 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003287 deps:
3288 - grpc_test_util
3289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003290 - gpr_test_util
3291 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003292 exclude_iomgrs:
3293 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003294 platforms:
3295 - mac
3296 - linux
3297 - posix
murgatroid991191b722017-02-08 11:56:52 -08003298- name: tcp_server_uv_test
3299 build: test
3300 language: c
3301 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003302 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003303 deps:
3304 - grpc_test_util
3305 - grpc
3306 - gpr_test_util
3307 - gpr
3308 exclude_iomgrs:
3309 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003310- name: time_averaged_stats_test
3311 build: test
3312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003313 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003314 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003315 deps:
3316 - grpc_test_util
3317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003318 - gpr_test_util
3319 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003320 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003321- name: timeout_encoding_test
3322 build: test
3323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003324 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003325 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003326 deps:
3327 - grpc_test_util
3328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003329 - gpr_test_util
3330 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003331 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003332- name: timer_heap_test
3333 build: test
3334 language: c
3335 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003336 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003337 deps:
3338 - grpc_test_util
3339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003340 - gpr_test_util
3341 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003342 exclude_iomgrs:
3343 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003344 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003345- name: timer_list_test
3346 build: test
3347 language: c
3348 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003349 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003350 deps:
3351 - grpc_test_util
3352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003353 - gpr_test_util
3354 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003355 exclude_iomgrs:
3356 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003357 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003358- name: transport_connectivity_state_test
3359 build: test
3360 language: c
3361 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003362 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003363 deps:
3364 - grpc_test_util
3365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003366 - gpr_test_util
3367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003368- name: transport_metadata_test
3369 build: test
3370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003371 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003372 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003373 deps:
3374 - grpc_test_util
3375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003376 - gpr_test_util
3377 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003378- name: transport_security_test
3379 build: test
3380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003381 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003382 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003383 deps:
3384 - grpc_test_util
3385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003386 - gpr_test_util
3387 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003388 platforms:
3389 - linux
3390 - posix
3391 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003392- name: udp_server_test
3393 build: test
3394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003395 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003396 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003397 deps:
3398 - grpc_test_util
3399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003400 - gpr_test_util
3401 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003402 exclude_iomgrs:
3403 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003404 platforms:
3405 - mac
3406 - linux
3407 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003408- name: uri_fuzzer_test
3409 build: fuzzer
3410 language: c
3411 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003412 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003413 deps:
3414 - grpc_test_util
3415 - grpc
3416 - gpr_test_util
3417 - gpr
3418 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003419 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003420 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003421- name: uri_parser_test
3422 build: test
3423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003424 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003425 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003426 deps:
3427 - grpc_test_util
3428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003429 - gpr_test_util
3430 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003431- name: wakeup_fd_cv_test
3432 build: test
3433 language: c
3434 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003435 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003436 deps:
3437 - grpc_test_util
3438 - grpc
3439 - gpr_test_util
3440 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003441 exclude_iomgrs:
3442 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003443 platforms:
3444 - mac
3445 - linux
3446 - posix
vjpai04e992a2016-02-10 16:58:38 -08003447- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003448 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003449 build: test
3450 language: c++
3451 src:
3452 - test/cpp/common/alarm_cpp_test.cc
3453 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003454 - grpc++_test_util_unsecure
3455 - grpc_test_util_unsecure
3456 - grpc++_unsecure
3457 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003458 - gpr_test_util
3459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003460- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003461 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003462 build: test
3463 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003464 src:
3465 - test/cpp/end2end/async_end2end_test.cc
3466 deps:
3467 - grpc++_test_util
3468 - grpc_test_util
3469 - grpc++
3470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003471 - gpr_test_util
3472 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003473- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003474 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003475 build: test
3476 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003477 src:
3478 - test/cpp/common/auth_property_iterator_test.cc
3479 deps:
3480 - grpc++_test_util
3481 - grpc_test_util
3482 - grpc++
3483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003484 - gpr_test_util
3485 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003486 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003487- name: bdp_estimator_test
3488 build: test
3489 language: c++
3490 src:
3491 - test/core/transport/bdp_estimator_test.cc
3492 deps:
3493 - grpc++_test_util
3494 - grpc++
3495 - grpc_test_util
3496 - grpc
3497 - gpr_test_util
3498 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003499 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003500- name: bm_arena
3501 build: test
3502 language: c++
3503 src:
3504 - test/cpp/microbenchmarks/bm_arena.cc
3505 deps:
3506 - grpc_benchmark
3507 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003508 - grpc++_test_util_unsecure
3509 - grpc_test_util_unsecure
3510 - grpc++_unsecure
3511 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003512 - gpr_test_util
3513 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003514 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003515 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003516 platforms:
3517 - mac
3518 - linux
3519 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003520 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003521- name: bm_call_create
3522 build: test
3523 language: c++
3524 src:
3525 - test/cpp/microbenchmarks/bm_call_create.cc
3526 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003527 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003528 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003529 - grpc++_test_util_unsecure
3530 - grpc_test_util_unsecure
3531 - grpc++_unsecure
3532 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003533 - gpr_test_util
3534 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003535 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003536 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003537 platforms:
3538 - mac
3539 - linux
3540 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003541 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003542- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003543 build: test
3544 language: c++
3545 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003546 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003547 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003548 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003549 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003550 - grpc++_test_util_unsecure
3551 - grpc_test_util_unsecure
3552 - grpc++_unsecure
3553 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003554 - gpr_test_util
3555 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003556 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003557 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003558 platforms:
3559 - mac
3560 - linux
3561 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003562 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003563- name: bm_chttp2_transport
3564 build: test
3565 language: c++
3566 src:
3567 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3568 deps:
3569 - grpc_benchmark
3570 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003571 - grpc++_test_util_unsecure
3572 - grpc_test_util_unsecure
3573 - grpc++_unsecure
3574 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003575 - gpr_test_util
3576 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003577 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003578 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003579 platforms:
3580 - mac
3581 - linux
3582 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003583- name: bm_closure
3584 build: test
3585 language: c++
3586 src:
3587 - test/cpp/microbenchmarks/bm_closure.cc
3588 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003589 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003590 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003591 - grpc++_test_util_unsecure
3592 - grpc_test_util_unsecure
3593 - grpc++_unsecure
3594 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003595 - gpr_test_util
3596 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003597 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003598 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003599 platforms:
3600 - mac
3601 - linux
3602 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003603- name: bm_cq
3604 build: test
3605 language: c++
3606 src:
3607 - test/cpp/microbenchmarks/bm_cq.cc
3608 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003609 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003610 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003611 - grpc++_test_util_unsecure
3612 - grpc_test_util_unsecure
3613 - grpc++_unsecure
3614 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003615 - gpr_test_util
3616 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003617 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003618 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003619 platforms:
3620 - mac
3621 - linux
3622 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003623- name: bm_cq_multiple_threads
3624 build: test
3625 language: c++
3626 src:
3627 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3628 deps:
3629 - grpc_benchmark
3630 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003631 - grpc++_test_util_unsecure
3632 - grpc_test_util_unsecure
3633 - grpc++_unsecure
3634 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003635 - gpr_test_util
3636 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003637 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003638 defaults: benchmark
3639 platforms:
3640 - mac
3641 - linux
3642 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003643- name: bm_error
3644 build: test
3645 language: c++
3646 src:
3647 - test/cpp/microbenchmarks/bm_error.cc
3648 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003649 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003650 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003651 - grpc++_test_util_unsecure
3652 - grpc_test_util_unsecure
3653 - grpc++_unsecure
3654 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003655 - gpr_test_util
3656 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003657 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003658 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003659 platforms:
3660 - mac
3661 - linux
3662 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003663 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003664- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003665 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003666 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003667 headers:
3668 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003669 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003670 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003671 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003672 - grpc_benchmark
3673 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003674 - grpc++_test_util_unsecure
3675 - grpc_test_util_unsecure
3676 - grpc++_unsecure
3677 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003678 - gpr_test_util
3679 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003680 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003681 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003682 excluded_poll_engines:
3683 - poll
3684 - poll-cv
3685 platforms:
3686 - mac
3687 - linux
3688 - posix
3689 timeout_seconds: 1200
3690- name: bm_fullstack_streaming_pump
3691 build: test
3692 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003693 headers:
3694 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003695 src:
3696 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003697 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003698 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003699 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003700 - grpc++_test_util_unsecure
3701 - grpc_test_util_unsecure
3702 - grpc++_unsecure
3703 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003704 - gpr_test_util
3705 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003706 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003707 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003708 excluded_poll_engines:
3709 - poll
3710 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003711 platforms:
3712 - mac
3713 - linux
3714 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003715 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003716- name: bm_fullstack_trickle
3717 build: test
3718 language: c++
3719 src:
3720 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3721 deps:
3722 - grpc_benchmark
3723 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003724 - grpc++_test_util_unsecure
3725 - grpc_test_util_unsecure
3726 - grpc++_unsecure
3727 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003728 - gpr_test_util
3729 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003730 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003731 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003732 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003733 exclude_configs:
3734 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003735 excluded_poll_engines:
3736 - poll
3737 - poll-cv
3738 platforms:
3739 - mac
3740 - linux
3741 - posix
3742 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003743- name: bm_fullstack_unary_ping_pong
3744 build: test
3745 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003746 headers:
3747 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003748 src:
3749 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3750 deps:
3751 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003752 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003753 - grpc++_test_util_unsecure
3754 - grpc_test_util_unsecure
3755 - grpc++_unsecure
3756 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003757 - gpr_test_util
3758 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003759 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003760 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003761 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003762 - poll
3763 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003764 platforms:
3765 - mac
3766 - linux
3767 - posix
3768 timeout_seconds: 1200
3769- name: bm_metadata
3770 build: test
3771 language: c++
3772 src:
3773 - test/cpp/microbenchmarks/bm_metadata.cc
3774 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003775 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003776 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003777 - grpc++_test_util_unsecure
3778 - grpc_test_util_unsecure
3779 - grpc++_unsecure
3780 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003781 - gpr_test_util
3782 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003783 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003784 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003785 platforms:
3786 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003787 - linux
3788 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003789 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003790- name: bm_pollset
3791 build: test
3792 language: c++
3793 src:
3794 - test/cpp/microbenchmarks/bm_pollset.cc
3795 deps:
3796 - grpc_benchmark
3797 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003798 - grpc++_test_util_unsecure
3799 - grpc_test_util_unsecure
3800 - grpc++_unsecure
3801 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003802 - gpr_test_util
3803 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003804 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003805 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003806 platforms:
3807 - mac
3808 - linux
3809 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003810- name: channel_arguments_test
3811 gtest: true
3812 build: test
3813 language: c++
3814 src:
3815 - test/cpp/common/channel_arguments_test.cc
3816 deps:
3817 - grpc++
3818 - grpc
3819 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003820 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003821- name: channel_filter_test
3822 gtest: true
3823 build: test
3824 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003825 src:
3826 - test/cpp/common/channel_filter_test.cc
3827 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003828 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003829 - grpc
3830 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003831 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003832- name: cli_call_test
3833 gtest: true
3834 build: test
3835 language: c++
3836 src:
Craig Tiller25834342015-09-25 08:08:24 -07003837 - test/cpp/util/cli_call_test.cc
3838 deps:
3839 - grpc_cli_libs
3840 - grpc++_test_util
3841 - grpc_test_util
3842 - grpc++
3843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003844 - gpr_test_util
3845 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003846- name: client_channel_stress_test
3847 gtest: false
3848 build: test
3849 language: c++
3850 src:
3851 - src/proto/grpc/lb/v1/load_balancer.proto
3852 - test/cpp/client/client_channel_stress_test.cc
3853 deps:
3854 - grpc++_test_util
3855 - grpc_test_util
3856 - grpc++
3857 - grpc
3858 - gpr_test_util
3859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003860- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003861 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003862 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003863 build: test
3864 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003865 src:
3866 - test/cpp/end2end/client_crash_test.cc
3867 deps:
3868 - grpc++_test_util
3869 - grpc_test_util
3870 - grpc++
3871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003872 - gpr_test_util
3873 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003874 platforms:
3875 - mac
3876 - linux
3877 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003878- name: client_crash_test_server
3879 build: test
3880 run: false
3881 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003882 src:
3883 - test/cpp/end2end/client_crash_test_server.cc
3884 deps:
3885 - grpc++_test_util
3886 - grpc_test_util
3887 - grpc++
3888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003889 - gpr_test_util
3890 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003891- name: client_lb_end2end_test
3892 gtest: true
3893 build: test
3894 language: c++
3895 src:
3896 - test/cpp/end2end/client_lb_end2end_test.cc
3897 deps:
3898 - grpc++_test_util
3899 - grpc_test_util
3900 - grpc++
3901 - grpc
3902 - gpr_test_util
3903 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003904- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003905 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003906 build: test
3907 language: c++
3908 src:
3909 - src/proto/grpc/testing/control.proto
3910 - src/proto/grpc/testing/messages.proto
3911 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003912 - src/proto/grpc/testing/services.proto
3913 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003914 - test/cpp/codegen/codegen_test_full.cc
3915 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003916 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003917 - grpc++
3918 - grpc
3919 - gpr
3920 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003921 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003922 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003923- name: codegen_test_minimal
3924 gtest: true
3925 build: test
3926 language: c++
3927 src:
3928 - src/proto/grpc/testing/control.proto
3929 - src/proto/grpc/testing/messages.proto
3930 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003931 - src/proto/grpc/testing/services.proto
3932 - src/proto/grpc/testing/stats.proto
3933 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003934 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003935 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003936 - grpc
3937 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003938 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003939 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003940 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003941 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003942- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003943 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003944 build: test
3945 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003946 src:
3947 - test/cpp/client/credentials_test.cc
3948 deps:
3949 - grpc++
3950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003952- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003953 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003954 build: test
3955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003956 src:
3957 - test/cpp/util/byte_buffer_test.cc
3958 deps:
3959 - grpc_test_util
3960 - grpc++
3961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003962 - gpr_test_util
3963 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003964 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003965- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003966 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003967 build: test
3968 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003969 src:
3970 - test/cpp/util/slice_test.cc
3971 deps:
3972 - grpc_test_util
3973 - grpc++
3974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003975 - gpr_test_util
3976 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003977 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003978- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003979 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003980 build: test
3981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003982 src:
3983 - test/cpp/util/string_ref_test.cc
3984 deps:
3985 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003986 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003987 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003988- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003989 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990 build: test
3991 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003992 src:
3993 - test/cpp/util/time_test.cc
3994 deps:
3995 - grpc_test_util
3996 - grpc++
3997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003998 - gpr_test_util
3999 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004000 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004001- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004002 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004003 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004004 build: test
4005 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004006 src:
4007 - test/cpp/end2end/end2end_test.cc
4008 deps:
4009 - grpc++_test_util
4010 - grpc_test_util
4011 - grpc++
4012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004013 - gpr_test_util
4014 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004015- name: error_details_test
4016 gtest: true
4017 build: test
4018 language: c++
4019 src:
4020 - src/proto/grpc/testing/echo_messages.proto
4021 - test/cpp/util/error_details_test.cc
4022 deps:
4023 - grpc++_error_details
4024 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004025- name: filter_end2end_test
4026 gtest: true
4027 build: test
4028 language: c++
4029 src:
4030 - test/cpp/end2end/filter_end2end_test.cc
4031 deps:
4032 - grpc++_test_util
4033 - grpc_test_util
4034 - grpc++
4035 - grpc
4036 - gpr_test_util
4037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004038- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004039 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004040 build: test
4041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004042 src:
4043 - test/cpp/end2end/generic_end2end_test.cc
4044 deps:
4045 - grpc++_test_util
4046 - grpc_test_util
4047 - grpc++
4048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004049 - gpr_test_util
4050 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004051- name: golden_file_test
4052 gtest: true
4053 build: test
4054 language: c++
4055 src:
4056 - src/proto/grpc/testing/compiler_test.proto
4057 - test/cpp/codegen/golden_file_test.cc
4058 deps:
4059 - grpc++
4060 - grpc
4061 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004062 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004063 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004064 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004065- name: grpc_cli
4066 build: test
4067 run: false
4068 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004069 src:
4070 - test/cpp/util/grpc_cli.cc
4071 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004072 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004073 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004074 - grpc++
4075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004076 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004077 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004078- name: grpc_cpp_plugin
4079 build: protoc
4080 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004081 src:
4082 - src/compiler/cpp_plugin.cc
4083 deps:
4084 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004085 secure: false
4086 vs_config_type: Application
4087 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4088- name: grpc_csharp_plugin
4089 build: protoc
4090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004091 src:
4092 - src/compiler/csharp_plugin.cc
4093 deps:
4094 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004095 secure: false
4096 vs_config_type: Application
4097 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004098- name: grpc_node_plugin
4099 build: protoc
4100 language: c++
4101 src:
4102 - src/compiler/node_plugin.cc
4103 deps:
4104 - grpc_plugin_support
4105 secure: false
4106 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004107- name: grpc_objective_c_plugin
4108 build: protoc
4109 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004110 src:
4111 - src/compiler/objective_c_plugin.cc
4112 deps:
4113 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004114 secure: false
4115 vs_config_type: Application
4116 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004117- name: grpc_php_plugin
4118 build: protoc
4119 language: c++
4120 src:
4121 - src/compiler/php_plugin.cc
4122 deps:
4123 - grpc_plugin_support
4124 secure: false
4125 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004126- name: grpc_python_plugin
4127 build: protoc
4128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004129 src:
4130 - src/compiler/python_plugin.cc
4131 deps:
4132 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004133 secure: false
4134 vs_config_type: Application
4135 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4136- name: grpc_ruby_plugin
4137 build: protoc
4138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004139 src:
4140 - src/compiler/ruby_plugin.cc
4141 deps:
4142 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004143 secure: false
4144 vs_config_type: Application
4145 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004146- name: grpc_tool_test
4147 gtest: true
4148 build: test
4149 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004150 src:
4151 - src/proto/grpc/testing/echo.proto
4152 - src/proto/grpc/testing/echo_messages.proto
4153 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004154 deps:
4155 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004156 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004157 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004158 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004159 - grpc_test_util
4160 - grpc++
4161 - grpc
4162 - gpr_test_util
4163 - gpr
4164 filegroups:
4165 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004166- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004167 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004168 build: test
4169 language: c++
4170 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004171 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004172 - test/cpp/grpclb/grpclb_api_test.cc
4173 deps:
4174 - grpc++_test_util
4175 - grpc_test_util
4176 - grpc++
4177 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004178- name: grpclb_end2end_test
4179 gtest: true
4180 build: test
4181 language: c++
4182 src:
4183 - src/proto/grpc/lb/v1/load_balancer.proto
4184 - test/cpp/end2end/grpclb_end2end_test.cc
4185 deps:
4186 - grpc++_test_util
4187 - grpc_test_util
4188 - grpc++
4189 - grpc
4190 - gpr_test_util
4191 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004192- name: grpclb_test
4193 gtest: false
4194 build: test
4195 language: c++
4196 src:
4197 - src/proto/grpc/lb/v1/load_balancer.proto
4198 - test/cpp/grpclb/grpclb_test.cc
4199 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004200 - grpc++_test_util
4201 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004202 - grpc++
4203 - grpc
4204 - gpr_test_util
4205 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004206- name: h2_ssl_cert_test
4207 gtest: true
4208 build: test
4209 language: c++
4210 headers:
4211 - test/core/end2end/end2end_tests.h
4212 src:
4213 - test/core/end2end/h2_ssl_cert_test.cc
4214 deps:
4215 - grpc_test_util
4216 - grpc++
4217 - grpc
4218 - gpr_test_util
4219 - gpr
4220 uses:
4221 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004222- name: health_service_end2end_test
4223 gtest: true
4224 build: test
4225 language: c++
4226 src:
4227 - test/cpp/end2end/health_service_end2end_test.cc
4228 deps:
4229 - grpc++_test_util
4230 - grpc_test_util
4231 - grpc++
4232 - grpc
4233 - gpr_test_util
4234 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004235- name: http2_client
4236 build: test
4237 run: false
4238 language: c++
4239 src: []
4240 deps:
4241 - http2_client_main
4242 - grpc++_test_util
4243 - grpc_test_util
4244 - grpc++
4245 - grpc
4246 - grpc++_test_config
4247 platforms:
4248 - mac
4249 - linux
4250 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004251- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004252 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004253 build: test
4254 language: c++
4255 src:
4256 - test/cpp/end2end/hybrid_end2end_test.cc
4257 deps:
4258 - grpc++_test_util
4259 - grpc_test_util
4260 - grpc++
4261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004262 - gpr_test_util
4263 - gpr
Vijay Pai088112f2017-08-24 10:42:27 -07004264- name: inproc_sync_unary_ping_pong_test
4265 build: test
4266 language: c++
4267 src:
4268 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4269 deps:
4270 - qps
4271 - grpc++_core_stats
4272 - grpc++_test_util
4273 - grpc_test_util
4274 - grpc++
4275 - grpc
4276 - gpr_test_util
4277 - gpr
4278 - grpc++_test_config
4279 platforms:
4280 - mac
4281 - linux
4282 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004283- name: interop_client
4284 build: test
4285 run: false
4286 language: c++
4287 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004288 deps:
4289 - interop_client_main
4290 - interop_client_helper
4291 - grpc++_test_util
4292 - grpc_test_util
4293 - grpc++
4294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004295 - gpr_test_util
4296 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004297 - grpc++_test_config
4298 platforms:
4299 - mac
4300 - linux
4301 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004302- name: interop_server
4303 build: test
4304 run: false
4305 language: c++
4306 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004307 deps:
4308 - interop_server_main
4309 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004310 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004311 - grpc++_test_util
4312 - grpc_test_util
4313 - grpc++
4314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004315 - gpr_test_util
4316 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004317 - grpc++_test_config
4318 platforms:
4319 - mac
4320 - linux
4321 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004322- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004323 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004324 build: test
4325 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004326 src:
4327 - test/cpp/interop/interop_test.cc
4328 deps:
4329 - grpc_test_util
4330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004331 - gpr_test_util
4332 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004333 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004334 platforms:
4335 - mac
4336 - linux
4337 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004338- name: json_run_localhost
4339 build: test
4340 run: false
4341 language: c++
4342 src:
4343 - test/cpp/qps/json_run_localhost.cc
4344 deps:
4345 - grpc++_test_util
4346 - grpc_test_util
4347 - grpc++
4348 - grpc
4349 - gpr_test_util
4350 - gpr
4351 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004352 platforms:
4353 - mac
4354 - linux
4355 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004356- name: memory_test
4357 gtest: true
4358 build: test
4359 language: c++
4360 src:
4361 - test/core/support/memory_test.cc
4362 deps:
4363 - grpc_test_util
4364 - grpc++
4365 - grpc
4366 - gpr_test_util
4367 - gpr
4368 uses:
4369 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004370 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004371- name: metrics_client
4372 build: test
4373 run: false
4374 language: c++
4375 headers:
4376 - test/cpp/util/metrics_server.h
4377 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004378 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004379 - test/cpp/interop/metrics_client.cc
4380 deps:
4381 - grpc++
4382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004383 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004384 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004385- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004386 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004387 build: test
4388 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004389 headers:
4390 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004391 src:
4392 - test/cpp/end2end/mock_test.cc
4393 deps:
4394 - grpc++_test_util
4395 - grpc_test_util
4396 - grpc++
4397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004398 - gpr_test_util
4399 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004400- name: noop-benchmark
4401 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004402 language: c++
4403 src:
4404 - test/cpp/microbenchmarks/noop-benchmark.cc
4405 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004406 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004407 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004408- name: proto_server_reflection_test
4409 gtest: true
4410 build: test
4411 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004412 src:
4413 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004414 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004415 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004416 - grpc++_reflection
4417 - grpc++_test_util
4418 - grpc_test_util
4419 - grpc++
4420 - grpc
4421 - gpr_test_util
4422 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004423- name: proto_utils_test
4424 gtest: true
4425 build: test
4426 language: c++
4427 src:
4428 - test/cpp/codegen/proto_utils_test.cc
4429 deps:
4430 - grpc++
4431 - grpc
4432 filegroups:
4433 - grpc++_codegen_base
4434 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004435 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004436- name: qps_interarrival_test
4437 build: test
4438 run: false
4439 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004440 src:
4441 - test/cpp/qps/qps_interarrival_test.cc
4442 deps:
4443 - qps
4444 - grpc++_test_util
4445 - grpc_test_util
4446 - grpc++
4447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004448 - gpr_test_util
4449 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004450 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004451 platforms:
4452 - mac
4453 - linux
4454 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004455 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004456- name: qps_json_driver
4457 build: test
4458 run: false
4459 language: c++
4460 src:
4461 - test/cpp/qps/qps_json_driver.cc
4462 deps:
4463 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004464 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004465 - grpc++_test_util
4466 - grpc_test_util
4467 - grpc++
4468 - grpc
4469 - gpr_test_util
4470 - gpr
4471 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004472- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004473 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004474 build: test
4475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004476 src:
4477 - test/cpp/qps/qps_openloop_test.cc
4478 deps:
4479 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004480 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004481 - grpc++_test_util
4482 - grpc_test_util
4483 - grpc++
4484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004485 - gpr_test_util
4486 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004487 - grpc++_test_config
4488 platforms:
4489 - mac
4490 - linux
4491 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004492- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004493 build: test
4494 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004495 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004496 headers:
4497 - test/cpp/qps/client.h
4498 - test/cpp/qps/server.h
4499 src:
4500 - test/cpp/qps/worker.cc
4501 deps:
4502 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004503 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004504 - grpc++_test_util
4505 - grpc_test_util
4506 - grpc++
4507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004508 - gpr_test_util
4509 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004510 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004511- name: reconnect_interop_client
4512 build: test
4513 run: false
4514 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004515 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004516 - src/proto/grpc/testing/empty.proto
4517 - src/proto/grpc/testing/messages.proto
4518 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004519 - test/cpp/interop/reconnect_interop_client.cc
4520 deps:
4521 - grpc++_test_util
4522 - grpc_test_util
4523 - grpc++
4524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004525 - gpr_test_util
4526 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004527 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004528- name: reconnect_interop_server
4529 build: test
4530 run: false
4531 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004532 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004533 - src/proto/grpc/testing/empty.proto
4534 - src/proto/grpc/testing/messages.proto
4535 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004536 - test/cpp/interop/reconnect_interop_server.cc
4537 deps:
4538 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004539 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004540 - grpc++_test_util
4541 - grpc_test_util
4542 - grpc++
4543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004544 - gpr_test_util
4545 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004546 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004547- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004548 gtest: true
4549 build: test
4550 language: c++
4551 src:
Mark D. Rothbf816d32017-11-29 11:25:34 -08004552 - test/core/support/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004553 deps:
4554 - grpc_test_util
4555 - grpc++
4556 - grpc
4557 - gpr_test_util
4558 - gpr
4559 uses:
4560 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004561- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004562 gtest: true
4563 build: test
4564 language: c++
4565 src:
Mark D. Rothbf816d32017-11-29 11:25:34 -08004566 - test/core/support/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004567 deps:
4568 - grpc_test_util
4569 - grpc++
4570 - grpc
4571 - gpr_test_util
4572 - gpr
4573 uses:
4574 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004575- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004576 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004577 build: test
4578 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004579 src:
4580 - test/cpp/common/secure_auth_context_test.cc
4581 deps:
4582 - grpc++_test_util
4583 - grpc_test_util
4584 - grpc++
4585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004586 - gpr_test_util
4587 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004588- name: secure_sync_unary_ping_pong_test
4589 build: test
4590 language: c++
4591 src:
4592 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4593 deps:
4594 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004595 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004596 - grpc++_test_util
4597 - grpc_test_util
4598 - grpc++
4599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004600 - gpr_test_util
4601 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004602 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004603 platforms:
4604 - mac
4605 - linux
4606 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004607- name: server_builder_plugin_test
4608 gtest: true
4609 build: test
4610 language: c++
4611 src:
4612 - test/cpp/end2end/server_builder_plugin_test.cc
4613 deps:
4614 - grpc++_test_util
4615 - grpc_test_util
4616 - grpc++
4617 - grpc
4618 - gpr_test_util
4619 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004620- name: server_builder_test
4621 gtest: true
4622 build: test
4623 language: c++
4624 src:
4625 - src/proto/grpc/testing/echo_messages.proto
4626 - src/proto/grpc/testing/echo.proto
4627 - test/cpp/server/server_builder_test.cc
4628 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004629 - grpc++_test_util_unsecure
4630 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004631 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004632 - grpc++_unsecure
4633 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004634 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004635- name: server_context_test_spouse_test
4636 gtest: true
4637 build: test
4638 language: c++
4639 src:
4640 - test/cpp/test/server_context_test_spouse_test.cc
4641 deps:
4642 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004643 - grpc++
4644 - grpc
4645 - gpr_test_util
4646 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004647 uses:
4648 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004649- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004650 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004651 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004652 build: test
4653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004654 src:
4655 - test/cpp/end2end/server_crash_test.cc
4656 deps:
4657 - grpc++_test_util
4658 - grpc_test_util
4659 - grpc++
4660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004661 - gpr_test_util
4662 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004663 platforms:
4664 - mac
4665 - linux
4666 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004667- name: server_crash_test_client
4668 build: test
4669 run: false
4670 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004671 src:
4672 - test/cpp/end2end/server_crash_test_client.cc
4673 deps:
4674 - grpc++_test_util
4675 - grpc_test_util
4676 - grpc++
4677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004678 - gpr_test_util
4679 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004680- name: server_request_call_test
4681 gtest: true
4682 build: test
4683 language: c++
4684 src:
4685 - src/proto/grpc/testing/echo_messages.proto
4686 - src/proto/grpc/testing/echo.proto
4687 - test/cpp/server/server_request_call_test.cc
4688 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004689 - grpc++_test_util_unsecure
4690 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004691 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004692 - grpc++_unsecure
4693 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004695- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004696 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004697 build: test
4698 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004699 src:
4700 - test/cpp/end2end/shutdown_test.cc
4701 deps:
4702 - grpc++_test_util
4703 - grpc_test_util
4704 - grpc++
4705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004706 - gpr_test_util
4707 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004708- name: stats_test
4709 gtest: true
4710 build: test
4711 language: c++
4712 src:
4713 - test/core/debug/stats_test.cc
4714 deps:
4715 - grpc++_test_util
4716 - grpc_test_util
4717 - grpc
4718 - gpr_test_util
4719 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004720 exclude_configs:
4721 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004722 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004723 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004724- name: status_test
4725 build: test
4726 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004727 src:
4728 - test/cpp/util/status_test.cc
4729 deps:
4730 - grpc_test_util
4731 - grpc++
4732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004733 - gpr_test_util
4734 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004735 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004736- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004737 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004738 build: test
4739 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004740 src:
4741 - test/cpp/end2end/streaming_throughput_test.cc
4742 deps:
4743 - grpc++_test_util
4744 - grpc_test_util
4745 - grpc++
4746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004747 - gpr_test_util
4748 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004749 platforms:
4750 - mac
4751 - linux
4752 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004753- name: stress_test
4754 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004755 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004756 language: c++
4757 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004758 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004759 - test/cpp/interop/interop_client.h
4760 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004761 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004762 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004763 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004764 - src/proto/grpc/testing/empty.proto
4765 - src/proto/grpc/testing/messages.proto
4766 - src/proto/grpc/testing/metrics.proto
4767 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004768 - test/cpp/interop/interop_client.cc
4769 - test/cpp/interop/stress_interop_client.cc
4770 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004771 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004772 deps:
4773 - grpc++_test_util
4774 - grpc_test_util
4775 - grpc++
4776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004777 - gpr_test_util
4778 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004779 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004780- name: thread_manager_test
4781 build: test
4782 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004783 src:
4784 - test/cpp/thread_manager/thread_manager_test.cc
4785 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004786 - grpc++_unsecure
4787 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004788 - gpr
4789 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004790- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004791 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004792 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004793 build: test
4794 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004795 src:
4796 - test/cpp/end2end/thread_stress_test.cc
4797 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004798 - grpc++_test_util_unsecure
4799 - grpc_test_util_unsecure
4800 - grpc++_unsecure
4801 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004802 - gpr_test_util
4803 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004804- name: transport_pid_controller_test
4805 build: test
4806 language: c++
4807 src:
4808 - test/core/transport/pid_controller_test.cc
4809 deps:
4810 - grpc++_test_util
4811 - grpc++
4812 - grpc_test_util
4813 - grpc
4814 - gpr_test_util
4815 - gpr
Craig Tillerb7a8cac2017-10-05 09:50:18 -07004816- name: vector_test
4817 gtest: true
4818 build: test
4819 language: c++
4820 src:
4821 - test/core/support/vector_test.cc
4822 deps:
4823 - grpc_test_util
4824 - grpc++
4825 - grpc
4826 - gpr_test_util
4827 - gpr
4828 uses:
4829 - grpc++_test
Craig Tiller9a3997c2017-01-30 13:22:33 -08004830- name: writes_per_rpc_test
4831 gtest: true
4832 cpu_cost: 0.5
4833 build: test
4834 language: c++
4835 src:
4836 - test/cpp/performance/writes_per_rpc_test.cc
4837 deps:
4838 - grpc++_test_util
4839 - grpc_test_util
4840 - grpc++
4841 - grpc
4842 - gpr_test_util
4843 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004844 platforms:
4845 - mac
4846 - linux
4847 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004848- name: public_headers_must_be_c89
4849 build: test
4850 language: c89
4851 src:
4852 - test/core/surface/public_headers_must_be_c89.c
4853 deps:
4854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004856vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004857- linkage: static
4858 name: grpc.dependencies.zlib
4859 props: false
4860 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004861 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004862- linkage: static
4863 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004864 props: true
4865 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004866 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004867- name: gflags
4868 props: false
4869 redist: false
4870 version: 2.1.2.1
4871- name: gtest
4872 props: false
4873 redist: false
4874 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004875configs:
4876 asan:
4877 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004878 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4879 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004880 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004881 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004882 LDFLAGS: -fsanitize=address
4883 LDXX: clang++
4884 compile_the_world: true
4885 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004886 ASAN_OPTIONS: detect_leaks=1:color=always
4887 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004888 asan-noleaks:
4889 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004890 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4891 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004892 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004893 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004894 LDFLAGS: -fsanitize=address
4895 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004896 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004897 test_environ:
4898 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004899 asan-trace-cmp:
4900 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004901 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4902 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004903 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004904 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004905 LDFLAGS: -fsanitize=address
4906 LDXX: clang++
4907 compile_the_world: true
4908 test_environ:
4909 ASAN_OPTIONS: detect_leaks=1:color=always
4910 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004911 basicprof:
4912 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4913 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004914 c++-compat:
4915 CFLAGS: -Wc++-compat
4916 CPPFLAGS: -O0
4917 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004918 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004919 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004920 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004921 dbg:
4922 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004923 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004924 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004925 gcov:
4926 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004927 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004928 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004929 DEFINES: _DEBUG DEBUG GPR_GCOV
4930 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004931 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004932 LDXX: g++
4933 helgrind:
4934 CPPFLAGS: -O0
4935 DEFINES: _DEBUG DEBUG
4936 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004937 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004938 lto:
4939 CPPFLAGS: -O2
4940 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004941 memcheck:
4942 CPPFLAGS: -O0
4943 DEFINES: _DEBUG DEBUG
4944 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004945 valgrind: --tool=memcheck --leak-check=full
4946 msan:
4947 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004948 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004949 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
4950 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004951 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004952 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004953 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004954 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4955 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4956 LDXX: clang++
4957 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08004958 test_environ:
4959 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08004960 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004961 CPPFLAGS: -O3 -fno-omit-frame-pointer
4962 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004963 LDFLAGS: -rdynamic
4964 opt:
4965 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004966 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004967 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004968 stapprof:
4969 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4970 DEFINES: NDEBUG
4971 tsan:
4972 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004973 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004974 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004975 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004976 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004977 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004978 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004979 LDXX: clang++
4980 compile_the_world: true
4981 test_environ:
4982 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004983 ubsan:
4984 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004985 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4986 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004987 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004988 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004989 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004990 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004991 LDXX: clang++
4992 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004993 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004994 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004995defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004996 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004997 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4998 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07004999 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5000 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5001 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5002 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5003 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005004 benchmark:
5005 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005006 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005007 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07005008 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005009 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005010 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005011 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005012 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005013 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Craig Tillerb7a8cac2017-10-05 09:50:18 -07005014 -Ithird_party/abseil-cpp
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005015 LDFLAGS: -g
5016 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005017 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01005018 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005019openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005020 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005021 extraction_dir: openssl-1.0.2f
5022 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005023php_config_m4:
5024 deps:
5025 - grpc
5026 - gpr
5027 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005028 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005029 headers:
5030 - src/php/ext/grpc/byte_buffer.h
5031 - src/php/ext/grpc/call.h
5032 - src/php/ext/grpc/call_credentials.h
5033 - src/php/ext/grpc/channel.h
5034 - src/php/ext/grpc/channel_credentials.h
5035 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005036 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005037 - src/php/ext/grpc/php_grpc.h
5038 - src/php/ext/grpc/server.h
5039 - src/php/ext/grpc/server_credentials.h
5040 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005041 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005042 src:
5043 - src/php/ext/grpc/byte_buffer.c
5044 - src/php/ext/grpc/call.c
5045 - src/php/ext/grpc/call_credentials.c
5046 - src/php/ext/grpc/channel.c
5047 - src/php/ext/grpc/channel_credentials.c
5048 - src/php/ext/grpc/completion_queue.c
5049 - src/php/ext/grpc/php_grpc.c
5050 - src/php/ext/grpc/server.c
5051 - src/php/ext/grpc/server_credentials.c
5052 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005053python_dependencies:
5054 deps:
5055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005056 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005057 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005058 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005059 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005060ruby_gem:
5061 deps:
5062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005063 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005064 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005065 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005066 - z