blob: 5ef628e1bc87c166c787adaaa992daa8b04769f5 [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
Mehrdad Afsharid1915a92018-01-19 14:23:17 -080016 g_stands_for: glamorous
17 version: 1.10.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:
Mark D. Rothdbdf4952018-01-18 11:21:12 -080029 - src/core/lib/gpr/alloc.cc
30 - src/core/lib/gpr/arena.cc
31 - src/core/lib/gpr/atm.cc
32 - src/core/lib/gpr/avl.cc
33 - src/core/lib/gpr/cmdline.cc
34 - src/core/lib/gpr/cpu_iphone.cc
35 - src/core/lib/gpr/cpu_linux.cc
36 - src/core/lib/gpr/cpu_posix.cc
37 - src/core/lib/gpr/cpu_windows.cc
38 - src/core/lib/gpr/env_linux.cc
39 - src/core/lib/gpr/env_posix.cc
40 - src/core/lib/gpr/env_windows.cc
41 - src/core/lib/gpr/fork.cc
42 - src/core/lib/gpr/host_port.cc
43 - src/core/lib/gpr/log.cc
44 - src/core/lib/gpr/log_android.cc
45 - src/core/lib/gpr/log_linux.cc
46 - src/core/lib/gpr/log_posix.cc
47 - src/core/lib/gpr/log_windows.cc
48 - src/core/lib/gpr/mpscq.cc
49 - src/core/lib/gpr/murmur_hash.cc
50 - src/core/lib/gpr/string.cc
51 - src/core/lib/gpr/string_posix.cc
52 - src/core/lib/gpr/string_util_windows.cc
53 - src/core/lib/gpr/string_windows.cc
54 - src/core/lib/gpr/subprocess_posix.cc
55 - src/core/lib/gpr/subprocess_windows.cc
56 - src/core/lib/gpr/sync.cc
57 - src/core/lib/gpr/sync_posix.cc
58 - src/core/lib/gpr/sync_windows.cc
59 - src/core/lib/gpr/thd.cc
60 - src/core/lib/gpr/thd_posix.cc
61 - src/core/lib/gpr/thd_windows.cc
62 - src/core/lib/gpr/time.cc
63 - src/core/lib/gpr/time_posix.cc
64 - src/core/lib/gpr/time_precise.cc
65 - src/core/lib/gpr/time_windows.cc
66 - src/core/lib/gpr/tls_pthread.cc
67 - src/core/lib/gpr/tmpfile_msys.cc
68 - src/core/lib/gpr/tmpfile_posix.cc
69 - src/core/lib/gpr/tmpfile_windows.cc
70 - src/core/lib/gpr/wrap_memcpy.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070071 - src/core/lib/profiling/basic_timers.cc
72 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070073 uses:
Vijay Pai42807252017-07-28 15:08:24 -070074 - gpr_base_headers
75- name: gpr_base_headers
76 public_headers:
77 - include/grpc/support/alloc.h
78 - include/grpc/support/atm.h
79 - include/grpc/support/atm_gcc_atomic.h
80 - include/grpc/support/atm_gcc_sync.h
81 - include/grpc/support/atm_windows.h
82 - include/grpc/support/avl.h
83 - include/grpc/support/cmdline.h
84 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -070085 - include/grpc/support/host_port.h
86 - include/grpc/support/log.h
87 - include/grpc/support/log_windows.h
88 - include/grpc/support/port_platform.h
89 - include/grpc/support/string_util.h
90 - include/grpc/support/subprocess.h
91 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070092 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070093 - include/grpc/support/sync_generic.h
94 - include/grpc/support/sync_posix.h
95 - include/grpc/support/sync_windows.h
96 - include/grpc/support/thd.h
97 - include/grpc/support/time.h
98 - include/grpc/support/tls.h
99 - include/grpc/support/tls_gcc.h
100 - include/grpc/support/tls_msvc.h
101 - include/grpc/support/tls_pthread.h
102 - include/grpc/support/useful.h
103 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800104 - src/core/lib/gpr/arena.h
105 - src/core/lib/gpr/env.h
106 - src/core/lib/gpr/fork.h
107 - src/core/lib/gpr/mpscq.h
108 - src/core/lib/gpr/murmur_hash.h
109 - src/core/lib/gpr/spinlock.h
110 - src/core/lib/gpr/string.h
111 - src/core/lib/gpr/string_windows.h
112 - src/core/lib/gpr/thd_internal.h
113 - src/core/lib/gpr/time_precise.h
114 - src/core/lib/gpr/tmpfile.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800115 - src/core/lib/gprpp/abstract.h
116 - src/core/lib/gprpp/atomic.h
117 - src/core/lib/gprpp/atomic_with_atm.h
118 - src/core/lib/gprpp/atomic_with_std.h
119 - src/core/lib/gprpp/manual_constructor.h
120 - src/core/lib/gprpp/memory.h
Vijay Pai42807252017-07-28 15:08:24 -0700121 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700122 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
Ken Payson9714e032017-10-10 11:18:49 -0700130 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800131 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700132 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800133 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800134 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700135 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800136 - include/grpc/impl/codegen/sync_generic.h
137 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700139- name: grpc++_base
140 deps:
141 - grpc
142 uses:
143 - grpc++_common
144 - grpc++_codegen_base
145- name: grpc++_base_unsecure
146 deps:
147 - grpc_unsecure
148 uses:
149 - grpc++_common
150 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700151- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700152 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700153 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700154 - src/core/lib/channel/channel_args.cc
155 - src/core/lib/channel/channel_stack.cc
156 - src/core/lib/channel/channel_stack_builder.cc
157 - src/core/lib/channel/connected_channel.cc
158 - src/core/lib/channel/handshaker.cc
159 - src/core/lib/channel/handshaker_factory.cc
160 - src/core/lib/channel/handshaker_registry.cc
161 - src/core/lib/compression/compression.cc
162 - src/core/lib/compression/message_compress.cc
163 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700164 - src/core/lib/compression/stream_compression_gzip.cc
165 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700166 - src/core/lib/debug/stats.cc
167 - src/core/lib/debug/stats_data.cc
168 - src/core/lib/http/format_request.cc
169 - src/core/lib/http/httpcli.cc
170 - src/core/lib/http/parser.cc
171 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700172 - src/core/lib/iomgr/combiner.cc
173 - src/core/lib/iomgr/endpoint.cc
174 - src/core/lib/iomgr/endpoint_pair_posix.cc
175 - src/core/lib/iomgr/endpoint_pair_uv.cc
176 - src/core/lib/iomgr/endpoint_pair_windows.cc
177 - src/core/lib/iomgr/error.cc
178 - src/core/lib/iomgr/ev_epoll1_linux.cc
179 - src/core/lib/iomgr/ev_epollex_linux.cc
180 - src/core/lib/iomgr/ev_epollsig_linux.cc
181 - src/core/lib/iomgr/ev_poll_posix.cc
182 - src/core/lib/iomgr/ev_posix.cc
183 - src/core/lib/iomgr/ev_windows.cc
184 - src/core/lib/iomgr/exec_ctx.cc
185 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100186 - src/core/lib/iomgr/fork_posix.cc
187 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700188 - src/core/lib/iomgr/gethostname_fallback.cc
189 - src/core/lib/iomgr/gethostname_host_name_max.cc
190 - src/core/lib/iomgr/gethostname_sysconf.cc
191 - src/core/lib/iomgr/iocp_windows.cc
192 - src/core/lib/iomgr/iomgr.cc
193 - src/core/lib/iomgr/iomgr_posix.cc
194 - src/core/lib/iomgr/iomgr_uv.cc
195 - src/core/lib/iomgr/iomgr_windows.cc
196 - src/core/lib/iomgr/is_epollexclusive_available.cc
197 - src/core/lib/iomgr/load_file.cc
198 - src/core/lib/iomgr/lockfree_event.cc
199 - src/core/lib/iomgr/network_status_tracker.cc
200 - src/core/lib/iomgr/polling_entity.cc
201 - src/core/lib/iomgr/pollset_set_uv.cc
202 - src/core/lib/iomgr/pollset_set_windows.cc
203 - src/core/lib/iomgr/pollset_uv.cc
204 - src/core/lib/iomgr/pollset_windows.cc
205 - src/core/lib/iomgr/resolve_address_posix.cc
206 - src/core/lib/iomgr/resolve_address_uv.cc
207 - src/core/lib/iomgr/resolve_address_windows.cc
208 - src/core/lib/iomgr/resource_quota.cc
209 - src/core/lib/iomgr/sockaddr_utils.cc
210 - src/core/lib/iomgr/socket_factory_posix.cc
211 - src/core/lib/iomgr/socket_mutator.cc
212 - src/core/lib/iomgr/socket_utils_common_posix.cc
213 - src/core/lib/iomgr/socket_utils_linux.cc
214 - src/core/lib/iomgr/socket_utils_posix.cc
215 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700216 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700217 - src/core/lib/iomgr/socket_windows.cc
218 - src/core/lib/iomgr/tcp_client_posix.cc
219 - src/core/lib/iomgr/tcp_client_uv.cc
220 - src/core/lib/iomgr/tcp_client_windows.cc
221 - src/core/lib/iomgr/tcp_posix.cc
222 - src/core/lib/iomgr/tcp_server_posix.cc
223 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
224 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
225 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
226 - src/core/lib/iomgr/tcp_server_uv.cc
227 - src/core/lib/iomgr/tcp_server_windows.cc
228 - src/core/lib/iomgr/tcp_uv.cc
229 - src/core/lib/iomgr/tcp_windows.cc
230 - src/core/lib/iomgr/time_averaged_stats.cc
231 - src/core/lib/iomgr/timer_generic.cc
232 - src/core/lib/iomgr/timer_heap.cc
233 - src/core/lib/iomgr/timer_manager.cc
234 - src/core/lib/iomgr/timer_uv.cc
235 - src/core/lib/iomgr/udp_server.cc
236 - src/core/lib/iomgr/unix_sockets_posix.cc
237 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
238 - src/core/lib/iomgr/wakeup_fd_cv.cc
239 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
240 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
241 - src/core/lib/iomgr/wakeup_fd_pipe.cc
242 - src/core/lib/iomgr/wakeup_fd_posix.cc
243 - src/core/lib/json/json.cc
244 - src/core/lib/json/json_reader.cc
245 - src/core/lib/json/json_string.cc
246 - src/core/lib/json/json_writer.cc
247 - src/core/lib/slice/b64.cc
248 - src/core/lib/slice/percent_encoding.cc
249 - src/core/lib/slice/slice.cc
250 - src/core/lib/slice/slice_buffer.cc
251 - src/core/lib/slice/slice_hash_table.cc
252 - src/core/lib/slice/slice_intern.cc
253 - src/core/lib/slice/slice_string_helpers.cc
254 - src/core/lib/surface/alarm.cc
255 - src/core/lib/surface/api_trace.cc
256 - src/core/lib/surface/byte_buffer.cc
257 - src/core/lib/surface/byte_buffer_reader.cc
258 - src/core/lib/surface/call.cc
259 - src/core/lib/surface/call_details.cc
260 - src/core/lib/surface/call_log_batch.cc
261 - src/core/lib/surface/channel.cc
262 - src/core/lib/surface/channel_init.cc
263 - src/core/lib/surface/channel_ping.cc
264 - src/core/lib/surface/channel_stack_type.cc
265 - src/core/lib/surface/completion_queue.cc
266 - src/core/lib/surface/completion_queue_factory.cc
267 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700268 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700269 - src/core/lib/surface/metadata_array.cc
270 - src/core/lib/surface/server.cc
271 - src/core/lib/surface/validate_metadata.cc
272 - src/core/lib/surface/version.cc
273 - src/core/lib/transport/bdp_estimator.cc
274 - src/core/lib/transport/byte_stream.cc
275 - src/core/lib/transport/connectivity_state.cc
276 - src/core/lib/transport/error_utils.cc
277 - src/core/lib/transport/metadata.cc
278 - src/core/lib/transport/metadata_batch.cc
279 - src/core/lib/transport/pid_controller.cc
280 - src/core/lib/transport/service_config.cc
281 - src/core/lib/transport/static_metadata.cc
282 - src/core/lib/transport/status_conversion.cc
283 - src/core/lib/transport/timeout_encoding.cc
284 - src/core/lib/transport/transport.cc
285 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700286 deps:
287 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700288 filegroups:
289 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700290 uses:
291 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700292 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700293- name: grpc_base_headers
294 public_headers:
295 - include/grpc/byte_buffer.h
296 - include/grpc/byte_buffer_reader.h
297 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700298 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700299 - include/grpc/grpc.h
300 - include/grpc/grpc_posix.h
301 - include/grpc/grpc_security_constants.h
302 - include/grpc/load_reporting.h
303 - include/grpc/slice.h
304 - include/grpc/slice_buffer.h
305 - include/grpc/status.h
306 - include/grpc/support/workaround_list.h
307 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700308 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700309 - src/core/lib/channel/channel_args.h
310 - src/core/lib/channel/channel_stack.h
311 - src/core/lib/channel/channel_stack_builder.h
312 - src/core/lib/channel/connected_channel.h
313 - src/core/lib/channel/context.h
314 - src/core/lib/channel/handshaker.h
315 - src/core/lib/channel/handshaker_factory.h
316 - src/core/lib/channel/handshaker_registry.h
317 - src/core/lib/compression/algorithm_metadata.h
318 - src/core/lib/compression/message_compress.h
319 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700320 - src/core/lib/compression/stream_compression_gzip.h
321 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700322 - src/core/lib/debug/stats.h
323 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800324 - src/core/lib/gprpp/debug_location.h
325 - src/core/lib/gprpp/inlined_vector.h
326 - src/core/lib/gprpp/orphanable.h
327 - src/core/lib/gprpp/ref_counted.h
328 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700329 - src/core/lib/http/format_request.h
330 - src/core/lib/http/httpcli.h
331 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700332 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700333 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700334 - src/core/lib/iomgr/closure.h
335 - src/core/lib/iomgr/combiner.h
336 - src/core/lib/iomgr/endpoint.h
337 - src/core/lib/iomgr/endpoint_pair.h
338 - src/core/lib/iomgr/error.h
339 - src/core/lib/iomgr/error_internal.h
340 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700341 - src/core/lib/iomgr/ev_epollex_linux.h
342 - src/core/lib/iomgr/ev_epollsig_linux.h
343 - src/core/lib/iomgr/ev_poll_posix.h
344 - src/core/lib/iomgr/ev_posix.h
345 - src/core/lib/iomgr/exec_ctx.h
346 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700347 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700348 - src/core/lib/iomgr/iocp_windows.h
349 - src/core/lib/iomgr/iomgr.h
350 - src/core/lib/iomgr/iomgr_internal.h
351 - src/core/lib/iomgr/iomgr_posix.h
352 - src/core/lib/iomgr/iomgr_uv.h
353 - src/core/lib/iomgr/is_epollexclusive_available.h
354 - src/core/lib/iomgr/load_file.h
355 - src/core/lib/iomgr/lockfree_event.h
356 - src/core/lib/iomgr/nameser.h
357 - src/core/lib/iomgr/network_status_tracker.h
358 - src/core/lib/iomgr/polling_entity.h
359 - src/core/lib/iomgr/pollset.h
360 - src/core/lib/iomgr/pollset_set.h
361 - src/core/lib/iomgr/pollset_set_windows.h
362 - src/core/lib/iomgr/pollset_uv.h
363 - src/core/lib/iomgr/pollset_windows.h
364 - src/core/lib/iomgr/port.h
365 - src/core/lib/iomgr/resolve_address.h
366 - src/core/lib/iomgr/resource_quota.h
367 - src/core/lib/iomgr/sockaddr.h
368 - src/core/lib/iomgr/sockaddr_posix.h
369 - src/core/lib/iomgr/sockaddr_utils.h
370 - src/core/lib/iomgr/sockaddr_windows.h
371 - src/core/lib/iomgr/socket_factory_posix.h
372 - src/core/lib/iomgr/socket_mutator.h
373 - src/core/lib/iomgr/socket_utils.h
374 - src/core/lib/iomgr/socket_utils_posix.h
375 - src/core/lib/iomgr/socket_windows.h
376 - src/core/lib/iomgr/sys_epoll_wrapper.h
377 - src/core/lib/iomgr/tcp_client.h
378 - src/core/lib/iomgr/tcp_client_posix.h
379 - src/core/lib/iomgr/tcp_posix.h
380 - src/core/lib/iomgr/tcp_server.h
381 - src/core/lib/iomgr/tcp_server_utils_posix.h
382 - src/core/lib/iomgr/tcp_uv.h
383 - src/core/lib/iomgr/tcp_windows.h
384 - src/core/lib/iomgr/time_averaged_stats.h
385 - src/core/lib/iomgr/timer.h
386 - src/core/lib/iomgr/timer_generic.h
387 - src/core/lib/iomgr/timer_heap.h
388 - src/core/lib/iomgr/timer_manager.h
389 - src/core/lib/iomgr/timer_uv.h
390 - src/core/lib/iomgr/udp_server.h
391 - src/core/lib/iomgr/unix_sockets_posix.h
392 - src/core/lib/iomgr/wakeup_fd_cv.h
393 - src/core/lib/iomgr/wakeup_fd_pipe.h
394 - src/core/lib/iomgr/wakeup_fd_posix.h
395 - src/core/lib/json/json.h
396 - src/core/lib/json/json_common.h
397 - src/core/lib/json/json_reader.h
398 - src/core/lib/json/json_writer.h
399 - src/core/lib/slice/b64.h
400 - src/core/lib/slice/percent_encoding.h
401 - src/core/lib/slice/slice_hash_table.h
402 - src/core/lib/slice/slice_internal.h
403 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700404 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700405 - src/core/lib/surface/api_trace.h
406 - src/core/lib/surface/call.h
407 - src/core/lib/surface/call_test_only.h
408 - src/core/lib/surface/channel.h
409 - src/core/lib/surface/channel_init.h
410 - src/core/lib/surface/channel_stack_type.h
411 - src/core/lib/surface/completion_queue.h
412 - src/core/lib/surface/completion_queue_factory.h
413 - src/core/lib/surface/event_string.h
414 - src/core/lib/surface/init.h
415 - src/core/lib/surface/lame_client.h
416 - src/core/lib/surface/server.h
417 - src/core/lib/surface/validate_metadata.h
418 - src/core/lib/transport/bdp_estimator.h
419 - src/core/lib/transport/byte_stream.h
420 - src/core/lib/transport/connectivity_state.h
421 - src/core/lib/transport/error_utils.h
422 - src/core/lib/transport/http2_errors.h
423 - src/core/lib/transport/metadata.h
424 - src/core/lib/transport/metadata_batch.h
425 - src/core/lib/transport/pid_controller.h
426 - src/core/lib/transport/service_config.h
427 - src/core/lib/transport/static_metadata.h
428 - src/core/lib/transport/status_conversion.h
429 - src/core/lib/transport/timeout_encoding.h
430 - src/core/lib/transport/transport.h
431 - src/core/lib/transport/transport_impl.h
432 deps:
433 - gpr
434 uses:
435 - grpc_codegen
436 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700437- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700438 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700439 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700440 - src/core/ext/filters/client_channel/client_channel.h
441 - src/core/ext/filters/client_channel/client_channel_factory.h
442 - src/core/ext/filters/client_channel/connector.h
443 - src/core/ext/filters/client_channel/http_connect_handshaker.h
444 - src/core/ext/filters/client_channel/http_proxy.h
445 - src/core/ext/filters/client_channel/lb_policy.h
446 - src/core/ext/filters/client_channel/lb_policy_factory.h
447 - src/core/ext/filters/client_channel/lb_policy_registry.h
448 - src/core/ext/filters/client_channel/parse_address.h
449 - src/core/ext/filters/client_channel/proxy_mapper.h
450 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
451 - src/core/ext/filters/client_channel/resolver.h
452 - src/core/ext/filters/client_channel/resolver_factory.h
453 - src/core/ext/filters/client_channel/resolver_registry.h
454 - src/core/ext/filters/client_channel/retry_throttle.h
455 - src/core/ext/filters/client_channel/subchannel.h
456 - src/core/ext/filters/client_channel/subchannel_index.h
457 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700458 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700459 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700460 - src/core/ext/filters/client_channel/channel_connectivity.cc
461 - src/core/ext/filters/client_channel/client_channel.cc
462 - src/core/ext/filters/client_channel/client_channel_factory.cc
463 - src/core/ext/filters/client_channel/client_channel_plugin.cc
464 - src/core/ext/filters/client_channel/connector.cc
465 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
466 - src/core/ext/filters/client_channel/http_proxy.cc
467 - src/core/ext/filters/client_channel/lb_policy.cc
468 - src/core/ext/filters/client_channel/lb_policy_factory.cc
469 - src/core/ext/filters/client_channel/lb_policy_registry.cc
470 - src/core/ext/filters/client_channel/parse_address.cc
471 - src/core/ext/filters/client_channel/proxy_mapper.cc
472 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
473 - src/core/ext/filters/client_channel/resolver.cc
474 - src/core/ext/filters/client_channel/resolver_factory.cc
475 - src/core/ext/filters/client_channel/resolver_registry.cc
476 - src/core/ext/filters/client_channel/retry_throttle.cc
477 - src/core/ext/filters/client_channel/subchannel.cc
478 - src/core/ext/filters/client_channel/subchannel_index.cc
479 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700480 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700481 uses:
482 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700483 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800484- name: grpc_codegen
485 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700486 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700487 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800488 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800489 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800490 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800491 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700492 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800493 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700494 uses:
495 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700496- name: grpc_deadline_filter
497 headers:
498 - src/core/ext/filters/deadline/deadline_filter.h
499 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700500 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700501 plugin: grpc_deadline_filter
502 uses:
503 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700504- name: grpc_http_filters
505 headers:
506 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700507 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700508 - src/core/ext/filters/http/server/http_server_filter.h
509 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700510 - src/core/ext/filters/http/client/http_client_filter.cc
511 - src/core/ext/filters/http/http_filters_plugin.cc
512 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
513 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700514 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700515 uses:
516 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700517- name: grpc_lb_policy_grpclb
518 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700519 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700520 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
521 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700522 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700523 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
524 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700525 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700526 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
527 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
528 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
529 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
530 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700531 - 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 -0800532 plugin: grpc_lb_policy_grpclb
533 uses:
534 - grpc_base
535 - grpc_client_channel
536 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700537 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800538- name: grpc_lb_policy_grpclb_secure
539 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700540 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700544 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
545 - 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 -0800546 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700547 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
549 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
550 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
551 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700552 - 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 -0700553 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700554 uses:
555 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700556 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700557 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700558 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700559 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700560- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700561 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700562 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700563 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700564 uses:
565 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700566 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700567 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700568- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700569 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700570 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700571 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700572 uses:
573 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700574 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700575 - grpc_lb_subchannel_list
576- name: grpc_lb_subchannel_list
577 headers:
578 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
579 src:
580 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
581 uses:
582 - grpc_base
583 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700584- name: grpc_max_age_filter
585 headers:
586 - src/core/ext/filters/max_age/max_age_filter.h
587 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700588 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700589 plugin: grpc_max_age_filter
590 uses:
591 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700592- name: grpc_message_size_filter
593 headers:
594 - src/core/ext/filters/message_size/message_size_filter.h
595 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700596 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700597 plugin: grpc_message_size_filter
598 uses:
599 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700600- name: grpc_resolver_dns_ares
601 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700602 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
603 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700604 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700605 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
606 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
607 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
608 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700609 plugin: grpc_resolver_dns_ares
610 uses:
611 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700612 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700613- name: grpc_resolver_dns_native
614 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700615 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700616 plugin: grpc_resolver_dns_native
617 uses:
618 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700619 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700620- name: grpc_resolver_fake
621 headers:
622 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
623 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700624 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700625 plugin: grpc_resolver_fake
626 uses:
627 - grpc_base
628 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700629- name: grpc_resolver_sockaddr
630 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700631 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700632 plugin: grpc_resolver_sockaddr
633 uses:
634 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700635 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100636- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700637 public_headers:
638 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100639 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700640 - src/core/lib/security/context/security_context.h
641 - src/core/lib/security/credentials/composite/composite_credentials.h
642 - src/core/lib/security/credentials/credentials.h
643 - src/core/lib/security/credentials/fake/fake_credentials.h
644 - src/core/lib/security/credentials/google_default/google_default_credentials.h
645 - src/core/lib/security/credentials/iam/iam_credentials.h
646 - src/core/lib/security/credentials/jwt/json_token.h
647 - src/core/lib/security/credentials/jwt/jwt_credentials.h
648 - src/core/lib/security/credentials/jwt/jwt_verifier.h
649 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
650 - src/core/lib/security/credentials/plugin/plugin_credentials.h
651 - src/core/lib/security/credentials/ssl/ssl_credentials.h
652 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800653 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700654 - src/core/lib/security/transport/secure_endpoint.h
655 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800656 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700657 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700658 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100659 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700660 - src/core/lib/http/httpcli_security_connector.cc
661 - src/core/lib/security/context/security_context.cc
662 - src/core/lib/security/credentials/composite/composite_credentials.cc
663 - src/core/lib/security/credentials/credentials.cc
664 - src/core/lib/security/credentials/credentials_metadata.cc
665 - src/core/lib/security/credentials/fake/fake_credentials.cc
666 - src/core/lib/security/credentials/google_default/credentials_generic.cc
667 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
668 - src/core/lib/security/credentials/iam/iam_credentials.cc
669 - src/core/lib/security/credentials/jwt/json_token.cc
670 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
671 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
672 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
673 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
674 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
675 - src/core/lib/security/transport/client_auth_filter.cc
676 - src/core/lib/security/transport/lb_targets_info.cc
677 - src/core/lib/security/transport/secure_endpoint.cc
678 - src/core/lib/security/transport/security_connector.cc
679 - src/core/lib/security/transport/security_handshaker.cc
680 - src/core/lib/security/transport/server_auth_filter.cc
681 - src/core/lib/security/transport/tsi_error.cc
682 - src/core/lib/security/util/json_util.cc
683 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700684 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700685 uses:
686 - grpc_base
687 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700688 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700689- name: grpc_server_backward_compatibility
690 headers:
691 - src/core/ext/filters/workarounds/workaround_utils.h
692 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700693 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700694 uses:
695 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700696- name: grpc_server_load_reporting
697 headers:
698 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
699 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
700 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700701 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
702 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700703 plugin: grpc_server_load_reporting_plugin
704 uses:
705 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700706- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700707 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700708 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700709 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700710 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800711 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700712 - test/core/end2end/fixtures/proxy.h
713 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800714 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700715 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800716 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200717 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700718 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700719 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700720 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700721 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700722 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700723 - test/core/util/slice_splitter.h
ncteisenaa3b1972017-11-17 15:56:27 -0800724 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800725 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700727 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700728 - test/core/end2end/cq_verifier.cc
729 - test/core/end2end/fixtures/http_proxy_fixture.cc
730 - test/core/end2end/fixtures/proxy.cc
731 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700732 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700733 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800734 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700735 - test/core/util/memory_counters.cc
736 - test/core/util/mock_endpoint.cc
737 - test/core/util/parse_hexstring.cc
738 - test/core/util/passthru_endpoint.cc
739 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800740 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700741 - test/core/util/port_server_client.cc
742 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800743 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700744 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700745 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700746 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700747 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700748 uses:
749 - grpc_base
750 - grpc_client_channel
751 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700752- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700753 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700754 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700755 deps:
756 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700757 filegroups:
758 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700759 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700760- name: grpc_trace_headers
761 headers:
762 - src/core/lib/debug/trace.h
763 deps:
764 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700765- name: grpc_transport_chttp2
766 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700767 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700768 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700769 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700770 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700771 - src/core/ext/transport/chttp2/transport/frame.h
772 - src/core/ext/transport/chttp2/transport/frame_data.h
773 - src/core/ext/transport/chttp2/transport/frame_goaway.h
774 - src/core/ext/transport/chttp2/transport/frame_ping.h
775 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
776 - src/core/ext/transport/chttp2/transport/frame_settings.h
777 - src/core/ext/transport/chttp2/transport/frame_window_update.h
778 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
779 - src/core/ext/transport/chttp2/transport/hpack_parser.h
780 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700781 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700782 - src/core/ext/transport/chttp2/transport/huffsyms.h
783 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
784 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700785 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700786 - src/core/ext/transport/chttp2/transport/varint.h
787 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700788 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
789 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
790 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
791 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
792 - src/core/ext/transport/chttp2/transport/flow_control.cc
793 - src/core/ext/transport/chttp2/transport/frame_data.cc
794 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
795 - src/core/ext/transport/chttp2/transport/frame_ping.cc
796 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
797 - src/core/ext/transport/chttp2/transport/frame_settings.cc
798 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
799 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
800 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
801 - src/core/ext/transport/chttp2/transport/hpack_table.cc
802 - src/core/ext/transport/chttp2/transport/http2_settings.cc
803 - src/core/ext/transport/chttp2/transport/huffsyms.cc
804 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
805 - src/core/ext/transport/chttp2/transport/parsing.cc
806 - src/core/ext/transport/chttp2/transport/stream_lists.cc
807 - src/core/ext/transport/chttp2/transport/stream_map.cc
808 - src/core/ext/transport/chttp2/transport/varint.cc
809 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700810 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700811 uses:
812 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700813 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700814 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700815- name: grpc_transport_chttp2_alpn
816 headers:
817 - src/core/ext/transport/chttp2/alpn/alpn.h
818 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700819 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700820 deps:
821 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800822- name: grpc_transport_chttp2_client_connector
823 headers:
824 - src/core/ext/transport/chttp2/client/chttp2_connector.h
825 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700826 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800827 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800828 - grpc_transport_chttp2
829 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700830 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700831- name: grpc_transport_chttp2_client_insecure
832 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700833 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
834 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700835 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800836 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700837 - grpc_transport_chttp2
838 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700839 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700840- name: grpc_transport_chttp2_client_secure
841 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700842 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700843 uses:
844 - grpc_transport_chttp2
845 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700846 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700847 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800848 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800849- name: grpc_transport_chttp2_server
850 headers:
851 - src/core/ext/transport/chttp2/server/chttp2_server.h
852 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700853 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800854 uses:
855 - grpc_transport_chttp2
856 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700857- name: grpc_transport_chttp2_server_insecure
858 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700859 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
860 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700861 uses:
862 - grpc_transport_chttp2
863 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800864 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700865- name: grpc_transport_chttp2_server_secure
866 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700867 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700868 uses:
869 - grpc_transport_chttp2
870 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700871 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800872 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700873- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700874 public_headers:
875 - include/grpc/grpc_cronet.h
876 - include/grpc/grpc_security.h
877 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700878 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800879 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800880 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700881 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700882 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
883 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
884 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700885 filegroups:
886 - grpc_base
887 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700888 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700889- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700890 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700891 - src/core/ext/transport/inproc/inproc_plugin.cc
892 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700893 plugin: grpc_inproc_plugin
894 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700895 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700896 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700897- name: grpc_transport_inproc_headers
898 headers:
899 - src/core/ext/transport/inproc/inproc_transport.h
900 uses:
901 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700902- name: grpc_workaround_cronet_compression_filter
903 headers:
904 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
905 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700906 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700907 plugin: grpc_workaround_cronet_compression_filter
908 uses:
909 - grpc_base
910 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800911- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700912 src:
913 - third_party/nanopb/pb_common.c
914 - third_party/nanopb/pb_decode.c
915 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700916 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700917 - nanopb_headers
918- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800919 headers:
920 - third_party/nanopb/pb.h
921 - third_party/nanopb/pb_common.h
922 - third_party/nanopb/pb_decode.h
923 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700924- name: transport_security_test_lib
925 build: test
926 headers:
927 - test/core/tsi/transport_security_test_lib.h
928 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700929 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700930 deps:
931 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700932- name: tsi
933 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700934 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700935 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700936 - src/core/tsi/ssl_transport_security.h
937 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700938 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700940 - src/core/tsi/fake_transport_security.cc
941 - src/core/tsi/gts_transport_security.cc
942 - src/core/tsi/ssl_transport_security.cc
943 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 deps:
945 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700946 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700947 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700948 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700949 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700950 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700951 - grpc_trace
952- name: tsi_interface
953 headers:
954 - src/core/tsi/transport_security.h
955 - src/core/tsi/transport_security_adapter.h
956 - src/core/tsi/transport_security_interface.h
957 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700958 - src/core/tsi/transport_security.cc
959 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700960 deps:
961 - gpr
962 secure: true
963 uses:
964 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700965- name: grpc++_codegen_base
966 language: c++
967 public_headers:
968 - include/grpc++/impl/codegen/async_stream.h
969 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700970 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700971 - include/grpc++/impl/codegen/call.h
972 - include/grpc++/impl/codegen/call_hook.h
973 - include/grpc++/impl/codegen/channel_interface.h
974 - include/grpc++/impl/codegen/client_context.h
975 - include/grpc++/impl/codegen/client_unary_call.h
976 - include/grpc++/impl/codegen/completion_queue.h
977 - include/grpc++/impl/codegen/completion_queue_tag.h
978 - include/grpc++/impl/codegen/config.h
979 - include/grpc++/impl/codegen/core_codegen_interface.h
980 - include/grpc++/impl/codegen/create_auth_context.h
981 - include/grpc++/impl/codegen/grpc_library.h
982 - include/grpc++/impl/codegen/metadata_map.h
983 - include/grpc++/impl/codegen/method_handler_impl.h
984 - include/grpc++/impl/codegen/rpc_method.h
985 - include/grpc++/impl/codegen/rpc_service_method.h
986 - include/grpc++/impl/codegen/security/auth_context.h
987 - include/grpc++/impl/codegen/serialization_traits.h
988 - include/grpc++/impl/codegen/server_context.h
989 - include/grpc++/impl/codegen/server_interface.h
990 - include/grpc++/impl/codegen/service_type.h
991 - include/grpc++/impl/codegen/slice.h
992 - include/grpc++/impl/codegen/status.h
993 - include/grpc++/impl/codegen/status_code_enum.h
994 - include/grpc++/impl/codegen/string_ref.h
995 - include/grpc++/impl/codegen/stub_options.h
996 - include/grpc++/impl/codegen/sync_stream.h
997 - include/grpc++/impl/codegen/time.h
998 uses:
999 - grpc_codegen
1000- name: grpc++_codegen_base_src
1001 language: c++
1002 src:
1003 - src/cpp/codegen/codegen_init.cc
1004 uses:
1005 - grpc++_codegen_base
1006- name: grpc++_codegen_proto
1007 language: c++
1008 public_headers:
1009 - include/grpc++/impl/codegen/proto_utils.h
1010 uses:
1011 - grpc++_codegen_base
1012 - grpc++_config_proto
1013- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001014 language: c++
1015 public_headers:
1016 - include/grpc++/alarm.h
1017 - include/grpc++/channel.h
1018 - include/grpc++/client_context.h
1019 - include/grpc++/completion_queue.h
1020 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001021 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001022 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001023 - include/grpc++/generic/async_generic_service.h
1024 - include/grpc++/generic/generic_stub.h
1025 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001026 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001027 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001028 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001029 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001030 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/impl/grpc_library.h
1032 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - include/grpc++/impl/rpc_method.h
1034 - include/grpc++/impl/rpc_service_method.h
1035 - include/grpc++/impl/serialization_traits.h
1036 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001037 - include/grpc++/impl/server_builder_plugin.h
1038 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001039 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001040 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 - include/grpc++/security/auth_context.h
1042 - include/grpc++/security/auth_metadata_processor.h
1043 - include/grpc++/security/credentials.h
1044 - include/grpc++/security/server_credentials.h
1045 - include/grpc++/server.h
1046 - include/grpc++/server_builder.h
1047 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001048 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001049 - include/grpc++/support/async_stream.h
1050 - include/grpc++/support/async_unary_call.h
1051 - include/grpc++/support/byte_buffer.h
1052 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001053 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001054 - include/grpc++/support/slice.h
1055 - include/grpc++/support/status.h
1056 - include/grpc++/support/status_code_enum.h
1057 - include/grpc++/support/string_ref.h
1058 - include/grpc++/support/stub_options.h
1059 - include/grpc++/support/sync_stream.h
1060 - include/grpc++/support/time.h
1061 headers:
1062 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001063 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001064 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001065 - src/cpp/server/health/default_health_check_service.h
1066 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001068 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001070 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/client/client_context.cc
1072 - src/cpp/client/create_channel.cc
1073 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001074 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001075 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001077 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001078 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001079 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001081 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001082 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001083 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001084 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001085 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 - src/cpp/server/create_default_thread_pool.cc
1087 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001088 - src/cpp/server/health/default_health_check_service.cc
1089 - src/cpp/server/health/health.pb.c
1090 - src/cpp/server/health/health_check_service.cc
1091 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001093 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001094 - src/cpp/server/server_context.cc
1095 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001096 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001097 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001098 - src/cpp/util/byte_buffer_cc.cc
1099 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001100 - src/cpp/util/status.cc
1101 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001102 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001103 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001104 - gpr_base_headers
1105 - grpc_base_headers
1106 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001107 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001108 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001109- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001110 language: c++
1111 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001112 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001113- name: grpc++_reflection_proto
1114 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001115 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001116 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001117- name: grpc++_test
1118 language: c++
1119 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001120 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001121 - include/grpc++/test/server_context_test_spouse.h
1122 deps:
1123 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001124 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001125libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001126- name: gpr
1127 build: all
1128 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001129 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001130 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001131 secure: false
1132 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1133- name: gpr_test_util
1134 build: private
1135 language: c
1136 headers:
1137 - test/core/util/test_config.h
1138 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001139 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001140 deps:
1141 - gpr
1142 secure: false
1143 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001144- name: grpc
1145 build: all
1146 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001147 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001148 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001150 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001152 filegroups:
1153 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001154 - grpc_transport_chttp2_server_secure
1155 - grpc_transport_chttp2_client_secure
1156 - grpc_transport_chttp2_server_insecure
1157 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001158 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001159 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001160 - grpc_lb_policy_pick_first
1161 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001162 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001163 - grpc_resolver_dns_native
1164 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001165 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001166 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001167 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001168 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001169 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001170 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001171 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001172 - grpc_workaround_cronet_compression_filter
1173 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001174 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001175 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001176 vs_packages:
1177 - grpc.dependencies.openssl
1178 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001180- name: grpc_cronet
1181 build: all
1182 language: c
1183 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001184 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001185 baselib: true
1186 deps_linkage: static
1187 dll: true
1188 filegroups:
1189 - grpc_base
1190 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001191 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001192 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001193 generate_plugin_registry: true
1194 platforms:
1195 - linux
1196 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001197- name: grpc_dll
1198 build: private
1199 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001200 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001201 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001202 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001203 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001204 build_system:
1205 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001206 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001207 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001208 vs_config_type: DynamicLibrary
1209 vs_packages:
1210 - grpc.dependencies.openssl
1211 - grpc.dependencies.zlib
1212 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1213 vs_props:
1214 - zlib
1215 - openssl
1216 - winsock
1217 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001218- name: grpc_test_util
1219 build: private
1220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001221 headers:
1222 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001223 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001224 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001225 - test/core/end2end/data/client_certs.cc
1226 - test/core/end2end/data/server1_cert.cc
1227 - test/core/end2end/data/server1_key.cc
1228 - test/core/end2end/data/test_root_cert.cc
1229 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001230 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001231 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001232 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001233 - grpc
1234 filegroups:
1235 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001236 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1237- name: grpc_test_util_unsecure
1238 build: private
1239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001240 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001241 - gpr
1242 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001243 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001244 filegroups:
1245 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001246 secure: false
1247 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1248- name: grpc_unsecure
1249 build: all
1250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001251 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001252 - src/core/lib/surface/init.cc
1253 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001255 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001257 filegroups:
1258 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001259 - grpc_transport_chttp2_server_insecure
1260 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001261 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001262 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001263 - grpc_resolver_dns_native
1264 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001265 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001266 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001267 - grpc_lb_policy_grpclb
1268 - grpc_lb_policy_pick_first
1269 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001270 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001271 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001272 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001273 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001274 - grpc_workaround_cronet_compression_filter
1275 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001276 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001277 secure: false
1278 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001279- name: reconnect_server
1280 build: private
1281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001282 headers:
1283 - test/core/util/reconnect_server.h
1284 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001285 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001286 deps:
yang-gc9fca182015-11-06 16:41:33 -08001287 - test_tcp_server
1288 - grpc_test_util
1289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001290 - gpr_test_util
1291 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001292- name: test_tcp_server
1293 build: private
1294 language: c
1295 headers:
1296 - test/core/util/test_tcp_server.h
1297 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001298 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001299 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001300 - grpc_test_util
1301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001302 - gpr_test_util
1303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001304- name: grpc++
1305 build: all
1306 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001307 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001308 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001309 - src/cpp/client/secure_credentials.h
1310 - src/cpp/common/secure_auth_context.h
1311 - src/cpp/server/secure_server_credentials.h
1312 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001313 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001314 - src/cpp/client/secure_credentials.cc
1315 - src/cpp/common/auth_property_iterator.cc
1316 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001317 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001318 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001319 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001320 - src/cpp/server/secure_server_credentials.cc
1321 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001322 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001323 baselib: true
1324 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001325 filegroups:
1326 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001327 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001328 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001329 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001330 secure: check
1331 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001332- name: grpc++_core_stats
1333 build: private
1334 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001335 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001336 - src/cpp/util/core_stats.h
1337 src:
1338 - src/proto/grpc/core/stats.proto
1339 - src/cpp/util/core_stats.cc
1340 deps:
1341 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001342- name: grpc++_cronet
1343 build: all
1344 language: c++
1345 src:
1346 - src/cpp/client/cronet_credentials.cc
1347 - src/cpp/client/insecure_credentials.cc
1348 - src/cpp/common/insecure_create_auth_context.cc
1349 - src/cpp/server/insecure_server_credentials.cc
1350 deps:
1351 - gpr
1352 - grpc_cronet
1353 baselib: true
1354 dll: true
1355 filegroups:
1356 - grpc++_base
1357 - grpc++_codegen_base
1358 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001359 - grpc_transport_chttp2_client_insecure
1360 - grpc_transport_chttp2_server_insecure
1361 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001362 platforms:
1363 - linux
1364 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001365- name: grpc++_error_details
1366 build: all
1367 language: c++
1368 public_headers:
1369 - include/grpc++/support/error_details.h
1370 src:
1371 - src/proto/grpc/status/status.proto
1372 - src/cpp/util/error_details.cc
1373 deps:
1374 - grpc++
1375 baselib: true
1376 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001377- name: grpc++_proto_reflection_desc_db
1378 build: private
1379 language: c++
1380 headers:
1381 - test/cpp/util/proto_reflection_descriptor_database.h
1382 src:
1383 - test/cpp/util/proto_reflection_descriptor_database.cc
1384 deps:
1385 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001386 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001387 filegroups:
1388 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001389 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001390- name: grpc++_reflection
1391 build: all
1392 language: c++
1393 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001394 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001395 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001396 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001397 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001398 - src/cpp/ext/proto_server_reflection.cc
1399 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001400 deps:
1401 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001402 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001403 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001404 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001405- name: grpc++_test_config
1406 build: private
1407 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001408 headers:
1409 - test/cpp/util/test_config.h
1410 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001411 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: grpc++_test_util
1413 build: private
1414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001415 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001416 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001417 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001418 - test/cpp/util/create_test_channel.h
1419 - test/cpp/util/string_ref_helper.h
1420 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001421 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001422 src:
yang-gc8a49d22016-12-12 11:18:49 -08001423 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001424 - src/proto/grpc/testing/echo_messages.proto
1425 - src/proto/grpc/testing/echo.proto
1426 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001427 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001428 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001429 - test/cpp/util/create_test_channel.cc
1430 - test/cpp/util/string_ref_helper.cc
1431 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001432 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001433 deps:
1434 - grpc++
1435 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001436 - grpc
yang-g17487f92016-06-03 15:21:15 -07001437 filegroups:
1438 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001439 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001440 - grpc++_codegen_proto
1441 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001442- name: grpc++_test_util_unsecure
1443 build: private
1444 language: c++
1445 headers:
1446 - test/cpp/end2end/test_service_impl.h
1447 - test/cpp/util/byte_buffer_proto_helper.h
1448 - test/cpp/util/string_ref_helper.h
1449 - test/cpp/util/subprocess.h
1450 src:
1451 - src/proto/grpc/health/v1/health.proto
1452 - src/proto/grpc/testing/echo_messages.proto
1453 - src/proto/grpc/testing/echo.proto
1454 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1455 - test/cpp/end2end/test_service_impl.cc
1456 - test/cpp/util/byte_buffer_proto_helper.cc
1457 - test/cpp/util/string_ref_helper.cc
1458 - test/cpp/util/subprocess.cc
1459 deps:
1460 - grpc++_unsecure
1461 - grpc_test_util_unsecure
1462 - grpc_unsecure
1463 filegroups:
1464 - grpc++_codegen_base
1465 - grpc++_codegen_base_src
1466 - grpc++_codegen_proto
1467 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001468- name: grpc++_unsecure
1469 build: all
1470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001471 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001472 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001473 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001474 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001475 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001477 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478 baselib: true
1479 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001480 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001481 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001482 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001483 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001484 secure: false
1485 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001486- name: grpc_benchmark
1487 build: test
1488 language: c++
1489 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001490 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1491 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001492 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001493 src:
1494 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001495 deps:
1496 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001497 - grpc++_unsecure
1498 - grpc_test_util_unsecure
1499 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001500 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001501- name: grpc_cli_libs
1502 build: private
1503 language: c++
1504 headers:
1505 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001506 - test/cpp/util/cli_credentials.h
1507 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001508 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001509 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001510 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001511 src:
1512 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001513 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001514 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001515 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001516 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001517 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001518 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001519 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001520 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001521 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001522 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001523 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001524- name: grpc_plugin_support
1525 build: protoc
1526 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001527 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001528 - src/compiler/config.h
1529 - src/compiler/cpp_generator.h
1530 - src/compiler/cpp_generator_helpers.h
1531 - src/compiler/csharp_generator.h
1532 - src/compiler/csharp_generator_helpers.h
1533 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001534 - src/compiler/node_generator.h
1535 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001536 - src/compiler/objective_c_generator.h
1537 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001538 - src/compiler/php_generator.h
1539 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301540 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001541 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301542 - src/compiler/python_generator_helpers.h
1543 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/compiler/ruby_generator.h
1545 - src/compiler/ruby_generator_helpers-inl.h
1546 - src/compiler/ruby_generator_map-inl.h
1547 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301548 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001549 src:
1550 - src/compiler/cpp_generator.cc
1551 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001552 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001553 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001554 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001555 - src/compiler/python_generator.cc
1556 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001557 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001558 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001559 secure: false
1560 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001561 vs_props:
1562 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001563- name: http2_client_main
1564 build: private
1565 language: c++
1566 headers:
1567 - test/cpp/interop/http2_client.h
1568 src:
1569 - src/proto/grpc/testing/empty.proto
1570 - src/proto/grpc/testing/messages.proto
1571 - src/proto/grpc/testing/test.proto
1572 - test/cpp/interop/http2_client.cc
1573 deps:
1574 - grpc++_test_util
1575 - grpc_test_util
1576 - grpc++
1577 - grpc
1578 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: interop_client_helper
1580 build: private
1581 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001582 headers:
1583 - test/cpp/interop/client_helper.h
1584 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001585 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001586 - test/cpp/interop/client_helper.cc
1587 deps:
1588 - grpc++_test_util
1589 - grpc_test_util
1590 - grpc++
1591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001593- name: interop_client_main
1594 build: private
1595 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001596 headers:
1597 - test/cpp/interop/interop_client.h
1598 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001599 - src/proto/grpc/testing/empty.proto
1600 - src/proto/grpc/testing/messages.proto
1601 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001602 - test/cpp/interop/client.cc
1603 - test/cpp/interop/interop_client.cc
1604 deps:
1605 - interop_client_helper
1606 - grpc++_test_util
1607 - grpc_test_util
1608 - grpc++
1609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001612 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613- name: interop_server_helper
1614 build: private
1615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001616 headers:
1617 - test/cpp/interop/server_helper.h
1618 src:
1619 - test/cpp/interop/server_helper.cc
1620 deps:
yang-gcc591022017-01-11 11:10:43 -08001621 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001622 - grpc_test_util
1623 - grpc++
1624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001625 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001626- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001627 build: private
1628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001630 - src/proto/grpc/testing/empty.proto
1631 - src/proto/grpc/testing/messages.proto
1632 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001633 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001634 deps:
1635 - interop_server_helper
1636 - grpc++_test_util
1637 - grpc_test_util
1638 - grpc++
1639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001640 - gpr_test_util
1641 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001642 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001643- name: interop_server_main
1644 build: private
1645 language: c++
1646 src:
1647 - test/cpp/interop/interop_server_bootstrap.cc
1648 deps:
1649 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001650- name: qps
1651 build: private
1652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001653 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001654 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001655 - test/cpp/qps/client.h
1656 - test/cpp/qps/driver.h
1657 - test/cpp/qps/histogram.h
1658 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001659 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001660 - test/cpp/qps/qps_worker.h
1661 - test/cpp/qps/report.h
1662 - test/cpp/qps/server.h
1663 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001664 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001665 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001666 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001667 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001668 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001669 - src/proto/grpc/testing/control.proto
1670 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001671 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001672 - test/cpp/qps/client_async.cc
1673 - test/cpp/qps/client_sync.cc
1674 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001675 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001676 - test/cpp/qps/qps_worker.cc
1677 - test/cpp/qps/report.cc
1678 - test/cpp/qps/server_async.cc
1679 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001680 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001681 deps:
1682 - grpc_test_util
1683 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001684 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001685 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001686 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: grpc_csharp_ext
1688 build: all
1689 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - src/csharp/ext/grpc_csharp_ext.c
1692 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001694 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001695 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001696 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697 dll: only
1698 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001699 vs_packages:
1700 - grpc.dependencies.openssl
1701 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001702 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001703 vs_props:
1704 - zlib
1705 - openssl
1706 - winsock
1707 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001709- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001710 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001711 build: test
1712 language: c
1713 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001714 - test/core/surface/alarm_test.cc
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001718 - gpr_test_util
1719 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001720- name: algorithm_test
1721 build: test
1722 language: c
1723 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001724 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001730 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001731- name: alloc_test
1732 build: test
1733 language: c
1734 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001735 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001736 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001739 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001740- name: alpn_test
1741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001744 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001745 deps:
1746 - grpc_test_util
1747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001750- name: api_fuzzer
1751 build: fuzzer
1752 language: c
1753 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001754 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001755 deps:
1756 - grpc_test_util
1757 - grpc
1758 - gpr_test_util
1759 - gpr
1760 corpus_dirs:
1761 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001762 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001763 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001764- name: arena_test
1765 build: test
1766 language: c
1767 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001768 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001769 deps:
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 Tiller1b719582016-03-24 09:06:13 -07002114- name: goaway_server_test
2115 cpu_cost: 0.1
2116 build: test
2117 language: c
2118 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002119 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002120 deps:
2121 - grpc_test_util
2122 - grpc
2123 - gpr_test_util
2124 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002125 exclude_iomgrs:
2126 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002127 platforms:
2128 - mac
2129 - linux
2130 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002131- name: gpr_avl_test
2132 build: test
2133 language: c
2134 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002135 - test/core/gpr/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002136 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002137 - gpr_test_util
2138 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002139 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: gpr_cmdline_test
2141 build: test
2142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002143 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002144 - test/core/gpr/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002145 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 - gpr_test_util
2147 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002148 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002149- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002150 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002151 build: test
2152 language: c
2153 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002154 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002155 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002158 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002159- name: gpr_env_test
2160 build: test
2161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002163 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002164 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002167 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002168- name: gpr_host_port_test
2169 build: test
2170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002172 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002173 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002176 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002177- name: gpr_log_test
2178 build: test
2179 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002180 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002181 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002182 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002183 - gpr_test_util
2184 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002185 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002186- name: gpr_manual_constructor_test
2187 cpu_cost: 3
2188 build: test
2189 language: c
2190 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002191 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002192 deps:
2193 - gpr_test_util
2194 - gpr
2195 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002196- name: gpr_mpscq_test
2197 cpu_cost: 30
2198 build: test
2199 language: c
2200 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002201 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002202 deps:
2203 - gpr_test_util
2204 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002205 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002206- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002207 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002208 build: test
2209 language: c
2210 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002211 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002212 deps:
2213 - gpr_test_util
2214 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002215 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: gpr_string_test
2217 build: test
2218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002220 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002221 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr_test_util
2223 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002224 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002225- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002226 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227 build: test
2228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002229 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002230 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002231 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002234 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002236 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237 build: test
2238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002240 - test/core/gpr/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002241 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002242 - gpr_test_util
2243 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002244 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: gpr_time_test
2246 build: test
2247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002248 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002249 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002250 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002253 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254- name: gpr_tls_test
2255 build: test
2256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002257 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002258 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002259 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr_test_util
2261 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002262 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002263- name: gpr_useful_test
2264 build: test
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002267 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002268 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002269 - gpr_test_util
2270 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002271 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272- name: grpc_auth_context_test
2273 build: test
2274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002275 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002276 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002277 deps:
2278 - grpc_test_util
2279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 - gpr_test_util
2281 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002282 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002283- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284 build: test
2285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002287 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002288 deps:
2289 - grpc_test_util
2290 - grpc
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: grpc_byte_buffer_reader_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/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002304 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002305- name: grpc_channel_args_test
2306 build: test
2307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002308 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002309 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002310 deps:
2311 - grpc_test_util
2312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 - gpr_test_util
2314 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002315 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002316- name: grpc_channel_stack_builder_test
2317 build: test
2318 language: c
2319 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002320 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002321 deps:
2322 - grpc_test_util
2323 - grpc
2324 - gpr_test_util
2325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: grpc_channel_stack_test
2327 build: test
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002330 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002331 deps:
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002336 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: grpc_completion_queue_test
2338 build: test
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002341 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002347- name: grpc_completion_queue_threading_test
2348 build: test
2349 language: c
2350 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002351 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002352 deps:
2353 - grpc_test_util
2354 - grpc
2355 - gpr_test_util
2356 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002357 exclude_iomgrs:
2358 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002359- name: grpc_create_jwt
2360 build: tool
2361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002362 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002363 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002364 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002367 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002368 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: grpc_credentials_test
2370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002373 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002379- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002380 build: test
2381 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002383 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002384 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002385 deps:
2386 - grpc_test_util
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002390- name: grpc_invalid_channel_args_test
2391 build: test
2392 language: c
2393 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002394 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002395 deps:
2396 - grpc_test_util
2397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr_test_util
2399 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002400 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401- name: grpc_json_token_test
2402 build: test
2403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002404 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002405 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002406 deps:
2407 - grpc_test_util
2408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 - gpr_test_util
2410 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002411 platforms:
2412 - linux
2413 - posix
2414 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002415 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416- name: grpc_jwt_verifier_test
2417 build: test
2418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002419 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002420 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002421 deps:
2422 - grpc_test_util
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002426 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002427- name: grpc_print_google_default_creds_token
2428 build: tool
2429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002431 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002432 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002434 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002435 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002436- name: grpc_security_connector_test
2437 build: test
2438 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002439 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002440 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002441 deps:
2442 - grpc_test_util
2443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002444 - gpr_test_util
2445 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002446- name: grpc_ssl_credentials_test
2447 build: test
2448 language: c
2449 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002450 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002451 deps:
2452 - grpc_test_util
2453 - grpc
2454 - gpr_test_util
2455 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: grpc_verify_jwt
2457 build: tool
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002460 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002461 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002464 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002465- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002466 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002467 language: c
2468 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002469 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002470 deps:
2471 - grpc_test_util
2472 - grpc
2473 - gpr_test_util
2474 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002475 exclude_iomgrs:
2476 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002477 platforms:
2478 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002479 secure: true
2480- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002481 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002482 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002483 headers:
2484 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002485 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002486 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002487 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002488 deps:
2489 - grpc_test_util
2490 - grpc
2491 - gpr_test_util
2492 - gpr
2493 exclude_iomgrs:
2494 - uv
2495 platforms:
2496 - linux
2497 secure: true
2498- name: handshake_server_with_readahead_handshaker
2499 build: test
2500 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002501 headers:
2502 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002503 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002504 - test/core/handshake/readahead_handshaker_server_ssl.cc
2505 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002506 deps:
2507 - grpc_test_util
2508 - grpc
2509 - gpr_test_util
2510 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002511 exclude_iomgrs:
2512 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002513 platforms:
2514 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002515 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002516- name: histogram_test
2517 build: test
2518 language: c
2519 src:
2520 - test/core/util/histogram_test.cc
2521 deps:
2522 - grpc_test_util
2523 - gpr
2524 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002525- name: hpack_parser_fuzzer_test
2526 build: fuzzer
2527 language: c
2528 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002529 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002530 deps:
2531 - grpc_test_util
2532 - grpc
2533 - gpr_test_util
2534 - gpr
2535 corpus_dirs:
2536 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002537 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002538 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539- name: hpack_parser_test
2540 build: test
2541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002542 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002543 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002544 deps:
2545 - grpc_test_util
2546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002547 - gpr_test_util
2548 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002549 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002550- name: hpack_table_test
2551 build: test
2552 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002553 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002554 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002555 deps:
2556 - grpc_test_util
2557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002558 - gpr_test_util
2559 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002560 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002561- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002562 build: test
2563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002564 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002565 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002566 deps:
2567 - grpc_test_util
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr_test_util
2570 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002571 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002572- name: http_request_fuzzer_test
2573 build: fuzzer
2574 language: c
2575 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002576 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002577 deps:
2578 - grpc_test_util
2579 - grpc
2580 - gpr_test_util
2581 - gpr
2582 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002583 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002584 maxlen: 2048
2585- name: http_response_fuzzer_test
2586 build: fuzzer
2587 language: c
2588 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002589 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002590 deps:
2591 - grpc_test_util
2592 - grpc
2593 - gpr_test_util
2594 - gpr
2595 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002596 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002597 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002598- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002599 build: test
2600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002601 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002602 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002603 deps:
2604 - grpc_test_util
2605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002606 - gpr_test_util
2607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002609 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610 build: test
2611 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002612 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002613 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002614 deps:
2615 - grpc_test_util
2616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002617 - gpr_test_util
2618 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002619 platforms:
2620 - mac
2621 - linux
2622 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002623- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002624 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002625 build: test
2626 language: c
2627 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002628 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002629 deps:
2630 - grpc_test_util
2631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002632 - gpr_test_util
2633 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002634 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002635 - linux
yang-gf1183302015-12-07 16:02:05 -08002636- name: init_test
2637 build: test
2638 language: c
2639 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002640 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002641 deps:
2642 - grpc_test_util
2643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002644 - gpr_test_util
2645 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002646 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002647- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002648 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002649 build: test
2650 language: c
2651 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002652 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002653 deps:
2654 - grpc_test_util
2655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr_test_util
2657 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002658- name: json_fuzzer_test
2659 build: fuzzer
2660 language: c
2661 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002662 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002663 deps:
2664 - grpc_test_util
2665 - grpc
2666 - gpr_test_util
2667 - gpr
2668 corpus_dirs:
2669 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002670 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002671- name: json_rewrite
2672 build: test
2673 run: false
2674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002675 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002676 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002677 deps:
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002680 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002681- name: json_rewrite_test
2682 build: test
2683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002684 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002685 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002686 deps:
2687 - grpc_test_util
2688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr_test_util
2690 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002691 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002692- name: json_stream_error_test
2693 build: test
2694 language: c
2695 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002696 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002697 deps:
2698 - grpc_test_util
2699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002700 - gpr_test_util
2701 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002702 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002703- name: json_test
2704 build: test
2705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002706 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002707 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002708 deps:
2709 - grpc_test_util
2710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002711 - gpr_test_util
2712 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002713 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002714- name: lame_client_test
2715 build: test
2716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002717 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002718 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002719 deps:
2720 - grpc_test_util
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr_test_util
2723 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002724- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002725 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002726 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002727 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002729 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002730 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002731 deps:
2732 - grpc_test_util
2733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002734 - gpr_test_util
2735 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002736 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002737- name: load_file_test
2738 build: test
2739 language: c
2740 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002741 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002742 deps:
2743 - grpc_test_util
2744 - grpc
2745 - gpr_test_util
2746 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002747 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002748- name: low_level_ping_pong_benchmark
2749 build: benchmark
2750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002751 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002752 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002753 deps:
2754 - grpc_test_util
2755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002756 - gpr_test_util
2757 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002758 platforms:
2759 - mac
2760 - linux
2761 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002762- name: memory_profile_client
2763 build: test
2764 run: false
2765 language: c
2766 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002767 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002768 deps:
2769 - grpc_test_util
2770 - grpc
2771 - gpr_test_util
2772 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002773 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002774- name: memory_profile_server
2775 build: test
2776 run: false
2777 language: c
2778 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002779 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002780 deps:
2781 - grpc_test_util
2782 - grpc
2783 - gpr_test_util
2784 - gpr
2785- name: memory_profile_test
2786 cpu_cost: 1.5
2787 build: test
2788 language: c
2789 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002790 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002791 deps:
2792 - grpc_test_util
2793 - grpc
2794 - gpr_test_util
2795 - gpr
2796 platforms:
2797 - mac
2798 - linux
2799 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002800- name: message_compress_test
2801 build: test
2802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002803 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002804 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002805 deps:
2806 - grpc_test_util
2807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002808 - gpr_test_util
2809 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002810 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002811- name: minimal_stack_is_minimal_test
2812 build: test
2813 language: c
2814 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002815 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002816 deps:
2817 - grpc_test_util
2818 - grpc
2819 - gpr_test_util
2820 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002821 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002822- name: multiple_server_queues_test
2823 build: test
2824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002825 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002826 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002827 deps:
2828 - grpc_test_util
2829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002830 - gpr_test_util
2831 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: murmur_hash_test
2833 build: test
2834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002835 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002836 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002837 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002838 - gpr_test_util
2839 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002840 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002841- name: nanopb_fuzzer_response_test
2842 build: fuzzer
2843 language: c
2844 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002845 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002846 deps:
2847 - grpc_test_util
2848 - grpc
2849 - gpr_test_util
2850 - gpr
2851 corpus_dirs:
2852 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002853 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002854- name: nanopb_fuzzer_serverlist_test
2855 build: fuzzer
2856 language: c
2857 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002858 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002859 deps:
2860 - grpc_test_util
2861 - grpc
2862 - gpr_test_util
2863 - gpr
2864 corpus_dirs:
2865 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002866 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002867- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002868 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002869 build: test
2870 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002871 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002872 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002873 deps:
2874 - grpc_test_util
2875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002876 - gpr_test_util
2877 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002878- name: num_external_connectivity_watchers_test
2879 build: test
2880 language: c
2881 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002882 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002883 deps:
2884 - grpc_test_util
2885 - grpc
2886 - gpr_test_util
2887 - gpr
2888 exclude_iomgrs:
2889 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002890- name: parse_address_test
2891 build: test
2892 language: c
2893 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002894 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002895 deps:
2896 - grpc_test_util
2897 - grpc
2898 - gpr_test_util
2899 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002900 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002901- name: percent_decode_fuzzer
2902 build: fuzzer
2903 language: c
2904 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002905 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002906 deps:
2907 - grpc_test_util
2908 - grpc
2909 - gpr_test_util
2910 - gpr
2911 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002912 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002913 maxlen: 32
2914- name: percent_encode_fuzzer
2915 build: fuzzer
2916 language: c
2917 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002918 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002919 deps:
2920 - grpc_test_util
2921 - grpc
2922 - gpr_test_util
2923 - gpr
2924 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002925 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002926 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002927- name: percent_encoding_test
2928 build: test
2929 language: c
2930 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002931 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002932 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002933 - grpc_test_util
2934 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002935 - gpr_test_util
2936 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002937 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002938- name: pollset_set_test
2939 build: test
2940 language: c
2941 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002942 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002943 deps:
2944 - grpc_test_util
2945 - grpc
2946 - gpr_test_util
2947 - gpr
2948 exclude_iomgrs:
2949 - uv
2950 platforms:
2951 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002952- name: resolve_address_posix_test
2953 build: test
2954 language: c
2955 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002956 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002957 deps:
2958 - grpc_test_util
2959 - grpc
2960 - gpr_test_util
2961 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002962 exclude_iomgrs:
2963 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002964 platforms:
2965 - mac
2966 - linux
2967 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968- name: resolve_address_test
2969 build: test
2970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002971 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002972 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002973 deps:
2974 - grpc_test_util
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002978- name: resource_quota_test
2979 cpu_cost: 30
2980 build: test
2981 language: c
2982 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002983 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07002984 deps:
2985 - grpc_test_util
2986 - grpc
2987 - gpr_test_util
2988 - gpr
yang-gd482e592015-12-10 14:04:00 -08002989- name: secure_channel_create_test
2990 build: test
2991 language: c
2992 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002993 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08002994 deps:
2995 - grpc_test_util
2996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002997 - gpr_test_util
2998 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002999- name: secure_endpoint_test
3000 build: test
3001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003002 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003003 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003004 deps:
3005 - grpc_test_util
3006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003007 - gpr_test_util
3008 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003009 exclude_iomgrs:
3010 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003011- name: sequential_connectivity_test
3012 build: test
3013 language: c
3014 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003015 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003016 deps:
3017 - grpc_test_util
3018 - grpc
3019 - gpr_test_util
3020 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003021 exclude_iomgrs:
3022 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003023- name: server_chttp2_test
3024 build: test
3025 language: c
3026 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003027 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003028 deps:
3029 - grpc_test_util
3030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003031 - gpr_test_util
3032 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003033- name: server_fuzzer
3034 build: fuzzer
3035 language: c
3036 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003037 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003038 deps:
3039 - grpc_test_util
3040 - grpc
3041 - gpr_test_util
3042 - gpr
3043 corpus_dirs:
3044 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003045 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003046 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003047- name: server_test
3048 build: test
3049 language: c
3050 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003051 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003052 deps:
3053 - grpc_test_util
3054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003055 - gpr_test_util
3056 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003057- name: slice_buffer_test
3058 build: test
3059 language: c
3060 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003061 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003062 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003063 - grpc_test_util
3064 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003065 - gpr_test_util
3066 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003067 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003068- name: slice_hash_table_test
3069 build: test
3070 language: c
3071 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003072 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003073 deps:
3074 - grpc_test_util
3075 - grpc
3076 - gpr_test_util
3077 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003078 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003079- name: slice_string_helpers_test
3080 build: test
3081 language: c
3082 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003083 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003084 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003085 - grpc_test_util
3086 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003087 - gpr_test_util
3088 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003089 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003090- name: slice_test
3091 build: test
3092 language: c
3093 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003094 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003095 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003096 - grpc_test_util
3097 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003098 - gpr_test_util
3099 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003100 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003101- name: sockaddr_resolver_test
3102 build: test
3103 language: c
3104 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003105 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003106 deps:
3107 - grpc_test_util
3108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003109 - gpr_test_util
3110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003111- name: sockaddr_utils_test
3112 build: test
3113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003114 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003115 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003116 deps:
3117 - grpc_test_util
3118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003119 - gpr_test_util
3120 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003121- name: socket_utils_test
3122 build: test
3123 language: c
3124 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003125 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003126 deps:
3127 - grpc_test_util
3128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003129 - gpr_test_util
3130 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003131 exclude_iomgrs:
3132 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003133 platforms:
3134 - mac
3135 - linux
3136 - posix
yang-g31e21282016-11-04 15:10:03 -07003137- name: ssl_server_fuzzer
3138 build: fuzzer
3139 language: c
3140 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003141 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003142 deps:
3143 - grpc_test_util
3144 - grpc
3145 - gpr_test_util
3146 - gpr
3147 corpus_dirs:
3148 - test/core/security/corpus/ssl_server_corpus
3149 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003150- name: ssl_transport_security_test
3151 build: test
3152 language: c
3153 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003154 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003155 deps:
3156 - gpr_test_util
3157 - gpr
3158 - grpc
3159 filegroups:
3160 - transport_security_test_lib
3161 platforms:
3162 - linux
3163 - posix
3164 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003165- name: status_conversion_test
3166 build: test
3167 language: c
3168 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003169 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003170 deps:
3171 - grpc_test_util
3172 - grpc
3173 - gpr_test_util
3174 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003175 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003176- name: stream_compression_test
3177 build: test
3178 language: c
3179 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003180 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003181 deps:
3182 - grpc_test_util
3183 - grpc
3184 - gpr_test_util
3185 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003186 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003187- name: stream_owned_slice_test
3188 build: test
3189 language: c
3190 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003191 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003192 deps:
3193 - grpc_test_util
3194 - grpc
3195 - gpr_test_util
3196 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003197 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003198- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003199 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200 build: test
3201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003202 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003203 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003204 deps:
3205 - grpc_test_util
3206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003207 - gpr_test_util
3208 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003209 exclude_iomgrs:
3210 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003211 platforms:
3212 - mac
3213 - linux
3214 - posix
murgatroid991191b722017-02-08 11:56:52 -08003215- name: tcp_client_uv_test
3216 cpu_cost: 0.5
3217 build: test
3218 language: c
3219 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003220 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003221 deps:
3222 - grpc_test_util
3223 - grpc
3224 - gpr_test_util
3225 - gpr
3226 exclude_iomgrs:
3227 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003228- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003229 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003230 build: test
3231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003232 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003233 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003234 deps:
3235 - grpc_test_util
3236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003237 - gpr_test_util
3238 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003239 exclude_iomgrs:
3240 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003241 platforms:
3242 - mac
3243 - linux
3244 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003245- name: tcp_server_posix_test
3246 build: test
3247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003248 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003249 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003250 deps:
3251 - grpc_test_util
3252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003253 - gpr_test_util
3254 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003255 exclude_iomgrs:
3256 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003257 platforms:
3258 - mac
3259 - linux
3260 - posix
murgatroid991191b722017-02-08 11:56:52 -08003261- name: tcp_server_uv_test
3262 build: test
3263 language: c
3264 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003265 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003266 deps:
3267 - grpc_test_util
3268 - grpc
3269 - gpr_test_util
3270 - gpr
3271 exclude_iomgrs:
3272 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003273- name: time_averaged_stats_test
3274 build: test
3275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003276 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003277 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003278 deps:
3279 - grpc_test_util
3280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003281 - gpr_test_util
3282 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003283 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284- name: timeout_encoding_test
3285 build: test
3286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003287 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003288 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003289 deps:
3290 - grpc_test_util
3291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003292 - gpr_test_util
3293 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003294 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003295- name: timer_heap_test
3296 build: test
3297 language: c
3298 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003299 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003300 deps:
3301 - grpc_test_util
3302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003303 - gpr_test_util
3304 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003305 exclude_iomgrs:
3306 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003307 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003308- name: timer_list_test
3309 build: test
3310 language: c
3311 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003312 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003313 deps:
3314 - grpc_test_util
3315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003316 - gpr_test_util
3317 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003318 exclude_iomgrs:
3319 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003320 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003321- name: transport_connectivity_state_test
3322 build: test
3323 language: c
3324 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003325 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003326 deps:
3327 - grpc_test_util
3328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003329 - gpr_test_util
3330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003331- name: transport_metadata_test
3332 build: test
3333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003334 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003335 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003336 deps:
3337 - grpc_test_util
3338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003339 - gpr_test_util
3340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003341- name: transport_security_test
3342 build: test
3343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003344 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003345 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003346 deps:
3347 - grpc_test_util
3348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003349 - gpr_test_util
3350 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003351 platforms:
3352 - linux
3353 - posix
3354 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003355- name: udp_server_test
3356 build: test
3357 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003358 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003359 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003360 deps:
3361 - grpc_test_util
3362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003363 - gpr_test_util
3364 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003365 exclude_iomgrs:
3366 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003367 platforms:
3368 - mac
3369 - linux
3370 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003371- name: uri_fuzzer_test
3372 build: fuzzer
3373 language: c
3374 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003375 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003376 deps:
3377 - grpc_test_util
3378 - grpc
3379 - gpr_test_util
3380 - gpr
3381 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003382 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003383 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003384- name: uri_parser_test
3385 build: test
3386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003387 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003388 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003389 deps:
3390 - grpc_test_util
3391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003392 - gpr_test_util
3393 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003394- name: wakeup_fd_cv_test
3395 build: test
3396 language: c
3397 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003398 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003399 deps:
3400 - grpc_test_util
3401 - grpc
3402 - gpr_test_util
3403 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003404 exclude_iomgrs:
3405 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003406 platforms:
3407 - mac
3408 - linux
3409 - posix
vjpai04e992a2016-02-10 16:58:38 -08003410- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003411 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003412 build: test
3413 language: c++
3414 src:
3415 - test/cpp/common/alarm_cpp_test.cc
3416 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003417 - grpc++_test_util_unsecure
3418 - grpc_test_util_unsecure
3419 - grpc++_unsecure
3420 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003421 - gpr_test_util
3422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003423- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003424 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003425 build: test
3426 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003427 src:
3428 - test/cpp/end2end/async_end2end_test.cc
3429 deps:
3430 - grpc++_test_util
3431 - grpc_test_util
3432 - grpc++
3433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003434 - gpr_test_util
3435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003436- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003437 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438 build: test
3439 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003440 src:
3441 - test/cpp/common/auth_property_iterator_test.cc
3442 deps:
3443 - grpc++_test_util
3444 - grpc_test_util
3445 - grpc++
3446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003447 - gpr_test_util
3448 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003449 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003450- name: backoff_test
3451 build: test
3452 language: c++
3453 src:
3454 - test/core/backoff/backoff_test.cc
3455 deps:
3456 - grpc_test_util
3457 - grpc
3458 - gpr_test_util
3459 - gpr
3460 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003461- name: bdp_estimator_test
3462 build: test
3463 language: c++
3464 src:
3465 - test/core/transport/bdp_estimator_test.cc
3466 deps:
3467 - grpc++_test_util
3468 - grpc++
3469 - grpc_test_util
3470 - grpc
3471 - gpr_test_util
3472 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003473 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003474- name: bm_arena
3475 build: test
3476 language: c++
3477 src:
3478 - test/cpp/microbenchmarks/bm_arena.cc
3479 deps:
3480 - grpc_benchmark
3481 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003482 - grpc++_test_util_unsecure
3483 - grpc_test_util_unsecure
3484 - grpc++_unsecure
3485 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003486 - gpr_test_util
3487 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003488 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003489 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003490 platforms:
3491 - mac
3492 - linux
3493 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003494 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003495- name: bm_call_create
3496 build: test
3497 language: c++
3498 src:
3499 - test/cpp/microbenchmarks/bm_call_create.cc
3500 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003501 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003502 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003503 - grpc++_test_util_unsecure
3504 - grpc_test_util_unsecure
3505 - grpc++_unsecure
3506 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003507 - gpr_test_util
3508 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003509 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003510 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003511 platforms:
3512 - mac
3513 - linux
3514 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003515 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003516- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003517 build: test
3518 language: c++
3519 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003520 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003521 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003522 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003523 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003524 - grpc++_test_util_unsecure
3525 - grpc_test_util_unsecure
3526 - grpc++_unsecure
3527 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003528 - gpr_test_util
3529 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003530 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003531 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003532 platforms:
3533 - mac
3534 - linux
3535 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003536 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003537- name: bm_chttp2_transport
3538 build: test
3539 language: c++
3540 src:
3541 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3542 deps:
3543 - grpc_benchmark
3544 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003545 - grpc++_test_util_unsecure
3546 - grpc_test_util_unsecure
3547 - grpc++_unsecure
3548 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003549 - gpr_test_util
3550 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003551 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003552 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003553 platforms:
3554 - mac
3555 - linux
3556 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003557- name: bm_closure
3558 build: test
3559 language: c++
3560 src:
3561 - test/cpp/microbenchmarks/bm_closure.cc
3562 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003563 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003564 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003565 - grpc++_test_util_unsecure
3566 - grpc_test_util_unsecure
3567 - grpc++_unsecure
3568 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003569 - gpr_test_util
3570 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003571 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003572 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003573 platforms:
3574 - mac
3575 - linux
3576 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003577- name: bm_cq
3578 build: test
3579 language: c++
3580 src:
3581 - test/cpp/microbenchmarks/bm_cq.cc
3582 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003583 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003584 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003585 - grpc++_test_util_unsecure
3586 - grpc_test_util_unsecure
3587 - grpc++_unsecure
3588 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003589 - gpr_test_util
3590 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003591 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003592 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003593 platforms:
3594 - mac
3595 - linux
3596 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003597- name: bm_cq_multiple_threads
3598 build: test
3599 language: c++
3600 src:
3601 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3602 deps:
3603 - grpc_benchmark
3604 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003605 - grpc++_test_util_unsecure
3606 - grpc_test_util_unsecure
3607 - grpc++_unsecure
3608 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003609 - gpr_test_util
3610 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003611 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003612 defaults: benchmark
3613 platforms:
3614 - mac
3615 - linux
3616 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003617- name: bm_error
3618 build: test
3619 language: c++
3620 src:
3621 - test/cpp/microbenchmarks/bm_error.cc
3622 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003623 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003624 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003625 - grpc++_test_util_unsecure
3626 - grpc_test_util_unsecure
3627 - grpc++_unsecure
3628 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003629 - gpr_test_util
3630 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003631 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003632 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003633 platforms:
3634 - mac
3635 - linux
3636 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003637 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003638- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003639 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003640 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003641 headers:
3642 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003643 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003644 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003645 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003646 - grpc_benchmark
3647 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003648 - grpc++_test_util_unsecure
3649 - grpc_test_util_unsecure
3650 - grpc++_unsecure
3651 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003652 - gpr_test_util
3653 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003654 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003655 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003656 excluded_poll_engines:
3657 - poll
3658 - poll-cv
3659 platforms:
3660 - mac
3661 - linux
3662 - posix
3663 timeout_seconds: 1200
3664- name: bm_fullstack_streaming_pump
3665 build: test
3666 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003667 headers:
3668 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003669 src:
3670 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003671 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003672 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003673 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003674 - grpc++_test_util_unsecure
3675 - grpc_test_util_unsecure
3676 - grpc++_unsecure
3677 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003678 - gpr_test_util
3679 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003680 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003681 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003682 excluded_poll_engines:
3683 - poll
3684 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003685 platforms:
3686 - mac
3687 - linux
3688 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003689 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003690- name: bm_fullstack_trickle
3691 build: test
3692 language: c++
3693 src:
3694 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3695 deps:
3696 - grpc_benchmark
3697 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003698 - grpc++_test_util_unsecure
3699 - grpc_test_util_unsecure
3700 - grpc++_unsecure
3701 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003702 - gpr_test_util
3703 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003704 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003705 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003706 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003707 exclude_configs:
3708 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003709 excluded_poll_engines:
3710 - poll
3711 - poll-cv
3712 platforms:
3713 - mac
3714 - linux
3715 - posix
3716 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003717- name: bm_fullstack_unary_ping_pong
3718 build: test
3719 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003720 headers:
3721 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003722 src:
3723 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3724 deps:
3725 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003726 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003727 - grpc++_test_util_unsecure
3728 - grpc_test_util_unsecure
3729 - grpc++_unsecure
3730 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003731 - gpr_test_util
3732 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003733 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003734 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003735 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003736 - poll
3737 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003738 platforms:
3739 - mac
3740 - linux
3741 - posix
3742 timeout_seconds: 1200
3743- name: bm_metadata
3744 build: test
3745 language: c++
3746 src:
3747 - test/cpp/microbenchmarks/bm_metadata.cc
3748 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003749 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003750 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003751 - grpc++_test_util_unsecure
3752 - grpc_test_util_unsecure
3753 - grpc++_unsecure
3754 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003755 - gpr_test_util
3756 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003757 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003758 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003759 platforms:
3760 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003761 - linux
3762 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003763 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003764- name: bm_pollset
3765 build: test
3766 language: c++
3767 src:
3768 - test/cpp/microbenchmarks/bm_pollset.cc
3769 deps:
3770 - grpc_benchmark
3771 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003772 - grpc++_test_util_unsecure
3773 - grpc_test_util_unsecure
3774 - grpc++_unsecure
3775 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003776 - gpr_test_util
3777 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003778 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003779 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003780 platforms:
3781 - mac
3782 - linux
3783 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003784- name: channel_arguments_test
3785 gtest: true
3786 build: test
3787 language: c++
3788 src:
3789 - test/cpp/common/channel_arguments_test.cc
3790 deps:
3791 - grpc++
3792 - grpc
3793 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003794 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003795- name: channel_filter_test
3796 gtest: true
3797 build: test
3798 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003799 src:
3800 - test/cpp/common/channel_filter_test.cc
3801 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003802 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003803 - grpc
3804 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003805 uses_polling: false
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08003806- name: chttp2_settings_timeout_test
3807 gtest: true
3808 build: test
3809 language: c++
3810 src:
3811 - test/core/transport/chttp2/settings_timeout_test.cc
3812 deps:
3813 - grpc_test_util
3814 - grpc
3815 - gpr_test_util
3816 - gpr
3817 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003818- name: cli_call_test
3819 gtest: true
3820 build: test
3821 language: c++
3822 src:
Craig Tiller25834342015-09-25 08:08:24 -07003823 - test/cpp/util/cli_call_test.cc
3824 deps:
3825 - grpc_cli_libs
3826 - grpc++_test_util
3827 - grpc_test_util
3828 - grpc++
3829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003830 - gpr_test_util
3831 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003832- name: client_channel_stress_test
3833 gtest: false
3834 build: test
3835 language: c++
3836 src:
3837 - src/proto/grpc/lb/v1/load_balancer.proto
3838 - test/cpp/client/client_channel_stress_test.cc
3839 deps:
3840 - grpc++_test_util
3841 - grpc_test_util
3842 - grpc++
3843 - grpc
3844 - gpr_test_util
3845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003846- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003847 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003848 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003849 build: test
3850 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003851 src:
3852 - test/cpp/end2end/client_crash_test.cc
3853 deps:
3854 - grpc++_test_util
3855 - grpc_test_util
3856 - grpc++
3857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003858 - gpr_test_util
3859 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003860 platforms:
3861 - mac
3862 - linux
3863 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003864- name: client_crash_test_server
3865 build: test
3866 run: false
3867 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003868 src:
3869 - test/cpp/end2end/client_crash_test_server.cc
3870 deps:
3871 - grpc++_test_util
3872 - grpc_test_util
3873 - grpc++
3874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003875 - gpr_test_util
3876 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003877- name: client_lb_end2end_test
3878 gtest: true
3879 build: test
3880 language: c++
3881 src:
3882 - test/cpp/end2end/client_lb_end2end_test.cc
3883 deps:
3884 - grpc++_test_util
3885 - grpc_test_util
3886 - grpc++
3887 - grpc
3888 - gpr_test_util
3889 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003890- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003891 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003892 build: test
3893 language: c++
3894 src:
3895 - src/proto/grpc/testing/control.proto
3896 - src/proto/grpc/testing/messages.proto
3897 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003898 - src/proto/grpc/testing/services.proto
3899 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003900 - test/cpp/codegen/codegen_test_full.cc
3901 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003902 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003903 - grpc++
3904 - grpc
3905 - gpr
3906 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003907 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003908 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003909- name: codegen_test_minimal
3910 gtest: true
3911 build: test
3912 language: c++
3913 src:
3914 - src/proto/grpc/testing/control.proto
3915 - src/proto/grpc/testing/messages.proto
3916 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003917 - src/proto/grpc/testing/services.proto
3918 - src/proto/grpc/testing/stats.proto
3919 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003920 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003921 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003922 - grpc
3923 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003924 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003925 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003926 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003927 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928- name: credentials_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/client/credentials_test.cc
3934 deps:
3935 - grpc++
3936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003938- name: cxx_byte_buffer_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/byte_buffer_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: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003952 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003953 build: test
3954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003955 src:
3956 - test/cpp/util/slice_test.cc
3957 deps:
3958 - grpc_test_util
3959 - grpc++
3960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003961 - gpr_test_util
3962 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003963 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003964- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003965 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003966 build: test
3967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003968 src:
3969 - test/cpp/util/string_ref_test.cc
3970 deps:
3971 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003972 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003973 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003974- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003975 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003976 build: test
3977 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003978 src:
3979 - test/cpp/util/time_test.cc
3980 deps:
3981 - grpc_test_util
3982 - grpc++
3983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003984 - gpr_test_util
3985 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003986 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003987- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003988 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003989 cpu_cost: 0.5
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/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-geceec8e2017-04-10 11:58:44 -07004001- name: error_details_test
4002 gtest: true
4003 build: test
4004 language: c++
4005 src:
4006 - src/proto/grpc/testing/echo_messages.proto
4007 - test/cpp/util/error_details_test.cc
4008 deps:
4009 - grpc++_error_details
4010 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004011- name: exception_test
4012 gtest: true
4013 build: test
4014 language: c++
4015 src:
4016 - test/cpp/end2end/exception_test.cc
4017 deps:
4018 - grpc++_test_util
4019 - grpc_test_util
4020 - grpc++
4021 - grpc
4022 - gpr_test_util
4023 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004024- name: filter_end2end_test
4025 gtest: true
4026 build: test
4027 language: c++
4028 src:
4029 - test/cpp/end2end/filter_end2end_test.cc
4030 deps:
4031 - grpc++_test_util
4032 - grpc_test_util
4033 - grpc++
4034 - grpc
4035 - gpr_test_util
4036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004037- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004038 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004039 build: test
4040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004041 src:
4042 - test/cpp/end2end/generic_end2end_test.cc
4043 deps:
4044 - grpc++_test_util
4045 - grpc_test_util
4046 - grpc++
4047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004048 - gpr_test_util
4049 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004050- name: golden_file_test
4051 gtest: true
4052 build: test
4053 language: c++
4054 src:
4055 - src/proto/grpc/testing/compiler_test.proto
4056 - test/cpp/codegen/golden_file_test.cc
4057 deps:
4058 - grpc++
4059 - grpc
4060 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004061 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004062 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004063 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004064- name: grpc_cli
4065 build: test
4066 run: false
4067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004068 src:
4069 - test/cpp/util/grpc_cli.cc
4070 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004071 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004072 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004073 - grpc++
4074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004075 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004076 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004077- name: grpc_cpp_plugin
4078 build: protoc
4079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004080 src:
4081 - src/compiler/cpp_plugin.cc
4082 deps:
4083 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004084 secure: false
4085 vs_config_type: Application
4086 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4087- name: grpc_csharp_plugin
4088 build: protoc
4089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004090 src:
4091 - src/compiler/csharp_plugin.cc
4092 deps:
4093 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004094 secure: false
4095 vs_config_type: Application
4096 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004097- name: grpc_node_plugin
4098 build: protoc
4099 language: c++
4100 src:
4101 - src/compiler/node_plugin.cc
4102 deps:
4103 - grpc_plugin_support
4104 secure: false
4105 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004106- name: grpc_objective_c_plugin
4107 build: protoc
4108 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004109 src:
4110 - src/compiler/objective_c_plugin.cc
4111 deps:
4112 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004113 secure: false
4114 vs_config_type: Application
4115 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004116- name: grpc_php_plugin
4117 build: protoc
4118 language: c++
4119 src:
4120 - src/compiler/php_plugin.cc
4121 deps:
4122 - grpc_plugin_support
4123 secure: false
4124 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004125- name: grpc_python_plugin
4126 build: protoc
4127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004128 src:
4129 - src/compiler/python_plugin.cc
4130 deps:
4131 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004132 secure: false
4133 vs_config_type: Application
4134 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4135- name: grpc_ruby_plugin
4136 build: protoc
4137 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004138 src:
4139 - src/compiler/ruby_plugin.cc
4140 deps:
4141 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004142 secure: false
4143 vs_config_type: Application
4144 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004145- name: grpc_tool_test
4146 gtest: true
4147 build: test
4148 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004149 src:
4150 - src/proto/grpc/testing/echo.proto
4151 - src/proto/grpc/testing/echo_messages.proto
4152 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004153 deps:
4154 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004155 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004156 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004157 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004158 - grpc_test_util
4159 - grpc++
4160 - grpc
4161 - gpr_test_util
4162 - gpr
4163 filegroups:
4164 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004165- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004166 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004167 build: test
4168 language: c++
4169 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004170 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004171 - test/cpp/grpclb/grpclb_api_test.cc
4172 deps:
4173 - grpc++_test_util
4174 - grpc_test_util
4175 - grpc++
4176 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004177- name: grpclb_end2end_test
4178 gtest: true
4179 build: test
4180 language: c++
4181 src:
4182 - src/proto/grpc/lb/v1/load_balancer.proto
4183 - test/cpp/end2end/grpclb_end2end_test.cc
4184 deps:
4185 - grpc++_test_util
4186 - grpc_test_util
4187 - grpc++
4188 - grpc
4189 - gpr_test_util
4190 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004191- name: grpclb_test
4192 gtest: false
4193 build: test
4194 language: c++
4195 src:
4196 - src/proto/grpc/lb/v1/load_balancer.proto
4197 - test/cpp/grpclb/grpclb_test.cc
4198 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004199 - grpc++_test_util
4200 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004201 - grpc++
4202 - grpc
4203 - gpr_test_util
4204 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004205- name: h2_ssl_cert_test
4206 gtest: true
4207 build: test
4208 language: c++
4209 headers:
4210 - test/core/end2end/end2end_tests.h
4211 src:
4212 - test/core/end2end/h2_ssl_cert_test.cc
4213 deps:
4214 - grpc_test_util
4215 - grpc++
4216 - grpc
4217 - gpr_test_util
4218 - gpr
4219 uses:
4220 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004221- name: health_service_end2end_test
4222 gtest: true
4223 build: test
4224 language: c++
4225 src:
4226 - test/cpp/end2end/health_service_end2end_test.cc
4227 deps:
4228 - grpc++_test_util
4229 - grpc_test_util
4230 - grpc++
4231 - grpc
4232 - gpr_test_util
4233 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004234- name: http2_client
4235 build: test
4236 run: false
4237 language: c++
4238 src: []
4239 deps:
4240 - http2_client_main
4241 - grpc++_test_util
4242 - grpc_test_util
4243 - grpc++
4244 - grpc
4245 - grpc++_test_config
4246 platforms:
4247 - mac
4248 - linux
4249 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004250- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004251 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004252 build: test
4253 language: c++
4254 src:
4255 - test/cpp/end2end/hybrid_end2end_test.cc
4256 deps:
4257 - grpc++_test_util
4258 - grpc_test_util
4259 - grpc++
4260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004261 - gpr_test_util
4262 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004263- name: inlined_vector_test
4264 gtest: true
4265 build: test
4266 language: c++
4267 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004268 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004269 deps:
4270 - grpc_test_util
4271 - grpc++
4272 - grpc
4273 - gpr_test_util
4274 - gpr
4275 uses:
4276 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004277- name: inproc_sync_unary_ping_pong_test
4278 build: test
4279 language: c++
4280 src:
4281 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4282 deps:
4283 - qps
4284 - grpc++_core_stats
4285 - grpc++_test_util
4286 - grpc_test_util
4287 - grpc++
4288 - grpc
4289 - gpr_test_util
4290 - gpr
4291 - grpc++_test_config
4292 platforms:
4293 - mac
4294 - linux
4295 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004296- name: interop_client
4297 build: test
4298 run: false
4299 language: c++
4300 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004301 deps:
4302 - interop_client_main
4303 - interop_client_helper
4304 - grpc++_test_util
4305 - grpc_test_util
4306 - grpc++
4307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004308 - gpr_test_util
4309 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004310 - grpc++_test_config
4311 platforms:
4312 - mac
4313 - linux
4314 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004315- name: interop_server
4316 build: test
4317 run: false
4318 language: c++
4319 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004320 deps:
4321 - interop_server_main
4322 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004323 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004324 - grpc++_test_util
4325 - grpc_test_util
4326 - grpc++
4327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004328 - gpr_test_util
4329 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004330 - grpc++_test_config
4331 platforms:
4332 - mac
4333 - linux
4334 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004335- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004336 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004337 build: test
4338 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004339 src:
4340 - test/cpp/interop/interop_test.cc
4341 deps:
4342 - grpc_test_util
4343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004344 - gpr_test_util
4345 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004346 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004347 platforms:
4348 - mac
4349 - linux
4350 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004351- name: json_run_localhost
4352 build: test
4353 run: false
4354 language: c++
4355 src:
4356 - test/cpp/qps/json_run_localhost.cc
4357 deps:
4358 - grpc++_test_util
4359 - grpc_test_util
4360 - grpc++
4361 - grpc
4362 - gpr_test_util
4363 - gpr
4364 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004365 platforms:
4366 - mac
4367 - linux
4368 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004369- name: memory_test
4370 gtest: true
4371 build: test
4372 language: c++
4373 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004374 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004375 deps:
4376 - grpc_test_util
4377 - grpc++
4378 - grpc
4379 - gpr_test_util
4380 - gpr
4381 uses:
4382 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004383 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004384- name: metrics_client
4385 build: test
4386 run: false
4387 language: c++
4388 headers:
4389 - test/cpp/util/metrics_server.h
4390 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004391 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004392 - test/cpp/interop/metrics_client.cc
4393 deps:
4394 - grpc++
4395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004396 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004397 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004398- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004399 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004400 build: test
4401 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004402 headers:
4403 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004404 src:
4405 - test/cpp/end2end/mock_test.cc
4406 deps:
4407 - grpc++_test_util
4408 - grpc_test_util
4409 - grpc++
4410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004411 - gpr_test_util
4412 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004413- name: noop-benchmark
4414 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004415 language: c++
4416 src:
4417 - test/cpp/microbenchmarks/noop-benchmark.cc
4418 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004419 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004420 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004421- name: orphanable_test
4422 gtest: true
4423 build: test
4424 language: c++
4425 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004426 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004427 deps:
4428 - grpc_test_util
4429 - grpc++
4430 - grpc
4431 - gpr_test_util
4432 - gpr
4433 uses:
4434 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004435- name: proto_server_reflection_test
4436 gtest: true
4437 build: test
4438 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004439 src:
4440 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004441 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004442 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004443 - grpc++_reflection
4444 - grpc++_test_util
4445 - grpc_test_util
4446 - grpc++
4447 - grpc
4448 - gpr_test_util
4449 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004450- name: proto_utils_test
4451 gtest: true
4452 build: test
4453 language: c++
4454 src:
4455 - test/cpp/codegen/proto_utils_test.cc
4456 deps:
4457 - grpc++
4458 - grpc
4459 filegroups:
4460 - grpc++_codegen_base
4461 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004462 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004463- name: qps_interarrival_test
4464 build: test
4465 run: false
4466 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004467 src:
4468 - test/cpp/qps/qps_interarrival_test.cc
4469 deps:
4470 - qps
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
yang-gfdcb7742017-07-13 10:25:42 -07004477 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004478 platforms:
4479 - mac
4480 - linux
4481 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004482 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004483- name: qps_json_driver
4484 build: test
4485 run: false
4486 language: c++
4487 src:
4488 - test/cpp/qps/qps_json_driver.cc
4489 deps:
4490 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004491 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004492 - grpc++_test_util
4493 - grpc_test_util
4494 - grpc++
4495 - grpc
4496 - gpr_test_util
4497 - gpr
4498 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004499- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004500 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004501 build: test
4502 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004503 src:
4504 - test/cpp/qps/qps_openloop_test.cc
4505 deps:
4506 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004507 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004508 - grpc++_test_util
4509 - grpc_test_util
4510 - grpc++
4511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004512 - gpr_test_util
4513 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004514 - grpc++_test_config
4515 platforms:
4516 - mac
4517 - linux
4518 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004519- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004520 build: test
4521 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004522 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004523 headers:
4524 - test/cpp/qps/client.h
4525 - test/cpp/qps/server.h
4526 src:
4527 - test/cpp/qps/worker.cc
4528 deps:
4529 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004530 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004531 - grpc++_test_util
4532 - grpc_test_util
4533 - grpc++
4534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004535 - gpr_test_util
4536 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004537 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004538- name: reconnect_interop_client
4539 build: test
4540 run: false
4541 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004542 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004543 - src/proto/grpc/testing/empty.proto
4544 - src/proto/grpc/testing/messages.proto
4545 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004546 - test/cpp/interop/reconnect_interop_client.cc
4547 deps:
4548 - grpc++_test_util
4549 - grpc_test_util
4550 - grpc++
4551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004552 - gpr_test_util
4553 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004554 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004555- name: reconnect_interop_server
4556 build: test
4557 run: false
4558 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004559 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004560 - src/proto/grpc/testing/empty.proto
4561 - src/proto/grpc/testing/messages.proto
4562 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004563 - test/cpp/interop/reconnect_interop_server.cc
4564 deps:
4565 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004566 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004567 - grpc++_test_util
4568 - grpc_test_util
4569 - grpc++
4570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004571 - gpr_test_util
4572 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004573 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004574- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004575 gtest: true
4576 build: test
4577 language: c++
4578 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004579 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004580 deps:
4581 - grpc_test_util
4582 - grpc++
4583 - grpc
4584 - gpr_test_util
4585 - gpr
4586 uses:
4587 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004588- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004589 gtest: true
4590 build: test
4591 language: c++
4592 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004593 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004594 deps:
4595 - grpc_test_util
4596 - grpc++
4597 - grpc
4598 - gpr_test_util
4599 - gpr
4600 uses:
4601 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004602- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004603 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004604 build: test
4605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004606 src:
4607 - test/cpp/common/secure_auth_context_test.cc
4608 deps:
4609 - grpc++_test_util
4610 - grpc_test_util
4611 - grpc++
4612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004613 - gpr_test_util
4614 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004615- name: secure_sync_unary_ping_pong_test
4616 build: test
4617 language: c++
4618 src:
4619 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4620 deps:
4621 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004622 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004623 - grpc++_test_util
4624 - grpc_test_util
4625 - grpc++
4626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004627 - gpr_test_util
4628 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004629 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004630 platforms:
4631 - mac
4632 - linux
4633 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004634- name: server_builder_plugin_test
4635 gtest: true
4636 build: test
4637 language: c++
4638 src:
4639 - test/cpp/end2end/server_builder_plugin_test.cc
4640 deps:
4641 - grpc++_test_util
4642 - grpc_test_util
4643 - grpc++
4644 - grpc
4645 - gpr_test_util
4646 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004647- name: server_builder_test
4648 gtest: true
4649 build: test
4650 language: c++
4651 src:
4652 - src/proto/grpc/testing/echo_messages.proto
4653 - src/proto/grpc/testing/echo.proto
4654 - test/cpp/server/server_builder_test.cc
4655 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004656 - grpc++_test_util_unsecure
4657 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004658 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004659 - grpc++_unsecure
4660 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004661 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004662- name: server_context_test_spouse_test
4663 gtest: true
4664 build: test
4665 language: c++
4666 src:
4667 - test/cpp/test/server_context_test_spouse_test.cc
4668 deps:
4669 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004670 - grpc++
4671 - grpc
4672 - gpr_test_util
4673 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004674 uses:
4675 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004676- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004677 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004678 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004679 build: test
4680 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004681 src:
4682 - test/cpp/end2end/server_crash_test.cc
4683 deps:
4684 - grpc++_test_util
4685 - grpc_test_util
4686 - grpc++
4687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004688 - gpr_test_util
4689 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004690 platforms:
4691 - mac
4692 - linux
4693 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004694- name: server_crash_test_client
4695 build: test
4696 run: false
4697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004698 src:
4699 - test/cpp/end2end/server_crash_test_client.cc
4700 deps:
4701 - grpc++_test_util
4702 - grpc_test_util
4703 - grpc++
4704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004705 - gpr_test_util
4706 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004707- name: server_request_call_test
4708 gtest: true
4709 build: test
4710 language: c++
4711 src:
4712 - src/proto/grpc/testing/echo_messages.proto
4713 - src/proto/grpc/testing/echo.proto
4714 - test/cpp/server/server_request_call_test.cc
4715 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004716 - grpc++_test_util_unsecure
4717 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004718 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004719 - grpc++_unsecure
4720 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004721 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004722- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004723 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004724 build: test
4725 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004726 src:
4727 - test/cpp/end2end/shutdown_test.cc
4728 deps:
4729 - grpc++_test_util
4730 - grpc_test_util
4731 - grpc++
4732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004733 - gpr_test_util
4734 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004735- name: stats_test
4736 gtest: true
4737 build: test
4738 language: c++
4739 src:
4740 - test/core/debug/stats_test.cc
4741 deps:
4742 - grpc++_test_util
4743 - grpc_test_util
4744 - grpc
4745 - gpr_test_util
4746 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004747 exclude_configs:
4748 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004749 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004750 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004751- name: status_test
4752 build: test
4753 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004754 src:
4755 - test/cpp/util/status_test.cc
4756 deps:
4757 - grpc_test_util
4758 - grpc++
4759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004760 - gpr_test_util
4761 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004762 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004763- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004764 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004765 build: test
4766 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004767 src:
4768 - test/cpp/end2end/streaming_throughput_test.cc
4769 deps:
4770 - grpc++_test_util
4771 - grpc_test_util
4772 - grpc++
4773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004774 - gpr_test_util
4775 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004776 platforms:
4777 - mac
4778 - linux
4779 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004780- name: stress_test
4781 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004782 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004783 language: c++
4784 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004785 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004786 - test/cpp/interop/interop_client.h
4787 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004788 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004789 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004790 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004791 - src/proto/grpc/testing/empty.proto
4792 - src/proto/grpc/testing/messages.proto
4793 - src/proto/grpc/testing/metrics.proto
4794 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004795 - test/cpp/interop/interop_client.cc
4796 - test/cpp/interop/stress_interop_client.cc
4797 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004798 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004799 deps:
4800 - grpc++_test_util
4801 - grpc_test_util
4802 - grpc++
4803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004804 - gpr_test_util
4805 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004806 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004807- name: thread_manager_test
4808 build: test
4809 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004810 src:
4811 - test/cpp/thread_manager/thread_manager_test.cc
4812 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004813 - grpc++_unsecure
4814 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004815 - gpr
4816 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004817- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004818 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004819 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004820 build: test
4821 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004822 src:
4823 - test/cpp/end2end/thread_stress_test.cc
4824 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004825 - grpc++_test_util_unsecure
4826 - grpc_test_util_unsecure
4827 - grpc++_unsecure
4828 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004829 - gpr_test_util
4830 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004831- name: transport_pid_controller_test
4832 build: test
4833 language: c++
4834 src:
4835 - test/core/transport/pid_controller_test.cc
4836 deps:
4837 - grpc++_test_util
4838 - grpc++
4839 - grpc_test_util
4840 - grpc
4841 - gpr_test_util
4842 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004843- name: writes_per_rpc_test
4844 gtest: true
4845 cpu_cost: 0.5
4846 build: test
4847 language: c++
4848 src:
4849 - test/cpp/performance/writes_per_rpc_test.cc
4850 deps:
4851 - grpc++_test_util
4852 - grpc_test_util
4853 - grpc++
4854 - grpc
4855 - gpr_test_util
4856 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004857 platforms:
4858 - mac
4859 - linux
4860 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004861- name: public_headers_must_be_c89
4862 build: test
4863 language: c89
4864 src:
4865 - test/core/surface/public_headers_must_be_c89.c
4866 deps:
4867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004868 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08004869- name: gen_hpack_tables
4870 build: tool
4871 language: cc
4872 src:
4873 - tools/codegen/core/gen_hpack_tables.cc
4874 deps:
4875 - gpr
4876 - grpc
4877 uses_polling: false
4878- name: gen_legal_metadata_characters
4879 build: tool
4880 language: cc
4881 src:
4882 - tools/codegen/core/gen_legal_metadata_characters.cc
4883 deps: []
4884- name: gen_percent_encoding_tables
4885 build: tool
4886 language: cc
4887 src:
4888 - tools/codegen/core/gen_percent_encoding_tables.cc
4889 deps: []
4890 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004891vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004892- linkage: static
4893 name: grpc.dependencies.zlib
4894 props: false
4895 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004896 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004897- linkage: static
4898 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004899 props: true
4900 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004901 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004902- name: gflags
4903 props: false
4904 redist: false
4905 version: 2.1.2.1
4906- name: gtest
4907 props: false
4908 redist: false
4909 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004910configs:
4911 asan:
4912 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004913 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4914 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004915 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004916 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004917 LDFLAGS: -fsanitize=address
4918 LDXX: clang++
4919 compile_the_world: true
4920 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004921 ASAN_OPTIONS: detect_leaks=1:color=always
4922 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004923 asan-noleaks:
4924 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004925 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4926 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004927 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004928 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004929 LDFLAGS: -fsanitize=address
4930 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004931 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004932 test_environ:
4933 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004934 asan-trace-cmp:
4935 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004936 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4937 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004938 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004939 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004940 LDFLAGS: -fsanitize=address
4941 LDXX: clang++
4942 compile_the_world: true
4943 test_environ:
4944 ASAN_OPTIONS: detect_leaks=1:color=always
4945 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004946 basicprof:
4947 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4948 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004949 c++-compat:
4950 CFLAGS: -Wc++-compat
4951 CPPFLAGS: -O0
4952 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004953 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004954 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004955 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004956 dbg:
4957 CPPFLAGS: -O0
4958 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004959 gcov:
4960 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004961 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004962 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004963 DEFINES: _DEBUG DEBUG GPR_GCOV
4964 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004965 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004966 LDXX: g++
4967 helgrind:
4968 CPPFLAGS: -O0
4969 DEFINES: _DEBUG DEBUG
4970 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004971 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004972 lto:
4973 CPPFLAGS: -O2
4974 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004975 memcheck:
4976 CPPFLAGS: -O0
4977 DEFINES: _DEBUG DEBUG
4978 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004979 valgrind: --tool=memcheck --leak-check=full
4980 msan:
4981 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004982 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004983 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
4984 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004985 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004986 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004987 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004988 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4989 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4990 LDXX: clang++
4991 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08004992 test_environ:
4993 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08004994 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004995 CPPFLAGS: -O3 -fno-omit-frame-pointer
4996 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004997 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08004998 noexcept:
Craig Tillera0f85172016-01-20 15:56:06 -08004999 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07005000 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005001 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005002 opt:
5003 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08005004 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005005 stapprof:
5006 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5007 DEFINES: NDEBUG
5008 tsan:
5009 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005010 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005011 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005012 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005013 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005014 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005015 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005016 LDXX: clang++
5017 compile_the_world: true
5018 test_environ:
5019 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005020 ubsan:
5021 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005022 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5023 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005024 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005025 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005026 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005027 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005028 LDXX: clang++
5029 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005030 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005031 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005032defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005033 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005034 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5035 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005036 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5037 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5038 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5039 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5040 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005041 benchmark:
5042 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005043 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005044 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07005045 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005046 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005047 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005048 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005049 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005050 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005051 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005052 LDFLAGS: -g
5053 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005054 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01005055 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005056openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005057 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005058 extraction_dir: openssl-1.0.2f
5059 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005060php_config_m4:
5061 deps:
5062 - grpc
5063 - gpr
5064 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005065 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005066 headers:
5067 - src/php/ext/grpc/byte_buffer.h
5068 - src/php/ext/grpc/call.h
5069 - src/php/ext/grpc/call_credentials.h
5070 - src/php/ext/grpc/channel.h
5071 - src/php/ext/grpc/channel_credentials.h
5072 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005073 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005074 - src/php/ext/grpc/php_grpc.h
5075 - src/php/ext/grpc/server.h
5076 - src/php/ext/grpc/server_credentials.h
5077 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005078 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005079 src:
5080 - src/php/ext/grpc/byte_buffer.c
5081 - src/php/ext/grpc/call.c
5082 - src/php/ext/grpc/call_credentials.c
5083 - src/php/ext/grpc/channel.c
5084 - src/php/ext/grpc/channel_credentials.c
5085 - src/php/ext/grpc/completion_queue.c
5086 - src/php/ext/grpc/php_grpc.c
5087 - src/php/ext/grpc/server.c
5088 - src/php/ext/grpc/server_credentials.c
5089 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005090python_dependencies:
5091 deps:
5092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005093 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005094 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005095 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005096 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005097ruby_gem:
5098 deps:
5099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005100 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005101 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005102 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005103 - z