blob: 71652169edec90c827417c23950a9558114f6af0 [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
Craig Tiller6f2b5f02017-10-11 08:20:03 -0700396 - src/core/lib/support/vector.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700397 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700398 - src/core/lib/surface/api_trace.h
399 - src/core/lib/surface/call.h
400 - src/core/lib/surface/call_test_only.h
401 - src/core/lib/surface/channel.h
402 - src/core/lib/surface/channel_init.h
403 - src/core/lib/surface/channel_stack_type.h
404 - src/core/lib/surface/completion_queue.h
405 - src/core/lib/surface/completion_queue_factory.h
406 - src/core/lib/surface/event_string.h
407 - src/core/lib/surface/init.h
408 - src/core/lib/surface/lame_client.h
409 - src/core/lib/surface/server.h
410 - src/core/lib/surface/validate_metadata.h
411 - src/core/lib/transport/bdp_estimator.h
412 - src/core/lib/transport/byte_stream.h
413 - src/core/lib/transport/connectivity_state.h
414 - src/core/lib/transport/error_utils.h
415 - src/core/lib/transport/http2_errors.h
416 - src/core/lib/transport/metadata.h
417 - src/core/lib/transport/metadata_batch.h
418 - src/core/lib/transport/pid_controller.h
419 - src/core/lib/transport/service_config.h
420 - src/core/lib/transport/static_metadata.h
421 - src/core/lib/transport/status_conversion.h
422 - src/core/lib/transport/timeout_encoding.h
423 - src/core/lib/transport/transport.h
424 - src/core/lib/transport/transport_impl.h
425 deps:
426 - gpr
427 uses:
428 - grpc_codegen
429 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700430- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700431 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700432 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700433 - src/core/ext/filters/client_channel/client_channel.h
434 - src/core/ext/filters/client_channel/client_channel_factory.h
435 - src/core/ext/filters/client_channel/connector.h
436 - src/core/ext/filters/client_channel/http_connect_handshaker.h
437 - src/core/ext/filters/client_channel/http_proxy.h
438 - src/core/ext/filters/client_channel/lb_policy.h
439 - src/core/ext/filters/client_channel/lb_policy_factory.h
440 - src/core/ext/filters/client_channel/lb_policy_registry.h
441 - src/core/ext/filters/client_channel/parse_address.h
442 - src/core/ext/filters/client_channel/proxy_mapper.h
443 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
444 - src/core/ext/filters/client_channel/resolver.h
445 - src/core/ext/filters/client_channel/resolver_factory.h
446 - src/core/ext/filters/client_channel/resolver_registry.h
447 - src/core/ext/filters/client_channel/retry_throttle.h
448 - src/core/ext/filters/client_channel/subchannel.h
449 - src/core/ext/filters/client_channel/subchannel_index.h
450 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700451 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700452 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700453 - src/core/ext/filters/client_channel/channel_connectivity.cc
454 - src/core/ext/filters/client_channel/client_channel.cc
455 - src/core/ext/filters/client_channel/client_channel_factory.cc
456 - src/core/ext/filters/client_channel/client_channel_plugin.cc
457 - src/core/ext/filters/client_channel/connector.cc
458 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
459 - src/core/ext/filters/client_channel/http_proxy.cc
460 - src/core/ext/filters/client_channel/lb_policy.cc
461 - src/core/ext/filters/client_channel/lb_policy_factory.cc
462 - src/core/ext/filters/client_channel/lb_policy_registry.cc
463 - src/core/ext/filters/client_channel/parse_address.cc
464 - src/core/ext/filters/client_channel/proxy_mapper.cc
465 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
466 - src/core/ext/filters/client_channel/resolver.cc
467 - src/core/ext/filters/client_channel/resolver_factory.cc
468 - src/core/ext/filters/client_channel/resolver_registry.cc
469 - src/core/ext/filters/client_channel/retry_throttle.cc
470 - src/core/ext/filters/client_channel/subchannel.cc
471 - src/core/ext/filters/client_channel/subchannel_index.cc
472 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700473 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700474 uses:
475 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700476 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800477- name: grpc_codegen
478 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700479 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700480 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800481 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800482 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800483 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800484 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800485 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700486 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800487 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700488 uses:
489 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700490- name: grpc_deadline_filter
491 headers:
492 - src/core/ext/filters/deadline/deadline_filter.h
493 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700494 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700495 plugin: grpc_deadline_filter
496 uses:
497 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700498- name: grpc_http_filters
499 headers:
500 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700501 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700502 - src/core/ext/filters/http/server/http_server_filter.h
503 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700504 - src/core/ext/filters/http/client/http_client_filter.cc
505 - src/core/ext/filters/http/http_filters_plugin.cc
506 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
507 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700508 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700509 uses:
510 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700511- name: grpc_lb_policy_grpclb
512 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700513 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700514 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
515 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700516 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700517 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
518 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700519 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700520 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
521 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
522 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
523 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
524 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700525 - 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 -0800526 plugin: grpc_lb_policy_grpclb
527 uses:
528 - grpc_base
529 - grpc_client_channel
530 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700531 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800532- name: grpc_lb_policy_grpclb_secure
533 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700534 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700535 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
536 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700537 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700538 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
539 - 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 -0800540 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
545 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - 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 -0700547 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700548 uses:
549 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700550 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700551 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700552 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700553 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700554- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700555 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700556 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700557 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700558 uses:
559 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700560 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700561 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700562- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700563 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700564 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700565 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700566 uses:
567 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700568 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700569 - grpc_lb_subchannel_list
570- name: grpc_lb_subchannel_list
571 headers:
572 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
573 src:
574 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
575 uses:
576 - grpc_base
577 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700578- name: grpc_max_age_filter
579 headers:
580 - src/core/ext/filters/max_age/max_age_filter.h
581 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700582 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700583 plugin: grpc_max_age_filter
584 uses:
585 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700586- name: grpc_message_size_filter
587 headers:
588 - src/core/ext/filters/message_size/message_size_filter.h
589 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700590 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700591 plugin: grpc_message_size_filter
592 uses:
593 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700594- name: grpc_resolver_dns_ares
595 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700596 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
597 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700598 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700599 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
600 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
601 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
602 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700603 plugin: grpc_resolver_dns_ares
604 uses:
605 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700606 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700607- name: grpc_resolver_dns_native
608 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700609 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700610 plugin: grpc_resolver_dns_native
611 uses:
612 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700613 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700614- name: grpc_resolver_fake
615 headers:
616 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
617 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700618 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700619 plugin: grpc_resolver_fake
620 uses:
621 - grpc_base
622 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700623- name: grpc_resolver_sockaddr
624 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700625 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700626 plugin: grpc_resolver_sockaddr
627 uses:
628 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700629 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100630- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700631 public_headers:
632 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100633 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700634 - src/core/lib/security/context/security_context.h
635 - src/core/lib/security/credentials/composite/composite_credentials.h
636 - src/core/lib/security/credentials/credentials.h
637 - src/core/lib/security/credentials/fake/fake_credentials.h
638 - src/core/lib/security/credentials/google_default/google_default_credentials.h
639 - src/core/lib/security/credentials/iam/iam_credentials.h
640 - src/core/lib/security/credentials/jwt/json_token.h
641 - src/core/lib/security/credentials/jwt/jwt_credentials.h
642 - src/core/lib/security/credentials/jwt/jwt_verifier.h
643 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
644 - src/core/lib/security/credentials/plugin/plugin_credentials.h
645 - src/core/lib/security/credentials/ssl/ssl_credentials.h
646 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800647 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700648 - src/core/lib/security/transport/secure_endpoint.h
649 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800650 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700651 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700652 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100653 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700654 - src/core/lib/http/httpcli_security_connector.cc
655 - src/core/lib/security/context/security_context.cc
656 - src/core/lib/security/credentials/composite/composite_credentials.cc
657 - src/core/lib/security/credentials/credentials.cc
658 - src/core/lib/security/credentials/credentials_metadata.cc
659 - src/core/lib/security/credentials/fake/fake_credentials.cc
660 - src/core/lib/security/credentials/google_default/credentials_generic.cc
661 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
662 - src/core/lib/security/credentials/iam/iam_credentials.cc
663 - src/core/lib/security/credentials/jwt/json_token.cc
664 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
665 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
666 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
667 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
668 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
669 - src/core/lib/security/transport/client_auth_filter.cc
670 - src/core/lib/security/transport/lb_targets_info.cc
671 - src/core/lib/security/transport/secure_endpoint.cc
672 - src/core/lib/security/transport/security_connector.cc
673 - src/core/lib/security/transport/security_handshaker.cc
674 - src/core/lib/security/transport/server_auth_filter.cc
675 - src/core/lib/security/transport/tsi_error.cc
676 - src/core/lib/security/util/json_util.cc
677 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700678 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700679 uses:
680 - grpc_base
681 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700682 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700683- name: grpc_server_backward_compatibility
684 headers:
685 - src/core/ext/filters/workarounds/workaround_utils.h
686 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700687 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700688 uses:
689 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700690- name: grpc_server_load_reporting
691 headers:
692 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
693 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
694 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700695 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
696 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700697 plugin: grpc_server_load_reporting_plugin
698 uses:
699 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700700- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700701 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700702 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700703 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700704 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800705 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700706 - test/core/end2end/fixtures/proxy.h
707 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800708 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700709 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200710 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700711 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700712 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700713 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700714 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700715 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700716 - test/core/util/slice_splitter.h
ncteisenaa3b1972017-11-17 15:56:27 -0800717 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800718 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700719 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700720 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700721 - test/core/end2end/cq_verifier.cc
722 - test/core/end2end/fixtures/http_proxy_fixture.cc
723 - test/core/end2end/fixtures/proxy.cc
724 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700725 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700726 - test/core/util/grpc_profiler.cc
727 - test/core/util/memory_counters.cc
728 - test/core/util/mock_endpoint.cc
729 - test/core/util/parse_hexstring.cc
730 - test/core/util/passthru_endpoint.cc
731 - test/core/util/port.cc
732 - test/core/util/port_server_client.cc
733 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800734 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700735 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700736 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700737 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700738 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700739 uses:
740 - grpc_base
741 - grpc_client_channel
742 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700743- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700744 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700745 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700746 deps:
747 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700748 filegroups:
749 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700750 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700751- name: grpc_trace_headers
752 headers:
753 - src/core/lib/debug/trace.h
754 deps:
755 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700756- name: grpc_transport_chttp2
757 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700758 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700759 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700760 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700761 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700762 - src/core/ext/transport/chttp2/transport/frame.h
763 - src/core/ext/transport/chttp2/transport/frame_data.h
764 - src/core/ext/transport/chttp2/transport/frame_goaway.h
765 - src/core/ext/transport/chttp2/transport/frame_ping.h
766 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
767 - src/core/ext/transport/chttp2/transport/frame_settings.h
768 - src/core/ext/transport/chttp2/transport/frame_window_update.h
769 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
770 - src/core/ext/transport/chttp2/transport/hpack_parser.h
771 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700772 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700773 - src/core/ext/transport/chttp2/transport/huffsyms.h
774 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
775 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700776 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700777 - src/core/ext/transport/chttp2/transport/varint.h
778 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700779 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
780 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
781 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
782 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
783 - src/core/ext/transport/chttp2/transport/flow_control.cc
784 - src/core/ext/transport/chttp2/transport/frame_data.cc
785 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
786 - src/core/ext/transport/chttp2/transport/frame_ping.cc
787 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
788 - src/core/ext/transport/chttp2/transport/frame_settings.cc
789 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
790 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
791 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
792 - src/core/ext/transport/chttp2/transport/hpack_table.cc
793 - src/core/ext/transport/chttp2/transport/http2_settings.cc
794 - src/core/ext/transport/chttp2/transport/huffsyms.cc
795 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
796 - src/core/ext/transport/chttp2/transport/parsing.cc
797 - src/core/ext/transport/chttp2/transport/stream_lists.cc
798 - src/core/ext/transport/chttp2/transport/stream_map.cc
799 - src/core/ext/transport/chttp2/transport/varint.cc
800 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700801 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700802 uses:
803 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700804 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700805 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700806- name: grpc_transport_chttp2_alpn
807 headers:
808 - src/core/ext/transport/chttp2/alpn/alpn.h
809 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700810 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700811 deps:
812 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800813- name: grpc_transport_chttp2_client_connector
814 headers:
815 - src/core/ext/transport/chttp2/client/chttp2_connector.h
816 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700817 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800818 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800819 - grpc_transport_chttp2
820 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700821 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700822- name: grpc_transport_chttp2_client_insecure
823 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700824 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
825 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700826 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800827 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700828 - grpc_transport_chttp2
829 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700830 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700831- name: grpc_transport_chttp2_client_secure
832 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700833 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700834 uses:
835 - grpc_transport_chttp2
836 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700837 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700838 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800839 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800840- name: grpc_transport_chttp2_server
841 headers:
842 - src/core/ext/transport/chttp2/server/chttp2_server.h
843 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700844 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800845 uses:
846 - grpc_transport_chttp2
847 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700848- name: grpc_transport_chttp2_server_insecure
849 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700850 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
851 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700852 uses:
853 - grpc_transport_chttp2
854 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800855 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700856- name: grpc_transport_chttp2_server_secure
857 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700858 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700859 uses:
860 - grpc_transport_chttp2
861 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700862 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800863 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700864- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700865 public_headers:
866 - include/grpc/grpc_cronet.h
867 - include/grpc/grpc_security.h
868 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700869 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800870 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800871 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700872 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700873 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
874 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
875 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700876 filegroups:
877 - grpc_base
878 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700879 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700880- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700881 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700882 - src/core/ext/transport/inproc/inproc_plugin.cc
883 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700884 plugin: grpc_inproc_plugin
885 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700886 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700887 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700888- name: grpc_transport_inproc_headers
889 headers:
890 - src/core/ext/transport/inproc/inproc_transport.h
891 uses:
892 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700893- name: grpc_workaround_cronet_compression_filter
894 headers:
895 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
896 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700897 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700898 plugin: grpc_workaround_cronet_compression_filter
899 uses:
900 - grpc_base
901 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800902- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700903 src:
904 - third_party/nanopb/pb_common.c
905 - third_party/nanopb/pb_decode.c
906 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700907 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700908 - nanopb_headers
909- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800910 headers:
911 - third_party/nanopb/pb.h
912 - third_party/nanopb/pb_common.h
913 - third_party/nanopb/pb_decode.h
914 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700915- name: transport_security_test_lib
916 build: test
917 headers:
918 - test/core/tsi/transport_security_test_lib.h
919 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700920 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700921 deps:
922 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700923- name: tsi
924 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700925 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700926 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700927 - src/core/tsi/ssl_transport_security.h
928 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700929 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700930 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700931 - src/core/tsi/fake_transport_security.cc
932 - src/core/tsi/gts_transport_security.cc
933 - src/core/tsi/ssl_transport_security.cc
934 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 deps:
936 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700937 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700938 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700939 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700940 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700941 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700942 - grpc_trace
943- name: tsi_interface
944 headers:
945 - src/core/tsi/transport_security.h
946 - src/core/tsi/transport_security_adapter.h
947 - src/core/tsi/transport_security_interface.h
948 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700949 - src/core/tsi/transport_security.cc
950 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700951 deps:
952 - gpr
953 secure: true
954 uses:
955 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700956- name: grpc++_codegen_base
957 language: c++
958 public_headers:
959 - include/grpc++/impl/codegen/async_stream.h
960 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700961 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700962 - include/grpc++/impl/codegen/call.h
963 - include/grpc++/impl/codegen/call_hook.h
964 - include/grpc++/impl/codegen/channel_interface.h
965 - include/grpc++/impl/codegen/client_context.h
966 - include/grpc++/impl/codegen/client_unary_call.h
967 - include/grpc++/impl/codegen/completion_queue.h
968 - include/grpc++/impl/codegen/completion_queue_tag.h
969 - include/grpc++/impl/codegen/config.h
970 - include/grpc++/impl/codegen/core_codegen_interface.h
971 - include/grpc++/impl/codegen/create_auth_context.h
972 - include/grpc++/impl/codegen/grpc_library.h
973 - include/grpc++/impl/codegen/metadata_map.h
974 - include/grpc++/impl/codegen/method_handler_impl.h
975 - include/grpc++/impl/codegen/rpc_method.h
976 - include/grpc++/impl/codegen/rpc_service_method.h
977 - include/grpc++/impl/codegen/security/auth_context.h
978 - include/grpc++/impl/codegen/serialization_traits.h
979 - include/grpc++/impl/codegen/server_context.h
980 - include/grpc++/impl/codegen/server_interface.h
981 - include/grpc++/impl/codegen/service_type.h
982 - include/grpc++/impl/codegen/slice.h
983 - include/grpc++/impl/codegen/status.h
984 - include/grpc++/impl/codegen/status_code_enum.h
985 - include/grpc++/impl/codegen/string_ref.h
986 - include/grpc++/impl/codegen/stub_options.h
987 - include/grpc++/impl/codegen/sync_stream.h
988 - include/grpc++/impl/codegen/time.h
989 uses:
990 - grpc_codegen
991- name: grpc++_codegen_base_src
992 language: c++
993 src:
994 - src/cpp/codegen/codegen_init.cc
995 uses:
996 - grpc++_codegen_base
997- name: grpc++_codegen_proto
998 language: c++
999 public_headers:
1000 - include/grpc++/impl/codegen/proto_utils.h
1001 uses:
1002 - grpc++_codegen_base
1003 - grpc++_config_proto
1004- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001005 language: c++
1006 public_headers:
1007 - include/grpc++/alarm.h
1008 - include/grpc++/channel.h
1009 - include/grpc++/client_context.h
1010 - include/grpc++/completion_queue.h
1011 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001012 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001013 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001014 - include/grpc++/generic/async_generic_service.h
1015 - include/grpc++/generic/generic_stub.h
1016 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001017 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001018 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001019 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001020 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001021 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 - include/grpc++/impl/grpc_library.h
1023 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001024 - include/grpc++/impl/rpc_method.h
1025 - include/grpc++/impl/rpc_service_method.h
1026 - include/grpc++/impl/serialization_traits.h
1027 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001028 - include/grpc++/impl/server_builder_plugin.h
1029 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001030 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001031 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001032 - include/grpc++/security/auth_context.h
1033 - include/grpc++/security/auth_metadata_processor.h
1034 - include/grpc++/security/credentials.h
1035 - include/grpc++/security/server_credentials.h
1036 - include/grpc++/server.h
1037 - include/grpc++/server_builder.h
1038 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001039 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001040 - include/grpc++/support/async_stream.h
1041 - include/grpc++/support/async_unary_call.h
1042 - include/grpc++/support/byte_buffer.h
1043 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001044 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001045 - include/grpc++/support/slice.h
1046 - include/grpc++/support/status.h
1047 - include/grpc++/support/status_code_enum.h
1048 - include/grpc++/support/string_ref.h
1049 - include/grpc++/support/stub_options.h
1050 - include/grpc++/support/sync_stream.h
1051 - include/grpc++/support/time.h
1052 headers:
1053 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001054 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001055 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001056 - src/cpp/server/health/default_health_check_service.h
1057 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001059 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001060 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001061 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001062 - src/cpp/client/client_context.cc
1063 - src/cpp/client/create_channel.cc
1064 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001065 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001066 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001068 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001069 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001070 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001072 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001074 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001076 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001077 - src/cpp/server/create_default_thread_pool.cc
1078 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001079 - src/cpp/server/health/default_health_check_service.cc
1080 - src/cpp/server/health/health.pb.c
1081 - src/cpp/server/health/health_check_service.cc
1082 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001084 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - src/cpp/server/server_context.cc
1086 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001087 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001088 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001089 - src/cpp/util/byte_buffer_cc.cc
1090 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001091 - src/cpp/util/status.cc
1092 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001093 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001094 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001095 - gpr_base_headers
1096 - grpc_base_headers
1097 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001098 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001099 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001100- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001101 language: c++
1102 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001103 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001104- name: grpc++_reflection_proto
1105 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001106 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001107 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001108- name: grpc++_test
1109 language: c++
1110 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001111 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001112 - include/grpc++/test/server_context_test_spouse.h
1113 deps:
1114 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001115 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001116libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001117- name: gpr
1118 build: all
1119 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001120 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001121 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001122 secure: false
1123 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1124- name: gpr_test_util
1125 build: private
1126 language: c
1127 headers:
1128 - test/core/util/test_config.h
1129 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001130 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001131 deps:
1132 - gpr
1133 secure: false
1134 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001135- name: grpc
1136 build: all
1137 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001138 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001139 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001141 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001142 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001143 filegroups:
1144 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001145 - grpc_transport_chttp2_server_secure
1146 - grpc_transport_chttp2_client_secure
1147 - grpc_transport_chttp2_server_insecure
1148 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001149 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001150 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001151 - grpc_lb_policy_pick_first
1152 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001153 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001154 - grpc_resolver_dns_native
1155 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001156 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001157 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001158 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001159 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001160 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001161 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001162 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001163 - grpc_workaround_cronet_compression_filter
1164 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001165 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001167 vs_packages:
1168 - grpc.dependencies.openssl
1169 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001171- name: grpc_cronet
1172 build: all
1173 language: c
1174 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001175 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001176 baselib: true
1177 deps_linkage: static
1178 dll: true
1179 filegroups:
1180 - grpc_base
1181 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001182 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001183 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001184 generate_plugin_registry: true
1185 platforms:
1186 - linux
1187 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001188- name: grpc_dll
1189 build: private
1190 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001191 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001192 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001193 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001194 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001195 build_system:
1196 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001197 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001198 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001199 vs_config_type: DynamicLibrary
1200 vs_packages:
1201 - grpc.dependencies.openssl
1202 - grpc.dependencies.zlib
1203 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1204 vs_props:
1205 - zlib
1206 - openssl
1207 - winsock
1208 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209- name: grpc_test_util
1210 build: private
1211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001212 headers:
1213 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001214 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001215 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001216 - test/core/end2end/data/client_certs.cc
1217 - test/core/end2end/data/server1_cert.cc
1218 - test/core/end2end/data/server1_key.cc
1219 - test/core/end2end/data/test_root_cert.cc
1220 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001221 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001222 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001223 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001224 - grpc
1225 filegroups:
1226 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001227 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1228- name: grpc_test_util_unsecure
1229 build: private
1230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001231 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001232 - gpr
1233 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001234 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001235 filegroups:
1236 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237 secure: false
1238 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1239- name: grpc_unsecure
1240 build: all
1241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001242 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001243 - src/core/lib/surface/init.cc
1244 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001246 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001247 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001248 filegroups:
1249 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001250 - grpc_transport_chttp2_server_insecure
1251 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001252 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001253 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001254 - grpc_resolver_dns_native
1255 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001256 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001257 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001258 - grpc_lb_policy_grpclb
1259 - grpc_lb_policy_pick_first
1260 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001261 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001262 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001263 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001264 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001265 - grpc_workaround_cronet_compression_filter
1266 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001267 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001268 secure: false
1269 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001270- name: reconnect_server
1271 build: private
1272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001273 headers:
1274 - test/core/util/reconnect_server.h
1275 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001276 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001277 deps:
yang-gc9fca182015-11-06 16:41:33 -08001278 - test_tcp_server
1279 - grpc_test_util
1280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001281 - gpr_test_util
1282 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001283- name: test_tcp_server
1284 build: private
1285 language: c
1286 headers:
1287 - test/core/util/test_tcp_server.h
1288 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001289 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001290 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001291 - grpc_test_util
1292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001293 - gpr_test_util
1294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001295- name: grpc++
1296 build: all
1297 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001298 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001299 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001300 - src/cpp/client/secure_credentials.h
1301 - src/cpp/common/secure_auth_context.h
1302 - src/cpp/server/secure_server_credentials.h
1303 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001304 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001305 - src/cpp/client/secure_credentials.cc
1306 - src/cpp/common/auth_property_iterator.cc
1307 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001308 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001309 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001310 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001311 - src/cpp/server/secure_server_credentials.cc
1312 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001313 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314 baselib: true
1315 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001316 filegroups:
1317 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001318 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001319 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001320 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001321 secure: check
1322 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001323- name: grpc++_core_stats
1324 build: private
1325 language: c++
1326 public_headers:
1327 - src/cpp/util/core_stats.h
1328 src:
1329 - src/proto/grpc/core/stats.proto
1330 - src/cpp/util/core_stats.cc
1331 deps:
1332 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001333- name: grpc++_cronet
1334 build: all
1335 language: c++
1336 src:
1337 - src/cpp/client/cronet_credentials.cc
1338 - src/cpp/client/insecure_credentials.cc
1339 - src/cpp/common/insecure_create_auth_context.cc
1340 - src/cpp/server/insecure_server_credentials.cc
1341 deps:
1342 - gpr
1343 - grpc_cronet
1344 baselib: true
1345 dll: true
1346 filegroups:
1347 - grpc++_base
1348 - grpc++_codegen_base
1349 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001350 - grpc_transport_chttp2_client_insecure
1351 - grpc_transport_chttp2_server_insecure
1352 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001353 platforms:
1354 - linux
1355 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001356- name: grpc++_error_details
1357 build: all
1358 language: c++
1359 public_headers:
1360 - include/grpc++/support/error_details.h
1361 src:
1362 - src/proto/grpc/status/status.proto
1363 - src/cpp/util/error_details.cc
1364 deps:
1365 - grpc++
1366 baselib: true
1367 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001368- name: grpc++_proto_reflection_desc_db
1369 build: private
1370 language: c++
1371 headers:
1372 - test/cpp/util/proto_reflection_descriptor_database.h
1373 src:
1374 - test/cpp/util/proto_reflection_descriptor_database.cc
1375 deps:
1376 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001377 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001378 filegroups:
1379 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001380 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001381- name: grpc++_reflection
1382 build: all
1383 language: c++
1384 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001385 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001386 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001387 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001388 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001389 - src/cpp/ext/proto_server_reflection.cc
1390 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001391 deps:
1392 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001393 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001394 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001395 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001396- name: grpc++_test_config
1397 build: private
1398 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001399 headers:
1400 - test/cpp/util/test_config.h
1401 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001402 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403- name: grpc++_test_util
1404 build: private
1405 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001406 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001407 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001408 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001409 - test/cpp/util/create_test_channel.h
1410 - test/cpp/util/string_ref_helper.h
1411 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001412 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001413 src:
yang-gc8a49d22016-12-12 11:18:49 -08001414 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001415 - src/proto/grpc/testing/echo_messages.proto
1416 - src/proto/grpc/testing/echo.proto
1417 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001418 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001419 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001420 - test/cpp/util/create_test_channel.cc
1421 - test/cpp/util/string_ref_helper.cc
1422 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001423 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001424 deps:
1425 - grpc++
1426 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001427 - grpc
yang-g17487f92016-06-03 15:21:15 -07001428 filegroups:
1429 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001430 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001431 - grpc++_codegen_proto
1432 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001433- name: grpc++_test_util_unsecure
1434 build: private
1435 language: c++
1436 headers:
1437 - test/cpp/end2end/test_service_impl.h
1438 - test/cpp/util/byte_buffer_proto_helper.h
1439 - test/cpp/util/string_ref_helper.h
1440 - test/cpp/util/subprocess.h
1441 src:
1442 - src/proto/grpc/health/v1/health.proto
1443 - src/proto/grpc/testing/echo_messages.proto
1444 - src/proto/grpc/testing/echo.proto
1445 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1446 - test/cpp/end2end/test_service_impl.cc
1447 - test/cpp/util/byte_buffer_proto_helper.cc
1448 - test/cpp/util/string_ref_helper.cc
1449 - test/cpp/util/subprocess.cc
1450 deps:
1451 - grpc++_unsecure
1452 - grpc_test_util_unsecure
1453 - grpc_unsecure
1454 filegroups:
1455 - grpc++_codegen_base
1456 - grpc++_codegen_base_src
1457 - grpc++_codegen_proto
1458 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001459- name: grpc++_unsecure
1460 build: all
1461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001462 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001463 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001464 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001465 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001466 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001468 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001469 baselib: true
1470 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001471 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001472 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001473 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001474 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001475 secure: false
1476 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001477- name: grpc_benchmark
1478 build: test
1479 language: c++
1480 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001481 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1482 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001483 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001484 src:
1485 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001486 deps:
1487 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001488 - grpc++_unsecure
1489 - grpc_test_util_unsecure
1490 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001491 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001492- name: grpc_cli_libs
1493 build: private
1494 language: c++
1495 headers:
1496 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001497 - test/cpp/util/cli_credentials.h
1498 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001499 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001500 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001501 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001502 src:
1503 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001504 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001505 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001506 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001507 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001508 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001509 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001510 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001511 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001512 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001513 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001514 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515- name: grpc_plugin_support
1516 build: protoc
1517 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001518 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001519 - src/compiler/config.h
1520 - src/compiler/cpp_generator.h
1521 - src/compiler/cpp_generator_helpers.h
1522 - src/compiler/csharp_generator.h
1523 - src/compiler/csharp_generator_helpers.h
1524 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001525 - src/compiler/node_generator.h
1526 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001527 - src/compiler/objective_c_generator.h
1528 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001529 - src/compiler/php_generator.h
1530 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301531 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001532 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301533 - src/compiler/python_generator_helpers.h
1534 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001535 - src/compiler/ruby_generator.h
1536 - src/compiler/ruby_generator_helpers-inl.h
1537 - src/compiler/ruby_generator_map-inl.h
1538 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301539 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - src/compiler/cpp_generator.cc
1542 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001543 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001545 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001546 - src/compiler/python_generator.cc
1547 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001548 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001549 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001550 secure: false
1551 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001552 vs_props:
1553 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001554- name: http2_client_main
1555 build: private
1556 language: c++
1557 headers:
1558 - test/cpp/interop/http2_client.h
1559 src:
1560 - src/proto/grpc/testing/empty.proto
1561 - src/proto/grpc/testing/messages.proto
1562 - src/proto/grpc/testing/test.proto
1563 - test/cpp/interop/http2_client.cc
1564 deps:
1565 - grpc++_test_util
1566 - grpc_test_util
1567 - grpc++
1568 - grpc
1569 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: interop_client_helper
1571 build: private
1572 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001573 headers:
1574 - test/cpp/interop/client_helper.h
1575 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001576 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001577 - test/cpp/interop/client_helper.cc
1578 deps:
1579 - grpc++_test_util
1580 - grpc_test_util
1581 - grpc++
1582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001583 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001584- name: interop_client_main
1585 build: private
1586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001587 headers:
1588 - test/cpp/interop/interop_client.h
1589 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001590 - src/proto/grpc/testing/empty.proto
1591 - src/proto/grpc/testing/messages.proto
1592 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001593 - test/cpp/interop/client.cc
1594 - test/cpp/interop/interop_client.cc
1595 deps:
1596 - interop_client_helper
1597 - grpc++_test_util
1598 - grpc_test_util
1599 - grpc++
1600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001603 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604- name: interop_server_helper
1605 build: private
1606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001607 headers:
1608 - test/cpp/interop/server_helper.h
1609 src:
1610 - test/cpp/interop/server_helper.cc
1611 deps:
yang-gcc591022017-01-11 11:10:43 -08001612 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001613 - grpc_test_util
1614 - grpc++
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001617- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618 build: private
1619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001620 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001621 - src/proto/grpc/testing/empty.proto
1622 - src/proto/grpc/testing/messages.proto
1623 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001624 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001625 deps:
1626 - interop_server_helper
1627 - grpc++_test_util
1628 - grpc_test_util
1629 - grpc++
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr_test_util
1632 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001633 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001634- name: interop_server_main
1635 build: private
1636 language: c++
1637 src:
1638 - test/cpp/interop/interop_server_bootstrap.cc
1639 deps:
1640 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001641- name: qps
1642 build: private
1643 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001644 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001645 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001646 - test/cpp/qps/client.h
1647 - test/cpp/qps/driver.h
1648 - test/cpp/qps/histogram.h
1649 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001650 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001651 - test/cpp/qps/qps_worker.h
1652 - test/cpp/qps/report.h
1653 - test/cpp/qps/server.h
1654 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001655 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001656 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001657 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001658 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001659 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001660 - src/proto/grpc/testing/control.proto
1661 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001662 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001663 - test/cpp/qps/client_async.cc
1664 - test/cpp/qps/client_sync.cc
1665 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001666 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001667 - test/cpp/qps/qps_worker.cc
1668 - test/cpp/qps/report.cc
1669 - test/cpp/qps/server_async.cc
1670 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001671 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001672 deps:
1673 - grpc_test_util
1674 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001675 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001676 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001677 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001678- name: grpc_csharp_ext
1679 build: all
1680 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - src/csharp/ext/grpc_csharp_ext.c
1683 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001686 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001687 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688 dll: only
1689 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001690 vs_packages:
1691 - grpc.dependencies.openssl
1692 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001694 vs_props:
1695 - zlib
1696 - openssl
1697 - winsock
1698 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001700- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001701 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001702 build: test
1703 language: c
1704 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001705 - test/core/surface/alarm_test.cc
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001706 deps:
1707 - grpc_test_util
1708 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001709 - gpr_test_util
1710 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001711- name: algorithm_test
1712 build: test
1713 language: c
1714 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001715 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001716 deps:
1717 - grpc_test_util
1718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr_test_util
1720 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001721 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001722- name: alloc_test
1723 build: test
1724 language: c
1725 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001726 - test/core/support/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001727 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001730 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731- name: alpn_test
1732 build: test
1733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001734 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001735 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001736 deps:
1737 - grpc_test_util
1738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001741- name: api_fuzzer
1742 build: fuzzer
1743 language: c
1744 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001745 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001746 deps:
1747 - grpc_test_util
1748 - grpc
1749 - gpr_test_util
1750 - gpr
1751 corpus_dirs:
1752 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001753 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001754 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001755- name: arena_test
1756 build: test
1757 language: c
1758 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001759 - test/core/support/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001760 deps:
1761 - gpr_test_util
1762 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001763 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001764- name: bad_server_response_test
1765 build: test
1766 language: c
1767 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001768 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001769 deps:
1770 - test_tcp_server
1771 - grpc_test_util
1772 - grpc
1773 - gpr_test_util
1774 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001775 exclude_iomgrs:
1776 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001777- name: bin_decoder_test
1778 build: test
1779 language: c
1780 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001781 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001782 deps:
1783 - grpc_test_util
1784 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001785 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786- name: bin_encoder_test
1787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001790 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001791 deps:
1792 - grpc_test_util
1793 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001794 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001795- name: byte_stream_test
1796 build: test
1797 language: c
1798 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001799 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001800 deps:
1801 - grpc_test_util
1802 - grpc
1803 - gpr_test_util
1804 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001805 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001806- name: channel_create_test
1807 build: test
1808 language: c
1809 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001810 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001811 deps:
1812 - grpc_test_util
1813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001814 - gpr_test_util
1815 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001816- name: check_epollexclusive
1817 build: tool
1818 language: c
1819 src:
1820 - test/build/check_epollexclusive.c
1821 deps:
1822 - grpc
1823 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001824- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001825 build: test
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001828 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001829 deps:
1830 - grpc_test_util
1831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001832 - gpr_test_util
1833 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001834 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001835- name: chttp2_stream_map_test
1836 build: test
1837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001838 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001839 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001840 deps:
1841 - grpc_test_util
1842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001845 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001846- name: chttp2_varint_test
1847 build: test
1848 language: c
1849 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001850 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001856 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001857- name: client_fuzzer
1858 build: fuzzer
1859 language: c
1860 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001861 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001862 deps:
1863 - grpc_test_util
1864 - grpc
1865 - gpr_test_util
1866 - gpr
1867 corpus_dirs:
1868 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001869 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001870 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001871- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001872 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001873 build: test
1874 language: c
1875 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001876 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001877 deps:
1878 - grpc_test_util
1879 - grpc
1880 - gpr_test_util
1881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001882- name: compression_test
1883 build: test
1884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001885 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001886 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001887 deps:
1888 - grpc_test_util
1889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001892 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001893- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001894 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001895 build: test
1896 language: c
1897 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001898 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001899 deps:
1900 - grpc_test_util
1901 - grpc
1902 - gpr_test_util
1903 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001904 exclude_iomgrs:
1905 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001906- name: connection_refused_test
1907 cpu_cost: 0.1
1908 build: test
1909 language: c
1910 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001911 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001912 deps:
1913 - grpc_test_util
1914 - grpc
1915 - gpr_test_util
1916 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001917- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001918 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001919 build: test
1920 language: c
1921 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001922 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001923 deps:
1924 - grpc_test_util
1925 - grpc
1926 - gpr_test_util
1927 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001928 exclude_iomgrs:
1929 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001930- name: dns_resolver_test
1931 build: test
1932 language: c
1933 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001934 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001935 deps:
1936 - grpc_test_util
1937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001941 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942 build: test
1943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001944 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001945 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001946 deps:
1947 - grpc_test_util
1948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr_test_util
1950 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001951 exclude_iomgrs:
1952 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001953 platforms:
1954 - mac
1955 - linux
1956 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001957- name: endpoint_pair_test
1958 build: test
1959 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001960 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001961 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001962 deps:
1963 - grpc_test_util
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001967 exclude_iomgrs:
1968 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001969- name: error_test
1970 cpu_cost: 30
1971 build: test
1972 language: c
1973 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001974 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001975 deps:
1976 - grpc_test_util
1977 - grpc
1978 - gpr_test_util
1979 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001980 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001981- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001982 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001983 build: test
1984 language: c
1985 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001986 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001987 deps:
1988 - grpc_test_util
1989 - grpc
1990 - gpr_test_util
1991 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001992 exclude_iomgrs:
1993 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001994 platforms:
1995 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001996- name: fake_resolver_test
1997 build: test
1998 language: c
1999 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002000 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002001 deps:
2002 - grpc_test_util
2003 - grpc
2004 - gpr_test_util
2005 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002006- name: fake_transport_security_test
2007 build: test
2008 language: c
2009 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002010 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002011 deps:
2012 - gpr_test_util
2013 - gpr
2014 - grpc
2015 filegroups:
2016 - transport_security_test_lib
2017 platforms:
2018 - linux
2019 - posix
2020 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: fd_conservation_posix_test
2022 build: test
2023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002024 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002025 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002026 deps:
2027 - grpc_test_util
2028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002029 - gpr_test_util
2030 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002031 exclude_iomgrs:
2032 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002033 platforms:
2034 - mac
2035 - linux
2036 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002037- name: fd_posix_test
2038 build: test
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002041 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002042 deps:
2043 - grpc_test_util
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002047 exclude_iomgrs:
2048 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002049 platforms:
2050 - mac
2051 - linux
2052 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: fling_client
2054 build: test
2055 run: false
2056 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002057 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002058 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002059 deps:
2060 - grpc_test_util
2061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002062 - gpr_test_util
2063 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: fling_server
2065 build: test
2066 run: false
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002069 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002076 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077 build: test
2078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002080 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002081 deps:
2082 - grpc_test_util
2083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002084 - gpr_test_util
2085 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002086 platforms:
2087 - mac
2088 - linux
2089 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002091 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002095 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002101 platforms:
2102 - mac
2103 - linux
2104 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: gen_hpack_tables
2106 build: tool
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - tools/codegen/core/gen_hpack_tables.c
2110 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002112 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002113 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114- name: gen_legal_metadata_characters
2115 build: tool
2116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002117 src:
2118 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002120- name: gen_percent_encoding_tables
2121 build: tool
2122 language: c
2123 src:
2124 - tools/codegen/core/gen_percent_encoding_tables.c
2125 deps: []
Vijay Pai58f38f52017-10-11 10:53:11 -07002126 uses_polling: false
Craig Tiller1b719582016-03-24 09:06:13 -07002127- name: goaway_server_test
2128 cpu_cost: 0.1
2129 build: test
2130 language: c
2131 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002132 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002133 deps:
2134 - grpc_test_util
2135 - grpc
2136 - gpr_test_util
2137 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002138 exclude_iomgrs:
2139 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002140 platforms:
2141 - mac
2142 - linux
2143 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002144- name: gpr_avl_test
2145 build: test
2146 language: c
2147 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002148 - test/core/support/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002149 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002150 - gpr_test_util
2151 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002152 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002153- name: gpr_cmdline_test
2154 build: test
2155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002156 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002157 - test/core/support/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002158 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002161 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002162- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002163 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002164 build: test
2165 language: c
2166 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002167 - test/core/support/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002168 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002171 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172- name: gpr_env_test
2173 build: test
2174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002175 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002176 - test/core/support/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002177 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002180 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002181- name: gpr_histogram_test
2182 build: test
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002185 - test/core/support/histogram_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002186 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002189 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190- name: gpr_host_port_test
2191 build: test
2192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002193 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002194 - test/core/support/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002195 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 - gpr_test_util
2197 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002198 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: gpr_log_test
2200 build: test
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002203 - test/core/support/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002204 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002207 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002208- name: gpr_manual_constructor_test
2209 cpu_cost: 3
2210 build: test
2211 language: c
2212 src:
2213 - test/core/support/manual_constructor_test.cc
2214 deps:
2215 - gpr_test_util
2216 - gpr
2217 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002218- name: gpr_mpscq_test
2219 cpu_cost: 30
2220 build: test
2221 language: c
2222 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002223 - test/core/support/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002224 deps:
2225 - gpr_test_util
2226 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002227 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002228- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002229 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002230 build: test
2231 language: c
2232 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002233 - test/core/support/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002234 deps:
2235 - gpr_test_util
2236 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002237 uses_polling: false
Ken Paysona4710a02017-07-10 16:49:59 -07002238- name: gpr_stack_lockfree_test
2239 cpu_cost: 7
2240 build: test
2241 language: c
2242 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002243 - test/core/support/stack_lockfree_test.cc
Ken Paysona4710a02017-07-10 16:49:59 -07002244 deps:
2245 - gpr_test_util
2246 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002247 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: gpr_string_test
2249 build: test
2250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002252 - test/core/support/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002253 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr_test_util
2255 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002256 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002258 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259 build: test
2260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002261 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002262 - test/core/support/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002263 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr_test_util
2265 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002266 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002268 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269 build: test
2270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002272 - test/core/support/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002273 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002276 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002277- name: gpr_time_test
2278 build: test
2279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002280 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002281 - test/core/support/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002282 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002285 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286- name: gpr_tls_test
2287 build: test
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002290 - test/core/support/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002291 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002294 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: gpr_useful_test
2296 build: test
2297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002299 - test/core/support/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002300 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002303 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304- name: grpc_auth_context_test
2305 build: test
2306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002307 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002308 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002314 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002315- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002316 build: test
2317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002319 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002325 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: grpc_byte_buffer_reader_test
2327 build: test
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002330 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002331 deps:
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002336 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: grpc_channel_args_test
2338 build: test
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002341 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002347 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002348- name: grpc_channel_stack_builder_test
2349 build: test
2350 language: c
2351 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002352 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002353 deps:
2354 - grpc_test_util
2355 - grpc
2356 - gpr_test_util
2357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: grpc_channel_stack_test
2359 build: test
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002362 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002368 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: grpc_completion_queue_test
2370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002373 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002379- name: grpc_completion_queue_threading_test
2380 build: test
2381 language: c
2382 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002383 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002384 deps:
2385 - grpc_test_util
2386 - grpc
2387 - gpr_test_util
2388 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002389 exclude_iomgrs:
2390 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391- name: grpc_create_jwt
2392 build: tool
2393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002395 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002396 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002399 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002400 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401- name: grpc_credentials_test
2402 build: test
2403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002404 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002405 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002406 deps:
2407 - grpc_test_util
2408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 - gpr_test_util
2410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002412 build: test
2413 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002416 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002422- name: grpc_invalid_channel_args_test
2423 build: test
2424 language: c
2425 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002426 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002427 deps:
2428 - grpc_test_util
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002432 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: grpc_json_token_test
2434 build: test
2435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002436 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002437 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002438 deps:
2439 - grpc_test_util
2440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002441 - gpr_test_util
2442 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002443 platforms:
2444 - linux
2445 - posix
2446 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002447 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: grpc_jwt_verifier_test
2449 build: test
2450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002452 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002458 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: grpc_print_google_default_creds_token
2460 build: tool
2461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002463 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002464 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002467 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: grpc_security_connector_test
2469 build: test
2470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002472 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002478- name: grpc_ssl_credentials_test
2479 build: test
2480 language: c
2481 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002482 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002483 deps:
2484 - grpc_test_util
2485 - grpc
2486 - gpr_test_util
2487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: grpc_verify_jwt
2489 build: tool
2490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002492 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002493 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002495 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002496 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002497- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002498 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002499 language: c
2500 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002501 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002502 deps:
2503 - grpc_test_util
2504 - grpc
2505 - gpr_test_util
2506 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002507 exclude_iomgrs:
2508 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002509 platforms:
2510 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002511 secure: true
2512- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002513 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002514 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002515 headers:
2516 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002517 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002518 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002519 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002520 deps:
2521 - grpc_test_util
2522 - grpc
2523 - gpr_test_util
2524 - gpr
2525 exclude_iomgrs:
2526 - uv
2527 platforms:
2528 - linux
2529 secure: true
2530- name: handshake_server_with_readahead_handshaker
2531 build: test
2532 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002533 headers:
2534 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002535 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002536 - test/core/handshake/readahead_handshaker_server_ssl.cc
2537 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002538 deps:
2539 - grpc_test_util
2540 - grpc
2541 - gpr_test_util
2542 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002543 exclude_iomgrs:
2544 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002545 platforms:
2546 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002547 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002548- name: hpack_parser_fuzzer_test
2549 build: fuzzer
2550 language: c
2551 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002552 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002553 deps:
2554 - grpc_test_util
2555 - grpc
2556 - gpr_test_util
2557 - gpr
2558 corpus_dirs:
2559 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002560 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002561 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002562- name: hpack_parser_test
2563 build: test
2564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002565 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002566 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002567 deps:
2568 - grpc_test_util
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002572 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002573- name: hpack_table_test
2574 build: test
2575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002577 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002578 deps:
2579 - grpc_test_util
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002583 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002584- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585 build: test
2586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002588 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002589 deps:
2590 - grpc_test_util
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002594 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002595- name: http_request_fuzzer_test
2596 build: fuzzer
2597 language: c
2598 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002599 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002600 deps:
2601 - grpc_test_util
2602 - grpc
2603 - gpr_test_util
2604 - gpr
2605 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002606 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002607 maxlen: 2048
2608- name: http_response_fuzzer_test
2609 build: fuzzer
2610 language: c
2611 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002612 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002613 deps:
2614 - grpc_test_util
2615 - grpc
2616 - gpr_test_util
2617 - gpr
2618 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002619 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002620 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002621- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622 build: test
2623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002624 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002625 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002626 deps:
2627 - grpc_test_util
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr_test_util
2630 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002632 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002633 build: test
2634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002635 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002636 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002637 deps:
2638 - grpc_test_util
2639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002640 - gpr_test_util
2641 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002642 platforms:
2643 - mac
2644 - linux
2645 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002646- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002647 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002648 build: test
2649 language: c
2650 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002651 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002652 deps:
2653 - grpc_test_util
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002657 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002658 - linux
yang-gf1183302015-12-07 16:02:05 -08002659- name: init_test
2660 build: test
2661 language: c
2662 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002663 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002664 deps:
2665 - grpc_test_util
2666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002667 - gpr_test_util
2668 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002669 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002670- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002671 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002672 build: test
2673 language: c
2674 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002675 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002676 deps:
2677 - grpc_test_util
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002681- name: json_fuzzer_test
2682 build: fuzzer
2683 language: c
2684 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002685 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002686 deps:
2687 - grpc_test_util
2688 - grpc
2689 - gpr_test_util
2690 - gpr
2691 corpus_dirs:
2692 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002693 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694- name: json_rewrite
2695 build: test
2696 run: false
2697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002698 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002699 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002700 deps:
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002703 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704- name: json_rewrite_test
2705 build: test
2706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002708 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002709 deps:
2710 - grpc_test_util
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002714 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002715- name: json_stream_error_test
2716 build: test
2717 language: c
2718 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002719 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002725 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002726- name: json_test
2727 build: test
2728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002729 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002730 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002731 deps:
2732 - grpc_test_util
2733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002734 - gpr_test_util
2735 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002736 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002737- name: lame_client_test
2738 build: test
2739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002740 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002741 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002742 deps:
2743 - grpc_test_util
2744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002745 - gpr_test_util
2746 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002747- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002748 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002749 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002750 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002752 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002753 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002754 deps:
2755 - grpc_test_util
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002759 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002760- name: load_file_test
2761 build: test
2762 language: c
2763 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002764 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002765 deps:
2766 - grpc_test_util
2767 - grpc
2768 - gpr_test_util
2769 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002770 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771- name: low_level_ping_pong_benchmark
2772 build: benchmark
2773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002774 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002775 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002776 deps:
2777 - grpc_test_util
2778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002779 - gpr_test_util
2780 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002781 platforms:
2782 - mac
2783 - linux
2784 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002785- name: memory_profile_client
2786 build: test
2787 run: false
2788 language: c
2789 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002790 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002791 deps:
2792 - grpc_test_util
2793 - grpc
2794 - gpr_test_util
2795 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002796 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002797- name: memory_profile_server
2798 build: test
2799 run: false
2800 language: c
2801 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002802 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002803 deps:
2804 - grpc_test_util
2805 - grpc
2806 - gpr_test_util
2807 - gpr
2808- name: memory_profile_test
2809 cpu_cost: 1.5
2810 build: test
2811 language: c
2812 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002813 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002814 deps:
2815 - grpc_test_util
2816 - grpc
2817 - gpr_test_util
2818 - gpr
2819 platforms:
2820 - mac
2821 - linux
2822 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: message_compress_test
2824 build: test
2825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002826 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002827 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002828 deps:
2829 - grpc_test_util
2830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002831 - gpr_test_util
2832 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002833 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002834- name: minimal_stack_is_minimal_test
2835 build: test
2836 language: c
2837 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002838 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002839 deps:
2840 - grpc_test_util
2841 - grpc
2842 - gpr_test_util
2843 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002844 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: multiple_server_queues_test
2846 build: test
2847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002848 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002849 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002850 deps:
2851 - grpc_test_util
2852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002853 - gpr_test_util
2854 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002855- name: murmur_hash_test
2856 build: test
2857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002858 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002859 - test/core/support/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002860 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002861 - gpr_test_util
2862 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002863 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002864- name: nanopb_fuzzer_response_test
2865 build: fuzzer
2866 language: c
2867 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002868 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002869 deps:
2870 - grpc_test_util
2871 - grpc
2872 - gpr_test_util
2873 - gpr
2874 corpus_dirs:
2875 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002876 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002877- name: nanopb_fuzzer_serverlist_test
2878 build: fuzzer
2879 language: c
2880 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002881 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002882 deps:
2883 - grpc_test_util
2884 - grpc
2885 - gpr_test_util
2886 - gpr
2887 corpus_dirs:
2888 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002889 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002890- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002891 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892 build: test
2893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002894 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002895 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002896 deps:
2897 - grpc_test_util
2898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002899 - gpr_test_util
2900 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002901- name: num_external_connectivity_watchers_test
2902 build: test
2903 language: c
2904 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002905 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002906 deps:
2907 - grpc_test_util
2908 - grpc
2909 - gpr_test_util
2910 - gpr
2911 exclude_iomgrs:
2912 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002913- name: parse_address_test
2914 build: test
2915 language: c
2916 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002917 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002918 deps:
2919 - grpc_test_util
2920 - grpc
2921 - gpr_test_util
2922 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002923 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002924- name: percent_decode_fuzzer
2925 build: fuzzer
2926 language: c
2927 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002928 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002929 deps:
2930 - grpc_test_util
2931 - grpc
2932 - gpr_test_util
2933 - gpr
2934 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002935 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002936 maxlen: 32
2937- name: percent_encode_fuzzer
2938 build: fuzzer
2939 language: c
2940 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002941 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002942 deps:
2943 - grpc_test_util
2944 - grpc
2945 - gpr_test_util
2946 - gpr
2947 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002948 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002949 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002950- name: percent_encoding_test
2951 build: test
2952 language: c
2953 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002954 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002955 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002956 - grpc_test_util
2957 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002958 - gpr_test_util
2959 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002960 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002961- name: pollset_set_test
2962 build: test
2963 language: c
2964 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002965 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002966 deps:
2967 - grpc_test_util
2968 - grpc
2969 - gpr_test_util
2970 - gpr
2971 exclude_iomgrs:
2972 - uv
2973 platforms:
2974 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002975- name: resolve_address_posix_test
2976 build: test
2977 language: c
2978 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002979 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002980 deps:
2981 - grpc_test_util
2982 - grpc
2983 - gpr_test_util
2984 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002985 exclude_iomgrs:
2986 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002987 platforms:
2988 - mac
2989 - linux
2990 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002991- name: resolve_address_test
2992 build: test
2993 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002994 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002995 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002996 deps:
2997 - grpc_test_util
2998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002999 - gpr_test_util
3000 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003001- name: resource_quota_test
3002 cpu_cost: 30
3003 build: test
3004 language: c
3005 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003006 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003007 deps:
3008 - grpc_test_util
3009 - grpc
3010 - gpr_test_util
3011 - gpr
yang-gd482e592015-12-10 14:04:00 -08003012- name: secure_channel_create_test
3013 build: test
3014 language: c
3015 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003016 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003017 deps:
3018 - grpc_test_util
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003022- name: secure_endpoint_test
3023 build: test
3024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003025 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003026 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003027 deps:
3028 - grpc_test_util
3029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003030 - gpr_test_util
3031 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003032 exclude_iomgrs:
3033 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003034- name: sequential_connectivity_test
3035 build: test
3036 language: c
3037 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003038 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003039 deps:
3040 - grpc_test_util
3041 - grpc
3042 - gpr_test_util
3043 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003044 exclude_iomgrs:
3045 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003046- name: server_chttp2_test
3047 build: test
3048 language: c
3049 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003050 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003051 deps:
3052 - grpc_test_util
3053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003054 - gpr_test_util
3055 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003056- name: server_fuzzer
3057 build: fuzzer
3058 language: c
3059 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003060 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003061 deps:
3062 - grpc_test_util
3063 - grpc
3064 - gpr_test_util
3065 - gpr
3066 corpus_dirs:
3067 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003068 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003069 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003070- name: server_test
3071 build: test
3072 language: c
3073 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003074 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003075 deps:
3076 - grpc_test_util
3077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003078 - gpr_test_util
3079 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003080- name: slice_buffer_test
3081 build: test
3082 language: c
3083 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003084 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003085 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003086 - grpc_test_util
3087 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003088 - gpr_test_util
3089 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003090 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003091- name: slice_hash_table_test
3092 build: test
3093 language: c
3094 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003095 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003096 deps:
3097 - grpc_test_util
3098 - grpc
3099 - gpr_test_util
3100 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003101 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003102- name: slice_string_helpers_test
3103 build: test
3104 language: c
3105 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003106 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003107 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003108 - grpc_test_util
3109 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003110 - gpr_test_util
3111 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003112 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003113- name: slice_test
3114 build: test
3115 language: c
3116 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003117 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003118 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003119 - grpc_test_util
3120 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003121 - gpr_test_util
3122 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003123 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003124- name: sockaddr_resolver_test
3125 build: test
3126 language: c
3127 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003128 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003129 deps:
3130 - grpc_test_util
3131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003132 - gpr_test_util
3133 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003134- name: sockaddr_utils_test
3135 build: test
3136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003137 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003138 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003139 deps:
3140 - grpc_test_util
3141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003142 - gpr_test_util
3143 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003144- name: socket_utils_test
3145 build: test
3146 language: c
3147 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003148 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003149 deps:
3150 - grpc_test_util
3151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003152 - gpr_test_util
3153 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003154 exclude_iomgrs:
3155 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003156 platforms:
3157 - mac
3158 - linux
3159 - posix
yang-g31e21282016-11-04 15:10:03 -07003160- name: ssl_server_fuzzer
3161 build: fuzzer
3162 language: c
3163 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003164 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003165 deps:
3166 - grpc_test_util
3167 - grpc
3168 - gpr_test_util
3169 - gpr
3170 corpus_dirs:
3171 - test/core/security/corpus/ssl_server_corpus
3172 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003173- name: ssl_transport_security_test
3174 build: test
3175 language: c
3176 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003177 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003178 deps:
3179 - gpr_test_util
3180 - gpr
3181 - grpc
3182 filegroups:
3183 - transport_security_test_lib
3184 platforms:
3185 - linux
3186 - posix
3187 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003188- name: status_conversion_test
3189 build: test
3190 language: c
3191 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003192 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003193 deps:
3194 - grpc_test_util
3195 - grpc
3196 - gpr_test_util
3197 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003198 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003199- name: stream_compression_test
3200 build: test
3201 language: c
3202 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003203 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003204 deps:
3205 - grpc_test_util
3206 - grpc
3207 - gpr_test_util
3208 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003209 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003210- name: stream_owned_slice_test
3211 build: test
3212 language: c
3213 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003214 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003215 deps:
3216 - grpc_test_util
3217 - grpc
3218 - gpr_test_util
3219 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003220 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003221- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003222 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003223 build: test
3224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003225 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003226 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003227 deps:
3228 - grpc_test_util
3229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003230 - gpr_test_util
3231 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003232 exclude_iomgrs:
3233 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003234 platforms:
3235 - mac
3236 - linux
3237 - posix
murgatroid991191b722017-02-08 11:56:52 -08003238- name: tcp_client_uv_test
3239 cpu_cost: 0.5
3240 build: test
3241 language: c
3242 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003243 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003244 deps:
3245 - grpc_test_util
3246 - grpc
3247 - gpr_test_util
3248 - gpr
3249 exclude_iomgrs:
3250 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003251- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003252 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003253 build: test
3254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003255 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003256 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003257 deps:
3258 - grpc_test_util
3259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003260 - gpr_test_util
3261 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003262 exclude_iomgrs:
3263 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003264 platforms:
3265 - mac
3266 - linux
3267 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003268- name: tcp_server_posix_test
3269 build: test
3270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003271 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003272 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003273 deps:
3274 - grpc_test_util
3275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003276 - gpr_test_util
3277 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003278 exclude_iomgrs:
3279 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003280 platforms:
3281 - mac
3282 - linux
3283 - posix
murgatroid991191b722017-02-08 11:56:52 -08003284- name: tcp_server_uv_test
3285 build: test
3286 language: c
3287 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003288 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003289 deps:
3290 - grpc_test_util
3291 - grpc
3292 - gpr_test_util
3293 - gpr
3294 exclude_iomgrs:
3295 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003296- name: time_averaged_stats_test
3297 build: test
3298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003299 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003300 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003301 deps:
3302 - grpc_test_util
3303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003304 - gpr_test_util
3305 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003306 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003307- name: timeout_encoding_test
3308 build: test
3309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003310 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003311 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003312 deps:
3313 - grpc_test_util
3314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003315 - gpr_test_util
3316 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003317 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003318- name: timer_heap_test
3319 build: test
3320 language: c
3321 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003322 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003323 deps:
3324 - grpc_test_util
3325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003326 - gpr_test_util
3327 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003328 exclude_iomgrs:
3329 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003330 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003331- name: timer_list_test
3332 build: test
3333 language: c
3334 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003335 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003336 deps:
3337 - grpc_test_util
3338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003339 - gpr_test_util
3340 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003341 exclude_iomgrs:
3342 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003343 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003344- name: transport_connectivity_state_test
3345 build: test
3346 language: c
3347 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003348 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003349 deps:
3350 - grpc_test_util
3351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003352 - gpr_test_util
3353 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003354- name: transport_metadata_test
3355 build: test
3356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003357 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003358 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003359 deps:
3360 - grpc_test_util
3361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003362 - gpr_test_util
3363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003364- name: transport_security_test
3365 build: test
3366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003367 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003368 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003369 deps:
3370 - grpc_test_util
3371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003372 - gpr_test_util
3373 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003374 platforms:
3375 - linux
3376 - posix
3377 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003378- name: udp_server_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/iomgr/udp_server_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
murgatroid99aa9c5782016-10-10 12:16:13 -07003388 exclude_iomgrs:
3389 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003390 platforms:
3391 - mac
3392 - linux
3393 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003394- name: uri_fuzzer_test
3395 build: fuzzer
3396 language: c
3397 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003398 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003399 deps:
3400 - grpc_test_util
3401 - grpc
3402 - gpr_test_util
3403 - gpr
3404 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003405 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003406 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003407- name: uri_parser_test
3408 build: test
3409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003410 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003411 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003412 deps:
3413 - grpc_test_util
3414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003415 - gpr_test_util
3416 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003417- name: wakeup_fd_cv_test
3418 build: test
3419 language: c
3420 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003421 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003422 deps:
3423 - grpc_test_util
3424 - grpc
3425 - gpr_test_util
3426 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003427 exclude_iomgrs:
3428 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003429 platforms:
3430 - mac
3431 - linux
3432 - posix
vjpai04e992a2016-02-10 16:58:38 -08003433- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003434 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003435 build: test
3436 language: c++
3437 src:
3438 - test/cpp/common/alarm_cpp_test.cc
3439 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003440 - grpc++_test_util_unsecure
3441 - grpc_test_util_unsecure
3442 - grpc++_unsecure
3443 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003444 - gpr_test_util
3445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003446- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003447 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003448 build: test
3449 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003450 src:
3451 - test/cpp/end2end/async_end2end_test.cc
3452 deps:
3453 - grpc++_test_util
3454 - grpc_test_util
3455 - grpc++
3456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003457 - gpr_test_util
3458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003459- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003460 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003461 build: test
3462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003463 src:
3464 - test/cpp/common/auth_property_iterator_test.cc
3465 deps:
3466 - grpc++_test_util
3467 - grpc_test_util
3468 - grpc++
3469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003470 - gpr_test_util
3471 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003472 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003473- name: backoff_test
3474 build: test
3475 language: c++
3476 src:
3477 - test/core/backoff/backoff_test.cc
3478 deps:
3479 - grpc_test_util
3480 - grpc
3481 - gpr_test_util
3482 - gpr
3483 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003484- name: bdp_estimator_test
3485 build: test
3486 language: c++
3487 src:
3488 - test/core/transport/bdp_estimator_test.cc
3489 deps:
3490 - grpc++_test_util
3491 - grpc++
3492 - grpc_test_util
3493 - grpc
3494 - gpr_test_util
3495 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003496 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003497- name: bm_arena
3498 build: test
3499 language: c++
3500 src:
3501 - test/cpp/microbenchmarks/bm_arena.cc
3502 deps:
3503 - grpc_benchmark
3504 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003505 - grpc++_test_util_unsecure
3506 - grpc_test_util_unsecure
3507 - grpc++_unsecure
3508 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003509 - gpr_test_util
3510 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003511 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003512 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003513 platforms:
3514 - mac
3515 - linux
3516 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003517 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003518- name: bm_call_create
3519 build: test
3520 language: c++
3521 src:
3522 - test/cpp/microbenchmarks/bm_call_create.cc
3523 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003524 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003525 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003526 - grpc++_test_util_unsecure
3527 - grpc_test_util_unsecure
3528 - grpc++_unsecure
3529 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003530 - gpr_test_util
3531 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003532 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003533 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003534 platforms:
3535 - mac
3536 - linux
3537 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003538 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003539- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003540 build: test
3541 language: c++
3542 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003543 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003544 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003545 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003546 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003547 - grpc++_test_util_unsecure
3548 - grpc_test_util_unsecure
3549 - grpc++_unsecure
3550 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003551 - gpr_test_util
3552 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003553 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003554 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003555 platforms:
3556 - mac
3557 - linux
3558 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003559 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003560- name: bm_chttp2_transport
3561 build: test
3562 language: c++
3563 src:
3564 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3565 deps:
3566 - grpc_benchmark
3567 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003568 - grpc++_test_util_unsecure
3569 - grpc_test_util_unsecure
3570 - grpc++_unsecure
3571 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003572 - gpr_test_util
3573 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003574 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003575 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003576 platforms:
3577 - mac
3578 - linux
3579 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003580- name: bm_closure
3581 build: test
3582 language: c++
3583 src:
3584 - test/cpp/microbenchmarks/bm_closure.cc
3585 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003586 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003587 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003588 - grpc++_test_util_unsecure
3589 - grpc_test_util_unsecure
3590 - grpc++_unsecure
3591 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003592 - gpr_test_util
3593 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003594 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003595 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003596 platforms:
3597 - mac
3598 - linux
3599 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003600- name: bm_cq
3601 build: test
3602 language: c++
3603 src:
3604 - test/cpp/microbenchmarks/bm_cq.cc
3605 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003606 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003607 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003608 - grpc++_test_util_unsecure
3609 - grpc_test_util_unsecure
3610 - grpc++_unsecure
3611 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003612 - gpr_test_util
3613 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003614 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003615 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003616 platforms:
3617 - mac
3618 - linux
3619 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003620- name: bm_cq_multiple_threads
3621 build: test
3622 language: c++
3623 src:
3624 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3625 deps:
3626 - grpc_benchmark
3627 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003628 - grpc++_test_util_unsecure
3629 - grpc_test_util_unsecure
3630 - grpc++_unsecure
3631 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003632 - gpr_test_util
3633 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003634 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003635 defaults: benchmark
3636 platforms:
3637 - mac
3638 - linux
3639 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003640- name: bm_error
3641 build: test
3642 language: c++
3643 src:
3644 - test/cpp/microbenchmarks/bm_error.cc
3645 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003646 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003647 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003648 - grpc++_test_util_unsecure
3649 - grpc_test_util_unsecure
3650 - grpc++_unsecure
3651 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003652 - gpr_test_util
3653 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003654 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003655 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003656 platforms:
3657 - mac
3658 - linux
3659 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003660 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003661- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003662 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003663 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003664 headers:
3665 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003666 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003667 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003668 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003669 - grpc_benchmark
3670 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003671 - grpc++_test_util_unsecure
3672 - grpc_test_util_unsecure
3673 - grpc++_unsecure
3674 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003675 - gpr_test_util
3676 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003677 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003678 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003679 excluded_poll_engines:
3680 - poll
3681 - poll-cv
3682 platforms:
3683 - mac
3684 - linux
3685 - posix
3686 timeout_seconds: 1200
3687- name: bm_fullstack_streaming_pump
3688 build: test
3689 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003690 headers:
3691 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003692 src:
3693 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003694 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003695 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003696 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003697 - grpc++_test_util_unsecure
3698 - grpc_test_util_unsecure
3699 - grpc++_unsecure
3700 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003701 - gpr_test_util
3702 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003703 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003704 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003705 excluded_poll_engines:
3706 - poll
3707 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003708 platforms:
3709 - mac
3710 - linux
3711 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003712 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003713- name: bm_fullstack_trickle
3714 build: test
3715 language: c++
3716 src:
3717 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3718 deps:
3719 - grpc_benchmark
3720 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003721 - grpc++_test_util_unsecure
3722 - grpc_test_util_unsecure
3723 - grpc++_unsecure
3724 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003725 - gpr_test_util
3726 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003727 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003728 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003729 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003730 exclude_configs:
3731 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003732 excluded_poll_engines:
3733 - poll
3734 - poll-cv
3735 platforms:
3736 - mac
3737 - linux
3738 - posix
3739 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003740- name: bm_fullstack_unary_ping_pong
3741 build: test
3742 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003743 headers:
3744 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003745 src:
3746 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3747 deps:
3748 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003749 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003750 - grpc++_test_util_unsecure
3751 - grpc_test_util_unsecure
3752 - grpc++_unsecure
3753 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003754 - gpr_test_util
3755 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003756 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003757 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003758 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003759 - poll
3760 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003761 platforms:
3762 - mac
3763 - linux
3764 - posix
3765 timeout_seconds: 1200
3766- name: bm_metadata
3767 build: test
3768 language: c++
3769 src:
3770 - test/cpp/microbenchmarks/bm_metadata.cc
3771 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003772 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003773 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003774 - grpc++_test_util_unsecure
3775 - grpc_test_util_unsecure
3776 - grpc++_unsecure
3777 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003778 - gpr_test_util
3779 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003780 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003781 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003782 platforms:
3783 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003784 - linux
3785 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003786 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003787- name: bm_pollset
3788 build: test
3789 language: c++
3790 src:
3791 - test/cpp/microbenchmarks/bm_pollset.cc
3792 deps:
3793 - grpc_benchmark
3794 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003795 - grpc++_test_util_unsecure
3796 - grpc_test_util_unsecure
3797 - grpc++_unsecure
3798 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003799 - gpr_test_util
3800 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003801 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003802 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003803 platforms:
3804 - mac
3805 - linux
3806 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003807- name: channel_arguments_test
3808 gtest: true
3809 build: test
3810 language: c++
3811 src:
3812 - test/cpp/common/channel_arguments_test.cc
3813 deps:
3814 - grpc++
3815 - grpc
3816 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003817 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003818- name: channel_filter_test
3819 gtest: true
3820 build: test
3821 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003822 src:
3823 - test/cpp/common/channel_filter_test.cc
3824 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003825 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003826 - grpc
3827 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003828 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003829- name: cli_call_test
3830 gtest: true
3831 build: test
3832 language: c++
3833 src:
Craig Tiller25834342015-09-25 08:08:24 -07003834 - test/cpp/util/cli_call_test.cc
3835 deps:
3836 - grpc_cli_libs
3837 - grpc++_test_util
3838 - grpc_test_util
3839 - grpc++
3840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003841 - gpr_test_util
3842 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003843- name: client_channel_stress_test
3844 gtest: false
3845 build: test
3846 language: c++
3847 src:
3848 - src/proto/grpc/lb/v1/load_balancer.proto
3849 - test/cpp/client/client_channel_stress_test.cc
3850 deps:
3851 - grpc++_test_util
3852 - grpc_test_util
3853 - grpc++
3854 - grpc
3855 - gpr_test_util
3856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003857- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003858 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003859 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003860 build: test
3861 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003862 src:
3863 - test/cpp/end2end/client_crash_test.cc
3864 deps:
3865 - grpc++_test_util
3866 - grpc_test_util
3867 - grpc++
3868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003869 - gpr_test_util
3870 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003871 platforms:
3872 - mac
3873 - linux
3874 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003875- name: client_crash_test_server
3876 build: test
3877 run: false
3878 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003879 src:
3880 - test/cpp/end2end/client_crash_test_server.cc
3881 deps:
3882 - grpc++_test_util
3883 - grpc_test_util
3884 - grpc++
3885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003886 - gpr_test_util
3887 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003888- name: client_lb_end2end_test
3889 gtest: true
3890 build: test
3891 language: c++
3892 src:
3893 - test/cpp/end2end/client_lb_end2end_test.cc
3894 deps:
3895 - grpc++_test_util
3896 - grpc_test_util
3897 - grpc++
3898 - grpc
3899 - gpr_test_util
3900 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003901- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003902 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003903 build: test
3904 language: c++
3905 src:
3906 - src/proto/grpc/testing/control.proto
3907 - src/proto/grpc/testing/messages.proto
3908 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003909 - src/proto/grpc/testing/services.proto
3910 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003911 - test/cpp/codegen/codegen_test_full.cc
3912 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003913 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003914 - grpc++
3915 - grpc
3916 - gpr
3917 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003918 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003919 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003920- name: codegen_test_minimal
3921 gtest: true
3922 build: test
3923 language: c++
3924 src:
3925 - src/proto/grpc/testing/control.proto
3926 - src/proto/grpc/testing/messages.proto
3927 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003928 - src/proto/grpc/testing/services.proto
3929 - src/proto/grpc/testing/stats.proto
3930 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003931 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003932 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003933 - grpc
3934 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003935 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003936 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003937 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003938 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003939- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003940 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003941 build: test
3942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003943 src:
3944 - test/cpp/client/credentials_test.cc
3945 deps:
3946 - grpc++
3947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003949- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003950 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003951 build: test
3952 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003953 src:
3954 - test/cpp/util/byte_buffer_test.cc
3955 deps:
3956 - grpc_test_util
3957 - grpc++
3958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003959 - gpr_test_util
3960 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003961 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003962- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003963 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003964 build: test
3965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003966 src:
3967 - test/cpp/util/slice_test.cc
3968 deps:
3969 - grpc_test_util
3970 - grpc++
3971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003972 - gpr_test_util
3973 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003974 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003975- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003976 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003977 build: test
3978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003979 src:
3980 - test/cpp/util/string_ref_test.cc
3981 deps:
3982 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003983 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003984 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003985- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003986 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003987 build: test
3988 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003989 src:
3990 - test/cpp/util/time_test.cc
3991 deps:
3992 - grpc_test_util
3993 - grpc++
3994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003995 - gpr_test_util
3996 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003997 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003998- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003999 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004000 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004001 build: test
4002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004003 src:
4004 - test/cpp/end2end/end2end_test.cc
4005 deps:
4006 - grpc++_test_util
4007 - grpc_test_util
4008 - grpc++
4009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004010 - gpr_test_util
4011 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004012- name: error_details_test
4013 gtest: true
4014 build: test
4015 language: c++
4016 src:
4017 - src/proto/grpc/testing/echo_messages.proto
4018 - test/cpp/util/error_details_test.cc
4019 deps:
4020 - grpc++_error_details
4021 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004022- name: filter_end2end_test
4023 gtest: true
4024 build: test
4025 language: c++
4026 src:
4027 - test/cpp/end2end/filter_end2end_test.cc
4028 deps:
4029 - grpc++_test_util
4030 - grpc_test_util
4031 - grpc++
4032 - grpc
4033 - gpr_test_util
4034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004035- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004036 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004037 build: test
4038 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004039 src:
4040 - test/cpp/end2end/generic_end2end_test.cc
4041 deps:
4042 - grpc++_test_util
4043 - grpc_test_util
4044 - grpc++
4045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004046 - gpr_test_util
4047 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004048- name: golden_file_test
4049 gtest: true
4050 build: test
4051 language: c++
4052 src:
4053 - src/proto/grpc/testing/compiler_test.proto
4054 - test/cpp/codegen/golden_file_test.cc
4055 deps:
4056 - grpc++
4057 - grpc
4058 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004059 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004060 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004061 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004062- name: grpc_cli
4063 build: test
4064 run: false
4065 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004066 src:
4067 - test/cpp/util/grpc_cli.cc
4068 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004069 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004070 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004071 - grpc++
4072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004073 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004074 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004075- name: grpc_cpp_plugin
4076 build: protoc
4077 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004078 src:
4079 - src/compiler/cpp_plugin.cc
4080 deps:
4081 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004082 secure: false
4083 vs_config_type: Application
4084 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4085- name: grpc_csharp_plugin
4086 build: protoc
4087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004088 src:
4089 - src/compiler/csharp_plugin.cc
4090 deps:
4091 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004092 secure: false
4093 vs_config_type: Application
4094 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004095- name: grpc_node_plugin
4096 build: protoc
4097 language: c++
4098 src:
4099 - src/compiler/node_plugin.cc
4100 deps:
4101 - grpc_plugin_support
4102 secure: false
4103 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004104- name: grpc_objective_c_plugin
4105 build: protoc
4106 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004107 src:
4108 - src/compiler/objective_c_plugin.cc
4109 deps:
4110 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004111 secure: false
4112 vs_config_type: Application
4113 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004114- name: grpc_php_plugin
4115 build: protoc
4116 language: c++
4117 src:
4118 - src/compiler/php_plugin.cc
4119 deps:
4120 - grpc_plugin_support
4121 secure: false
4122 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004123- name: grpc_python_plugin
4124 build: protoc
4125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004126 src:
4127 - src/compiler/python_plugin.cc
4128 deps:
4129 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004130 secure: false
4131 vs_config_type: Application
4132 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4133- name: grpc_ruby_plugin
4134 build: protoc
4135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004136 src:
4137 - src/compiler/ruby_plugin.cc
4138 deps:
4139 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004140 secure: false
4141 vs_config_type: Application
4142 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004143- name: grpc_tool_test
4144 gtest: true
4145 build: test
4146 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004147 src:
4148 - src/proto/grpc/testing/echo.proto
4149 - src/proto/grpc/testing/echo_messages.proto
4150 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004151 deps:
4152 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004153 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004154 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004155 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004156 - grpc_test_util
4157 - grpc++
4158 - grpc
4159 - gpr_test_util
4160 - gpr
4161 filegroups:
4162 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004163- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004164 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004165 build: test
4166 language: c++
4167 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004168 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004169 - test/cpp/grpclb/grpclb_api_test.cc
4170 deps:
4171 - grpc++_test_util
4172 - grpc_test_util
4173 - grpc++
4174 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004175- name: grpclb_end2end_test
4176 gtest: true
4177 build: test
4178 language: c++
4179 src:
4180 - src/proto/grpc/lb/v1/load_balancer.proto
4181 - test/cpp/end2end/grpclb_end2end_test.cc
4182 deps:
4183 - grpc++_test_util
4184 - grpc_test_util
4185 - grpc++
4186 - grpc
4187 - gpr_test_util
4188 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004189- name: grpclb_test
4190 gtest: false
4191 build: test
4192 language: c++
4193 src:
4194 - src/proto/grpc/lb/v1/load_balancer.proto
4195 - test/cpp/grpclb/grpclb_test.cc
4196 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004197 - grpc++_test_util
4198 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004199 - grpc++
4200 - grpc
4201 - gpr_test_util
4202 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004203- name: h2_ssl_cert_test
4204 gtest: true
4205 build: test
4206 language: c++
4207 headers:
4208 - test/core/end2end/end2end_tests.h
4209 src:
4210 - test/core/end2end/h2_ssl_cert_test.cc
4211 deps:
4212 - grpc_test_util
4213 - grpc++
4214 - grpc
4215 - gpr_test_util
4216 - gpr
4217 uses:
4218 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004219- name: health_service_end2end_test
4220 gtest: true
4221 build: test
4222 language: c++
4223 src:
4224 - test/cpp/end2end/health_service_end2end_test.cc
4225 deps:
4226 - grpc++_test_util
4227 - grpc_test_util
4228 - grpc++
4229 - grpc
4230 - gpr_test_util
4231 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004232- name: http2_client
4233 build: test
4234 run: false
4235 language: c++
4236 src: []
4237 deps:
4238 - http2_client_main
4239 - grpc++_test_util
4240 - grpc_test_util
4241 - grpc++
4242 - grpc
4243 - grpc++_test_config
4244 platforms:
4245 - mac
4246 - linux
4247 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004248- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004249 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004250 build: test
4251 language: c++
4252 src:
4253 - test/cpp/end2end/hybrid_end2end_test.cc
4254 deps:
4255 - grpc++_test_util
4256 - grpc_test_util
4257 - grpc++
4258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004259 - gpr_test_util
4260 - gpr
Vijay Pai088112f2017-08-24 10:42:27 -07004261- name: inproc_sync_unary_ping_pong_test
4262 build: test
4263 language: c++
4264 src:
4265 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4266 deps:
4267 - qps
4268 - grpc++_core_stats
4269 - grpc++_test_util
4270 - grpc_test_util
4271 - grpc++
4272 - grpc
4273 - gpr_test_util
4274 - gpr
4275 - grpc++_test_config
4276 platforms:
4277 - mac
4278 - linux
4279 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004280- name: interop_client
4281 build: test
4282 run: false
4283 language: c++
4284 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004285 deps:
4286 - interop_client_main
4287 - interop_client_helper
4288 - grpc++_test_util
4289 - grpc_test_util
4290 - grpc++
4291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004292 - gpr_test_util
4293 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004294 - grpc++_test_config
4295 platforms:
4296 - mac
4297 - linux
4298 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004299- name: interop_server
4300 build: test
4301 run: false
4302 language: c++
4303 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004304 deps:
4305 - interop_server_main
4306 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004307 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004308 - grpc++_test_util
4309 - grpc_test_util
4310 - grpc++
4311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004312 - gpr_test_util
4313 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004314 - grpc++_test_config
4315 platforms:
4316 - mac
4317 - linux
4318 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004319- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004320 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004321 build: test
4322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004323 src:
4324 - test/cpp/interop/interop_test.cc
4325 deps:
4326 - grpc_test_util
4327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004328 - gpr_test_util
4329 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004330 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004331 platforms:
4332 - mac
4333 - linux
4334 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004335- name: json_run_localhost
4336 build: test
4337 run: false
4338 language: c++
4339 src:
4340 - test/cpp/qps/json_run_localhost.cc
4341 deps:
4342 - grpc++_test_util
4343 - grpc_test_util
4344 - grpc++
4345 - grpc
4346 - gpr_test_util
4347 - gpr
4348 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004349 platforms:
4350 - mac
4351 - linux
4352 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004353- name: memory_test
4354 gtest: true
4355 build: test
4356 language: c++
4357 src:
4358 - test/core/support/memory_test.cc
4359 deps:
4360 - grpc_test_util
4361 - grpc++
4362 - grpc
4363 - gpr_test_util
4364 - gpr
4365 uses:
4366 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004367 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004368- name: metrics_client
4369 build: test
4370 run: false
4371 language: c++
4372 headers:
4373 - test/cpp/util/metrics_server.h
4374 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004375 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004376 - test/cpp/interop/metrics_client.cc
4377 deps:
4378 - grpc++
4379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004380 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004381 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004382- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004383 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004384 build: test
4385 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004386 headers:
4387 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004388 src:
4389 - test/cpp/end2end/mock_test.cc
4390 deps:
4391 - grpc++_test_util
4392 - grpc_test_util
4393 - grpc++
4394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004395 - gpr_test_util
4396 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004397- name: noop-benchmark
4398 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004399 language: c++
4400 src:
4401 - test/cpp/microbenchmarks/noop-benchmark.cc
4402 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004403 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004404 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004405- name: proto_server_reflection_test
4406 gtest: true
4407 build: test
4408 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004409 src:
4410 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004411 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004412 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004413 - grpc++_reflection
4414 - grpc++_test_util
4415 - grpc_test_util
4416 - grpc++
4417 - grpc
4418 - gpr_test_util
4419 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004420- name: proto_utils_test
4421 gtest: true
4422 build: test
4423 language: c++
4424 src:
4425 - test/cpp/codegen/proto_utils_test.cc
4426 deps:
4427 - grpc++
4428 - grpc
4429 filegroups:
4430 - grpc++_codegen_base
4431 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004432 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004433- name: qps_interarrival_test
4434 build: test
4435 run: false
4436 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004437 src:
4438 - test/cpp/qps/qps_interarrival_test.cc
4439 deps:
4440 - qps
4441 - grpc++_test_util
4442 - grpc_test_util
4443 - grpc++
4444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004445 - gpr_test_util
4446 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004447 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004448 platforms:
4449 - mac
4450 - linux
4451 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004452 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004453- name: qps_json_driver
4454 build: test
4455 run: false
4456 language: c++
4457 src:
4458 - test/cpp/qps/qps_json_driver.cc
4459 deps:
4460 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004461 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004462 - grpc++_test_util
4463 - grpc_test_util
4464 - grpc++
4465 - grpc
4466 - gpr_test_util
4467 - gpr
4468 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004469- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004470 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004471 build: test
4472 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004473 src:
4474 - test/cpp/qps/qps_openloop_test.cc
4475 deps:
4476 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004477 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004478 - grpc++_test_util
4479 - grpc_test_util
4480 - grpc++
4481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004482 - gpr_test_util
4483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004484 - grpc++_test_config
4485 platforms:
4486 - mac
4487 - linux
4488 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004489- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004490 build: test
4491 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004492 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004493 headers:
4494 - test/cpp/qps/client.h
4495 - test/cpp/qps/server.h
4496 src:
4497 - test/cpp/qps/worker.cc
4498 deps:
4499 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004500 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004501 - grpc++_test_util
4502 - grpc_test_util
4503 - grpc++
4504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004505 - gpr_test_util
4506 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004507 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004508- name: reconnect_interop_client
4509 build: test
4510 run: false
4511 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004512 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004513 - src/proto/grpc/testing/empty.proto
4514 - src/proto/grpc/testing/messages.proto
4515 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004516 - test/cpp/interop/reconnect_interop_client.cc
4517 deps:
4518 - grpc++_test_util
4519 - grpc_test_util
4520 - grpc++
4521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004522 - gpr_test_util
4523 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004524 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004525- name: reconnect_interop_server
4526 build: test
4527 run: false
4528 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004529 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004530 - src/proto/grpc/testing/empty.proto
4531 - src/proto/grpc/testing/messages.proto
4532 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004533 - test/cpp/interop/reconnect_interop_server.cc
4534 deps:
4535 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004536 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004537 - grpc++_test_util
4538 - grpc_test_util
4539 - grpc++
4540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004541 - gpr_test_util
4542 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004543 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004544- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004545 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004546 build: test
4547 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004548 src:
4549 - test/cpp/common/secure_auth_context_test.cc
4550 deps:
4551 - grpc++_test_util
4552 - grpc_test_util
4553 - grpc++
4554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004555 - gpr_test_util
4556 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004557- name: secure_sync_unary_ping_pong_test
4558 build: test
4559 language: c++
4560 src:
4561 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4562 deps:
4563 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004564 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004565 - grpc++_test_util
4566 - grpc_test_util
4567 - grpc++
4568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004569 - gpr_test_util
4570 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004571 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004572 platforms:
4573 - mac
4574 - linux
4575 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004576- name: server_builder_plugin_test
4577 gtest: true
4578 build: test
4579 language: c++
4580 src:
4581 - test/cpp/end2end/server_builder_plugin_test.cc
4582 deps:
4583 - grpc++_test_util
4584 - grpc_test_util
4585 - grpc++
4586 - grpc
4587 - gpr_test_util
4588 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004589- name: server_builder_test
4590 gtest: true
4591 build: test
4592 language: c++
4593 src:
4594 - src/proto/grpc/testing/echo_messages.proto
4595 - src/proto/grpc/testing/echo.proto
4596 - test/cpp/server/server_builder_test.cc
4597 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004598 - grpc++_test_util_unsecure
4599 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004600 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004601 - grpc++_unsecure
4602 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004603 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004604- name: server_context_test_spouse_test
4605 gtest: true
4606 build: test
4607 language: c++
4608 src:
4609 - test/cpp/test/server_context_test_spouse_test.cc
4610 deps:
4611 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004612 - grpc++
4613 - grpc
4614 - gpr_test_util
4615 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004616 uses:
4617 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004618- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004619 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004620 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004621 build: test
4622 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004623 src:
4624 - test/cpp/end2end/server_crash_test.cc
4625 deps:
4626 - grpc++_test_util
4627 - grpc_test_util
4628 - grpc++
4629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004630 - gpr_test_util
4631 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004632 platforms:
4633 - mac
4634 - linux
4635 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004636- name: server_crash_test_client
4637 build: test
4638 run: false
4639 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004640 src:
4641 - test/cpp/end2end/server_crash_test_client.cc
4642 deps:
4643 - grpc++_test_util
4644 - grpc_test_util
4645 - grpc++
4646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004647 - gpr_test_util
4648 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004649- name: server_request_call_test
4650 gtest: true
4651 build: test
4652 language: c++
4653 src:
4654 - src/proto/grpc/testing/echo_messages.proto
4655 - src/proto/grpc/testing/echo.proto
4656 - test/cpp/server/server_request_call_test.cc
4657 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004658 - grpc++_test_util_unsecure
4659 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004660 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004661 - grpc++_unsecure
4662 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004664- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004665 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004666 build: test
4667 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004668 src:
4669 - test/cpp/end2end/shutdown_test.cc
4670 deps:
4671 - grpc++_test_util
4672 - grpc_test_util
4673 - grpc++
4674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004675 - gpr_test_util
4676 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004677- name: stats_test
4678 gtest: true
4679 build: test
4680 language: c++
4681 src:
4682 - test/core/debug/stats_test.cc
4683 deps:
4684 - grpc++_test_util
4685 - grpc_test_util
4686 - grpc
4687 - gpr_test_util
4688 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004689 exclude_configs:
4690 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004691 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004692 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004693- name: status_test
4694 build: test
4695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004696 src:
4697 - test/cpp/util/status_test.cc
4698 deps:
4699 - grpc_test_util
4700 - grpc++
4701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004702 - gpr_test_util
4703 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004704 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004705- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004706 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004707 build: test
4708 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004709 src:
4710 - test/cpp/end2end/streaming_throughput_test.cc
4711 deps:
4712 - grpc++_test_util
4713 - grpc_test_util
4714 - grpc++
4715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004716 - gpr_test_util
4717 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004718 platforms:
4719 - mac
4720 - linux
4721 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004722- name: stress_test
4723 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004724 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004725 language: c++
4726 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004727 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004728 - test/cpp/interop/interop_client.h
4729 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004730 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004731 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004732 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004733 - src/proto/grpc/testing/empty.proto
4734 - src/proto/grpc/testing/messages.proto
4735 - src/proto/grpc/testing/metrics.proto
4736 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004737 - test/cpp/interop/interop_client.cc
4738 - test/cpp/interop/stress_interop_client.cc
4739 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004740 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004741 deps:
4742 - grpc++_test_util
4743 - grpc_test_util
4744 - grpc++
4745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004746 - gpr_test_util
4747 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004748 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004749- name: thread_manager_test
4750 build: test
4751 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004752 src:
4753 - test/cpp/thread_manager/thread_manager_test.cc
4754 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004755 - grpc++_unsecure
4756 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004757 - gpr
4758 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004759- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004760 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004761 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004762 build: test
4763 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004764 src:
4765 - test/cpp/end2end/thread_stress_test.cc
4766 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004767 - grpc++_test_util_unsecure
4768 - grpc_test_util_unsecure
4769 - grpc++_unsecure
4770 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004771 - gpr_test_util
4772 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004773- name: transport_pid_controller_test
4774 build: test
4775 language: c++
4776 src:
4777 - test/core/transport/pid_controller_test.cc
4778 deps:
4779 - grpc++_test_util
4780 - grpc++
4781 - grpc_test_util
4782 - grpc
4783 - gpr_test_util
4784 - gpr
Craig Tillerb7a8cac2017-10-05 09:50:18 -07004785- name: vector_test
4786 gtest: true
4787 build: test
4788 language: c++
4789 src:
4790 - test/core/support/vector_test.cc
4791 deps:
4792 - grpc_test_util
4793 - grpc++
4794 - grpc
4795 - gpr_test_util
4796 - gpr
4797 uses:
4798 - grpc++_test
Craig Tiller9a3997c2017-01-30 13:22:33 -08004799- name: writes_per_rpc_test
4800 gtest: true
4801 cpu_cost: 0.5
4802 build: test
4803 language: c++
4804 src:
4805 - test/cpp/performance/writes_per_rpc_test.cc
4806 deps:
4807 - grpc++_test_util
4808 - grpc_test_util
4809 - grpc++
4810 - grpc
4811 - gpr_test_util
4812 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004813 platforms:
4814 - mac
4815 - linux
4816 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004817- name: public_headers_must_be_c89
4818 build: test
4819 language: c89
4820 src:
4821 - test/core/surface/public_headers_must_be_c89.c
4822 deps:
4823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004825vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004826- linkage: static
4827 name: grpc.dependencies.zlib
4828 props: false
4829 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004830 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004831- linkage: static
4832 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004833 props: true
4834 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004835 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004836- name: gflags
4837 props: false
4838 redist: false
4839 version: 2.1.2.1
4840- name: gtest
4841 props: false
4842 redist: false
4843 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004844configs:
4845 asan:
4846 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004847 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4848 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004849 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004850 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004851 LDFLAGS: -fsanitize=address
4852 LDXX: clang++
4853 compile_the_world: true
4854 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004855 ASAN_OPTIONS: detect_leaks=1:color=always
4856 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004857 asan-noleaks:
4858 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004859 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4860 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004861 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004862 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004863 LDFLAGS: -fsanitize=address
4864 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004865 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004866 test_environ:
4867 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004868 asan-trace-cmp:
4869 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004870 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4871 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004872 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004873 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004874 LDFLAGS: -fsanitize=address
4875 LDXX: clang++
4876 compile_the_world: true
4877 test_environ:
4878 ASAN_OPTIONS: detect_leaks=1:color=always
4879 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004880 basicprof:
4881 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4882 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004883 c++-compat:
4884 CFLAGS: -Wc++-compat
4885 CPPFLAGS: -O0
4886 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004887 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004888 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004889 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004890 dbg:
4891 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004892 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004893 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004894 gcov:
4895 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004896 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004897 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004898 DEFINES: _DEBUG DEBUG GPR_GCOV
4899 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004900 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004901 LDXX: g++
4902 helgrind:
4903 CPPFLAGS: -O0
4904 DEFINES: _DEBUG DEBUG
4905 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004906 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004907 lto:
4908 CPPFLAGS: -O2
4909 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004910 memcheck:
4911 CPPFLAGS: -O0
4912 DEFINES: _DEBUG DEBUG
4913 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004914 valgrind: --tool=memcheck --leak-check=full
4915 msan:
4916 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004917 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004918 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
4919 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004920 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004921 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004922 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004923 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4924 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4925 LDXX: clang++
4926 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08004927 test_environ:
4928 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08004929 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004930 CPPFLAGS: -O3 -fno-omit-frame-pointer
4931 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004932 LDFLAGS: -rdynamic
4933 opt:
4934 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004935 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004936 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004937 stapprof:
4938 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4939 DEFINES: NDEBUG
4940 tsan:
4941 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004942 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004943 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004944 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004945 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004946 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004947 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004948 LDXX: clang++
4949 compile_the_world: true
4950 test_environ:
4951 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004952 ubsan:
4953 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004954 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4955 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004956 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004957 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004958 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004959 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004960 LDXX: clang++
4961 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004962 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004963 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004964defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004965 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004966 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4967 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07004968 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
4969 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
4970 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4971 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
4972 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004973 benchmark:
4974 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004975 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004976 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004977 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004978 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004979 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004980 global:
ncteisenf9d7c272017-11-06 20:32:57 -08004981 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004982 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Craig Tillerb7a8cac2017-10-05 09:50:18 -07004983 -Ithird_party/abseil-cpp
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004984 LDFLAGS: -g
4985 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004986 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004987 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08004988openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004989 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004990 extraction_dir: openssl-1.0.2f
4991 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004992php_config_m4:
4993 deps:
4994 - grpc
4995 - gpr
4996 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004997 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004998 headers:
4999 - src/php/ext/grpc/byte_buffer.h
5000 - src/php/ext/grpc/call.h
5001 - src/php/ext/grpc/call_credentials.h
5002 - src/php/ext/grpc/channel.h
5003 - src/php/ext/grpc/channel_credentials.h
5004 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005005 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005006 - src/php/ext/grpc/php_grpc.h
5007 - src/php/ext/grpc/server.h
5008 - src/php/ext/grpc/server_credentials.h
5009 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005010 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005011 src:
5012 - src/php/ext/grpc/byte_buffer.c
5013 - src/php/ext/grpc/call.c
5014 - src/php/ext/grpc/call_credentials.c
5015 - src/php/ext/grpc/channel.c
5016 - src/php/ext/grpc/channel_credentials.c
5017 - src/php/ext/grpc/completion_queue.c
5018 - src/php/ext/grpc/php_grpc.c
5019 - src/php/ext/grpc/server.c
5020 - src/php/ext/grpc/server_credentials.c
5021 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005022python_dependencies:
5023 deps:
5024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005025 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005026 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005027 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005028 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005029ruby_gem:
5030 deps:
5031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005032 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005033 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005034 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005035 - z