blob: cd6486ea290f1ffced6bd89dbd4973321d635d1f [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
107 - src/core/lib/support/arena.h
108 - src/core/lib/support/atomic.h
109 - src/core/lib/support/atomic_with_atm.h
110 - src/core/lib/support/atomic_with_std.h
Vijay Pai42807252017-07-28 15:08:24 -0700111 - src/core/lib/support/env.h
Craig Tiller92226062017-10-08 21:16:12 -0700112 - src/core/lib/support/manual_constructor.h
Vijay Pai42807252017-07-28 15:08:24 -0700113 - src/core/lib/support/memory.h
114 - src/core/lib/support/mpscq.h
115 - src/core/lib/support/murmur_hash.h
116 - src/core/lib/support/spinlock.h
117 - src/core/lib/support/stack_lockfree.h
118 - src/core/lib/support/string.h
119 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700120 - src/core/lib/support/time_precise.h
121 - src/core/lib/support/tmpfile.h
122 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700123 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800124- name: gpr_codegen
125 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800126 - include/grpc/impl/codegen/atm.h
127 - include/grpc/impl/codegen/atm_gcc_atomic.h
128 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800130 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700131 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800132 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800133 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700134 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/sync_generic.h
136 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700138- name: grpc++_base
139 deps:
140 - grpc
141 uses:
142 - grpc++_common
143 - grpc++_codegen_base
144- name: grpc++_base_unsecure
145 deps:
146 - grpc_unsecure
147 uses:
148 - grpc++_common
149 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700150- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700151 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700152 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700153 - src/core/lib/channel/channel_args.cc
154 - src/core/lib/channel/channel_stack.cc
155 - src/core/lib/channel/channel_stack_builder.cc
156 - src/core/lib/channel/connected_channel.cc
157 - src/core/lib/channel/handshaker.cc
158 - src/core/lib/channel/handshaker_factory.cc
159 - src/core/lib/channel/handshaker_registry.cc
160 - src/core/lib/compression/compression.cc
161 - src/core/lib/compression/message_compress.cc
162 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700163 - src/core/lib/compression/stream_compression_gzip.cc
164 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700165 - src/core/lib/debug/stats.cc
166 - src/core/lib/debug/stats_data.cc
167 - src/core/lib/http/format_request.cc
168 - src/core/lib/http/httpcli.cc
169 - src/core/lib/http/parser.cc
170 - src/core/lib/iomgr/call_combiner.cc
171 - src/core/lib/iomgr/closure.cc
172 - 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
Craig Tillerfe5f4972017-02-13 16:26:27 -0800717 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700718 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700719 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700720 - test/core/end2end/cq_verifier.cc
721 - test/core/end2end/fixtures/http_proxy_fixture.cc
722 - test/core/end2end/fixtures/proxy.cc
723 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700724 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700725 - test/core/util/grpc_profiler.cc
726 - test/core/util/memory_counters.cc
727 - test/core/util/mock_endpoint.cc
728 - test/core/util/parse_hexstring.cc
729 - test/core/util/passthru_endpoint.cc
730 - test/core/util/port.cc
731 - test/core/util/port_server_client.cc
732 - test/core/util/slice_splitter.cc
733 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700734 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700735 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700736 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700737 uses:
738 - grpc_base
739 - grpc_client_channel
740 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700741- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700742 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700743 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700744 deps:
745 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700746 filegroups:
747 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700748 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700749- name: grpc_trace_headers
750 headers:
751 - src/core/lib/debug/trace.h
752 deps:
753 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700754- name: grpc_transport_chttp2
755 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700756 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700757 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700758 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700759 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700760 - src/core/ext/transport/chttp2/transport/frame.h
761 - src/core/ext/transport/chttp2/transport/frame_data.h
762 - src/core/ext/transport/chttp2/transport/frame_goaway.h
763 - src/core/ext/transport/chttp2/transport/frame_ping.h
764 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
765 - src/core/ext/transport/chttp2/transport/frame_settings.h
766 - src/core/ext/transport/chttp2/transport/frame_window_update.h
767 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
768 - src/core/ext/transport/chttp2/transport/hpack_parser.h
769 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700770 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700771 - src/core/ext/transport/chttp2/transport/huffsyms.h
772 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
773 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700774 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700775 - src/core/ext/transport/chttp2/transport/varint.h
776 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700777 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
778 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
779 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
780 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
781 - src/core/ext/transport/chttp2/transport/flow_control.cc
782 - src/core/ext/transport/chttp2/transport/frame_data.cc
783 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
784 - src/core/ext/transport/chttp2/transport/frame_ping.cc
785 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
786 - src/core/ext/transport/chttp2/transport/frame_settings.cc
787 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
788 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
789 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
790 - src/core/ext/transport/chttp2/transport/hpack_table.cc
791 - src/core/ext/transport/chttp2/transport/http2_settings.cc
792 - src/core/ext/transport/chttp2/transport/huffsyms.cc
793 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
794 - src/core/ext/transport/chttp2/transport/parsing.cc
795 - src/core/ext/transport/chttp2/transport/stream_lists.cc
796 - src/core/ext/transport/chttp2/transport/stream_map.cc
797 - src/core/ext/transport/chttp2/transport/varint.cc
798 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700799 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700800 uses:
801 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700802 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700803 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700804- name: grpc_transport_chttp2_alpn
805 headers:
806 - src/core/ext/transport/chttp2/alpn/alpn.h
807 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700808 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700809 deps:
810 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800811- name: grpc_transport_chttp2_client_connector
812 headers:
813 - src/core/ext/transport/chttp2/client/chttp2_connector.h
814 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700815 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800816 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800817 - grpc_transport_chttp2
818 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700819 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700820- name: grpc_transport_chttp2_client_insecure
821 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700822 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
823 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700824 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800825 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700826 - grpc_transport_chttp2
827 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700828 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700829- name: grpc_transport_chttp2_client_secure
830 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700831 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700832 uses:
833 - grpc_transport_chttp2
834 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700835 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700836 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800837 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800838- name: grpc_transport_chttp2_server
839 headers:
840 - src/core/ext/transport/chttp2/server/chttp2_server.h
841 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700842 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800843 uses:
844 - grpc_transport_chttp2
845 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700846- name: grpc_transport_chttp2_server_insecure
847 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700848 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
849 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700850 uses:
851 - grpc_transport_chttp2
852 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800853 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700854- name: grpc_transport_chttp2_server_secure
855 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700856 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700857 uses:
858 - grpc_transport_chttp2
859 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700860 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800861 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700862- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700863 public_headers:
864 - include/grpc/grpc_cronet.h
865 - include/grpc/grpc_security.h
866 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700867 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800868 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800869 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700870 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700871 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
872 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
873 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700874 filegroups:
875 - grpc_base
876 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700877 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700878- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700879 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700880 - src/core/ext/transport/inproc/inproc_plugin.cc
881 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700882 plugin: grpc_inproc_plugin
883 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700884 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700885 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700886- name: grpc_transport_inproc_headers
887 headers:
888 - src/core/ext/transport/inproc/inproc_transport.h
889 uses:
890 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700891- name: grpc_workaround_cronet_compression_filter
892 headers:
893 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
894 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700895 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700896 plugin: grpc_workaround_cronet_compression_filter
897 uses:
898 - grpc_base
899 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800900- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700901 src:
902 - third_party/nanopb/pb_common.c
903 - third_party/nanopb/pb_decode.c
904 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700905 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700906 - nanopb_headers
907- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800908 headers:
909 - third_party/nanopb/pb.h
910 - third_party/nanopb/pb_common.h
911 - third_party/nanopb/pb_decode.h
912 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700913- name: transport_security_test_lib
914 build: test
915 headers:
916 - test/core/tsi/transport_security_test_lib.h
917 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700918 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700919 deps:
920 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700921- name: tsi
922 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700923 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700924 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700925 - src/core/tsi/ssl_transport_security.h
926 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700927 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700928 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700929 - src/core/tsi/fake_transport_security.cc
930 - src/core/tsi/gts_transport_security.cc
931 - src/core/tsi/ssl_transport_security.cc
932 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700933 deps:
934 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700935 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700937 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700938 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700939 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700940 - grpc_trace
941- name: tsi_interface
942 headers:
943 - src/core/tsi/transport_security.h
944 - src/core/tsi/transport_security_adapter.h
945 - src/core/tsi/transport_security_interface.h
946 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700947 - src/core/tsi/transport_security.cc
948 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700949 deps:
950 - gpr
951 secure: true
952 uses:
953 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700954- name: grpc++_codegen_base
955 language: c++
956 public_headers:
957 - include/grpc++/impl/codegen/async_stream.h
958 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700959 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700960 - include/grpc++/impl/codegen/call.h
961 - include/grpc++/impl/codegen/call_hook.h
962 - include/grpc++/impl/codegen/channel_interface.h
963 - include/grpc++/impl/codegen/client_context.h
964 - include/grpc++/impl/codegen/client_unary_call.h
965 - include/grpc++/impl/codegen/completion_queue.h
966 - include/grpc++/impl/codegen/completion_queue_tag.h
967 - include/grpc++/impl/codegen/config.h
968 - include/grpc++/impl/codegen/core_codegen_interface.h
969 - include/grpc++/impl/codegen/create_auth_context.h
970 - include/grpc++/impl/codegen/grpc_library.h
971 - include/grpc++/impl/codegen/metadata_map.h
972 - include/grpc++/impl/codegen/method_handler_impl.h
973 - include/grpc++/impl/codegen/rpc_method.h
974 - include/grpc++/impl/codegen/rpc_service_method.h
975 - include/grpc++/impl/codegen/security/auth_context.h
976 - include/grpc++/impl/codegen/serialization_traits.h
977 - include/grpc++/impl/codegen/server_context.h
978 - include/grpc++/impl/codegen/server_interface.h
979 - include/grpc++/impl/codegen/service_type.h
980 - include/grpc++/impl/codegen/slice.h
981 - include/grpc++/impl/codegen/status.h
982 - include/grpc++/impl/codegen/status_code_enum.h
983 - include/grpc++/impl/codegen/string_ref.h
984 - include/grpc++/impl/codegen/stub_options.h
985 - include/grpc++/impl/codegen/sync_stream.h
986 - include/grpc++/impl/codegen/time.h
987 uses:
988 - grpc_codegen
989- name: grpc++_codegen_base_src
990 language: c++
991 src:
992 - src/cpp/codegen/codegen_init.cc
993 uses:
994 - grpc++_codegen_base
995- name: grpc++_codegen_proto
996 language: c++
997 public_headers:
998 - include/grpc++/impl/codegen/proto_utils.h
999 uses:
1000 - grpc++_codegen_base
1001 - grpc++_config_proto
1002- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001003 language: c++
1004 public_headers:
1005 - include/grpc++/alarm.h
1006 - include/grpc++/channel.h
1007 - include/grpc++/client_context.h
1008 - include/grpc++/completion_queue.h
1009 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001010 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001011 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001012 - include/grpc++/generic/async_generic_service.h
1013 - include/grpc++/generic/generic_stub.h
1014 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001015 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001016 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001017 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001018 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001019 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001020 - include/grpc++/impl/grpc_library.h
1021 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 - include/grpc++/impl/rpc_method.h
1023 - include/grpc++/impl/rpc_service_method.h
1024 - include/grpc++/impl/serialization_traits.h
1025 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001026 - include/grpc++/impl/server_builder_plugin.h
1027 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001028 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001029 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001030 - include/grpc++/security/auth_context.h
1031 - include/grpc++/security/auth_metadata_processor.h
1032 - include/grpc++/security/credentials.h
1033 - include/grpc++/security/server_credentials.h
1034 - include/grpc++/server.h
1035 - include/grpc++/server_builder.h
1036 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001037 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001038 - include/grpc++/support/async_stream.h
1039 - include/grpc++/support/async_unary_call.h
1040 - include/grpc++/support/byte_buffer.h
1041 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001042 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/support/slice.h
1044 - include/grpc++/support/status.h
1045 - include/grpc++/support/status_code_enum.h
1046 - include/grpc++/support/string_ref.h
1047 - include/grpc++/support/stub_options.h
1048 - include/grpc++/support/sync_stream.h
1049 - include/grpc++/support/time.h
1050 headers:
1051 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001052 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001054 - src/cpp/server/health/default_health_check_service.h
1055 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001056 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001057 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001059 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001060 - src/cpp/client/client_context.cc
1061 - src/cpp/client/create_channel.cc
1062 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001063 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001064 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001066 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001067 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001068 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001070 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001072 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001074 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/server/create_default_thread_pool.cc
1076 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001077 - src/cpp/server/health/default_health_check_service.cc
1078 - src/cpp/server/health/health.pb.c
1079 - src/cpp/server/health/health_check_service.cc
1080 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001082 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/server/server_context.cc
1084 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001085 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001086 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001087 - src/cpp/util/byte_buffer_cc.cc
1088 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001089 - src/cpp/util/status.cc
1090 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001091 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001093 - gpr_base_headers
1094 - grpc_base_headers
1095 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001096 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001097 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001098- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001099 language: c++
1100 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001101 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001102- name: grpc++_reflection_proto
1103 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001104 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001105 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001106- name: grpc++_test
1107 language: c++
1108 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001109 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001110 - include/grpc++/test/server_context_test_spouse.h
1111 deps:
1112 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001113 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001114libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001115- name: gpr
1116 build: all
1117 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001118 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001119 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001120 secure: false
1121 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1122- name: gpr_test_util
1123 build: private
1124 language: c
1125 headers:
1126 - test/core/util/test_config.h
1127 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001128 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001129 deps:
1130 - gpr
1131 secure: false
1132 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: grpc
1134 build: all
1135 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001136 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001137 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001139 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001141 filegroups:
1142 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001143 - grpc_transport_chttp2_server_secure
1144 - grpc_transport_chttp2_client_secure
1145 - grpc_transport_chttp2_server_insecure
1146 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001147 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001148 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001149 - grpc_lb_policy_pick_first
1150 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001151 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001152 - grpc_resolver_dns_native
1153 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001154 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001155 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001156 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001157 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001158 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001159 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001160 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001161 - grpc_workaround_cronet_compression_filter
1162 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001163 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001165 vs_packages:
1166 - grpc.dependencies.openssl
1167 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001169- name: grpc_cronet
1170 build: all
1171 language: c
1172 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001173 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001174 baselib: true
1175 deps_linkage: static
1176 dll: true
1177 filegroups:
1178 - grpc_base
1179 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001180 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001181 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001182 generate_plugin_registry: true
1183 platforms:
1184 - linux
1185 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001186- name: grpc_dll
1187 build: private
1188 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001189 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001190 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001191 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001192 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001193 build_system:
1194 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001195 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001196 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001197 vs_config_type: DynamicLibrary
1198 vs_packages:
1199 - grpc.dependencies.openssl
1200 - grpc.dependencies.zlib
1201 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1202 vs_props:
1203 - zlib
1204 - openssl
1205 - winsock
1206 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207- name: grpc_test_util
1208 build: private
1209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001210 headers:
1211 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001212 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001213 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001214 - test/core/end2end/data/client_certs.cc
1215 - test/core/end2end/data/server1_cert.cc
1216 - test/core/end2end/data/server1_key.cc
1217 - test/core/end2end/data/test_root_cert.cc
1218 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001219 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001220 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001221 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001222 - grpc
1223 filegroups:
1224 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001225 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1226- name: grpc_test_util_unsecure
1227 build: private
1228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr
1231 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001232 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001233 filegroups:
1234 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001235 secure: false
1236 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1237- name: grpc_unsecure
1238 build: all
1239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001240 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001241 - src/core/lib/surface/init.cc
1242 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001244 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001246 filegroups:
1247 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001248 - grpc_transport_chttp2_server_insecure
1249 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001250 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001251 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001252 - grpc_resolver_dns_native
1253 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001254 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001255 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001256 - grpc_lb_policy_grpclb
1257 - grpc_lb_policy_pick_first
1258 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001259 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001260 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001261 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001262 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001263 - grpc_workaround_cronet_compression_filter
1264 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001265 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266 secure: false
1267 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001268- name: reconnect_server
1269 build: private
1270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001271 headers:
1272 - test/core/util/reconnect_server.h
1273 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001274 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001275 deps:
yang-gc9fca182015-11-06 16:41:33 -08001276 - test_tcp_server
1277 - grpc_test_util
1278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001281- name: test_tcp_server
1282 build: private
1283 language: c
1284 headers:
1285 - test/core/util/test_tcp_server.h
1286 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001287 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001288 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001289 - grpc_test_util
1290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001293- name: grpc++
1294 build: all
1295 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001296 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001297 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001298 - src/cpp/client/secure_credentials.h
1299 - src/cpp/common/secure_auth_context.h
1300 - src/cpp/server/secure_server_credentials.h
1301 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001302 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001303 - src/cpp/client/secure_credentials.cc
1304 - src/cpp/common/auth_property_iterator.cc
1305 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001306 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001307 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001308 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001309 - src/cpp/server/secure_server_credentials.cc
1310 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001311 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312 baselib: true
1313 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001314 filegroups:
1315 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001316 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001317 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001318 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001319 secure: check
1320 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001321- name: grpc++_core_stats
1322 build: private
1323 language: c++
1324 public_headers:
1325 - src/cpp/util/core_stats.h
1326 src:
1327 - src/proto/grpc/core/stats.proto
1328 - src/cpp/util/core_stats.cc
1329 deps:
1330 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001331- name: grpc++_cronet
1332 build: all
1333 language: c++
1334 src:
1335 - src/cpp/client/cronet_credentials.cc
1336 - src/cpp/client/insecure_credentials.cc
1337 - src/cpp/common/insecure_create_auth_context.cc
1338 - src/cpp/server/insecure_server_credentials.cc
1339 deps:
1340 - gpr
1341 - grpc_cronet
1342 baselib: true
1343 dll: true
1344 filegroups:
1345 - grpc++_base
1346 - grpc++_codegen_base
1347 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001348 - grpc_transport_chttp2_client_insecure
1349 - grpc_transport_chttp2_server_insecure
1350 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001351 platforms:
1352 - linux
1353 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001354- name: grpc++_error_details
1355 build: all
1356 language: c++
1357 public_headers:
1358 - include/grpc++/support/error_details.h
1359 src:
1360 - src/proto/grpc/status/status.proto
1361 - src/cpp/util/error_details.cc
1362 deps:
1363 - grpc++
1364 baselib: true
1365 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001366- name: grpc++_proto_reflection_desc_db
1367 build: private
1368 language: c++
1369 headers:
1370 - test/cpp/util/proto_reflection_descriptor_database.h
1371 src:
1372 - test/cpp/util/proto_reflection_descriptor_database.cc
1373 deps:
1374 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001375 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001376 filegroups:
1377 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001378 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001379- name: grpc++_reflection
1380 build: all
1381 language: c++
1382 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001383 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001384 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001385 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001386 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001387 - src/cpp/ext/proto_server_reflection.cc
1388 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001389 deps:
1390 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001391 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001392 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001393 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001394- name: grpc++_test_config
1395 build: private
1396 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001397 headers:
1398 - test/cpp/util/test_config.h
1399 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001400 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401- name: grpc++_test_util
1402 build: private
1403 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001404 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001405 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001406 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001407 - test/cpp/util/create_test_channel.h
1408 - test/cpp/util/string_ref_helper.h
1409 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001410 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001411 src:
yang-gc8a49d22016-12-12 11:18:49 -08001412 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001413 - src/proto/grpc/testing/echo_messages.proto
1414 - src/proto/grpc/testing/echo.proto
1415 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001416 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001417 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001418 - test/cpp/util/create_test_channel.cc
1419 - test/cpp/util/string_ref_helper.cc
1420 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001421 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001422 deps:
1423 - grpc++
1424 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001425 - grpc
yang-g17487f92016-06-03 15:21:15 -07001426 filegroups:
1427 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001428 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001429 - grpc++_codegen_proto
1430 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001431- name: grpc++_test_util_unsecure
1432 build: private
1433 language: c++
1434 headers:
1435 - test/cpp/end2end/test_service_impl.h
1436 - test/cpp/util/byte_buffer_proto_helper.h
1437 - test/cpp/util/string_ref_helper.h
1438 - test/cpp/util/subprocess.h
1439 src:
1440 - src/proto/grpc/health/v1/health.proto
1441 - src/proto/grpc/testing/echo_messages.proto
1442 - src/proto/grpc/testing/echo.proto
1443 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1444 - test/cpp/end2end/test_service_impl.cc
1445 - test/cpp/util/byte_buffer_proto_helper.cc
1446 - test/cpp/util/string_ref_helper.cc
1447 - test/cpp/util/subprocess.cc
1448 deps:
1449 - grpc++_unsecure
1450 - grpc_test_util_unsecure
1451 - grpc_unsecure
1452 filegroups:
1453 - grpc++_codegen_base
1454 - grpc++_codegen_base_src
1455 - grpc++_codegen_proto
1456 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457- name: grpc++_unsecure
1458 build: all
1459 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001461 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001462 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001463 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001464 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001465 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001466 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467 baselib: true
1468 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001469 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001470 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001471 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001472 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473 secure: false
1474 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001475- name: grpc_benchmark
1476 build: test
1477 language: c++
1478 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001479 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1480 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001481 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001482 src:
1483 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001484 deps:
1485 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001486 - grpc++_unsecure
1487 - grpc_test_util_unsecure
1488 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001489 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001490- name: grpc_cli_libs
1491 build: private
1492 language: c++
1493 headers:
1494 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001495 - test/cpp/util/cli_credentials.h
1496 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001497 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001498 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001499 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001500 src:
1501 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001502 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001503 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001504 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001505 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001506 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001507 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001508 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001509 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001510 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001511 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001512 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001513- name: grpc_plugin_support
1514 build: protoc
1515 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001516 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001517 - src/compiler/config.h
1518 - src/compiler/cpp_generator.h
1519 - src/compiler/cpp_generator_helpers.h
1520 - src/compiler/csharp_generator.h
1521 - src/compiler/csharp_generator_helpers.h
1522 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001523 - src/compiler/node_generator.h
1524 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001525 - src/compiler/objective_c_generator.h
1526 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001527 - src/compiler/php_generator.h
1528 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301529 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001530 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301531 - src/compiler/python_generator_helpers.h
1532 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001533 - src/compiler/ruby_generator.h
1534 - src/compiler/ruby_generator_helpers-inl.h
1535 - src/compiler/ruby_generator_map-inl.h
1536 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301537 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - src/compiler/cpp_generator.cc
1540 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001541 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001542 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001543 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/compiler/python_generator.cc
1545 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001546 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001547 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548 secure: false
1549 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001550 vs_props:
1551 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001552- name: http2_client_main
1553 build: private
1554 language: c++
1555 headers:
1556 - test/cpp/interop/http2_client.h
1557 src:
1558 - src/proto/grpc/testing/empty.proto
1559 - src/proto/grpc/testing/messages.proto
1560 - src/proto/grpc/testing/test.proto
1561 - test/cpp/interop/http2_client.cc
1562 deps:
1563 - grpc++_test_util
1564 - grpc_test_util
1565 - grpc++
1566 - grpc
1567 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568- name: interop_client_helper
1569 build: private
1570 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001571 headers:
1572 - test/cpp/interop/client_helper.h
1573 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001574 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001575 - test/cpp/interop/client_helper.cc
1576 deps:
1577 - grpc++_test_util
1578 - grpc_test_util
1579 - grpc++
1580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001581 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582- name: interop_client_main
1583 build: private
1584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001585 headers:
1586 - test/cpp/interop/interop_client.h
1587 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001588 - src/proto/grpc/testing/empty.proto
1589 - src/proto/grpc/testing/messages.proto
1590 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001591 - test/cpp/interop/client.cc
1592 - test/cpp/interop/interop_client.cc
1593 deps:
1594 - interop_client_helper
1595 - grpc++_test_util
1596 - grpc_test_util
1597 - grpc++
1598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001599 - gpr_test_util
1600 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001601 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001602- name: interop_server_helper
1603 build: private
1604 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001605 headers:
1606 - test/cpp/interop/server_helper.h
1607 src:
1608 - test/cpp/interop/server_helper.cc
1609 deps:
yang-gcc591022017-01-11 11:10:43 -08001610 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001611 - grpc_test_util
1612 - grpc++
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001615- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616 build: private
1617 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001618 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001619 - src/proto/grpc/testing/empty.proto
1620 - src/proto/grpc/testing/messages.proto
1621 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001622 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001623 deps:
1624 - interop_server_helper
1625 - grpc++_test_util
1626 - grpc_test_util
1627 - grpc++
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001631 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001632- name: interop_server_main
1633 build: private
1634 language: c++
1635 src:
1636 - test/cpp/interop/interop_server_bootstrap.cc
1637 deps:
1638 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001639- name: qps
1640 build: private
1641 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001642 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001643 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001644 - test/cpp/qps/client.h
1645 - test/cpp/qps/driver.h
1646 - test/cpp/qps/histogram.h
1647 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001648 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001649 - test/cpp/qps/qps_worker.h
1650 - test/cpp/qps/report.h
1651 - test/cpp/qps/server.h
1652 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001653 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001654 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001655 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001656 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001657 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001658 - src/proto/grpc/testing/control.proto
1659 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001660 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001661 - test/cpp/qps/client_async.cc
1662 - test/cpp/qps/client_sync.cc
1663 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001664 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001665 - test/cpp/qps/qps_worker.cc
1666 - test/cpp/qps/report.cc
1667 - test/cpp/qps/server_async.cc
1668 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001669 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001670 deps:
1671 - grpc_test_util
1672 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001673 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001674 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001675 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676- name: grpc_csharp_ext
1677 build: all
1678 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001679 src:
1680 - src/csharp/ext/grpc_csharp_ext.c
1681 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001684 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001685 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686 dll: only
1687 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001688 vs_packages:
1689 - grpc.dependencies.openssl
1690 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001692 vs_props:
1693 - zlib
1694 - openssl
1695 - winsock
1696 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001698- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001699 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001700 build: test
1701 language: c
1702 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001703 - test/core/surface/alarm_test.cc
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001704 deps:
1705 - grpc_test_util
1706 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001707 - gpr_test_util
1708 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001709- name: algorithm_test
1710 build: test
1711 language: c
1712 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001713 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001714 deps:
1715 - grpc_test_util
1716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001719 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001720- name: alloc_test
1721 build: test
1722 language: c
1723 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001724 - test/core/support/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001725 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001728 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001729- name: alpn_test
1730 build: test
1731 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001732 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001733 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001734 deps:
1735 - grpc_test_util
1736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001739- name: api_fuzzer
1740 build: fuzzer
1741 language: c
1742 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001743 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001744 deps:
1745 - grpc_test_util
1746 - grpc
1747 - gpr_test_util
1748 - gpr
1749 corpus_dirs:
1750 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001751 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001752 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001753- name: arena_test
1754 build: test
1755 language: c
1756 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001757 - test/core/support/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001758 deps:
1759 - gpr_test_util
1760 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001761 uses_polling: false
Craig Tillerc0df1c02017-07-17 16:12:33 -07001762- name: backoff_test
1763 build: test
1764 language: c
1765 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001766 - test/core/backoff/backoff_test.cc
Craig Tillerc0df1c02017-07-17 16:12:33 -07001767 deps:
1768 - grpc_test_util
1769 - grpc
1770 - gpr_test_util
1771 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001772 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001773- name: bad_server_response_test
1774 build: test
1775 language: c
1776 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001777 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001778 deps:
1779 - test_tcp_server
1780 - grpc_test_util
1781 - grpc
1782 - gpr_test_util
1783 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001784 exclude_iomgrs:
1785 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001786- name: bin_decoder_test
1787 build: test
1788 language: c
1789 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001790 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001791 deps:
1792 - grpc_test_util
1793 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001794 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: bin_encoder_test
1796 build: test
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001799 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001800 deps:
1801 - grpc_test_util
1802 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001803 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001804- name: byte_stream_test
1805 build: test
1806 language: c
1807 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001808 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001809 deps:
1810 - grpc_test_util
1811 - grpc
1812 - gpr_test_util
1813 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001814 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001815- name: channel_create_test
1816 build: test
1817 language: c
1818 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001819 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001820 deps:
1821 - grpc_test_util
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001825- name: check_epollexclusive
1826 build: tool
1827 language: c
1828 src:
1829 - test/build/check_epollexclusive.c
1830 deps:
1831 - grpc
1832 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001833- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001837 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001838 deps:
1839 - grpc_test_util
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001843 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844- name: chttp2_stream_map_test
1845 build: test
1846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001847 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001848 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001849 deps:
1850 - grpc_test_util
1851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001854 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001855- name: chttp2_varint_test
1856 build: test
1857 language: c
1858 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001859 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001860 deps:
1861 - grpc_test_util
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001865 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001866- name: client_fuzzer
1867 build: fuzzer
1868 language: c
1869 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001870 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001871 deps:
1872 - grpc_test_util
1873 - grpc
1874 - gpr_test_util
1875 - gpr
1876 corpus_dirs:
1877 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001878 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001879 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001880- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001881 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001882 build: test
1883 language: c
1884 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001885 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001886 deps:
1887 - grpc_test_util
1888 - grpc
1889 - gpr_test_util
1890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: compression_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001895 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001901 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001902- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001903 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001904 build: test
1905 language: c
1906 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001907 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001908 deps:
1909 - grpc_test_util
1910 - grpc
1911 - gpr_test_util
1912 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001913 exclude_iomgrs:
1914 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001915- name: connection_refused_test
1916 cpu_cost: 0.1
1917 build: test
1918 language: c
1919 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001920 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001921 deps:
1922 - grpc_test_util
1923 - grpc
1924 - gpr_test_util
1925 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001926- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001927 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001928 build: test
1929 language: c
1930 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001931 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001932 deps:
1933 - grpc_test_util
1934 - grpc
1935 - gpr_test_util
1936 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001937 exclude_iomgrs:
1938 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001939- name: dns_resolver_test
1940 build: test
1941 language: c
1942 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001943 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001944 deps:
1945 - grpc_test_util
1946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001950 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001954 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001960 exclude_iomgrs:
1961 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001962 platforms:
1963 - mac
1964 - linux
1965 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001966- name: endpoint_pair_test
1967 build: test
1968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001969 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001970 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001971 deps:
1972 - grpc_test_util
1973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001976 exclude_iomgrs:
1977 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001978- name: error_test
1979 cpu_cost: 30
1980 build: test
1981 language: c
1982 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001983 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001984 deps:
1985 - grpc_test_util
1986 - grpc
1987 - gpr_test_util
1988 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001989 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001990- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001991 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001992 build: test
1993 language: c
1994 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001995 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001996 deps:
1997 - grpc_test_util
1998 - grpc
1999 - gpr_test_util
2000 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002001 exclude_iomgrs:
2002 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002003 platforms:
2004 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002005- name: fake_resolver_test
2006 build: test
2007 language: c
2008 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002009 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002010 deps:
2011 - grpc_test_util
2012 - grpc
2013 - gpr_test_util
2014 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002015- name: fake_transport_security_test
2016 build: test
2017 language: c
2018 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002019 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002020 deps:
2021 - gpr_test_util
2022 - gpr
2023 - grpc
2024 filegroups:
2025 - transport_security_test_lib
2026 platforms:
2027 - linux
2028 - posix
2029 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002030- name: fd_conservation_posix_test
2031 build: test
2032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002033 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002034 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002035 deps:
2036 - grpc_test_util
2037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr_test_util
2039 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002040 exclude_iomgrs:
2041 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002042 platforms:
2043 - mac
2044 - linux
2045 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046- name: fd_posix_test
2047 build: test
2048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002049 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002050 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002051 deps:
2052 - grpc_test_util
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002056 exclude_iomgrs:
2057 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002058 platforms:
2059 - mac
2060 - linux
2061 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062- name: fling_client
2063 build: test
2064 run: false
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002067 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002068 deps:
2069 - grpc_test_util
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: fling_server
2074 build: test
2075 run: false
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002078 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002085 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086 build: test
2087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002088 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002089 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002090 deps:
2091 - grpc_test_util
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002095 platforms:
2096 - mac
2097 - linux
2098 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002100 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101 build: test
2102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002104 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002105 deps:
2106 - grpc_test_util
2107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr_test_util
2109 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002110 platforms:
2111 - mac
2112 - linux
2113 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114- name: gen_hpack_tables
2115 build: tool
2116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002117 src:
2118 - tools/codegen/core/gen_hpack_tables.c
2119 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002120 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002121 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002122 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: gen_legal_metadata_characters
2124 build: tool
2125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002129- name: gen_percent_encoding_tables
2130 build: tool
2131 language: c
2132 src:
2133 - tools/codegen/core/gen_percent_encoding_tables.c
2134 deps: []
Vijay Pai58f38f52017-10-11 10:53:11 -07002135 uses_polling: false
Craig Tiller1b719582016-03-24 09:06:13 -07002136- name: goaway_server_test
2137 cpu_cost: 0.1
2138 build: test
2139 language: c
2140 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002141 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002142 deps:
2143 - grpc_test_util
2144 - grpc
2145 - gpr_test_util
2146 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002147 exclude_iomgrs:
2148 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002149 platforms:
2150 - mac
2151 - linux
2152 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002153- name: gpr_avl_test
2154 build: test
2155 language: c
2156 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002157 - test/core/support/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002158 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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162- name: gpr_cmdline_test
2163 build: test
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002166 - test/core/support/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002167 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002170 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002171- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002172 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002173 build: test
2174 language: c
2175 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002176 - test/core/support/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -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_env_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/env_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_histogram_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/histogram_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_host_port_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/host_port_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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002208- name: gpr_log_test
2209 build: test
2210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002211 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002212 - test/core/support/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002213 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002216 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002217- name: gpr_mpscq_test
2218 cpu_cost: 30
2219 build: test
2220 language: c
2221 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002222 - test/core/support/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002223 deps:
2224 - gpr_test_util
2225 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002226 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002227- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002228 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002229 build: test
2230 language: c
2231 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002232 - test/core/support/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002233 deps:
2234 - gpr_test_util
2235 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002236 uses_polling: false
Ken Paysona4710a02017-07-10 16:49:59 -07002237- name: gpr_stack_lockfree_test
2238 cpu_cost: 7
2239 build: test
2240 language: c
2241 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002242 - test/core/support/stack_lockfree_test.cc
Ken Paysona4710a02017-07-10 16:49:59 -07002243 deps:
2244 - gpr_test_util
2245 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002246 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: gpr_string_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002251 - test/core/support/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002252 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002255 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002257 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002261 - test/core/support/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002262 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002265 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002266- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002267 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002271 - test/core/support/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002272 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002275 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: gpr_time_test
2277 build: test
2278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002279 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002280 - test/core/support/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002282 - gpr_test_util
2283 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002284 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: gpr_tls_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002289 - test/core/support/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002290 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002293 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: gpr_useful_test
2295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002298 - test/core/support/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002299 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002302 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002303- name: grpc_auth_context_test
2304 build: test
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002307 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002308 deps:
2309 - grpc_test_util
2310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002311 - gpr_test_util
2312 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002313 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002314- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315 build: test
2316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002318 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002319 deps:
2320 - grpc_test_util
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002324 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: grpc_byte_buffer_reader_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002329 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002335 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: grpc_channel_args_test
2337 build: test
2338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002340 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002341 deps:
2342 - grpc_test_util
2343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002344 - gpr_test_util
2345 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002346 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002347- name: grpc_channel_stack_builder_test
2348 build: test
2349 language: c
2350 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002351 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002352 deps:
2353 - grpc_test_util
2354 - grpc
2355 - gpr_test_util
2356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: grpc_channel_stack_test
2358 build: test
2359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002361 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002362 deps:
2363 - grpc_test_util
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002367 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: grpc_completion_queue_test
2369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002372 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002378- name: grpc_completion_queue_threading_test
2379 build: test
2380 language: c
2381 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002382 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002383 deps:
2384 - grpc_test_util
2385 - grpc
2386 - gpr_test_util
2387 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002388 exclude_iomgrs:
2389 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: grpc_create_jwt
2391 build: tool
2392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002393 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002394 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002395 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002398 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002399 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400- name: grpc_credentials_test
2401 build: test
2402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002403 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002404 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002405 deps:
2406 - grpc_test_util
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002411 build: test
2412 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002415 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002416 deps:
2417 - grpc_test_util
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002421- name: grpc_invalid_channel_args_test
2422 build: test
2423 language: c
2424 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002425 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002426 deps:
2427 - grpc_test_util
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002431 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: grpc_json_token_test
2433 build: test
2434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002436 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002442 platforms:
2443 - linux
2444 - posix
2445 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002446 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: grpc_jwt_verifier_test
2448 build: test
2449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002451 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002452 deps:
2453 - grpc_test_util
2454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002457 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: grpc_print_google_default_creds_token
2459 build: tool
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002462 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002463 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002466 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467- name: grpc_security_connector_test
2468 build: test
2469 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002470 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002471 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002472 deps:
2473 - grpc_test_util
2474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002475 - gpr_test_util
2476 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002477- name: grpc_ssl_credentials_test
2478 build: test
2479 language: c
2480 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002481 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002482 deps:
2483 - grpc_test_util
2484 - grpc
2485 - gpr_test_util
2486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487- name: grpc_verify_jwt
2488 build: tool
2489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002490 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002491 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002492 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002495 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002496- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002497 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002498 language: c
2499 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002500 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002501 deps:
2502 - grpc_test_util
2503 - grpc
2504 - gpr_test_util
2505 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002506 exclude_iomgrs:
2507 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002508 platforms:
2509 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002510 secure: true
2511- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002512 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002513 language: c
2514 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002515 - test/core/handshake/server_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002516 deps:
2517 - grpc_test_util
2518 - grpc
2519 - gpr_test_util
2520 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002521 exclude_iomgrs:
2522 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002523 platforms:
2524 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002525 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002526- name: hpack_parser_fuzzer_test
2527 build: fuzzer
2528 language: c
2529 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002530 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002531 deps:
2532 - grpc_test_util
2533 - grpc
2534 - gpr_test_util
2535 - gpr
2536 corpus_dirs:
2537 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002538 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002539 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540- name: hpack_parser_test
2541 build: test
2542 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002543 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002544 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002545 deps:
2546 - grpc_test_util
2547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002548 - gpr_test_util
2549 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002550 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: hpack_table_test
2552 build: test
2553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002555 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002556 deps:
2557 - grpc_test_util
2558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002559 - gpr_test_util
2560 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002561 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002562- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563 build: test
2564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002565 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002566 - test/core/http/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 Tillerf707d622016-05-06 14:26:12 -07002573- name: http_request_fuzzer_test
2574 build: fuzzer
2575 language: c
2576 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002577 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002578 deps:
2579 - grpc_test_util
2580 - grpc
2581 - gpr_test_util
2582 - gpr
2583 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002584 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002585 maxlen: 2048
2586- name: http_response_fuzzer_test
2587 build: fuzzer
2588 language: c
2589 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002590 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002591 deps:
2592 - grpc_test_util
2593 - grpc
2594 - gpr_test_util
2595 - gpr
2596 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002597 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002598 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002599- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600 build: test
2601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002602 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002603 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002604 deps:
2605 - grpc_test_util
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr_test_util
2608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002609- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002610 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611 build: test
2612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002614 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002615 deps:
2616 - grpc_test_util
2617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002618 - gpr_test_util
2619 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002620 platforms:
2621 - mac
2622 - linux
2623 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002624- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002625 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002626 build: test
2627 language: c
2628 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002629 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002630 deps:
2631 - grpc_test_util
2632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002633 - gpr_test_util
2634 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002635 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002636 - linux
yang-gf1183302015-12-07 16:02:05 -08002637- name: init_test
2638 build: test
2639 language: c
2640 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002641 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002642 deps:
2643 - grpc_test_util
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr_test_util
2646 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002647 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002648- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002649 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002650 build: test
2651 language: c
2652 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002653 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002654 deps:
2655 - grpc_test_util
2656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002657 - gpr_test_util
2658 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002659- name: json_fuzzer_test
2660 build: fuzzer
2661 language: c
2662 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002663 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002664 deps:
2665 - grpc_test_util
2666 - grpc
2667 - gpr_test_util
2668 - gpr
2669 corpus_dirs:
2670 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002671 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002672- name: json_rewrite
2673 build: test
2674 run: false
2675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002676 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002677 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002678 deps:
2679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002680 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002681 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: json_rewrite_test
2683 build: test
2684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002686 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002687 deps:
2688 - grpc_test_util
2689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002690 - gpr_test_util
2691 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002692 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002693- name: json_stream_error_test
2694 build: test
2695 language: c
2696 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002697 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002698 deps:
2699 - grpc_test_util
2700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002701 - gpr_test_util
2702 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002703 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704- name: json_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_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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002715- name: lame_client_test
2716 build: test
2717 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002718 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002719 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002725- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002726 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002727 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002728 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002730 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002731 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002732 deps:
2733 - grpc_test_util
2734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002735 - gpr_test_util
2736 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002737 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002738- name: load_file_test
2739 build: test
2740 language: c
2741 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002742 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002743 deps:
2744 - grpc_test_util
2745 - grpc
2746 - gpr_test_util
2747 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002748 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002749- name: low_level_ping_pong_benchmark
2750 build: benchmark
2751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002752 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002753 - test/core/network_benchmarks/low_level_ping_pong.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
Craig Tiller25834342015-09-25 08:08:24 -07002759 platforms:
2760 - mac
2761 - linux
2762 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002763- name: memory_profile_client
2764 build: test
2765 run: false
2766 language: c
2767 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002768 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002769 deps:
2770 - grpc_test_util
2771 - grpc
2772 - gpr_test_util
2773 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002774 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002775- name: memory_profile_server
2776 build: test
2777 run: false
2778 language: c
2779 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002780 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002781 deps:
2782 - grpc_test_util
2783 - grpc
2784 - gpr_test_util
2785 - gpr
2786- name: memory_profile_test
2787 cpu_cost: 1.5
2788 build: test
2789 language: c
2790 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002791 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002792 deps:
2793 - grpc_test_util
2794 - grpc
2795 - gpr_test_util
2796 - gpr
2797 platforms:
2798 - mac
2799 - linux
2800 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: message_compress_test
2802 build: test
2803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002804 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002805 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002806 deps:
2807 - grpc_test_util
2808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002809 - gpr_test_util
2810 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002811 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002812- name: minimal_stack_is_minimal_test
2813 build: test
2814 language: c
2815 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002816 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002817 deps:
2818 - grpc_test_util
2819 - grpc
2820 - gpr_test_util
2821 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002822 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: multiple_server_queues_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/end2end/multiple_server_queues_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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833- name: murmur_hash_test
2834 build: test
2835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002837 - test/core/support/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002838 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002839 - gpr_test_util
2840 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002841 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002842- name: nanopb_fuzzer_response_test
2843 build: fuzzer
2844 language: c
2845 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002846 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002847 deps:
2848 - grpc_test_util
2849 - grpc
2850 - gpr_test_util
2851 - gpr
2852 corpus_dirs:
2853 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002854 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002855- name: nanopb_fuzzer_serverlist_test
2856 build: fuzzer
2857 language: c
2858 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002859 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002860 deps:
2861 - grpc_test_util
2862 - grpc
2863 - gpr_test_util
2864 - gpr
2865 corpus_dirs:
2866 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002867 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002869 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870 build: test
2871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002872 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002873 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002874 deps:
2875 - grpc_test_util
2876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002877 - gpr_test_util
2878 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002879- name: num_external_connectivity_watchers_test
2880 build: test
2881 language: c
2882 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002883 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002884 deps:
2885 - grpc_test_util
2886 - grpc
2887 - gpr_test_util
2888 - gpr
2889 exclude_iomgrs:
2890 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002891- name: parse_address_test
2892 build: test
2893 language: c
2894 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002895 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002896 deps:
2897 - grpc_test_util
2898 - grpc
2899 - gpr_test_util
2900 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002901 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002902- name: percent_decode_fuzzer
2903 build: fuzzer
2904 language: c
2905 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002906 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002907 deps:
2908 - grpc_test_util
2909 - grpc
2910 - gpr_test_util
2911 - gpr
2912 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002913 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002914 maxlen: 32
2915- name: percent_encode_fuzzer
2916 build: fuzzer
2917 language: c
2918 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002919 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002920 deps:
2921 - grpc_test_util
2922 - grpc
2923 - gpr_test_util
2924 - gpr
2925 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002926 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002927 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002928- name: percent_encoding_test
2929 build: test
2930 language: c
2931 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002932 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002933 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002934 - grpc_test_util
2935 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002936 - gpr_test_util
2937 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002938 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002939- name: pollset_set_test
2940 build: test
2941 language: c
2942 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002943 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002944 deps:
2945 - grpc_test_util
2946 - grpc
2947 - gpr_test_util
2948 - gpr
2949 exclude_iomgrs:
2950 - uv
2951 platforms:
2952 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002953- name: resolve_address_posix_test
2954 build: test
2955 language: c
2956 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002957 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002958 deps:
2959 - grpc_test_util
2960 - grpc
2961 - gpr_test_util
2962 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002963 exclude_iomgrs:
2964 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002965 platforms:
2966 - mac
2967 - linux
2968 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969- name: resolve_address_test
2970 build: test
2971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002972 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002973 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002974 deps:
2975 - grpc_test_util
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002979- name: resource_quota_test
2980 cpu_cost: 30
2981 build: test
2982 language: c
2983 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002984 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07002985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
yang-gd482e592015-12-10 14:04:00 -08002990- name: secure_channel_create_test
2991 build: test
2992 language: c
2993 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002994 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08002995 deps:
2996 - grpc_test_util
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: secure_endpoint_test
3001 build: test
3002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003003 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003004 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003005 deps:
3006 - grpc_test_util
3007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003008 - gpr_test_util
3009 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003010 exclude_iomgrs:
3011 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003012- name: sequential_connectivity_test
3013 build: test
3014 language: c
3015 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003016 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003017 deps:
3018 - grpc_test_util
3019 - grpc
3020 - gpr_test_util
3021 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003022 exclude_iomgrs:
3023 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003024- name: server_chttp2_test
3025 build: test
3026 language: c
3027 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003028 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003029 deps:
3030 - grpc_test_util
3031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003032 - gpr_test_util
3033 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003034- name: server_fuzzer
3035 build: fuzzer
3036 language: c
3037 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003038 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003039 deps:
3040 - grpc_test_util
3041 - grpc
3042 - gpr_test_util
3043 - gpr
3044 corpus_dirs:
3045 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003046 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003047 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003048- name: server_test
3049 build: test
3050 language: c
3051 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003052 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003053 deps:
3054 - grpc_test_util
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003058- name: slice_buffer_test
3059 build: test
3060 language: c
3061 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003062 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003063 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003064 - grpc_test_util
3065 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003066 - gpr_test_util
3067 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003068 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003069- name: slice_hash_table_test
3070 build: test
3071 language: c
3072 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003073 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003074 deps:
3075 - grpc_test_util
3076 - grpc
3077 - gpr_test_util
3078 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003079 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003080- name: slice_string_helpers_test
3081 build: test
3082 language: c
3083 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003084 - test/core/slice/slice_string_helpers_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
Craig Tillerc3350542016-10-26 16:19:01 -07003091- name: slice_test
3092 build: test
3093 language: c
3094 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003095 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003096 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003097 - grpc_test_util
3098 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003099 - gpr_test_util
3100 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003101 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003102- name: sockaddr_resolver_test
3103 build: test
3104 language: c
3105 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003106 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003107 deps:
3108 - grpc_test_util
3109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003110 - gpr_test_util
3111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003112- name: sockaddr_utils_test
3113 build: test
3114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003115 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003116 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003117 deps:
3118 - grpc_test_util
3119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003120 - gpr_test_util
3121 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003122- name: socket_utils_test
3123 build: test
3124 language: c
3125 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003126 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003127 deps:
3128 - grpc_test_util
3129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003130 - gpr_test_util
3131 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003132 exclude_iomgrs:
3133 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003134 platforms:
3135 - mac
3136 - linux
3137 - posix
yang-g31e21282016-11-04 15:10:03 -07003138- name: ssl_server_fuzzer
3139 build: fuzzer
3140 language: c
3141 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003142 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003143 deps:
3144 - grpc_test_util
3145 - grpc
3146 - gpr_test_util
3147 - gpr
3148 corpus_dirs:
3149 - test/core/security/corpus/ssl_server_corpus
3150 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003151- name: ssl_transport_security_test
3152 build: test
3153 language: c
3154 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003155 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003156 deps:
3157 - gpr_test_util
3158 - gpr
3159 - grpc
3160 filegroups:
3161 - transport_security_test_lib
3162 platforms:
3163 - linux
3164 - posix
3165 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003166- name: status_conversion_test
3167 build: test
3168 language: c
3169 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003170 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003171 deps:
3172 - grpc_test_util
3173 - grpc
3174 - gpr_test_util
3175 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003176 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003177- name: stream_compression_test
3178 build: test
3179 language: c
3180 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003181 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003182 deps:
3183 - grpc_test_util
3184 - grpc
3185 - gpr_test_util
3186 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003187 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003188- name: stream_owned_slice_test
3189 build: test
3190 language: c
3191 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003192 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -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
Craig Tillerbf4b2242015-08-31 15:53:53 -07003199- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003200 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201 build: test
3202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003203 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003204 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003205 deps:
3206 - grpc_test_util
3207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003208 - gpr_test_util
3209 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003210 exclude_iomgrs:
3211 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003212 platforms:
3213 - mac
3214 - linux
3215 - posix
murgatroid991191b722017-02-08 11:56:52 -08003216- name: tcp_client_uv_test
3217 cpu_cost: 0.5
3218 build: test
3219 language: c
3220 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003221 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003222 deps:
3223 - grpc_test_util
3224 - grpc
3225 - gpr_test_util
3226 - gpr
3227 exclude_iomgrs:
3228 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003229- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003230 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003231 build: test
3232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003233 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003234 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003235 deps:
3236 - grpc_test_util
3237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003238 - gpr_test_util
3239 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003240 exclude_iomgrs:
3241 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003242 platforms:
3243 - mac
3244 - linux
3245 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003246- name: tcp_server_posix_test
3247 build: test
3248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003249 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003250 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003251 deps:
3252 - grpc_test_util
3253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003254 - gpr_test_util
3255 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003256 exclude_iomgrs:
3257 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003258 platforms:
3259 - mac
3260 - linux
3261 - posix
murgatroid991191b722017-02-08 11:56:52 -08003262- name: tcp_server_uv_test
3263 build: test
3264 language: c
3265 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003266 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003267 deps:
3268 - grpc_test_util
3269 - grpc
3270 - gpr_test_util
3271 - gpr
3272 exclude_iomgrs:
3273 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003274- name: time_averaged_stats_test
3275 build: test
3276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003277 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003278 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003279 deps:
3280 - grpc_test_util
3281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003282 - gpr_test_util
3283 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003284 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285- name: timeout_encoding_test
3286 build: test
3287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003288 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003289 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003290 deps:
3291 - grpc_test_util
3292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003293 - gpr_test_util
3294 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003295 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003296- name: timer_heap_test
3297 build: test
3298 language: c
3299 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003300 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003301 deps:
3302 - grpc_test_util
3303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003304 - gpr_test_util
3305 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003306 exclude_iomgrs:
3307 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003308 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003309- name: timer_list_test
3310 build: test
3311 language: c
3312 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003313 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003314 deps:
3315 - grpc_test_util
3316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003317 - gpr_test_util
3318 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003319 exclude_iomgrs:
3320 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003321 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003322- name: transport_connectivity_state_test
3323 build: test
3324 language: c
3325 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003326 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003327 deps:
3328 - grpc_test_util
3329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003330 - gpr_test_util
3331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003332- name: transport_metadata_test
3333 build: test
3334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003335 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003336 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003337 deps:
3338 - grpc_test_util
3339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003340 - gpr_test_util
3341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003342- name: transport_security_test
3343 build: test
3344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003345 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003346 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003347 deps:
3348 - grpc_test_util
3349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003350 - gpr_test_util
3351 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003352 platforms:
3353 - linux
3354 - posix
3355 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003356- name: udp_server_test
3357 build: test
3358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003359 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003360 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003361 deps:
3362 - grpc_test_util
3363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003364 - gpr_test_util
3365 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003366 exclude_iomgrs:
3367 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003368 platforms:
3369 - mac
3370 - linux
3371 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003372- name: uri_fuzzer_test
3373 build: fuzzer
3374 language: c
3375 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003376 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003377 deps:
3378 - grpc_test_util
3379 - grpc
3380 - gpr_test_util
3381 - gpr
3382 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003383 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003384 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003385- name: uri_parser_test
3386 build: test
3387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003388 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003389 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003390 deps:
3391 - grpc_test_util
3392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003393 - gpr_test_util
3394 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003395- name: wakeup_fd_cv_test
3396 build: test
3397 language: c
3398 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003399 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003400 deps:
3401 - grpc_test_util
3402 - grpc
3403 - gpr_test_util
3404 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003405 exclude_iomgrs:
3406 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003407 platforms:
3408 - mac
3409 - linux
3410 - posix
vjpai04e992a2016-02-10 16:58:38 -08003411- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003412 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003413 build: test
3414 language: c++
3415 src:
3416 - test/cpp/common/alarm_cpp_test.cc
3417 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003418 - grpc++_test_util_unsecure
3419 - grpc_test_util_unsecure
3420 - grpc++_unsecure
3421 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003422 - gpr_test_util
3423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003425 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003426 build: test
3427 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003428 src:
3429 - test/cpp/end2end/async_end2end_test.cc
3430 deps:
3431 - grpc++_test_util
3432 - grpc_test_util
3433 - grpc++
3434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003435 - gpr_test_util
3436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003437- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003438 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003439 build: test
3440 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003441 src:
3442 - test/cpp/common/auth_property_iterator_test.cc
3443 deps:
3444 - grpc++_test_util
3445 - grpc_test_util
3446 - grpc++
3447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003448 - gpr_test_util
3449 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003450 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003451- name: bdp_estimator_test
3452 build: test
3453 language: c++
3454 src:
3455 - test/core/transport/bdp_estimator_test.cc
3456 deps:
3457 - grpc++_test_util
3458 - grpc++
3459 - grpc_test_util
3460 - grpc
3461 - gpr_test_util
3462 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003463 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003464- name: bm_arena
3465 build: test
3466 language: c++
3467 src:
3468 - test/cpp/microbenchmarks/bm_arena.cc
3469 deps:
3470 - grpc_benchmark
3471 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003472 - grpc++_test_util_unsecure
3473 - grpc_test_util_unsecure
3474 - grpc++_unsecure
3475 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003476 - gpr_test_util
3477 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003478 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003479 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003480 platforms:
3481 - mac
3482 - linux
3483 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003484 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003485- name: bm_call_create
3486 build: test
3487 language: c++
3488 src:
3489 - test/cpp/microbenchmarks/bm_call_create.cc
3490 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003491 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003492 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003493 - grpc++_test_util_unsecure
3494 - grpc_test_util_unsecure
3495 - grpc++_unsecure
3496 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003497 - gpr_test_util
3498 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003499 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003500 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003501 platforms:
3502 - mac
3503 - linux
3504 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003505 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003506- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003507 build: test
3508 language: c++
3509 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003510 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003511 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003512 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003513 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003514 - grpc++_test_util_unsecure
3515 - grpc_test_util_unsecure
3516 - grpc++_unsecure
3517 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003518 - gpr_test_util
3519 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003520 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003521 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003522 platforms:
3523 - mac
3524 - linux
3525 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003526 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003527- name: bm_chttp2_transport
3528 build: test
3529 language: c++
3530 src:
3531 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3532 deps:
3533 - grpc_benchmark
3534 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003535 - grpc++_test_util_unsecure
3536 - grpc_test_util_unsecure
3537 - grpc++_unsecure
3538 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003539 - gpr_test_util
3540 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003541 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003542 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003543 platforms:
3544 - mac
3545 - linux
3546 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003547- name: bm_closure
3548 build: test
3549 language: c++
3550 src:
3551 - test/cpp/microbenchmarks/bm_closure.cc
3552 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003553 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003554 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003555 - grpc++_test_util_unsecure
3556 - grpc_test_util_unsecure
3557 - grpc++_unsecure
3558 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003559 - gpr_test_util
3560 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003561 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003562 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003563 platforms:
3564 - mac
3565 - linux
3566 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003567- name: bm_cq
3568 build: test
3569 language: c++
3570 src:
3571 - test/cpp/microbenchmarks/bm_cq.cc
3572 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003573 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003574 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003575 - grpc++_test_util_unsecure
3576 - grpc_test_util_unsecure
3577 - grpc++_unsecure
3578 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003579 - gpr_test_util
3580 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003581 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003582 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003583 platforms:
3584 - mac
3585 - linux
3586 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003587- name: bm_cq_multiple_threads
3588 build: test
3589 language: c++
3590 src:
3591 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3592 deps:
3593 - grpc_benchmark
3594 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003595 - grpc++_test_util_unsecure
3596 - grpc_test_util_unsecure
3597 - grpc++_unsecure
3598 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003599 - gpr_test_util
3600 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003601 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003602 defaults: benchmark
3603 platforms:
3604 - mac
3605 - linux
3606 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003607- name: bm_error
3608 build: test
3609 language: c++
3610 src:
3611 - test/cpp/microbenchmarks/bm_error.cc
3612 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003613 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003614 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003615 - grpc++_test_util_unsecure
3616 - grpc_test_util_unsecure
3617 - grpc++_unsecure
3618 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003619 - gpr_test_util
3620 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003621 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003622 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003623 platforms:
3624 - mac
3625 - linux
3626 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003627 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003628- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003629 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003630 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003631 headers:
3632 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003633 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003634 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003635 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003636 - grpc_benchmark
3637 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003638 - grpc++_test_util_unsecure
3639 - grpc_test_util_unsecure
3640 - grpc++_unsecure
3641 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003642 - gpr_test_util
3643 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003644 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003645 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003646 excluded_poll_engines:
3647 - poll
3648 - poll-cv
3649 platforms:
3650 - mac
3651 - linux
3652 - posix
3653 timeout_seconds: 1200
3654- name: bm_fullstack_streaming_pump
3655 build: test
3656 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003657 headers:
3658 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003659 src:
3660 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003661 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003662 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003663 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003664 - grpc++_test_util_unsecure
3665 - grpc_test_util_unsecure
3666 - grpc++_unsecure
3667 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003668 - gpr_test_util
3669 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003670 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003671 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003672 excluded_poll_engines:
3673 - poll
3674 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003675 platforms:
3676 - mac
3677 - linux
3678 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003679 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003680- name: bm_fullstack_trickle
3681 build: test
3682 language: c++
3683 src:
3684 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3685 deps:
3686 - grpc_benchmark
3687 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003688 - grpc++_test_util_unsecure
3689 - grpc_test_util_unsecure
3690 - grpc++_unsecure
3691 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003692 - gpr_test_util
3693 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003694 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003695 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003696 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003697 exclude_configs:
3698 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003699 excluded_poll_engines:
3700 - poll
3701 - poll-cv
3702 platforms:
3703 - mac
3704 - linux
3705 - posix
3706 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003707- name: bm_fullstack_unary_ping_pong
3708 build: test
3709 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003710 headers:
3711 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003712 src:
3713 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3714 deps:
3715 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003716 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003717 - grpc++_test_util_unsecure
3718 - grpc_test_util_unsecure
3719 - grpc++_unsecure
3720 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003721 - gpr_test_util
3722 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003723 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003724 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003725 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003726 - poll
3727 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003728 platforms:
3729 - mac
3730 - linux
3731 - posix
3732 timeout_seconds: 1200
3733- name: bm_metadata
3734 build: test
3735 language: c++
3736 src:
3737 - test/cpp/microbenchmarks/bm_metadata.cc
3738 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003739 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003740 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003741 - grpc++_test_util_unsecure
3742 - grpc_test_util_unsecure
3743 - grpc++_unsecure
3744 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003745 - gpr_test_util
3746 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003747 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003748 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003749 platforms:
3750 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003751 - linux
3752 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003753 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003754- name: bm_pollset
3755 build: test
3756 language: c++
3757 src:
3758 - test/cpp/microbenchmarks/bm_pollset.cc
3759 deps:
3760 - grpc_benchmark
3761 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003762 - grpc++_test_util_unsecure
3763 - grpc_test_util_unsecure
3764 - grpc++_unsecure
3765 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003766 - gpr_test_util
3767 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003768 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003769 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003770 platforms:
3771 - mac
3772 - linux
3773 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003774- name: channel_arguments_test
3775 gtest: true
3776 build: test
3777 language: c++
3778 src:
3779 - test/cpp/common/channel_arguments_test.cc
3780 deps:
3781 - grpc++
3782 - grpc
3783 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003784 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003785- name: channel_filter_test
3786 gtest: true
3787 build: test
3788 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003789 src:
3790 - test/cpp/common/channel_filter_test.cc
3791 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003792 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003793 - grpc
3794 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003795 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003796- name: cli_call_test
3797 gtest: true
3798 build: test
3799 language: c++
3800 src:
Craig Tiller25834342015-09-25 08:08:24 -07003801 - test/cpp/util/cli_call_test.cc
3802 deps:
3803 - grpc_cli_libs
3804 - grpc++_test_util
3805 - grpc_test_util
3806 - grpc++
3807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003808 - gpr_test_util
3809 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003810- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003811 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003812 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003813 build: test
3814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003815 src:
3816 - test/cpp/end2end/client_crash_test.cc
3817 deps:
3818 - grpc++_test_util
3819 - grpc_test_util
3820 - grpc++
3821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003822 - gpr_test_util
3823 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003824 platforms:
3825 - mac
3826 - linux
3827 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003828- name: client_crash_test_server
3829 build: test
3830 run: false
3831 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003832 src:
3833 - test/cpp/end2end/client_crash_test_server.cc
3834 deps:
3835 - grpc++_test_util
3836 - grpc_test_util
3837 - grpc++
3838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003839 - gpr_test_util
3840 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003841- name: client_lb_end2end_test
3842 gtest: true
3843 build: test
3844 language: c++
3845 src:
3846 - test/cpp/end2end/client_lb_end2end_test.cc
3847 deps:
3848 - grpc++_test_util
3849 - grpc_test_util
3850 - grpc++
3851 - grpc
3852 - gpr_test_util
3853 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003854- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003855 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003856 build: test
3857 language: c++
3858 src:
3859 - src/proto/grpc/testing/control.proto
3860 - src/proto/grpc/testing/messages.proto
3861 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003862 - src/proto/grpc/testing/services.proto
3863 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003864 - test/cpp/codegen/codegen_test_full.cc
3865 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003866 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003867 - grpc++
3868 - grpc
3869 - gpr
3870 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003871 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003872 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003873- name: codegen_test_minimal
3874 gtest: true
3875 build: test
3876 language: c++
3877 src:
3878 - src/proto/grpc/testing/control.proto
3879 - src/proto/grpc/testing/messages.proto
3880 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003881 - src/proto/grpc/testing/services.proto
3882 - src/proto/grpc/testing/stats.proto
3883 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003884 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003885 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003886 - grpc
3887 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003888 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003889 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003890 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003891 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003892- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003893 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003894 build: test
3895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003896 src:
3897 - test/cpp/client/credentials_test.cc
3898 deps:
3899 - grpc++
3900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003902- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003903 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003904 build: test
3905 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003906 src:
3907 - test/cpp/util/byte_buffer_test.cc
3908 deps:
3909 - grpc_test_util
3910 - grpc++
3911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003912 - gpr_test_util
3913 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003914 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003915- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003916 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003917 build: test
3918 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003919 src:
3920 - test/cpp/util/slice_test.cc
3921 deps:
3922 - grpc_test_util
3923 - grpc++
3924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003925 - gpr_test_util
3926 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003927 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003929 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003930 build: test
3931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003932 src:
3933 - test/cpp/util/string_ref_test.cc
3934 deps:
3935 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003936 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003937 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003938- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003939 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003940 build: test
3941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003942 src:
3943 - test/cpp/util/time_test.cc
3944 deps:
3945 - grpc_test_util
3946 - grpc++
3947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003948 - gpr_test_util
3949 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003950 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003951- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003952 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003953 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003954 build: test
3955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003956 src:
3957 - test/cpp/end2end/end2end_test.cc
3958 deps:
3959 - grpc++_test_util
3960 - grpc_test_util
3961 - grpc++
3962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003963 - gpr_test_util
3964 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003965- name: error_details_test
3966 gtest: true
3967 build: test
3968 language: c++
3969 src:
3970 - src/proto/grpc/testing/echo_messages.proto
3971 - test/cpp/util/error_details_test.cc
3972 deps:
3973 - grpc++_error_details
3974 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003975- name: filter_end2end_test
3976 gtest: true
3977 build: test
3978 language: c++
3979 src:
3980 - test/cpp/end2end/filter_end2end_test.cc
3981 deps:
3982 - grpc++_test_util
3983 - grpc_test_util
3984 - grpc++
3985 - grpc
3986 - gpr_test_util
3987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003988- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003989 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990 build: test
3991 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003992 src:
3993 - test/cpp/end2end/generic_end2end_test.cc
3994 deps:
3995 - grpc++_test_util
3996 - grpc_test_util
3997 - grpc++
3998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003999 - gpr_test_util
4000 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004001- name: golden_file_test
4002 gtest: true
4003 build: test
4004 language: c++
4005 src:
4006 - src/proto/grpc/testing/compiler_test.proto
4007 - test/cpp/codegen/golden_file_test.cc
4008 deps:
4009 - grpc++
4010 - grpc
4011 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004012 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004013 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004014 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004015- name: grpc_cli
4016 build: test
4017 run: false
4018 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004019 src:
4020 - test/cpp/util/grpc_cli.cc
4021 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004022 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004023 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004024 - grpc++
4025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004026 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004027 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004028- name: grpc_cpp_plugin
4029 build: protoc
4030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004031 src:
4032 - src/compiler/cpp_plugin.cc
4033 deps:
4034 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004035 secure: false
4036 vs_config_type: Application
4037 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4038- name: grpc_csharp_plugin
4039 build: protoc
4040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004041 src:
4042 - src/compiler/csharp_plugin.cc
4043 deps:
4044 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004045 secure: false
4046 vs_config_type: Application
4047 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004048- name: grpc_node_plugin
4049 build: protoc
4050 language: c++
4051 src:
4052 - src/compiler/node_plugin.cc
4053 deps:
4054 - grpc_plugin_support
4055 secure: false
4056 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004057- name: grpc_objective_c_plugin
4058 build: protoc
4059 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004060 src:
4061 - src/compiler/objective_c_plugin.cc
4062 deps:
4063 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004064 secure: false
4065 vs_config_type: Application
4066 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004067- name: grpc_php_plugin
4068 build: protoc
4069 language: c++
4070 src:
4071 - src/compiler/php_plugin.cc
4072 deps:
4073 - grpc_plugin_support
4074 secure: false
4075 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004076- name: grpc_python_plugin
4077 build: protoc
4078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004079 src:
4080 - src/compiler/python_plugin.cc
4081 deps:
4082 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004083 secure: false
4084 vs_config_type: Application
4085 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4086- name: grpc_ruby_plugin
4087 build: protoc
4088 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004089 src:
4090 - src/compiler/ruby_plugin.cc
4091 deps:
4092 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004093 secure: false
4094 vs_config_type: Application
4095 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004096- name: grpc_tool_test
4097 gtest: true
4098 build: test
4099 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004100 src:
4101 - src/proto/grpc/testing/echo.proto
4102 - src/proto/grpc/testing/echo_messages.proto
4103 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004104 deps:
4105 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004106 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004107 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004108 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004109 - grpc_test_util
4110 - grpc++
4111 - grpc
4112 - gpr_test_util
4113 - gpr
4114 filegroups:
4115 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004116- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004117 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004118 build: test
4119 language: c++
4120 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004121 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004122 - test/cpp/grpclb/grpclb_api_test.cc
4123 deps:
4124 - grpc++_test_util
4125 - grpc_test_util
4126 - grpc++
4127 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004128- name: grpclb_end2end_test
4129 gtest: true
4130 build: test
4131 language: c++
4132 src:
4133 - src/proto/grpc/lb/v1/load_balancer.proto
4134 - test/cpp/end2end/grpclb_end2end_test.cc
4135 deps:
4136 - grpc++_test_util
4137 - grpc_test_util
4138 - grpc++
4139 - grpc
4140 - gpr_test_util
4141 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004142- name: grpclb_test
4143 gtest: false
4144 build: test
4145 language: c++
4146 src:
4147 - src/proto/grpc/lb/v1/load_balancer.proto
4148 - test/cpp/grpclb/grpclb_test.cc
4149 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004150 - grpc++_test_util
4151 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004152 - grpc++
4153 - grpc
4154 - gpr_test_util
4155 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004156- name: h2_ssl_cert_test
4157 gtest: true
4158 build: test
4159 language: c++
4160 headers:
4161 - test/core/end2end/end2end_tests.h
4162 src:
4163 - test/core/end2end/h2_ssl_cert_test.cc
4164 deps:
4165 - grpc_test_util
4166 - grpc++
4167 - grpc
4168 - gpr_test_util
4169 - gpr
4170 uses:
4171 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004172- name: health_service_end2end_test
4173 gtest: true
4174 build: test
4175 language: c++
4176 src:
4177 - test/cpp/end2end/health_service_end2end_test.cc
4178 deps:
4179 - grpc++_test_util
4180 - grpc_test_util
4181 - grpc++
4182 - grpc
4183 - gpr_test_util
4184 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004185- name: http2_client
4186 build: test
4187 run: false
4188 language: c++
4189 src: []
4190 deps:
4191 - http2_client_main
4192 - grpc++_test_util
4193 - grpc_test_util
4194 - grpc++
4195 - grpc
4196 - grpc++_test_config
4197 platforms:
4198 - mac
4199 - linux
4200 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004201- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004202 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004203 build: test
4204 language: c++
4205 src:
4206 - test/cpp/end2end/hybrid_end2end_test.cc
4207 deps:
4208 - grpc++_test_util
4209 - grpc_test_util
4210 - grpc++
4211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004212 - gpr_test_util
4213 - gpr
Vijay Pai088112f2017-08-24 10:42:27 -07004214- name: inproc_sync_unary_ping_pong_test
4215 build: test
4216 language: c++
4217 src:
4218 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4219 deps:
4220 - qps
4221 - grpc++_core_stats
4222 - grpc++_test_util
4223 - grpc_test_util
4224 - grpc++
4225 - grpc
4226 - gpr_test_util
4227 - gpr
4228 - grpc++_test_config
4229 platforms:
4230 - mac
4231 - linux
4232 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004233- name: interop_client
4234 build: test
4235 run: false
4236 language: c++
4237 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004238 deps:
4239 - interop_client_main
4240 - interop_client_helper
4241 - grpc++_test_util
4242 - grpc_test_util
4243 - grpc++
4244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004245 - gpr_test_util
4246 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004247 - grpc++_test_config
4248 platforms:
4249 - mac
4250 - linux
4251 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004252- name: interop_server
4253 build: test
4254 run: false
4255 language: c++
4256 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004257 deps:
4258 - interop_server_main
4259 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004260 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004261 - grpc++_test_util
4262 - grpc_test_util
4263 - grpc++
4264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004265 - gpr_test_util
4266 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004267 - grpc++_test_config
4268 platforms:
4269 - mac
4270 - linux
4271 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004272- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004273 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004274 build: test
4275 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004276 src:
4277 - test/cpp/interop/interop_test.cc
4278 deps:
4279 - grpc_test_util
4280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004281 - gpr_test_util
4282 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004283 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004284 platforms:
4285 - mac
4286 - linux
4287 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004288- name: json_run_localhost
4289 build: test
4290 run: false
4291 language: c++
4292 src:
4293 - test/cpp/qps/json_run_localhost.cc
4294 deps:
4295 - grpc++_test_util
4296 - grpc_test_util
4297 - grpc++
4298 - grpc
4299 - gpr_test_util
4300 - gpr
4301 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004302 platforms:
4303 - mac
4304 - linux
4305 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004306- name: memory_test
4307 gtest: true
4308 build: test
4309 language: c++
4310 src:
4311 - test/core/support/memory_test.cc
4312 deps:
4313 - grpc_test_util
4314 - grpc++
4315 - grpc
4316 - gpr_test_util
4317 - gpr
4318 uses:
4319 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004320 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004321- name: metrics_client
4322 build: test
4323 run: false
4324 language: c++
4325 headers:
4326 - test/cpp/util/metrics_server.h
4327 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004328 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004329 - test/cpp/interop/metrics_client.cc
4330 deps:
4331 - grpc++
4332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004333 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004334 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004335- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004336 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004337 build: test
4338 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004339 headers:
4340 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004341 src:
4342 - test/cpp/end2end/mock_test.cc
4343 deps:
4344 - grpc++_test_util
4345 - grpc_test_util
4346 - grpc++
4347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004348 - gpr_test_util
4349 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004350- name: noop-benchmark
4351 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004352 language: c++
4353 src:
4354 - test/cpp/microbenchmarks/noop-benchmark.cc
4355 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004356 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004357 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004358- name: proto_server_reflection_test
4359 gtest: true
4360 build: test
4361 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004362 src:
4363 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004364 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004365 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004366 - grpc++_reflection
4367 - grpc++_test_util
4368 - grpc_test_util
4369 - grpc++
4370 - grpc
4371 - gpr_test_util
4372 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004373- name: proto_utils_test
4374 gtest: true
4375 build: test
4376 language: c++
4377 src:
4378 - test/cpp/codegen/proto_utils_test.cc
4379 deps:
4380 - grpc++
4381 - grpc
4382 filegroups:
4383 - grpc++_codegen_base
4384 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004385 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004386- name: qps_interarrival_test
4387 build: test
4388 run: false
4389 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004390 src:
4391 - test/cpp/qps/qps_interarrival_test.cc
4392 deps:
4393 - qps
4394 - grpc++_test_util
4395 - grpc_test_util
4396 - grpc++
4397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004398 - gpr_test_util
4399 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004400 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004401 platforms:
4402 - mac
4403 - linux
4404 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004405 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004406- name: qps_json_driver
4407 build: test
4408 run: false
4409 language: c++
4410 src:
4411 - test/cpp/qps/qps_json_driver.cc
4412 deps:
4413 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004414 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004415 - grpc++_test_util
4416 - grpc_test_util
4417 - grpc++
4418 - grpc
4419 - gpr_test_util
4420 - gpr
4421 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004422- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004423 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004424 build: test
4425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004426 src:
4427 - test/cpp/qps/qps_openloop_test.cc
4428 deps:
4429 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004430 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004431 - grpc++_test_util
4432 - grpc_test_util
4433 - grpc++
4434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004435 - gpr_test_util
4436 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004437 - grpc++_test_config
4438 platforms:
4439 - mac
4440 - linux
4441 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004442- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004443 build: test
4444 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004445 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004446 headers:
4447 - test/cpp/qps/client.h
4448 - test/cpp/qps/server.h
4449 src:
4450 - test/cpp/qps/worker.cc
4451 deps:
4452 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004453 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004454 - grpc++_test_util
4455 - grpc_test_util
4456 - grpc++
4457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004458 - gpr_test_util
4459 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004460 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004461- name: reconnect_interop_client
4462 build: test
4463 run: false
4464 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004465 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004466 - src/proto/grpc/testing/empty.proto
4467 - src/proto/grpc/testing/messages.proto
4468 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004469 - test/cpp/interop/reconnect_interop_client.cc
4470 deps:
4471 - grpc++_test_util
4472 - grpc_test_util
4473 - grpc++
4474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004475 - gpr_test_util
4476 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004477 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004478- name: reconnect_interop_server
4479 build: test
4480 run: false
4481 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004482 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004483 - src/proto/grpc/testing/empty.proto
4484 - src/proto/grpc/testing/messages.proto
4485 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004486 - test/cpp/interop/reconnect_interop_server.cc
4487 deps:
4488 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004489 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004490 - grpc++_test_util
4491 - grpc_test_util
4492 - grpc++
4493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004494 - gpr_test_util
4495 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004496 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004497- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004498 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004499 build: test
4500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004501 src:
4502 - test/cpp/common/secure_auth_context_test.cc
4503 deps:
4504 - grpc++_test_util
4505 - grpc_test_util
4506 - grpc++
4507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004508 - gpr_test_util
4509 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004510- name: secure_sync_unary_ping_pong_test
4511 build: test
4512 language: c++
4513 src:
4514 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4515 deps:
4516 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004517 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004518 - grpc++_test_util
4519 - grpc_test_util
4520 - grpc++
4521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004522 - gpr_test_util
4523 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004524 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004525 platforms:
4526 - mac
4527 - linux
4528 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004529- name: server_builder_plugin_test
4530 gtest: true
4531 build: test
4532 language: c++
4533 src:
4534 - test/cpp/end2end/server_builder_plugin_test.cc
4535 deps:
4536 - grpc++_test_util
4537 - grpc_test_util
4538 - grpc++
4539 - grpc
4540 - gpr_test_util
4541 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004542- name: server_builder_test
4543 gtest: true
4544 build: test
4545 language: c++
4546 src:
4547 - src/proto/grpc/testing/echo_messages.proto
4548 - src/proto/grpc/testing/echo.proto
4549 - test/cpp/server/server_builder_test.cc
4550 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004551 - grpc++_test_util_unsecure
4552 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004553 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004554 - grpc++_unsecure
4555 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004556 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004557- name: server_context_test_spouse_test
4558 gtest: true
4559 build: test
4560 language: c++
4561 src:
4562 - test/cpp/test/server_context_test_spouse_test.cc
4563 deps:
4564 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004565 - grpc++
4566 - grpc
4567 - gpr_test_util
4568 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004569 uses:
4570 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004571- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004572 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004573 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004574 build: test
4575 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004576 src:
4577 - test/cpp/end2end/server_crash_test.cc
4578 deps:
4579 - grpc++_test_util
4580 - grpc_test_util
4581 - grpc++
4582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004583 - gpr_test_util
4584 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004585 platforms:
4586 - mac
4587 - linux
4588 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004589- name: server_crash_test_client
4590 build: test
4591 run: false
4592 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004593 src:
4594 - test/cpp/end2end/server_crash_test_client.cc
4595 deps:
4596 - grpc++_test_util
4597 - grpc_test_util
4598 - grpc++
4599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004600 - gpr_test_util
4601 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004602- name: server_request_call_test
4603 gtest: true
4604 build: test
4605 language: c++
4606 src:
4607 - src/proto/grpc/testing/echo_messages.proto
4608 - src/proto/grpc/testing/echo.proto
4609 - test/cpp/server/server_request_call_test.cc
4610 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004611 - grpc++_test_util_unsecure
4612 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004613 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004614 - grpc++_unsecure
4615 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004616 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004617- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004618 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004619 build: test
4620 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004621 src:
4622 - test/cpp/end2end/shutdown_test.cc
4623 deps:
4624 - grpc++_test_util
4625 - grpc_test_util
4626 - grpc++
4627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004628 - gpr_test_util
4629 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004630- name: stats_test
4631 gtest: true
4632 build: test
4633 language: c++
4634 src:
4635 - test/core/debug/stats_test.cc
4636 deps:
4637 - grpc++_test_util
4638 - grpc_test_util
4639 - grpc
4640 - gpr_test_util
4641 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004642 exclude_configs:
4643 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004644 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004645 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004646- name: status_test
4647 build: test
4648 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004649 src:
4650 - test/cpp/util/status_test.cc
4651 deps:
4652 - grpc_test_util
4653 - grpc++
4654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004655 - gpr_test_util
4656 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004657 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004658- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004659 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004660 build: test
4661 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004662 src:
4663 - test/cpp/end2end/streaming_throughput_test.cc
4664 deps:
4665 - grpc++_test_util
4666 - grpc_test_util
4667 - grpc++
4668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004669 - gpr_test_util
4670 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004671 platforms:
4672 - mac
4673 - linux
4674 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004675- name: stress_test
4676 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004677 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004678 language: c++
4679 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004680 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004681 - test/cpp/interop/interop_client.h
4682 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004683 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004684 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004685 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004686 - src/proto/grpc/testing/empty.proto
4687 - src/proto/grpc/testing/messages.proto
4688 - src/proto/grpc/testing/metrics.proto
4689 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004690 - test/cpp/interop/interop_client.cc
4691 - test/cpp/interop/stress_interop_client.cc
4692 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004693 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004694 deps:
4695 - grpc++_test_util
4696 - grpc_test_util
4697 - grpc++
4698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004699 - gpr_test_util
4700 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004701 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004702- name: thread_manager_test
4703 build: test
4704 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004705 src:
4706 - test/cpp/thread_manager/thread_manager_test.cc
4707 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004708 - grpc++_unsecure
4709 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004710 - gpr
4711 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004712- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004713 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004714 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004715 build: test
4716 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004717 src:
4718 - test/cpp/end2end/thread_stress_test.cc
4719 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004720 - grpc++_test_util_unsecure
4721 - grpc_test_util_unsecure
4722 - grpc++_unsecure
4723 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004724 - gpr_test_util
4725 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004726- name: transport_pid_controller_test
4727 build: test
4728 language: c++
4729 src:
4730 - test/core/transport/pid_controller_test.cc
4731 deps:
4732 - grpc++_test_util
4733 - grpc++
4734 - grpc_test_util
4735 - grpc
4736 - gpr_test_util
4737 - gpr
Craig Tillerb7a8cac2017-10-05 09:50:18 -07004738- name: vector_test
4739 gtest: true
4740 build: test
4741 language: c++
4742 src:
4743 - test/core/support/vector_test.cc
4744 deps:
4745 - grpc_test_util
4746 - grpc++
4747 - grpc
4748 - gpr_test_util
4749 - gpr
4750 uses:
4751 - grpc++_test
Craig Tiller9a3997c2017-01-30 13:22:33 -08004752- name: writes_per_rpc_test
4753 gtest: true
4754 cpu_cost: 0.5
4755 build: test
4756 language: c++
4757 src:
4758 - test/cpp/performance/writes_per_rpc_test.cc
4759 deps:
4760 - grpc++_test_util
4761 - grpc_test_util
4762 - grpc++
4763 - grpc
4764 - gpr_test_util
4765 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004766 platforms:
4767 - mac
4768 - linux
4769 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004770- name: public_headers_must_be_c89
4771 build: test
4772 language: c89
4773 src:
4774 - test/core/surface/public_headers_must_be_c89.c
4775 deps:
4776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004778vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004779- linkage: static
4780 name: grpc.dependencies.zlib
4781 props: false
4782 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004783 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004784- linkage: static
4785 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004786 props: true
4787 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004788 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004789- name: gflags
4790 props: false
4791 redist: false
4792 version: 2.1.2.1
4793- name: gtest
4794 props: false
4795 redist: false
4796 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004797configs:
4798 asan:
4799 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004800 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4801 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004802 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004803 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004804 LDFLAGS: -fsanitize=address
4805 LDXX: clang++
4806 compile_the_world: true
4807 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004808 ASAN_OPTIONS: detect_leaks=1:color=always
4809 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004810 asan-noleaks:
4811 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004812 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4813 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004814 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004815 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004816 LDFLAGS: -fsanitize=address
4817 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004818 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004819 test_environ:
4820 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004821 asan-trace-cmp:
4822 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004823 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4824 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004825 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004826 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004827 LDFLAGS: -fsanitize=address
4828 LDXX: clang++
4829 compile_the_world: true
4830 test_environ:
4831 ASAN_OPTIONS: detect_leaks=1:color=always
4832 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004833 basicprof:
4834 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4835 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004836 c++-compat:
4837 CFLAGS: -Wc++-compat
4838 CPPFLAGS: -O0
4839 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004840 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004841 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004842 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004843 dbg:
4844 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004845 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004846 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004847 gcov:
4848 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004849 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004850 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004851 DEFINES: _DEBUG DEBUG GPR_GCOV
4852 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004853 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004854 LDXX: g++
4855 helgrind:
4856 CPPFLAGS: -O0
4857 DEFINES: _DEBUG DEBUG
4858 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004859 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004860 lto:
4861 CPPFLAGS: -O2
4862 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004863 memcheck:
4864 CPPFLAGS: -O0
4865 DEFINES: _DEBUG DEBUG
4866 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004867 valgrind: --tool=memcheck --leak-check=full
4868 msan:
4869 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004870 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4871 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4872 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004873 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004874 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004875 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004876 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4877 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4878 LDXX: clang++
4879 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004880 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004881 CPPFLAGS: -O3 -fno-omit-frame-pointer
4882 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004883 LDFLAGS: -rdynamic
4884 opt:
4885 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004886 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004887 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004888 stapprof:
4889 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4890 DEFINES: NDEBUG
4891 tsan:
4892 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004893 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004894 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004895 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004896 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004897 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004898 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004899 LDXX: clang++
4900 compile_the_world: true
4901 test_environ:
4902 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004903 ubsan:
4904 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004905 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4906 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004907 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004908 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004909 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004910 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004911 LDXX: clang++
4912 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004913 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004914 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004915defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004916 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004917 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4918 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07004919 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
4920 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
4921 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4922 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
4923 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004924 benchmark:
4925 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004926 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004927 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004928 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004929 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004930 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004931 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004932 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Craig Tillerb7a8cac2017-10-05 09:50:18 -07004933 -Ithird_party/abseil-cpp
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004934 LDFLAGS: -g
4935 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004936 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004937 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08004938openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004939 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004940 extraction_dir: openssl-1.0.2f
4941 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004942php_config_m4:
4943 deps:
4944 - grpc
4945 - gpr
4946 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004947 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004948 headers:
4949 - src/php/ext/grpc/byte_buffer.h
4950 - src/php/ext/grpc/call.h
4951 - src/php/ext/grpc/call_credentials.h
4952 - src/php/ext/grpc/channel.h
4953 - src/php/ext/grpc/channel_credentials.h
4954 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004955 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004956 - src/php/ext/grpc/php_grpc.h
4957 - src/php/ext/grpc/server.h
4958 - src/php/ext/grpc/server_credentials.h
4959 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004960 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004961 src:
4962 - src/php/ext/grpc/byte_buffer.c
4963 - src/php/ext/grpc/call.c
4964 - src/php/ext/grpc/call_credentials.c
4965 - src/php/ext/grpc/channel.c
4966 - src/php/ext/grpc/channel_credentials.c
4967 - src/php/ext/grpc/completion_queue.c
4968 - src/php/ext/grpc/php_grpc.c
4969 - src/php/ext/grpc/server.c
4970 - src/php/ext/grpc/server_credentials.c
4971 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004972python_dependencies:
4973 deps:
4974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004975 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004976 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004977 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004978 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004979ruby_gem:
4980 deps:
4981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004982 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004983 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004984 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004985 - z