blob: 5cce4e66cc8caf0785f2b52815961b646ad431ab [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
Mehrdad Afshari0ba96ed2017-12-12 13:44:41 -080015 core_version: 5.0.0
murgatroid9998873792017-10-02 17:28:27 -070016 g_stands_for: generous
Mehrdad Afshari6c9a0a12017-12-30 18:28:13 -080017 version: 1.8.3
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070023 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070024 uses:
25 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070026 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070027- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010028 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070029 - src/core/lib/profiling/basic_timers.cc
30 - src/core/lib/profiling/stap_timers.cc
31 - src/core/lib/support/alloc.cc
32 - src/core/lib/support/arena.cc
33 - src/core/lib/support/atm.cc
34 - src/core/lib/support/avl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070035 - src/core/lib/support/cmdline.cc
36 - src/core/lib/support/cpu_iphone.cc
37 - src/core/lib/support/cpu_linux.cc
38 - src/core/lib/support/cpu_posix.cc
39 - src/core/lib/support/cpu_windows.cc
40 - src/core/lib/support/env_linux.cc
41 - src/core/lib/support/env_posix.cc
42 - src/core/lib/support/env_windows.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +010043 - src/core/lib/support/fork.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070044 - src/core/lib/support/histogram.cc
45 - src/core/lib/support/host_port.cc
46 - src/core/lib/support/log.cc
47 - src/core/lib/support/log_android.cc
48 - src/core/lib/support/log_linux.cc
49 - src/core/lib/support/log_posix.cc
50 - src/core/lib/support/log_windows.cc
51 - src/core/lib/support/mpscq.cc
52 - src/core/lib/support/murmur_hash.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070053 - src/core/lib/support/string.cc
54 - src/core/lib/support/string_posix.cc
55 - src/core/lib/support/string_util_windows.cc
56 - src/core/lib/support/string_windows.cc
57 - src/core/lib/support/subprocess_posix.cc
58 - src/core/lib/support/subprocess_windows.cc
59 - src/core/lib/support/sync.cc
60 - src/core/lib/support/sync_posix.cc
61 - src/core/lib/support/sync_windows.cc
62 - src/core/lib/support/thd.cc
63 - src/core/lib/support/thd_posix.cc
64 - src/core/lib/support/thd_windows.cc
65 - src/core/lib/support/time.cc
66 - src/core/lib/support/time_posix.cc
67 - src/core/lib/support/time_precise.cc
68 - src/core/lib/support/time_windows.cc
69 - src/core/lib/support/tls_pthread.cc
70 - src/core/lib/support/tmpfile_msys.cc
71 - src/core/lib/support/tmpfile_posix.cc
72 - src/core/lib/support/tmpfile_windows.cc
73 - src/core/lib/support/wrap_memcpy.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070074 uses:
Vijay Pai42807252017-07-28 15:08:24 -070075 - gpr_base_headers
76- name: gpr_base_headers
77 public_headers:
78 - include/grpc/support/alloc.h
79 - include/grpc/support/atm.h
80 - include/grpc/support/atm_gcc_atomic.h
81 - include/grpc/support/atm_gcc_sync.h
82 - include/grpc/support/atm_windows.h
83 - include/grpc/support/avl.h
84 - include/grpc/support/cmdline.h
85 - include/grpc/support/cpu.h
86 - include/grpc/support/histogram.h
87 - include/grpc/support/host_port.h
88 - include/grpc/support/log.h
89 - include/grpc/support/log_windows.h
90 - include/grpc/support/port_platform.h
91 - include/grpc/support/string_util.h
92 - include/grpc/support/subprocess.h
93 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070094 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070095 - include/grpc/support/sync_generic.h
96 - include/grpc/support/sync_posix.h
97 - include/grpc/support/sync_windows.h
98 - include/grpc/support/thd.h
99 - include/grpc/support/time.h
100 - include/grpc/support/tls.h
101 - include/grpc/support/tls_gcc.h
102 - include/grpc/support/tls_msvc.h
103 - include/grpc/support/tls_pthread.h
104 - include/grpc/support/useful.h
105 headers:
106 - src/core/lib/profiling/timers.h
ncteisene66ad3b2017-11-06 20:22:48 -0800107 - src/core/lib/support/abstract.h
Vijay Pai42807252017-07-28 15:08:24 -0700108 - src/core/lib/support/arena.h
109 - src/core/lib/support/atomic.h
110 - src/core/lib/support/atomic_with_atm.h
111 - src/core/lib/support/atomic_with_std.h
Vijay Pai42807252017-07-28 15:08:24 -0700112 - src/core/lib/support/env.h
Ken Payson9714e032017-10-10 11:18:49 -0700113 - src/core/lib/support/fork.h
Craig Tiller92226062017-10-08 21:16:12 -0700114 - src/core/lib/support/manual_constructor.h
Vijay Pai42807252017-07-28 15:08:24 -0700115 - src/core/lib/support/memory.h
116 - src/core/lib/support/mpscq.h
117 - src/core/lib/support/murmur_hash.h
118 - src/core/lib/support/spinlock.h
Vijay Pai42807252017-07-28 15:08:24 -0700119 - src/core/lib/support/string.h
120 - src/core/lib/support/string_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700121 - src/core/lib/support/thd_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700122 - src/core/lib/support/time_precise.h
123 - src/core/lib/support/tmpfile.h
124 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700125 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800126- name: gpr_codegen
127 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800128 - include/grpc/impl/codegen/atm.h
129 - include/grpc/impl/codegen/atm_gcc_atomic.h
130 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700131 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700132 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800133 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700134 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800136 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700137 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800138 - include/grpc/impl/codegen/sync_generic.h
139 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700140 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700141- name: grpc++_base
142 deps:
143 - grpc
144 uses:
145 - grpc++_common
146 - grpc++_codegen_base
147- name: grpc++_base_unsecure
148 deps:
149 - grpc_unsecure
150 uses:
151 - grpc++_common
152 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700153- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700154 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700155 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700156 - src/core/lib/channel/channel_args.cc
157 - src/core/lib/channel/channel_stack.cc
158 - src/core/lib/channel/channel_stack_builder.cc
159 - src/core/lib/channel/connected_channel.cc
160 - src/core/lib/channel/handshaker.cc
161 - src/core/lib/channel/handshaker_factory.cc
162 - src/core/lib/channel/handshaker_registry.cc
163 - src/core/lib/compression/compression.cc
164 - src/core/lib/compression/message_compress.cc
165 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700166 - src/core/lib/compression/stream_compression_gzip.cc
167 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700168 - src/core/lib/debug/stats.cc
169 - src/core/lib/debug/stats_data.cc
170 - src/core/lib/http/format_request.cc
171 - src/core/lib/http/httpcli.cc
172 - src/core/lib/http/parser.cc
173 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700174 - src/core/lib/iomgr/combiner.cc
175 - src/core/lib/iomgr/endpoint.cc
176 - src/core/lib/iomgr/endpoint_pair_posix.cc
177 - src/core/lib/iomgr/endpoint_pair_uv.cc
178 - src/core/lib/iomgr/endpoint_pair_windows.cc
179 - src/core/lib/iomgr/error.cc
180 - src/core/lib/iomgr/ev_epoll1_linux.cc
181 - src/core/lib/iomgr/ev_epollex_linux.cc
182 - src/core/lib/iomgr/ev_epollsig_linux.cc
183 - src/core/lib/iomgr/ev_poll_posix.cc
184 - src/core/lib/iomgr/ev_posix.cc
185 - src/core/lib/iomgr/ev_windows.cc
186 - src/core/lib/iomgr/exec_ctx.cc
187 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100188 - src/core/lib/iomgr/fork_posix.cc
189 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700190 - src/core/lib/iomgr/gethostname_fallback.cc
191 - src/core/lib/iomgr/gethostname_host_name_max.cc
192 - src/core/lib/iomgr/gethostname_sysconf.cc
193 - src/core/lib/iomgr/iocp_windows.cc
194 - src/core/lib/iomgr/iomgr.cc
195 - src/core/lib/iomgr/iomgr_posix.cc
196 - src/core/lib/iomgr/iomgr_uv.cc
197 - src/core/lib/iomgr/iomgr_windows.cc
198 - src/core/lib/iomgr/is_epollexclusive_available.cc
199 - src/core/lib/iomgr/load_file.cc
200 - src/core/lib/iomgr/lockfree_event.cc
201 - src/core/lib/iomgr/network_status_tracker.cc
202 - src/core/lib/iomgr/polling_entity.cc
203 - src/core/lib/iomgr/pollset_set_uv.cc
204 - src/core/lib/iomgr/pollset_set_windows.cc
205 - src/core/lib/iomgr/pollset_uv.cc
206 - src/core/lib/iomgr/pollset_windows.cc
207 - src/core/lib/iomgr/resolve_address_posix.cc
208 - src/core/lib/iomgr/resolve_address_uv.cc
209 - src/core/lib/iomgr/resolve_address_windows.cc
210 - src/core/lib/iomgr/resource_quota.cc
211 - src/core/lib/iomgr/sockaddr_utils.cc
212 - src/core/lib/iomgr/socket_factory_posix.cc
213 - src/core/lib/iomgr/socket_mutator.cc
214 - src/core/lib/iomgr/socket_utils_common_posix.cc
215 - src/core/lib/iomgr/socket_utils_linux.cc
216 - src/core/lib/iomgr/socket_utils_posix.cc
217 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700218 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700219 - src/core/lib/iomgr/socket_windows.cc
220 - src/core/lib/iomgr/tcp_client_posix.cc
221 - src/core/lib/iomgr/tcp_client_uv.cc
222 - src/core/lib/iomgr/tcp_client_windows.cc
223 - src/core/lib/iomgr/tcp_posix.cc
224 - src/core/lib/iomgr/tcp_server_posix.cc
225 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
226 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
227 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
228 - src/core/lib/iomgr/tcp_server_uv.cc
229 - src/core/lib/iomgr/tcp_server_windows.cc
230 - src/core/lib/iomgr/tcp_uv.cc
231 - src/core/lib/iomgr/tcp_windows.cc
232 - src/core/lib/iomgr/time_averaged_stats.cc
233 - src/core/lib/iomgr/timer_generic.cc
234 - src/core/lib/iomgr/timer_heap.cc
235 - src/core/lib/iomgr/timer_manager.cc
236 - src/core/lib/iomgr/timer_uv.cc
237 - src/core/lib/iomgr/udp_server.cc
238 - src/core/lib/iomgr/unix_sockets_posix.cc
239 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
240 - src/core/lib/iomgr/wakeup_fd_cv.cc
241 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
242 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
243 - src/core/lib/iomgr/wakeup_fd_pipe.cc
244 - src/core/lib/iomgr/wakeup_fd_posix.cc
245 - src/core/lib/json/json.cc
246 - src/core/lib/json/json_reader.cc
247 - src/core/lib/json/json_string.cc
248 - src/core/lib/json/json_writer.cc
249 - src/core/lib/slice/b64.cc
250 - src/core/lib/slice/percent_encoding.cc
251 - src/core/lib/slice/slice.cc
252 - src/core/lib/slice/slice_buffer.cc
253 - src/core/lib/slice/slice_hash_table.cc
254 - src/core/lib/slice/slice_intern.cc
255 - src/core/lib/slice/slice_string_helpers.cc
256 - src/core/lib/surface/alarm.cc
257 - src/core/lib/surface/api_trace.cc
258 - src/core/lib/surface/byte_buffer.cc
259 - src/core/lib/surface/byte_buffer_reader.cc
260 - src/core/lib/surface/call.cc
261 - src/core/lib/surface/call_details.cc
262 - src/core/lib/surface/call_log_batch.cc
263 - src/core/lib/surface/channel.cc
264 - src/core/lib/surface/channel_init.cc
265 - src/core/lib/surface/channel_ping.cc
266 - src/core/lib/surface/channel_stack_type.cc
267 - src/core/lib/surface/completion_queue.cc
268 - src/core/lib/surface/completion_queue_factory.cc
269 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700270 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700271 - src/core/lib/surface/metadata_array.cc
272 - src/core/lib/surface/server.cc
273 - src/core/lib/surface/validate_metadata.cc
274 - src/core/lib/surface/version.cc
275 - src/core/lib/transport/bdp_estimator.cc
276 - src/core/lib/transport/byte_stream.cc
277 - src/core/lib/transport/connectivity_state.cc
278 - src/core/lib/transport/error_utils.cc
279 - src/core/lib/transport/metadata.cc
280 - src/core/lib/transport/metadata_batch.cc
281 - src/core/lib/transport/pid_controller.cc
282 - src/core/lib/transport/service_config.cc
283 - src/core/lib/transport/static_metadata.cc
284 - src/core/lib/transport/status_conversion.cc
285 - src/core/lib/transport/timeout_encoding.cc
286 - src/core/lib/transport/transport.cc
287 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700288 deps:
289 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700290 filegroups:
291 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700292 uses:
293 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700294 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700295- name: grpc_base_headers
296 public_headers:
297 - include/grpc/byte_buffer.h
298 - include/grpc/byte_buffer_reader.h
299 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700300 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700301 - include/grpc/grpc.h
302 - include/grpc/grpc_posix.h
303 - include/grpc/grpc_security_constants.h
304 - include/grpc/load_reporting.h
305 - include/grpc/slice.h
306 - include/grpc/slice_buffer.h
307 - include/grpc/status.h
308 - include/grpc/support/workaround_list.h
309 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700310 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700311 - src/core/lib/channel/channel_args.h
312 - src/core/lib/channel/channel_stack.h
313 - src/core/lib/channel/channel_stack_builder.h
314 - src/core/lib/channel/connected_channel.h
315 - src/core/lib/channel/context.h
316 - src/core/lib/channel/handshaker.h
317 - src/core/lib/channel/handshaker_factory.h
318 - src/core/lib/channel/handshaker_registry.h
319 - src/core/lib/compression/algorithm_metadata.h
320 - src/core/lib/compression/message_compress.h
321 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700322 - src/core/lib/compression/stream_compression_gzip.h
323 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700324 - src/core/lib/debug/stats.h
325 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700326 - src/core/lib/http/format_request.h
327 - src/core/lib/http/httpcli.h
328 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700329 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700330 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700331 - src/core/lib/iomgr/closure.h
332 - src/core/lib/iomgr/combiner.h
333 - src/core/lib/iomgr/endpoint.h
334 - src/core/lib/iomgr/endpoint_pair.h
335 - src/core/lib/iomgr/error.h
336 - src/core/lib/iomgr/error_internal.h
337 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700338 - src/core/lib/iomgr/ev_epollex_linux.h
339 - src/core/lib/iomgr/ev_epollsig_linux.h
340 - src/core/lib/iomgr/ev_poll_posix.h
341 - src/core/lib/iomgr/ev_posix.h
342 - src/core/lib/iomgr/exec_ctx.h
343 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700344 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700345 - src/core/lib/iomgr/iocp_windows.h
346 - src/core/lib/iomgr/iomgr.h
347 - src/core/lib/iomgr/iomgr_internal.h
348 - src/core/lib/iomgr/iomgr_posix.h
349 - src/core/lib/iomgr/iomgr_uv.h
350 - src/core/lib/iomgr/is_epollexclusive_available.h
351 - src/core/lib/iomgr/load_file.h
352 - src/core/lib/iomgr/lockfree_event.h
353 - src/core/lib/iomgr/nameser.h
354 - src/core/lib/iomgr/network_status_tracker.h
355 - src/core/lib/iomgr/polling_entity.h
356 - src/core/lib/iomgr/pollset.h
357 - src/core/lib/iomgr/pollset_set.h
358 - src/core/lib/iomgr/pollset_set_windows.h
359 - src/core/lib/iomgr/pollset_uv.h
360 - src/core/lib/iomgr/pollset_windows.h
361 - src/core/lib/iomgr/port.h
362 - src/core/lib/iomgr/resolve_address.h
363 - src/core/lib/iomgr/resource_quota.h
364 - src/core/lib/iomgr/sockaddr.h
365 - src/core/lib/iomgr/sockaddr_posix.h
366 - src/core/lib/iomgr/sockaddr_utils.h
367 - src/core/lib/iomgr/sockaddr_windows.h
368 - src/core/lib/iomgr/socket_factory_posix.h
369 - src/core/lib/iomgr/socket_mutator.h
370 - src/core/lib/iomgr/socket_utils.h
371 - src/core/lib/iomgr/socket_utils_posix.h
372 - src/core/lib/iomgr/socket_windows.h
373 - src/core/lib/iomgr/sys_epoll_wrapper.h
374 - src/core/lib/iomgr/tcp_client.h
375 - src/core/lib/iomgr/tcp_client_posix.h
376 - src/core/lib/iomgr/tcp_posix.h
377 - src/core/lib/iomgr/tcp_server.h
378 - src/core/lib/iomgr/tcp_server_utils_posix.h
379 - src/core/lib/iomgr/tcp_uv.h
380 - src/core/lib/iomgr/tcp_windows.h
381 - src/core/lib/iomgr/time_averaged_stats.h
382 - src/core/lib/iomgr/timer.h
383 - src/core/lib/iomgr/timer_generic.h
384 - src/core/lib/iomgr/timer_heap.h
385 - src/core/lib/iomgr/timer_manager.h
386 - src/core/lib/iomgr/timer_uv.h
387 - src/core/lib/iomgr/udp_server.h
388 - src/core/lib/iomgr/unix_sockets_posix.h
389 - src/core/lib/iomgr/wakeup_fd_cv.h
390 - src/core/lib/iomgr/wakeup_fd_pipe.h
391 - src/core/lib/iomgr/wakeup_fd_posix.h
392 - src/core/lib/json/json.h
393 - src/core/lib/json/json_common.h
394 - src/core/lib/json/json_reader.h
395 - src/core/lib/json/json_writer.h
396 - src/core/lib/slice/b64.h
397 - src/core/lib/slice/percent_encoding.h
398 - src/core/lib/slice/slice_hash_table.h
399 - src/core/lib/slice/slice_internal.h
400 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700401 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700402 - src/core/lib/surface/api_trace.h
403 - src/core/lib/surface/call.h
404 - src/core/lib/surface/call_test_only.h
405 - src/core/lib/surface/channel.h
406 - src/core/lib/surface/channel_init.h
407 - src/core/lib/surface/channel_stack_type.h
408 - src/core/lib/surface/completion_queue.h
409 - src/core/lib/surface/completion_queue_factory.h
410 - src/core/lib/surface/event_string.h
411 - src/core/lib/surface/init.h
412 - src/core/lib/surface/lame_client.h
413 - src/core/lib/surface/server.h
414 - src/core/lib/surface/validate_metadata.h
415 - src/core/lib/transport/bdp_estimator.h
416 - src/core/lib/transport/byte_stream.h
417 - src/core/lib/transport/connectivity_state.h
418 - src/core/lib/transport/error_utils.h
419 - src/core/lib/transport/http2_errors.h
420 - src/core/lib/transport/metadata.h
421 - src/core/lib/transport/metadata_batch.h
422 - src/core/lib/transport/pid_controller.h
423 - src/core/lib/transport/service_config.h
424 - src/core/lib/transport/static_metadata.h
425 - src/core/lib/transport/status_conversion.h
426 - src/core/lib/transport/timeout_encoding.h
427 - src/core/lib/transport/transport.h
428 - src/core/lib/transport/transport_impl.h
429 deps:
430 - gpr
431 uses:
432 - grpc_codegen
433 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700434- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700435 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700436 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700437 - src/core/ext/filters/client_channel/client_channel.h
438 - src/core/ext/filters/client_channel/client_channel_factory.h
439 - src/core/ext/filters/client_channel/connector.h
440 - src/core/ext/filters/client_channel/http_connect_handshaker.h
441 - src/core/ext/filters/client_channel/http_proxy.h
442 - src/core/ext/filters/client_channel/lb_policy.h
443 - src/core/ext/filters/client_channel/lb_policy_factory.h
444 - src/core/ext/filters/client_channel/lb_policy_registry.h
445 - src/core/ext/filters/client_channel/parse_address.h
446 - src/core/ext/filters/client_channel/proxy_mapper.h
447 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
448 - src/core/ext/filters/client_channel/resolver.h
449 - src/core/ext/filters/client_channel/resolver_factory.h
450 - src/core/ext/filters/client_channel/resolver_registry.h
451 - src/core/ext/filters/client_channel/retry_throttle.h
452 - src/core/ext/filters/client_channel/subchannel.h
453 - src/core/ext/filters/client_channel/subchannel_index.h
454 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700455 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700456 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700457 - src/core/ext/filters/client_channel/channel_connectivity.cc
458 - src/core/ext/filters/client_channel/client_channel.cc
459 - src/core/ext/filters/client_channel/client_channel_factory.cc
460 - src/core/ext/filters/client_channel/client_channel_plugin.cc
461 - src/core/ext/filters/client_channel/connector.cc
462 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
463 - src/core/ext/filters/client_channel/http_proxy.cc
464 - src/core/ext/filters/client_channel/lb_policy.cc
465 - src/core/ext/filters/client_channel/lb_policy_factory.cc
466 - src/core/ext/filters/client_channel/lb_policy_registry.cc
467 - src/core/ext/filters/client_channel/parse_address.cc
468 - src/core/ext/filters/client_channel/proxy_mapper.cc
469 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
470 - src/core/ext/filters/client_channel/resolver.cc
471 - src/core/ext/filters/client_channel/resolver_factory.cc
472 - src/core/ext/filters/client_channel/resolver_registry.cc
473 - src/core/ext/filters/client_channel/retry_throttle.cc
474 - src/core/ext/filters/client_channel/subchannel.cc
475 - src/core/ext/filters/client_channel/subchannel_index.cc
476 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700477 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700478 uses:
479 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700480 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800481- name: grpc_codegen
482 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700483 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700484 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800485 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800486 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800487 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800488 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800489 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700490 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800491 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700492 uses:
493 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700494- name: grpc_deadline_filter
495 headers:
496 - src/core/ext/filters/deadline/deadline_filter.h
497 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700498 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700499 plugin: grpc_deadline_filter
500 uses:
501 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700502- name: grpc_http_filters
503 headers:
504 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700505 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700506 - src/core/ext/filters/http/server/http_server_filter.h
507 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700508 - src/core/ext/filters/http/client/http_client_filter.cc
509 - src/core/ext/filters/http/http_filters_plugin.cc
510 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
511 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700512 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700513 uses:
514 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700515- name: grpc_lb_policy_grpclb
516 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700517 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700518 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
519 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700520 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700521 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
522 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700523 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700524 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
525 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
526 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
527 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
528 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700529 - 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 -0800530 plugin: grpc_lb_policy_grpclb
531 uses:
532 - grpc_base
533 - grpc_client_channel
534 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700535 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800536- name: grpc_lb_policy_grpclb_secure
537 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700538 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700539 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
540 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
543 - 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 -0800544 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
546 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
549 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700550 - 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 -0700551 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700552 uses:
553 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700554 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700555 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700556 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700557 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700558- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700559 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700560 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700561 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700562 uses:
563 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700564 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700565 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700566- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700567 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700568 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700569 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700570 uses:
571 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700572 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700573 - grpc_lb_subchannel_list
574- name: grpc_lb_subchannel_list
575 headers:
576 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
577 src:
578 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
579 uses:
580 - grpc_base
581 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700582- name: grpc_max_age_filter
583 headers:
584 - src/core/ext/filters/max_age/max_age_filter.h
585 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700586 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700587 plugin: grpc_max_age_filter
588 uses:
589 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700590- name: grpc_message_size_filter
591 headers:
592 - src/core/ext/filters/message_size/message_size_filter.h
593 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700594 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700595 plugin: grpc_message_size_filter
596 uses:
597 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700598- name: grpc_resolver_dns_ares
599 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700600 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
601 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700602 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700603 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
604 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
605 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
606 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700607 plugin: grpc_resolver_dns_ares
608 uses:
609 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700610 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700611- name: grpc_resolver_dns_native
612 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700613 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700614 plugin: grpc_resolver_dns_native
615 uses:
616 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700617 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700618- name: grpc_resolver_fake
619 headers:
620 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
621 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700622 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700623 plugin: grpc_resolver_fake
624 uses:
625 - grpc_base
626 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700627- name: grpc_resolver_sockaddr
628 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700629 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700630 plugin: grpc_resolver_sockaddr
631 uses:
632 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700633 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100634- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700635 public_headers:
636 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100637 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700638 - src/core/lib/security/context/security_context.h
639 - src/core/lib/security/credentials/composite/composite_credentials.h
640 - src/core/lib/security/credentials/credentials.h
641 - src/core/lib/security/credentials/fake/fake_credentials.h
642 - src/core/lib/security/credentials/google_default/google_default_credentials.h
643 - src/core/lib/security/credentials/iam/iam_credentials.h
644 - src/core/lib/security/credentials/jwt/json_token.h
645 - src/core/lib/security/credentials/jwt/jwt_credentials.h
646 - src/core/lib/security/credentials/jwt/jwt_verifier.h
647 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
648 - src/core/lib/security/credentials/plugin/plugin_credentials.h
649 - src/core/lib/security/credentials/ssl/ssl_credentials.h
650 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800651 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700652 - src/core/lib/security/transport/secure_endpoint.h
653 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800654 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700655 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700656 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100657 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700658 - src/core/lib/http/httpcli_security_connector.cc
659 - src/core/lib/security/context/security_context.cc
660 - src/core/lib/security/credentials/composite/composite_credentials.cc
661 - src/core/lib/security/credentials/credentials.cc
662 - src/core/lib/security/credentials/credentials_metadata.cc
663 - src/core/lib/security/credentials/fake/fake_credentials.cc
664 - src/core/lib/security/credentials/google_default/credentials_generic.cc
665 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
666 - src/core/lib/security/credentials/iam/iam_credentials.cc
667 - src/core/lib/security/credentials/jwt/json_token.cc
668 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
669 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
670 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
671 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
672 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
673 - src/core/lib/security/transport/client_auth_filter.cc
674 - src/core/lib/security/transport/lb_targets_info.cc
675 - src/core/lib/security/transport/secure_endpoint.cc
676 - src/core/lib/security/transport/security_connector.cc
677 - src/core/lib/security/transport/security_handshaker.cc
678 - src/core/lib/security/transport/server_auth_filter.cc
679 - src/core/lib/security/transport/tsi_error.cc
680 - src/core/lib/security/util/json_util.cc
681 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700682 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700683 uses:
684 - grpc_base
685 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700686 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700687- name: grpc_server_backward_compatibility
688 headers:
689 - src/core/ext/filters/workarounds/workaround_utils.h
690 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700691 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700692 uses:
693 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700694- name: grpc_server_load_reporting
695 headers:
696 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
697 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
698 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700699 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
700 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700701 plugin: grpc_server_load_reporting_plugin
702 uses:
703 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700704- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700705 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700706 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700707 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700708 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800709 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700710 - test/core/end2end/fixtures/proxy.h
711 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800712 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700713 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200714 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700715 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700716 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700717 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700718 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700719 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700720 - test/core/util/slice_splitter.h
ncteisenaa3b1972017-11-17 15:56:27 -0800721 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800722 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700723 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700724 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700725 - test/core/end2end/cq_verifier.cc
726 - test/core/end2end/fixtures/http_proxy_fixture.cc
727 - test/core/end2end/fixtures/proxy.cc
728 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700729 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700730 - test/core/util/grpc_profiler.cc
731 - test/core/util/memory_counters.cc
732 - test/core/util/mock_endpoint.cc
733 - test/core/util/parse_hexstring.cc
734 - test/core/util/passthru_endpoint.cc
735 - test/core/util/port.cc
736 - test/core/util/port_server_client.cc
737 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800738 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700739 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700740 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700741 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700742 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700743 uses:
744 - grpc_base
745 - grpc_client_channel
746 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700747- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700748 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700749 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700750 deps:
751 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700752 filegroups:
753 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700754 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700755- name: grpc_trace_headers
756 headers:
757 - src/core/lib/debug/trace.h
758 deps:
759 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700760- name: grpc_transport_chttp2
761 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700762 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700763 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700764 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700765 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700766 - src/core/ext/transport/chttp2/transport/frame.h
767 - src/core/ext/transport/chttp2/transport/frame_data.h
768 - src/core/ext/transport/chttp2/transport/frame_goaway.h
769 - src/core/ext/transport/chttp2/transport/frame_ping.h
770 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
771 - src/core/ext/transport/chttp2/transport/frame_settings.h
772 - src/core/ext/transport/chttp2/transport/frame_window_update.h
773 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
774 - src/core/ext/transport/chttp2/transport/hpack_parser.h
775 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700776 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700777 - src/core/ext/transport/chttp2/transport/huffsyms.h
778 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
779 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700780 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700781 - src/core/ext/transport/chttp2/transport/varint.h
782 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700783 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
784 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
785 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
786 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
787 - src/core/ext/transport/chttp2/transport/flow_control.cc
788 - src/core/ext/transport/chttp2/transport/frame_data.cc
789 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
790 - src/core/ext/transport/chttp2/transport/frame_ping.cc
791 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
792 - src/core/ext/transport/chttp2/transport/frame_settings.cc
793 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
794 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
795 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
796 - src/core/ext/transport/chttp2/transport/hpack_table.cc
797 - src/core/ext/transport/chttp2/transport/http2_settings.cc
798 - src/core/ext/transport/chttp2/transport/huffsyms.cc
799 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
800 - src/core/ext/transport/chttp2/transport/parsing.cc
801 - src/core/ext/transport/chttp2/transport/stream_lists.cc
802 - src/core/ext/transport/chttp2/transport/stream_map.cc
803 - src/core/ext/transport/chttp2/transport/varint.cc
804 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700805 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700806 uses:
807 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700808 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700809 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700810- name: grpc_transport_chttp2_alpn
811 headers:
812 - src/core/ext/transport/chttp2/alpn/alpn.h
813 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700814 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700815 deps:
816 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800817- name: grpc_transport_chttp2_client_connector
818 headers:
819 - src/core/ext/transport/chttp2/client/chttp2_connector.h
820 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700821 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800822 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800823 - grpc_transport_chttp2
824 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700825 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700826- name: grpc_transport_chttp2_client_insecure
827 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700828 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
829 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700830 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800831 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700832 - grpc_transport_chttp2
833 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700834 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700835- name: grpc_transport_chttp2_client_secure
836 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700837 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700838 uses:
839 - grpc_transport_chttp2
840 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700841 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700842 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800843 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800844- name: grpc_transport_chttp2_server
845 headers:
846 - src/core/ext/transport/chttp2/server/chttp2_server.h
847 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700848 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800849 uses:
850 - grpc_transport_chttp2
851 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700852- name: grpc_transport_chttp2_server_insecure
853 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700854 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
855 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700856 uses:
857 - grpc_transport_chttp2
858 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800859 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700860- name: grpc_transport_chttp2_server_secure
861 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700862 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700863 uses:
864 - grpc_transport_chttp2
865 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700866 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800867 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700868- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700869 public_headers:
870 - include/grpc/grpc_cronet.h
871 - include/grpc/grpc_security.h
872 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700873 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800874 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800875 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700876 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700877 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
878 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
879 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700880 filegroups:
881 - grpc_base
882 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700883 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700884- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700885 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700886 - src/core/ext/transport/inproc/inproc_plugin.cc
887 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700888 plugin: grpc_inproc_plugin
889 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700890 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700891 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700892- name: grpc_transport_inproc_headers
893 headers:
894 - src/core/ext/transport/inproc/inproc_transport.h
895 uses:
896 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700897- name: grpc_workaround_cronet_compression_filter
898 headers:
899 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
900 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700901 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700902 plugin: grpc_workaround_cronet_compression_filter
903 uses:
904 - grpc_base
905 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800906- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700907 src:
908 - third_party/nanopb/pb_common.c
909 - third_party/nanopb/pb_decode.c
910 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700911 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700912 - nanopb_headers
913- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800914 headers:
915 - third_party/nanopb/pb.h
916 - third_party/nanopb/pb_common.h
917 - third_party/nanopb/pb_decode.h
918 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700919- name: transport_security_test_lib
920 build: test
921 headers:
922 - test/core/tsi/transport_security_test_lib.h
923 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700924 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700925 deps:
926 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700927- name: tsi
928 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700929 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700930 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700931 - src/core/tsi/ssl_transport_security.h
932 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700933 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700935 - src/core/tsi/fake_transport_security.cc
936 - src/core/tsi/gts_transport_security.cc
937 - src/core/tsi/ssl_transport_security.cc
938 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 deps:
940 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700941 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700942 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700943 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700944 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700945 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700946 - grpc_trace
947- name: tsi_interface
948 headers:
949 - src/core/tsi/transport_security.h
950 - src/core/tsi/transport_security_adapter.h
951 - src/core/tsi/transport_security_interface.h
952 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700953 - src/core/tsi/transport_security.cc
954 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700955 deps:
956 - gpr
957 secure: true
958 uses:
959 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700960- name: grpc++_codegen_base
961 language: c++
962 public_headers:
963 - include/grpc++/impl/codegen/async_stream.h
964 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700965 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700966 - include/grpc++/impl/codegen/call.h
967 - include/grpc++/impl/codegen/call_hook.h
968 - include/grpc++/impl/codegen/channel_interface.h
969 - include/grpc++/impl/codegen/client_context.h
970 - include/grpc++/impl/codegen/client_unary_call.h
971 - include/grpc++/impl/codegen/completion_queue.h
972 - include/grpc++/impl/codegen/completion_queue_tag.h
973 - include/grpc++/impl/codegen/config.h
974 - include/grpc++/impl/codegen/core_codegen_interface.h
975 - include/grpc++/impl/codegen/create_auth_context.h
976 - include/grpc++/impl/codegen/grpc_library.h
977 - include/grpc++/impl/codegen/metadata_map.h
978 - include/grpc++/impl/codegen/method_handler_impl.h
979 - include/grpc++/impl/codegen/rpc_method.h
980 - include/grpc++/impl/codegen/rpc_service_method.h
981 - include/grpc++/impl/codegen/security/auth_context.h
982 - include/grpc++/impl/codegen/serialization_traits.h
983 - include/grpc++/impl/codegen/server_context.h
984 - include/grpc++/impl/codegen/server_interface.h
985 - include/grpc++/impl/codegen/service_type.h
986 - include/grpc++/impl/codegen/slice.h
987 - include/grpc++/impl/codegen/status.h
988 - include/grpc++/impl/codegen/status_code_enum.h
989 - include/grpc++/impl/codegen/string_ref.h
990 - include/grpc++/impl/codegen/stub_options.h
991 - include/grpc++/impl/codegen/sync_stream.h
992 - include/grpc++/impl/codegen/time.h
993 uses:
994 - grpc_codegen
995- name: grpc++_codegen_base_src
996 language: c++
997 src:
998 - src/cpp/codegen/codegen_init.cc
999 uses:
1000 - grpc++_codegen_base
1001- name: grpc++_codegen_proto
1002 language: c++
1003 public_headers:
1004 - include/grpc++/impl/codegen/proto_utils.h
1005 uses:
1006 - grpc++_codegen_base
1007 - grpc++_config_proto
1008- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001009 language: c++
1010 public_headers:
1011 - include/grpc++/alarm.h
1012 - include/grpc++/channel.h
1013 - include/grpc++/client_context.h
1014 - include/grpc++/completion_queue.h
1015 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001016 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001017 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001018 - include/grpc++/generic/async_generic_service.h
1019 - include/grpc++/generic/generic_stub.h
1020 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001021 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001023 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001024 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001025 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001026 - include/grpc++/impl/grpc_library.h
1027 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001028 - include/grpc++/impl/rpc_method.h
1029 - include/grpc++/impl/rpc_service_method.h
1030 - include/grpc++/impl/serialization_traits.h
1031 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001032 - include/grpc++/impl/server_builder_plugin.h
1033 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001034 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001035 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001036 - include/grpc++/security/auth_context.h
1037 - include/grpc++/security/auth_metadata_processor.h
1038 - include/grpc++/security/credentials.h
1039 - include/grpc++/security/server_credentials.h
1040 - include/grpc++/server.h
1041 - include/grpc++/server_builder.h
1042 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001043 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001044 - include/grpc++/support/async_stream.h
1045 - include/grpc++/support/async_unary_call.h
1046 - include/grpc++/support/byte_buffer.h
1047 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001048 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001049 - include/grpc++/support/slice.h
1050 - include/grpc++/support/status.h
1051 - include/grpc++/support/status_code_enum.h
1052 - include/grpc++/support/string_ref.h
1053 - include/grpc++/support/stub_options.h
1054 - include/grpc++/support/sync_stream.h
1055 - include/grpc++/support/time.h
1056 headers:
1057 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001058 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001059 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001060 - src/cpp/server/health/default_health_check_service.h
1061 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001062 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001063 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001064 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001065 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001066 - src/cpp/client/client_context.cc
1067 - src/cpp/client/create_channel.cc
1068 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001069 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001070 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001073 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001074 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001076 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001077 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001078 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001079 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001080 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/server/create_default_thread_pool.cc
1082 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001083 - src/cpp/server/health/default_health_check_service.cc
1084 - src/cpp/server/health/health.pb.c
1085 - src/cpp/server/health/health_check_service.cc
1086 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001087 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001088 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001089 - src/cpp/server/server_context.cc
1090 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001091 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001092 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001093 - src/cpp/util/byte_buffer_cc.cc
1094 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001095 - src/cpp/util/status.cc
1096 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001097 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001098 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001099 - gpr_base_headers
1100 - grpc_base_headers
1101 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001102 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001103 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001104- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001105 language: c++
1106 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001107 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001108- name: grpc++_reflection_proto
1109 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001110 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001111 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001112- name: grpc++_test
1113 language: c++
1114 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001115 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001116 - include/grpc++/test/server_context_test_spouse.h
1117 deps:
1118 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001119 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001120libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001121- name: gpr
1122 build: all
1123 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001124 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001125 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001126 secure: false
1127 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1128- name: gpr_test_util
1129 build: private
1130 language: c
1131 headers:
1132 - test/core/util/test_config.h
1133 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001134 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001135 deps:
1136 - gpr
1137 secure: false
1138 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139- name: grpc
1140 build: all
1141 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001142 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001143 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001144 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001145 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001146 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001147 filegroups:
1148 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001149 - grpc_transport_chttp2_server_secure
1150 - grpc_transport_chttp2_client_secure
1151 - grpc_transport_chttp2_server_insecure
1152 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001153 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001154 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001155 - grpc_lb_policy_pick_first
1156 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001157 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001158 - grpc_resolver_dns_native
1159 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001160 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001161 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001162 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001163 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001164 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001165 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001166 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001167 - grpc_workaround_cronet_compression_filter
1168 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001169 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001171 vs_packages:
1172 - grpc.dependencies.openssl
1173 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001175- name: grpc_cronet
1176 build: all
1177 language: c
1178 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001179 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001180 baselib: true
1181 deps_linkage: static
1182 dll: true
1183 filegroups:
1184 - grpc_base
1185 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001186 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001187 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001188 generate_plugin_registry: true
1189 platforms:
1190 - linux
1191 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001192- name: grpc_dll
1193 build: private
1194 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001195 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001196 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001197 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001198 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001199 build_system:
1200 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001201 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001202 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001203 vs_config_type: DynamicLibrary
1204 vs_packages:
1205 - grpc.dependencies.openssl
1206 - grpc.dependencies.zlib
1207 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1208 vs_props:
1209 - zlib
1210 - openssl
1211 - winsock
1212 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001213- name: grpc_test_util
1214 build: private
1215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001216 headers:
1217 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001218 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001219 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001220 - test/core/end2end/data/client_certs.cc
1221 - test/core/end2end/data/server1_cert.cc
1222 - test/core/end2end/data/server1_key.cc
1223 - test/core/end2end/data/test_root_cert.cc
1224 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001225 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001226 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001227 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001228 - grpc
1229 filegroups:
1230 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001231 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1232- name: grpc_test_util_unsecure
1233 build: private
1234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001235 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001236 - gpr
1237 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001238 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001239 filegroups:
1240 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241 secure: false
1242 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1243- name: grpc_unsecure
1244 build: all
1245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001246 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001247 - src/core/lib/surface/init.cc
1248 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001250 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001251 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001252 filegroups:
1253 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001254 - grpc_transport_chttp2_server_insecure
1255 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001256 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001257 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001258 - grpc_resolver_dns_native
1259 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001260 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001261 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001262 - grpc_lb_policy_grpclb
1263 - grpc_lb_policy_pick_first
1264 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001265 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001266 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001267 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001268 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001269 - grpc_workaround_cronet_compression_filter
1270 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001271 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272 secure: false
1273 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001274- name: reconnect_server
1275 build: private
1276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001277 headers:
1278 - test/core/util/reconnect_server.h
1279 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001280 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001281 deps:
yang-gc9fca182015-11-06 16:41:33 -08001282 - test_tcp_server
1283 - grpc_test_util
1284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 - gpr_test_util
1286 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001287- name: test_tcp_server
1288 build: private
1289 language: c
1290 headers:
1291 - test/core/util/test_tcp_server.h
1292 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001293 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001294 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001295 - grpc_test_util
1296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001297 - gpr_test_util
1298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001299- name: grpc++
1300 build: all
1301 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001302 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001303 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001304 - src/cpp/client/secure_credentials.h
1305 - src/cpp/common/secure_auth_context.h
1306 - src/cpp/server/secure_server_credentials.h
1307 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001308 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001309 - src/cpp/client/secure_credentials.cc
1310 - src/cpp/common/auth_property_iterator.cc
1311 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001312 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001313 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001314 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001315 - src/cpp/server/secure_server_credentials.cc
1316 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001317 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001318 baselib: true
1319 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001320 filegroups:
1321 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001322 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001323 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001324 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325 secure: check
1326 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001327- name: grpc++_core_stats
1328 build: private
1329 language: c++
1330 public_headers:
1331 - src/cpp/util/core_stats.h
1332 src:
1333 - src/proto/grpc/core/stats.proto
1334 - src/cpp/util/core_stats.cc
1335 deps:
1336 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001337- name: grpc++_cronet
1338 build: all
1339 language: c++
1340 src:
1341 - src/cpp/client/cronet_credentials.cc
1342 - src/cpp/client/insecure_credentials.cc
1343 - src/cpp/common/insecure_create_auth_context.cc
1344 - src/cpp/server/insecure_server_credentials.cc
1345 deps:
1346 - gpr
1347 - grpc_cronet
1348 baselib: true
1349 dll: true
1350 filegroups:
1351 - grpc++_base
1352 - grpc++_codegen_base
1353 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001354 - grpc_transport_chttp2_client_insecure
1355 - grpc_transport_chttp2_server_insecure
1356 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001357 platforms:
1358 - linux
1359 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001360- name: grpc++_error_details
1361 build: all
1362 language: c++
1363 public_headers:
1364 - include/grpc++/support/error_details.h
1365 src:
1366 - src/proto/grpc/status/status.proto
1367 - src/cpp/util/error_details.cc
1368 deps:
1369 - grpc++
1370 baselib: true
1371 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001372- name: grpc++_proto_reflection_desc_db
1373 build: private
1374 language: c++
1375 headers:
1376 - test/cpp/util/proto_reflection_descriptor_database.h
1377 src:
1378 - test/cpp/util/proto_reflection_descriptor_database.cc
1379 deps:
1380 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001381 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001382 filegroups:
1383 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001384 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001385- name: grpc++_reflection
1386 build: all
1387 language: c++
1388 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001389 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001390 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001391 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001392 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001393 - src/cpp/ext/proto_server_reflection.cc
1394 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001395 deps:
1396 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001397 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001398 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001399 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001400- name: grpc++_test_config
1401 build: private
1402 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001403 headers:
1404 - test/cpp/util/test_config.h
1405 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001406 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407- name: grpc++_test_util
1408 build: private
1409 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001410 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001411 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001412 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001413 - test/cpp/util/create_test_channel.h
1414 - test/cpp/util/string_ref_helper.h
1415 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001416 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001417 src:
yang-gc8a49d22016-12-12 11:18:49 -08001418 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001419 - src/proto/grpc/testing/echo_messages.proto
1420 - src/proto/grpc/testing/echo.proto
1421 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001422 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001423 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001424 - test/cpp/util/create_test_channel.cc
1425 - test/cpp/util/string_ref_helper.cc
1426 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001427 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001428 deps:
1429 - grpc++
1430 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001431 - grpc
yang-g17487f92016-06-03 15:21:15 -07001432 filegroups:
1433 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001434 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001435 - grpc++_codegen_proto
1436 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001437- name: grpc++_test_util_unsecure
1438 build: private
1439 language: c++
1440 headers:
1441 - test/cpp/end2end/test_service_impl.h
1442 - test/cpp/util/byte_buffer_proto_helper.h
1443 - test/cpp/util/string_ref_helper.h
1444 - test/cpp/util/subprocess.h
1445 src:
1446 - src/proto/grpc/health/v1/health.proto
1447 - src/proto/grpc/testing/echo_messages.proto
1448 - src/proto/grpc/testing/echo.proto
1449 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1450 - test/cpp/end2end/test_service_impl.cc
1451 - test/cpp/util/byte_buffer_proto_helper.cc
1452 - test/cpp/util/string_ref_helper.cc
1453 - test/cpp/util/subprocess.cc
1454 deps:
1455 - grpc++_unsecure
1456 - grpc_test_util_unsecure
1457 - grpc_unsecure
1458 filegroups:
1459 - grpc++_codegen_base
1460 - grpc++_codegen_base_src
1461 - grpc++_codegen_proto
1462 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: grpc++_unsecure
1464 build: all
1465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001467 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001468 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001469 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001470 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001472 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473 baselib: true
1474 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001475 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001476 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001477 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001478 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001479 secure: false
1480 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001481- name: grpc_benchmark
1482 build: test
1483 language: c++
1484 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001485 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1486 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001487 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001488 src:
1489 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001490 deps:
1491 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001492 - grpc++_unsecure
1493 - grpc_test_util_unsecure
1494 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001495 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001496- name: grpc_cli_libs
1497 build: private
1498 language: c++
1499 headers:
1500 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001501 - test/cpp/util/cli_credentials.h
1502 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001503 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001504 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001505 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001506 src:
1507 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001508 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001509 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001510 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001511 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001512 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001513 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001514 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001515 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001516 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001517 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001518 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001519- name: grpc_plugin_support
1520 build: protoc
1521 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001522 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001523 - src/compiler/config.h
1524 - src/compiler/cpp_generator.h
1525 - src/compiler/cpp_generator_helpers.h
1526 - src/compiler/csharp_generator.h
1527 - src/compiler/csharp_generator_helpers.h
1528 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001529 - src/compiler/node_generator.h
1530 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001531 - src/compiler/objective_c_generator.h
1532 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001533 - src/compiler/php_generator.h
1534 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301535 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001536 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301537 - src/compiler/python_generator_helpers.h
1538 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001539 - src/compiler/ruby_generator.h
1540 - src/compiler/ruby_generator_helpers-inl.h
1541 - src/compiler/ruby_generator_map-inl.h
1542 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301543 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001544 src:
1545 - src/compiler/cpp_generator.cc
1546 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001547 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001548 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001549 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001550 - src/compiler/python_generator.cc
1551 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001552 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001553 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554 secure: false
1555 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001556 vs_props:
1557 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001558- name: http2_client_main
1559 build: private
1560 language: c++
1561 headers:
1562 - test/cpp/interop/http2_client.h
1563 src:
1564 - src/proto/grpc/testing/empty.proto
1565 - src/proto/grpc/testing/messages.proto
1566 - src/proto/grpc/testing/test.proto
1567 - test/cpp/interop/http2_client.cc
1568 deps:
1569 - grpc++_test_util
1570 - grpc_test_util
1571 - grpc++
1572 - grpc
1573 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001574- name: interop_client_helper
1575 build: private
1576 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001577 headers:
1578 - test/cpp/interop/client_helper.h
1579 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001580 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001581 - test/cpp/interop/client_helper.cc
1582 deps:
1583 - grpc++_test_util
1584 - grpc_test_util
1585 - grpc++
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588- name: interop_client_main
1589 build: private
1590 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001591 headers:
1592 - test/cpp/interop/interop_client.h
1593 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001594 - src/proto/grpc/testing/empty.proto
1595 - src/proto/grpc/testing/messages.proto
1596 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001597 - test/cpp/interop/client.cc
1598 - test/cpp/interop/interop_client.cc
1599 deps:
1600 - interop_client_helper
1601 - grpc++_test_util
1602 - grpc_test_util
1603 - grpc++
1604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001605 - gpr_test_util
1606 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001607 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608- name: interop_server_helper
1609 build: private
1610 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001611 headers:
1612 - test/cpp/interop/server_helper.h
1613 src:
1614 - test/cpp/interop/server_helper.cc
1615 deps:
yang-gcc591022017-01-11 11:10:43 -08001616 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001617 - grpc_test_util
1618 - grpc++
1619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001621- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001622 build: private
1623 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001625 - src/proto/grpc/testing/empty.proto
1626 - src/proto/grpc/testing/messages.proto
1627 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001628 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001629 deps:
1630 - interop_server_helper
1631 - grpc++_test_util
1632 - grpc_test_util
1633 - grpc++
1634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001637 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001638- name: interop_server_main
1639 build: private
1640 language: c++
1641 src:
1642 - test/cpp/interop/interop_server_bootstrap.cc
1643 deps:
1644 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001645- name: qps
1646 build: private
1647 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001648 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001649 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001650 - test/cpp/qps/client.h
1651 - test/cpp/qps/driver.h
1652 - test/cpp/qps/histogram.h
1653 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001654 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001655 - test/cpp/qps/qps_worker.h
1656 - test/cpp/qps/report.h
1657 - test/cpp/qps/server.h
1658 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001659 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001661 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001662 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001663 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001664 - src/proto/grpc/testing/control.proto
1665 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001666 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001667 - test/cpp/qps/client_async.cc
1668 - test/cpp/qps/client_sync.cc
1669 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001670 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001671 - test/cpp/qps/qps_worker.cc
1672 - test/cpp/qps/report.cc
1673 - test/cpp/qps/server_async.cc
1674 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001675 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001676 deps:
1677 - grpc_test_util
1678 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001679 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001680 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001681 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682- name: grpc_csharp_ext
1683 build: all
1684 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001685 src:
1686 - src/csharp/ext/grpc_csharp_ext.c
1687 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001689 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001690 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001691 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692 dll: only
1693 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001694 vs_packages:
1695 - grpc.dependencies.openssl
1696 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001698 vs_props:
1699 - zlib
1700 - openssl
1701 - winsock
1702 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001704- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001705 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001706 build: test
1707 language: c
1708 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001709 - test/core/surface/alarm_test.cc
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001710 deps:
1711 - grpc_test_util
1712 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001713 - gpr_test_util
1714 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001715- name: algorithm_test
1716 build: test
1717 language: c
1718 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001719 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001720 deps:
1721 - grpc_test_util
1722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001723 - gpr_test_util
1724 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001725 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001726- name: alloc_test
1727 build: test
1728 language: c
1729 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001730 - test/core/support/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001731 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001734 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: alpn_test
1736 build: test
1737 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001738 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001739 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001740 deps:
1741 - grpc_test_util
1742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001743 - gpr_test_util
1744 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001745- name: api_fuzzer
1746 build: fuzzer
1747 language: c
1748 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001749 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001750 deps:
1751 - grpc_test_util
1752 - grpc
1753 - gpr_test_util
1754 - gpr
1755 corpus_dirs:
1756 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001757 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001758 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001759- name: arena_test
1760 build: test
1761 language: c
1762 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001763 - test/core/support/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001764 deps:
1765 - gpr_test_util
1766 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001767 uses_polling: false
Craig Tillerc0df1c02017-07-17 16:12:33 -07001768- name: backoff_test
1769 build: test
1770 language: c
1771 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001772 - test/core/backoff/backoff_test.cc
Craig Tillerc0df1c02017-07-17 16:12:33 -07001773 deps:
1774 - grpc_test_util
1775 - grpc
1776 - gpr_test_util
1777 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001778 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001779- name: bad_server_response_test
1780 build: test
1781 language: c
1782 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001783 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001784 deps:
1785 - test_tcp_server
1786 - grpc_test_util
1787 - grpc
1788 - gpr_test_util
1789 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001790 exclude_iomgrs:
1791 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001792- name: bin_decoder_test
1793 build: test
1794 language: c
1795 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001796 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001797 deps:
1798 - grpc_test_util
1799 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001800 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801- name: bin_encoder_test
1802 build: test
1803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001804 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001805 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001806 deps:
1807 - grpc_test_util
1808 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001809 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001810- name: byte_stream_test
1811 build: test
1812 language: c
1813 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001814 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001815 deps:
1816 - grpc_test_util
1817 - grpc
1818 - gpr_test_util
1819 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001820 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001821- name: channel_create_test
1822 build: test
1823 language: c
1824 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001825 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001826 deps:
1827 - grpc_test_util
1828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr_test_util
1830 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001831- name: check_epollexclusive
1832 build: tool
1833 language: c
1834 src:
1835 - test/build/check_epollexclusive.c
1836 deps:
1837 - grpc
1838 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001839- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001843 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001849 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850- name: chttp2_stream_map_test
1851 build: test
1852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001853 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001854 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001855 deps:
1856 - grpc_test_util
1857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001858 - gpr_test_util
1859 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001860 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001861- name: chttp2_varint_test
1862 build: test
1863 language: c
1864 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001865 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001866 deps:
1867 - grpc_test_util
1868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr_test_util
1870 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001871 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001872- name: client_fuzzer
1873 build: fuzzer
1874 language: c
1875 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001876 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001877 deps:
1878 - grpc_test_util
1879 - grpc
1880 - gpr_test_util
1881 - gpr
1882 corpus_dirs:
1883 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001884 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001885 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001886- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001887 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001888 build: test
1889 language: c
1890 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001891 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001892 deps:
1893 - grpc_test_util
1894 - grpc
1895 - gpr_test_util
1896 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897- name: compression_test
1898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001901 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001907 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001908- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001909 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001910 build: test
1911 language: c
1912 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001913 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001914 deps:
1915 - grpc_test_util
1916 - grpc
1917 - gpr_test_util
1918 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001919 exclude_iomgrs:
1920 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001921- name: connection_refused_test
1922 cpu_cost: 0.1
1923 build: test
1924 language: c
1925 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001926 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001927 deps:
1928 - grpc_test_util
1929 - grpc
1930 - gpr_test_util
1931 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001932- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001933 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001934 build: test
1935 language: c
1936 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001937 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001938 deps:
1939 - grpc_test_util
1940 - grpc
1941 - gpr_test_util
1942 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001943 exclude_iomgrs:
1944 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001945- name: dns_resolver_test
1946 build: test
1947 language: c
1948 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001949 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001950 deps:
1951 - grpc_test_util
1952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001953 - gpr_test_util
1954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001956 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957 build: test
1958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001960 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001961 deps:
1962 - grpc_test_util
1963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001966 exclude_iomgrs:
1967 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001968 platforms:
1969 - mac
1970 - linux
1971 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001972- name: endpoint_pair_test
1973 build: test
1974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001975 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001976 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001977 deps:
1978 - grpc_test_util
1979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001982 exclude_iomgrs:
1983 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001984- name: error_test
1985 cpu_cost: 30
1986 build: test
1987 language: c
1988 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001989 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001990 deps:
1991 - grpc_test_util
1992 - grpc
1993 - gpr_test_util
1994 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001995 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001996- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001997 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001998 build: test
1999 language: c
2000 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002001 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002002 deps:
2003 - grpc_test_util
2004 - grpc
2005 - gpr_test_util
2006 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002007 exclude_iomgrs:
2008 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002009 platforms:
2010 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002011- name: fake_resolver_test
2012 build: test
2013 language: c
2014 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002015 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002016 deps:
2017 - grpc_test_util
2018 - grpc
2019 - gpr_test_util
2020 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002021- name: fake_transport_security_test
2022 build: test
2023 language: c
2024 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002025 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002026 deps:
2027 - gpr_test_util
2028 - gpr
2029 - grpc
2030 filegroups:
2031 - transport_security_test_lib
2032 platforms:
2033 - linux
2034 - posix
2035 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: fd_conservation_posix_test
2037 build: test
2038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002039 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002040 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002041 deps:
2042 - grpc_test_util
2043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002044 - gpr_test_util
2045 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002046 exclude_iomgrs:
2047 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002048 platforms:
2049 - mac
2050 - linux
2051 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002052- name: fd_posix_test
2053 build: test
2054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002055 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002056 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002057 deps:
2058 - grpc_test_util
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002062 exclude_iomgrs:
2063 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002064 platforms:
2065 - mac
2066 - linux
2067 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002068- name: fling_client
2069 build: test
2070 run: false
2071 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002072 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002073 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002074 deps:
2075 - grpc_test_util
2076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: fling_server
2080 build: test
2081 run: false
2082 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002083 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002084 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002085 deps:
2086 - grpc_test_util
2087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002088 - gpr_test_util
2089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002091 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002095 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002101 platforms:
2102 - mac
2103 - linux
2104 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002106 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002107 build: test
2108 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002109 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002110 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002111 deps:
2112 - grpc_test_util
2113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002114 - gpr_test_util
2115 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002116 platforms:
2117 - mac
2118 - linux
2119 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120- name: gen_hpack_tables
2121 build: tool
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - tools/codegen/core/gen_hpack_tables.c
2125 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002127 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002128 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: gen_legal_metadata_characters
2130 build: tool
2131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002135- name: gen_percent_encoding_tables
2136 build: tool
2137 language: c
2138 src:
2139 - tools/codegen/core/gen_percent_encoding_tables.c
2140 deps: []
Vijay Pai58f38f52017-10-11 10:53:11 -07002141 uses_polling: false
Craig Tiller1b719582016-03-24 09:06:13 -07002142- name: goaway_server_test
2143 cpu_cost: 0.1
2144 build: test
2145 language: c
2146 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002147 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002148 deps:
2149 - grpc_test_util
2150 - grpc
2151 - gpr_test_util
2152 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002153 exclude_iomgrs:
2154 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002155 platforms:
2156 - mac
2157 - linux
2158 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002159- name: gpr_avl_test
2160 build: test
2161 language: c
2162 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002163 - test/core/support/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002164 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_cmdline_test
2169 build: test
2170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002172 - test/core/support/cmdline_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
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002177- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002178 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002179 build: test
2180 language: c
2181 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002182 - test/core/support/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002183 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002186 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002187- name: gpr_env_test
2188 build: test
2189 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002190 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002191 - test/core/support/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002192 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002193 - gpr_test_util
2194 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002195 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196- name: gpr_histogram_test
2197 build: test
2198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002199 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002200 - test/core/support/histogram_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002201 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002202 - gpr_test_util
2203 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002204 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205- name: gpr_host_port_test
2206 build: test
2207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002209 - test/core/support/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002210 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002213 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214- name: gpr_log_test
2215 build: test
2216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002217 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002218 - test/core/support/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002219 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002220 - gpr_test_util
2221 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002222 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002223- name: gpr_manual_constructor_test
2224 cpu_cost: 3
2225 build: test
2226 language: c
2227 src:
2228 - test/core/support/manual_constructor_test.cc
2229 deps:
2230 - gpr_test_util
2231 - gpr
2232 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002233- name: gpr_mpscq_test
2234 cpu_cost: 30
2235 build: test
2236 language: c
2237 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002238 - test/core/support/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002239 deps:
2240 - gpr_test_util
2241 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002242 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002243- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002244 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002245 build: test
2246 language: c
2247 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002248 - test/core/support/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002249 deps:
2250 - gpr_test_util
2251 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002252 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: gpr_string_test
2254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002257 - test/core/support/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002258 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr_test_util
2260 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002261 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002263 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264 build: test
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002267 - test/core/support/sync_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: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002273 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274 build: test
2275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002276 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002277 - test/core/support/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002278 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002279 - gpr_test_util
2280 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002281 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002282- name: gpr_time_test
2283 build: test
2284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002286 - test/core/support/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002287 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002290 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291- name: gpr_tls_test
2292 build: test
2293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002294 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002295 - test/core/support/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002296 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002299 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: gpr_useful_test
2301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002304 - test/core/support/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002305 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002308 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: grpc_auth_context_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002313 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002319 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002320- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002324 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002330 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331- name: grpc_byte_buffer_reader_test
2332 build: test
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002335 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002341 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: grpc_channel_args_test
2343 build: test
2344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002345 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002346 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002347 deps:
2348 - grpc_test_util
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002352 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002353- name: grpc_channel_stack_builder_test
2354 build: test
2355 language: c
2356 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002357 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002358 deps:
2359 - grpc_test_util
2360 - grpc
2361 - gpr_test_util
2362 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363- name: grpc_channel_stack_test
2364 build: test
2365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002367 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002368 deps:
2369 - grpc_test_util
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002373 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002374- name: grpc_completion_queue_test
2375 build: test
2376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002377 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002378 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002379 deps:
2380 - grpc_test_util
2381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002382 - gpr_test_util
2383 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002384- name: grpc_completion_queue_threading_test
2385 build: test
2386 language: c
2387 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002388 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002389 deps:
2390 - grpc_test_util
2391 - grpc
2392 - gpr_test_util
2393 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002394 exclude_iomgrs:
2395 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396- name: grpc_create_jwt
2397 build: tool
2398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002399 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002400 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002401 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002404 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002405 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002406- name: grpc_credentials_test
2407 build: test
2408 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002409 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002410 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002411 deps:
2412 - grpc_test_util
2413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 - gpr_test_util
2415 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002417 build: test
2418 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002420 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002421 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002422 deps:
2423 - grpc_test_util
2424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002425 - gpr_test_util
2426 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002427- name: grpc_invalid_channel_args_test
2428 build: test
2429 language: c
2430 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002431 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002432 deps:
2433 - grpc_test_util
2434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr_test_util
2436 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002437 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002438- name: grpc_json_token_test
2439 build: test
2440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002441 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002442 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002443 deps:
2444 - grpc_test_util
2445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002446 - gpr_test_util
2447 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002448 platforms:
2449 - linux
2450 - posix
2451 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002452 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453- name: grpc_jwt_verifier_test
2454 build: test
2455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002456 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002457 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002458 deps:
2459 - grpc_test_util
2460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002461 - gpr_test_util
2462 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002463 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464- name: grpc_print_google_default_creds_token
2465 build: tool
2466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002468 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002469 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002471 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002472 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473- name: grpc_security_connector_test
2474 build: test
2475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002477 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002478 deps:
2479 - grpc_test_util
2480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002481 - gpr_test_util
2482 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002483- name: grpc_ssl_credentials_test
2484 build: test
2485 language: c
2486 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002487 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002488 deps:
2489 - grpc_test_util
2490 - grpc
2491 - gpr_test_util
2492 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002493- name: grpc_verify_jwt
2494 build: tool
2495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002496 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002497 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002498 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002501 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002502- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002503 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002504 language: c
2505 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002506 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002507 deps:
2508 - grpc_test_util
2509 - grpc
2510 - gpr_test_util
2511 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002512 exclude_iomgrs:
2513 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002514 platforms:
2515 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002516 secure: true
2517- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002518 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002519 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002520 headers:
2521 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002522 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002523 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002524 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002525 deps:
2526 - grpc_test_util
2527 - grpc
2528 - gpr_test_util
2529 - gpr
2530 exclude_iomgrs:
2531 - uv
2532 platforms:
2533 - linux
2534 secure: true
2535- name: handshake_server_with_readahead_handshaker
2536 build: test
2537 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002538 headers:
2539 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002540 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002541 - test/core/handshake/readahead_handshaker_server_ssl.cc
2542 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002543 deps:
2544 - grpc_test_util
2545 - grpc
2546 - gpr_test_util
2547 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002548 exclude_iomgrs:
2549 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002550 platforms:
2551 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002552 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002553- name: hpack_parser_fuzzer_test
2554 build: fuzzer
2555 language: c
2556 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002557 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002558 deps:
2559 - grpc_test_util
2560 - grpc
2561 - gpr_test_util
2562 - gpr
2563 corpus_dirs:
2564 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002565 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002566 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567- name: hpack_parser_test
2568 build: test
2569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002571 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002572 deps:
2573 - grpc_test_util
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002577 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578- name: hpack_table_test
2579 build: test
2580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002581 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002582 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002583 deps:
2584 - grpc_test_util
2585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002588 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002589- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002590 build: test
2591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002592 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002593 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002594 deps:
2595 - grpc_test_util
2596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002597 - gpr_test_util
2598 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002599 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002600- name: http_request_fuzzer_test
2601 build: fuzzer
2602 language: c
2603 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002604 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002605 deps:
2606 - grpc_test_util
2607 - grpc
2608 - gpr_test_util
2609 - gpr
2610 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002611 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002612 maxlen: 2048
2613- name: http_response_fuzzer_test
2614 build: fuzzer
2615 language: c
2616 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002617 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002618 deps:
2619 - grpc_test_util
2620 - grpc
2621 - gpr_test_util
2622 - gpr
2623 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002624 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002625 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002626- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627 build: test
2628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002629 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002630 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002631 deps:
2632 - grpc_test_util
2633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002634 - gpr_test_util
2635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002637 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002638 build: test
2639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002640 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002641 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002642 deps:
2643 - grpc_test_util
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr_test_util
2646 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002647 platforms:
2648 - mac
2649 - linux
2650 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002651- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002652 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002653 build: test
2654 language: c
2655 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002656 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002657 deps:
2658 - grpc_test_util
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002662 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002663 - linux
yang-gf1183302015-12-07 16:02:05 -08002664- name: init_test
2665 build: test
2666 language: c
2667 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002668 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002669 deps:
2670 - grpc_test_util
2671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002672 - gpr_test_util
2673 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002674 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002675- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002676 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002677 build: test
2678 language: c
2679 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002680 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002681 deps:
2682 - grpc_test_util
2683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002684 - gpr_test_util
2685 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002686- name: json_fuzzer_test
2687 build: fuzzer
2688 language: c
2689 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002690 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002691 deps:
2692 - grpc_test_util
2693 - grpc
2694 - gpr_test_util
2695 - gpr
2696 corpus_dirs:
2697 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002698 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002699- name: json_rewrite
2700 build: test
2701 run: false
2702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002703 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002704 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002705 deps:
2706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002707 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002708 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002709- name: json_rewrite_test
2710 build: test
2711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002712 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002713 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002714 deps:
2715 - grpc_test_util
2716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002717 - gpr_test_util
2718 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002719 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002720- name: json_stream_error_test
2721 build: test
2722 language: c
2723 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002724 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002725 deps:
2726 - grpc_test_util
2727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002728 - gpr_test_util
2729 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002730 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002731- name: json_test
2732 build: test
2733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002734 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002735 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002736 deps:
2737 - grpc_test_util
2738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002739 - gpr_test_util
2740 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002741 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002742- name: lame_client_test
2743 build: test
2744 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002745 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002746 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002747 deps:
2748 - grpc_test_util
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002752- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002753 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002754 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002755 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002757 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002758 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002759 deps:
2760 - grpc_test_util
2761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002762 - gpr_test_util
2763 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002764 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002765- name: load_file_test
2766 build: test
2767 language: c
2768 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002769 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002770 deps:
2771 - grpc_test_util
2772 - grpc
2773 - gpr_test_util
2774 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002775 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002776- name: low_level_ping_pong_benchmark
2777 build: benchmark
2778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002779 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002780 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002781 deps:
2782 - grpc_test_util
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr_test_util
2785 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002786 platforms:
2787 - mac
2788 - linux
2789 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002790- name: memory_profile_client
2791 build: test
2792 run: false
2793 language: c
2794 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002795 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002796 deps:
2797 - grpc_test_util
2798 - grpc
2799 - gpr_test_util
2800 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002801 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002802- name: memory_profile_server
2803 build: test
2804 run: false
2805 language: c
2806 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002807 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002808 deps:
2809 - grpc_test_util
2810 - grpc
2811 - gpr_test_util
2812 - gpr
2813- name: memory_profile_test
2814 cpu_cost: 1.5
2815 build: test
2816 language: c
2817 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002818 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002819 deps:
2820 - grpc_test_util
2821 - grpc
2822 - gpr_test_util
2823 - gpr
2824 platforms:
2825 - mac
2826 - linux
2827 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828- name: message_compress_test
2829 build: test
2830 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002831 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002832 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002833 deps:
2834 - grpc_test_util
2835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002836 - gpr_test_util
2837 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002838 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002839- name: minimal_stack_is_minimal_test
2840 build: test
2841 language: c
2842 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002843 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002844 deps:
2845 - grpc_test_util
2846 - grpc
2847 - gpr_test_util
2848 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002849 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002850- name: multiple_server_queues_test
2851 build: test
2852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002853 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002854 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002855 deps:
2856 - grpc_test_util
2857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002858 - gpr_test_util
2859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: murmur_hash_test
2861 build: test
2862 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002863 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002864 - test/core/support/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002865 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002866 - gpr_test_util
2867 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002868 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002869- name: nanopb_fuzzer_response_test
2870 build: fuzzer
2871 language: c
2872 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002873 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002874 deps:
2875 - grpc_test_util
2876 - grpc
2877 - gpr_test_util
2878 - gpr
2879 corpus_dirs:
2880 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002881 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002882- name: nanopb_fuzzer_serverlist_test
2883 build: fuzzer
2884 language: c
2885 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002886 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002887 deps:
2888 - grpc_test_util
2889 - grpc
2890 - gpr_test_util
2891 - gpr
2892 corpus_dirs:
2893 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002894 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002896 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002897 build: test
2898 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002899 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002900 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002901 deps:
2902 - grpc_test_util
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002906- name: num_external_connectivity_watchers_test
2907 build: test
2908 language: c
2909 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002910 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002911 deps:
2912 - grpc_test_util
2913 - grpc
2914 - gpr_test_util
2915 - gpr
2916 exclude_iomgrs:
2917 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002918- name: parse_address_test
2919 build: test
2920 language: c
2921 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002922 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002923 deps:
2924 - grpc_test_util
2925 - grpc
2926 - gpr_test_util
2927 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002928 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002929- name: percent_decode_fuzzer
2930 build: fuzzer
2931 language: c
2932 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002933 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002934 deps:
2935 - grpc_test_util
2936 - grpc
2937 - gpr_test_util
2938 - gpr
2939 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002940 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002941 maxlen: 32
2942- name: percent_encode_fuzzer
2943 build: fuzzer
2944 language: c
2945 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002946 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002947 deps:
2948 - grpc_test_util
2949 - grpc
2950 - gpr_test_util
2951 - gpr
2952 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002953 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002954 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002955- name: percent_encoding_test
2956 build: test
2957 language: c
2958 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002959 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002960 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002961 - grpc_test_util
2962 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002963 - gpr_test_util
2964 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002965 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002966- name: pollset_set_test
2967 build: test
2968 language: c
2969 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002970 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002971 deps:
2972 - grpc_test_util
2973 - grpc
2974 - gpr_test_util
2975 - gpr
2976 exclude_iomgrs:
2977 - uv
2978 platforms:
2979 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002980- name: resolve_address_posix_test
2981 build: test
2982 language: c
2983 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002984 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002990 exclude_iomgrs:
2991 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002992 platforms:
2993 - mac
2994 - linux
2995 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002996- name: resolve_address_test
2997 build: test
2998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002999 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003000 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003001 deps:
3002 - grpc_test_util
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003006- name: resource_quota_test
3007 cpu_cost: 30
3008 build: test
3009 language: c
3010 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003011 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003012 deps:
3013 - grpc_test_util
3014 - grpc
3015 - gpr_test_util
3016 - gpr
yang-gd482e592015-12-10 14:04:00 -08003017- name: secure_channel_create_test
3018 build: test
3019 language: c
3020 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003021 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003022 deps:
3023 - grpc_test_util
3024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003025 - gpr_test_util
3026 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027- name: secure_endpoint_test
3028 build: test
3029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003030 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003031 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003032 deps:
3033 - grpc_test_util
3034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003035 - gpr_test_util
3036 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003037 exclude_iomgrs:
3038 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003039- name: sequential_connectivity_test
3040 build: test
3041 language: c
3042 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003043 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003044 deps:
3045 - grpc_test_util
3046 - grpc
3047 - gpr_test_util
3048 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003049 exclude_iomgrs:
3050 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003051- name: server_chttp2_test
3052 build: test
3053 language: c
3054 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003055 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003056 deps:
3057 - grpc_test_util
3058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003059 - gpr_test_util
3060 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003061- name: server_fuzzer
3062 build: fuzzer
3063 language: c
3064 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003065 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003066 deps:
3067 - grpc_test_util
3068 - grpc
3069 - gpr_test_util
3070 - gpr
3071 corpus_dirs:
3072 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003073 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003074 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003075- name: server_test
3076 build: test
3077 language: c
3078 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003079 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003080 deps:
3081 - grpc_test_util
3082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003083 - gpr_test_util
3084 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003085- name: slice_buffer_test
3086 build: test
3087 language: c
3088 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003089 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003090 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003091 - grpc_test_util
3092 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003093 - gpr_test_util
3094 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003095 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003096- name: slice_hash_table_test
3097 build: test
3098 language: c
3099 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003100 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003101 deps:
3102 - grpc_test_util
3103 - grpc
3104 - gpr_test_util
3105 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003106 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003107- name: slice_string_helpers_test
3108 build: test
3109 language: c
3110 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003111 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003112 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003113 - grpc_test_util
3114 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003115 - gpr_test_util
3116 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003117 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003118- name: slice_test
3119 build: test
3120 language: c
3121 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003122 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003123 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003124 - grpc_test_util
3125 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003126 - gpr_test_util
3127 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003128 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003129- name: sockaddr_resolver_test
3130 build: test
3131 language: c
3132 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003133 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003134 deps:
3135 - grpc_test_util
3136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003137 - gpr_test_util
3138 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003139- name: sockaddr_utils_test
3140 build: test
3141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003142 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003143 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003144 deps:
3145 - grpc_test_util
3146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003147 - gpr_test_util
3148 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003149- name: socket_utils_test
3150 build: test
3151 language: c
3152 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003153 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003154 deps:
3155 - grpc_test_util
3156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003157 - gpr_test_util
3158 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003159 exclude_iomgrs:
3160 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003161 platforms:
3162 - mac
3163 - linux
3164 - posix
yang-g31e21282016-11-04 15:10:03 -07003165- name: ssl_server_fuzzer
3166 build: fuzzer
3167 language: c
3168 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003169 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003170 deps:
3171 - grpc_test_util
3172 - grpc
3173 - gpr_test_util
3174 - gpr
3175 corpus_dirs:
3176 - test/core/security/corpus/ssl_server_corpus
3177 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003178- name: ssl_transport_security_test
3179 build: test
3180 language: c
3181 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003182 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003183 deps:
3184 - gpr_test_util
3185 - gpr
3186 - grpc
3187 filegroups:
3188 - transport_security_test_lib
3189 platforms:
3190 - linux
3191 - posix
3192 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003193- name: status_conversion_test
3194 build: test
3195 language: c
3196 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003197 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003198 deps:
3199 - grpc_test_util
3200 - grpc
3201 - gpr_test_util
3202 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003203 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003204- name: stream_compression_test
3205 build: test
3206 language: c
3207 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003208 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003209 deps:
3210 - grpc_test_util
3211 - grpc
3212 - gpr_test_util
3213 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003214 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003215- name: stream_owned_slice_test
3216 build: test
3217 language: c
3218 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003219 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003220 deps:
3221 - grpc_test_util
3222 - grpc
3223 - gpr_test_util
3224 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003225 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003226- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003227 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003228 build: test
3229 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003230 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003231 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003232 deps:
3233 - grpc_test_util
3234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003235 - gpr_test_util
3236 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003237 exclude_iomgrs:
3238 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003239 platforms:
3240 - mac
3241 - linux
3242 - posix
murgatroid991191b722017-02-08 11:56:52 -08003243- name: tcp_client_uv_test
3244 cpu_cost: 0.5
3245 build: test
3246 language: c
3247 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003248 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003249 deps:
3250 - grpc_test_util
3251 - grpc
3252 - gpr_test_util
3253 - gpr
3254 exclude_iomgrs:
3255 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003256- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003257 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003258 build: test
3259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003260 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003261 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003262 deps:
3263 - grpc_test_util
3264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003265 - gpr_test_util
3266 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003267 exclude_iomgrs:
3268 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003269 platforms:
3270 - mac
3271 - linux
3272 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003273- name: tcp_server_posix_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/tcp_server_posix_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
murgatroid99c36f6ea2016-10-03 09:24:09 -07003283 exclude_iomgrs:
3284 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003285 platforms:
3286 - mac
3287 - linux
3288 - posix
murgatroid991191b722017-02-08 11:56:52 -08003289- name: tcp_server_uv_test
3290 build: test
3291 language: c
3292 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003293 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003294 deps:
3295 - grpc_test_util
3296 - grpc
3297 - gpr_test_util
3298 - gpr
3299 exclude_iomgrs:
3300 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003301- name: time_averaged_stats_test
3302 build: test
3303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003304 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003305 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003306 deps:
3307 - grpc_test_util
3308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003309 - gpr_test_util
3310 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003311 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003312- name: timeout_encoding_test
3313 build: test
3314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003315 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003316 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003317 deps:
3318 - grpc_test_util
3319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003320 - gpr_test_util
3321 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003322 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003323- name: timer_heap_test
3324 build: test
3325 language: c
3326 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003327 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003328 deps:
3329 - grpc_test_util
3330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003331 - gpr_test_util
3332 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003333 exclude_iomgrs:
3334 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003335 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003336- name: timer_list_test
3337 build: test
3338 language: c
3339 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003340 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003341 deps:
3342 - grpc_test_util
3343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003344 - gpr_test_util
3345 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003346 exclude_iomgrs:
3347 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003348 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003349- name: transport_connectivity_state_test
3350 build: test
3351 language: c
3352 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003353 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003354 deps:
3355 - grpc_test_util
3356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003357 - gpr_test_util
3358 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003359- name: transport_metadata_test
3360 build: test
3361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003362 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003363 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003364 deps:
3365 - grpc_test_util
3366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003367 - gpr_test_util
3368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003369- name: transport_security_test
3370 build: test
3371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003372 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003373 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003374 deps:
3375 - grpc_test_util
3376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003377 - gpr_test_util
3378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003379 platforms:
3380 - linux
3381 - posix
3382 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003383- name: udp_server_test
3384 build: test
3385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003386 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003387 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003388 deps:
3389 - grpc_test_util
3390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003391 - gpr_test_util
3392 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003393 exclude_iomgrs:
3394 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003395 platforms:
3396 - mac
3397 - linux
3398 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003399- name: uri_fuzzer_test
3400 build: fuzzer
3401 language: c
3402 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003403 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003404 deps:
3405 - grpc_test_util
3406 - grpc
3407 - gpr_test_util
3408 - gpr
3409 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003410 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003411 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003412- name: uri_parser_test
3413 build: test
3414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003415 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003416 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003417 deps:
3418 - grpc_test_util
3419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003420 - gpr_test_util
3421 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003422- name: wakeup_fd_cv_test
3423 build: test
3424 language: c
3425 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003426 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003427 deps:
3428 - grpc_test_util
3429 - grpc
3430 - gpr_test_util
3431 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003432 exclude_iomgrs:
3433 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003434 platforms:
3435 - mac
3436 - linux
3437 - posix
vjpai04e992a2016-02-10 16:58:38 -08003438- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003439 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003440 build: test
3441 language: c++
3442 src:
3443 - test/cpp/common/alarm_cpp_test.cc
3444 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003445 - grpc++_test_util_unsecure
3446 - grpc_test_util_unsecure
3447 - grpc++_unsecure
3448 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003449 - gpr_test_util
3450 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003452 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003453 build: test
3454 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003455 src:
3456 - test/cpp/end2end/async_end2end_test.cc
3457 deps:
3458 - grpc++_test_util
3459 - grpc_test_util
3460 - grpc++
3461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003462 - gpr_test_util
3463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003464- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003465 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003466 build: test
3467 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003468 src:
3469 - test/cpp/common/auth_property_iterator_test.cc
3470 deps:
3471 - grpc++_test_util
3472 - grpc_test_util
3473 - grpc++
3474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003475 - gpr_test_util
3476 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003477 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003478- name: bdp_estimator_test
3479 build: test
3480 language: c++
3481 src:
3482 - test/core/transport/bdp_estimator_test.cc
3483 deps:
3484 - grpc++_test_util
3485 - grpc++
3486 - grpc_test_util
3487 - grpc
3488 - gpr_test_util
3489 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003490 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003491- name: bm_arena
3492 build: test
3493 language: c++
3494 src:
3495 - test/cpp/microbenchmarks/bm_arena.cc
3496 deps:
3497 - grpc_benchmark
3498 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003499 - grpc++_test_util_unsecure
3500 - grpc_test_util_unsecure
3501 - grpc++_unsecure
3502 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003503 - gpr_test_util
3504 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003505 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003506 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003507 platforms:
3508 - mac
3509 - linux
3510 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003511 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003512- name: bm_call_create
3513 build: test
3514 language: c++
3515 src:
3516 - test/cpp/microbenchmarks/bm_call_create.cc
3517 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003518 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003519 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003520 - grpc++_test_util_unsecure
3521 - grpc_test_util_unsecure
3522 - grpc++_unsecure
3523 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003524 - gpr_test_util
3525 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003526 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003527 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003528 platforms:
3529 - mac
3530 - linux
3531 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003532 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003533- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003534 build: test
3535 language: c++
3536 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003537 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003538 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003539 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003540 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003541 - grpc++_test_util_unsecure
3542 - grpc_test_util_unsecure
3543 - grpc++_unsecure
3544 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003545 - gpr_test_util
3546 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003547 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003548 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003549 platforms:
3550 - mac
3551 - linux
3552 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003553 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003554- name: bm_chttp2_transport
3555 build: test
3556 language: c++
3557 src:
3558 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3559 deps:
3560 - grpc_benchmark
3561 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003562 - grpc++_test_util_unsecure
3563 - grpc_test_util_unsecure
3564 - grpc++_unsecure
3565 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003566 - gpr_test_util
3567 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003568 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003569 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003570 platforms:
3571 - mac
3572 - linux
3573 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003574- name: bm_closure
3575 build: test
3576 language: c++
3577 src:
3578 - test/cpp/microbenchmarks/bm_closure.cc
3579 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003580 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003581 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003582 - grpc++_test_util_unsecure
3583 - grpc_test_util_unsecure
3584 - grpc++_unsecure
3585 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003586 - gpr_test_util
3587 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003588 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003589 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003590 platforms:
3591 - mac
3592 - linux
3593 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003594- name: bm_cq
3595 build: test
3596 language: c++
3597 src:
3598 - test/cpp/microbenchmarks/bm_cq.cc
3599 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003600 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003601 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003602 - grpc++_test_util_unsecure
3603 - grpc_test_util_unsecure
3604 - grpc++_unsecure
3605 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003606 - gpr_test_util
3607 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003608 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003609 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003610 platforms:
3611 - mac
3612 - linux
3613 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003614- name: bm_cq_multiple_threads
3615 build: test
3616 language: c++
3617 src:
3618 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3619 deps:
3620 - grpc_benchmark
3621 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003622 - grpc++_test_util_unsecure
3623 - grpc_test_util_unsecure
3624 - grpc++_unsecure
3625 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003626 - gpr_test_util
3627 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003628 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003629 defaults: benchmark
3630 platforms:
3631 - mac
3632 - linux
3633 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003634- name: bm_error
3635 build: test
3636 language: c++
3637 src:
3638 - test/cpp/microbenchmarks/bm_error.cc
3639 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003640 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003641 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003642 - grpc++_test_util_unsecure
3643 - grpc_test_util_unsecure
3644 - grpc++_unsecure
3645 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003646 - gpr_test_util
3647 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003648 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003649 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003650 platforms:
3651 - mac
3652 - linux
3653 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003654 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003655- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003656 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003657 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003658 headers:
3659 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003660 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003661 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003662 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003663 - grpc_benchmark
3664 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003665 - grpc++_test_util_unsecure
3666 - grpc_test_util_unsecure
3667 - grpc++_unsecure
3668 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003669 - gpr_test_util
3670 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003671 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003672 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003673 excluded_poll_engines:
3674 - poll
3675 - poll-cv
3676 platforms:
3677 - mac
3678 - linux
3679 - posix
3680 timeout_seconds: 1200
3681- name: bm_fullstack_streaming_pump
3682 build: test
3683 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003684 headers:
3685 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003686 src:
3687 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003688 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003689 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003690 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003691 - grpc++_test_util_unsecure
3692 - grpc_test_util_unsecure
3693 - grpc++_unsecure
3694 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003695 - gpr_test_util
3696 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003697 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003698 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003699 excluded_poll_engines:
3700 - poll
3701 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003702 platforms:
3703 - mac
3704 - linux
3705 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003706 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003707- name: bm_fullstack_trickle
3708 build: test
3709 language: c++
3710 src:
3711 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3712 deps:
3713 - grpc_benchmark
3714 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003715 - grpc++_test_util_unsecure
3716 - grpc_test_util_unsecure
3717 - grpc++_unsecure
3718 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003719 - gpr_test_util
3720 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003721 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003722 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003723 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003724 exclude_configs:
3725 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003726 excluded_poll_engines:
3727 - poll
3728 - poll-cv
3729 platforms:
3730 - mac
3731 - linux
3732 - posix
3733 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003734- name: bm_fullstack_unary_ping_pong
3735 build: test
3736 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003737 headers:
3738 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003739 src:
3740 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3741 deps:
3742 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003743 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003744 - grpc++_test_util_unsecure
3745 - grpc_test_util_unsecure
3746 - grpc++_unsecure
3747 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003748 - gpr_test_util
3749 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003750 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003751 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003752 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003753 - poll
3754 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003755 platforms:
3756 - mac
3757 - linux
3758 - posix
3759 timeout_seconds: 1200
3760- name: bm_metadata
3761 build: test
3762 language: c++
3763 src:
3764 - test/cpp/microbenchmarks/bm_metadata.cc
3765 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003766 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003767 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003768 - grpc++_test_util_unsecure
3769 - grpc_test_util_unsecure
3770 - grpc++_unsecure
3771 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003772 - gpr_test_util
3773 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003774 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003775 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003776 platforms:
3777 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003778 - linux
3779 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003780 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003781- name: bm_pollset
3782 build: test
3783 language: c++
3784 src:
3785 - test/cpp/microbenchmarks/bm_pollset.cc
3786 deps:
3787 - grpc_benchmark
3788 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003789 - grpc++_test_util_unsecure
3790 - grpc_test_util_unsecure
3791 - grpc++_unsecure
3792 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003793 - gpr_test_util
3794 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003795 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003796 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003797 platforms:
3798 - mac
3799 - linux
3800 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003801- name: channel_arguments_test
3802 gtest: true
3803 build: test
3804 language: c++
3805 src:
3806 - test/cpp/common/channel_arguments_test.cc
3807 deps:
3808 - grpc++
3809 - grpc
3810 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003811 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003812- name: channel_filter_test
3813 gtest: true
3814 build: test
3815 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003816 src:
3817 - test/cpp/common/channel_filter_test.cc
3818 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003819 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003820 - grpc
3821 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003822 uses_polling: false
Mark D. Rothe204e5e2017-12-05 08:27:17 -08003823- name: chttp2_settings_timeout_test
3824 gtest: true
3825 build: test
3826 language: c++
3827 src:
3828 - test/core/transport/chttp2/settings_timeout_test.cc
3829 deps:
3830 - grpc_test_util
3831 - grpc
3832 - gpr_test_util
3833 - gpr
3834 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003835- name: cli_call_test
3836 gtest: true
3837 build: test
3838 language: c++
3839 src:
Craig Tiller25834342015-09-25 08:08:24 -07003840 - test/cpp/util/cli_call_test.cc
3841 deps:
3842 - grpc_cli_libs
3843 - grpc++_test_util
3844 - grpc_test_util
3845 - grpc++
3846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003847 - gpr_test_util
3848 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003849- name: client_channel_stress_test
3850 gtest: false
3851 build: test
3852 language: c++
3853 src:
3854 - src/proto/grpc/lb/v1/load_balancer.proto
3855 - test/cpp/client/client_channel_stress_test.cc
3856 deps:
3857 - grpc++_test_util
3858 - grpc_test_util
3859 - grpc++
3860 - grpc
3861 - gpr_test_util
3862 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003863- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003864 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003865 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003866 build: test
3867 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003868 src:
3869 - test/cpp/end2end/client_crash_test.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
Craig Tiller25834342015-09-25 08:08:24 -07003877 platforms:
3878 - mac
3879 - linux
3880 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003881- name: client_crash_test_server
3882 build: test
3883 run: false
3884 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003885 src:
3886 - test/cpp/end2end/client_crash_test_server.cc
3887 deps:
3888 - grpc++_test_util
3889 - grpc_test_util
3890 - grpc++
3891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003892 - gpr_test_util
3893 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003894- name: client_lb_end2end_test
3895 gtest: true
3896 build: test
3897 language: c++
3898 src:
3899 - test/cpp/end2end/client_lb_end2end_test.cc
3900 deps:
3901 - grpc++_test_util
3902 - grpc_test_util
3903 - grpc++
3904 - grpc
3905 - gpr_test_util
3906 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003907- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003908 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003909 build: test
3910 language: c++
3911 src:
3912 - src/proto/grpc/testing/control.proto
3913 - src/proto/grpc/testing/messages.proto
3914 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003915 - src/proto/grpc/testing/services.proto
3916 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003917 - test/cpp/codegen/codegen_test_full.cc
3918 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003919 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003920 - grpc++
3921 - grpc
3922 - gpr
3923 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003924 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003925 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003926- name: codegen_test_minimal
3927 gtest: true
3928 build: test
3929 language: c++
3930 src:
3931 - src/proto/grpc/testing/control.proto
3932 - src/proto/grpc/testing/messages.proto
3933 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003934 - src/proto/grpc/testing/services.proto
3935 - src/proto/grpc/testing/stats.proto
3936 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003937 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003938 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003939 - grpc
3940 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003941 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003942 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003943 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003944 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003945- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003946 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003947 build: test
3948 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003949 src:
3950 - test/cpp/client/credentials_test.cc
3951 deps:
3952 - grpc++
3953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003955- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003956 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003957 build: test
3958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003959 src:
3960 - test/cpp/util/byte_buffer_test.cc
3961 deps:
3962 - grpc_test_util
3963 - grpc++
3964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003965 - gpr_test_util
3966 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003967 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003968- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003969 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003970 build: test
3971 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003972 src:
3973 - test/cpp/util/slice_test.cc
3974 deps:
3975 - grpc_test_util
3976 - grpc++
3977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003978 - gpr_test_util
3979 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003980 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003981- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003982 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003983 build: test
3984 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003985 src:
3986 - test/cpp/util/string_ref_test.cc
3987 deps:
3988 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003989 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003990 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003991- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003992 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003993 build: test
3994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003995 src:
3996 - test/cpp/util/time_test.cc
3997 deps:
3998 - grpc_test_util
3999 - grpc++
4000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004001 - gpr_test_util
4002 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004003 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004004- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004005 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004006 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004007 build: test
4008 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004009 src:
4010 - test/cpp/end2end/end2end_test.cc
4011 deps:
4012 - grpc++_test_util
4013 - grpc_test_util
4014 - grpc++
4015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004016 - gpr_test_util
4017 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004018- name: error_details_test
4019 gtest: true
4020 build: test
4021 language: c++
4022 src:
4023 - src/proto/grpc/testing/echo_messages.proto
4024 - test/cpp/util/error_details_test.cc
4025 deps:
4026 - grpc++_error_details
4027 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004028- name: filter_end2end_test
4029 gtest: true
4030 build: test
4031 language: c++
4032 src:
4033 - test/cpp/end2end/filter_end2end_test.cc
4034 deps:
4035 - grpc++_test_util
4036 - grpc_test_util
4037 - grpc++
4038 - grpc
4039 - gpr_test_util
4040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004041- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004042 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004043 build: test
4044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004045 src:
4046 - test/cpp/end2end/generic_end2end_test.cc
4047 deps:
4048 - grpc++_test_util
4049 - grpc_test_util
4050 - grpc++
4051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004052 - gpr_test_util
4053 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004054- name: golden_file_test
4055 gtest: true
4056 build: test
4057 language: c++
4058 src:
4059 - src/proto/grpc/testing/compiler_test.proto
4060 - test/cpp/codegen/golden_file_test.cc
4061 deps:
4062 - grpc++
4063 - grpc
4064 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004065 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004066 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004067 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004068- name: grpc_cli
4069 build: test
4070 run: false
4071 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004072 src:
4073 - test/cpp/util/grpc_cli.cc
4074 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004075 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004076 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004077 - grpc++
4078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004079 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004080 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004081- name: grpc_cpp_plugin
4082 build: protoc
4083 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004084 src:
4085 - src/compiler/cpp_plugin.cc
4086 deps:
4087 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004088 secure: false
4089 vs_config_type: Application
4090 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4091- name: grpc_csharp_plugin
4092 build: protoc
4093 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004094 src:
4095 - src/compiler/csharp_plugin.cc
4096 deps:
4097 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004098 secure: false
4099 vs_config_type: Application
4100 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004101- name: grpc_node_plugin
4102 build: protoc
4103 language: c++
4104 src:
4105 - src/compiler/node_plugin.cc
4106 deps:
4107 - grpc_plugin_support
4108 secure: false
4109 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004110- name: grpc_objective_c_plugin
4111 build: protoc
4112 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004113 src:
4114 - src/compiler/objective_c_plugin.cc
4115 deps:
4116 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004117 secure: false
4118 vs_config_type: Application
4119 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004120- name: grpc_php_plugin
4121 build: protoc
4122 language: c++
4123 src:
4124 - src/compiler/php_plugin.cc
4125 deps:
4126 - grpc_plugin_support
4127 secure: false
4128 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004129- name: grpc_python_plugin
4130 build: protoc
4131 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004132 src:
4133 - src/compiler/python_plugin.cc
4134 deps:
4135 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004136 secure: false
4137 vs_config_type: Application
4138 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4139- name: grpc_ruby_plugin
4140 build: protoc
4141 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004142 src:
4143 - src/compiler/ruby_plugin.cc
4144 deps:
4145 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004146 secure: false
4147 vs_config_type: Application
4148 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004149- name: grpc_tool_test
4150 gtest: true
4151 build: test
4152 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004153 src:
4154 - src/proto/grpc/testing/echo.proto
4155 - src/proto/grpc/testing/echo_messages.proto
4156 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004157 deps:
4158 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004159 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004160 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004161 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004162 - grpc_test_util
4163 - grpc++
4164 - grpc
4165 - gpr_test_util
4166 - gpr
4167 filegroups:
4168 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004169- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004170 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004171 build: test
4172 language: c++
4173 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004174 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004175 - test/cpp/grpclb/grpclb_api_test.cc
4176 deps:
4177 - grpc++_test_util
4178 - grpc_test_util
4179 - grpc++
4180 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004181- name: grpclb_end2end_test
4182 gtest: true
4183 build: test
4184 language: c++
4185 src:
4186 - src/proto/grpc/lb/v1/load_balancer.proto
4187 - test/cpp/end2end/grpclb_end2end_test.cc
4188 deps:
4189 - grpc++_test_util
4190 - grpc_test_util
4191 - grpc++
4192 - grpc
4193 - gpr_test_util
4194 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004195- name: grpclb_test
4196 gtest: false
4197 build: test
4198 language: c++
4199 src:
4200 - src/proto/grpc/lb/v1/load_balancer.proto
4201 - test/cpp/grpclb/grpclb_test.cc
4202 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004203 - grpc++_test_util
4204 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004205 - grpc++
4206 - grpc
4207 - gpr_test_util
4208 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004209- name: h2_ssl_cert_test
4210 gtest: true
4211 build: test
4212 language: c++
4213 headers:
4214 - test/core/end2end/end2end_tests.h
4215 src:
4216 - test/core/end2end/h2_ssl_cert_test.cc
4217 deps:
4218 - grpc_test_util
4219 - grpc++
4220 - grpc
4221 - gpr_test_util
4222 - gpr
4223 uses:
4224 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004225- name: health_service_end2end_test
4226 gtest: true
4227 build: test
4228 language: c++
4229 src:
4230 - test/cpp/end2end/health_service_end2end_test.cc
4231 deps:
4232 - grpc++_test_util
4233 - grpc_test_util
4234 - grpc++
4235 - grpc
4236 - gpr_test_util
4237 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004238- name: http2_client
4239 build: test
4240 run: false
4241 language: c++
4242 src: []
4243 deps:
4244 - http2_client_main
4245 - grpc++_test_util
4246 - grpc_test_util
4247 - grpc++
4248 - grpc
4249 - grpc++_test_config
4250 platforms:
4251 - mac
4252 - linux
4253 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004254- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004255 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004256 build: test
4257 language: c++
4258 src:
4259 - test/cpp/end2end/hybrid_end2end_test.cc
4260 deps:
4261 - grpc++_test_util
4262 - grpc_test_util
4263 - grpc++
4264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004265 - gpr_test_util
4266 - gpr
Vijay Pai088112f2017-08-24 10:42:27 -07004267- name: inproc_sync_unary_ping_pong_test
4268 build: test
4269 language: c++
4270 src:
4271 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4272 deps:
4273 - qps
4274 - grpc++_core_stats
4275 - grpc++_test_util
4276 - grpc_test_util
4277 - grpc++
4278 - grpc
4279 - gpr_test_util
4280 - gpr
4281 - grpc++_test_config
4282 platforms:
4283 - mac
4284 - linux
4285 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004286- name: interop_client
4287 build: test
4288 run: false
4289 language: c++
4290 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004291 deps:
4292 - interop_client_main
4293 - interop_client_helper
4294 - grpc++_test_util
4295 - grpc_test_util
4296 - grpc++
4297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004298 - gpr_test_util
4299 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004300 - grpc++_test_config
4301 platforms:
4302 - mac
4303 - linux
4304 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004305- name: interop_server
4306 build: test
4307 run: false
4308 language: c++
4309 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004310 deps:
4311 - interop_server_main
4312 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004313 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004314 - grpc++_test_util
4315 - grpc_test_util
4316 - grpc++
4317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004318 - gpr_test_util
4319 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004320 - grpc++_test_config
4321 platforms:
4322 - mac
4323 - linux
4324 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004325- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004326 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004327 build: test
4328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004329 src:
4330 - test/cpp/interop/interop_test.cc
4331 deps:
4332 - grpc_test_util
4333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004334 - gpr_test_util
4335 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004336 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004337 platforms:
4338 - mac
4339 - linux
4340 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004341- name: json_run_localhost
4342 build: test
4343 run: false
4344 language: c++
4345 src:
4346 - test/cpp/qps/json_run_localhost.cc
4347 deps:
4348 - grpc++_test_util
4349 - grpc_test_util
4350 - grpc++
4351 - grpc
4352 - gpr_test_util
4353 - gpr
4354 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004355 platforms:
4356 - mac
4357 - linux
4358 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004359- name: memory_test
4360 gtest: true
4361 build: test
4362 language: c++
4363 src:
4364 - test/core/support/memory_test.cc
4365 deps:
4366 - grpc_test_util
4367 - grpc++
4368 - grpc
4369 - gpr_test_util
4370 - gpr
4371 uses:
4372 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004373 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004374- name: metrics_client
4375 build: test
4376 run: false
4377 language: c++
4378 headers:
4379 - test/cpp/util/metrics_server.h
4380 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004381 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004382 - test/cpp/interop/metrics_client.cc
4383 deps:
4384 - grpc++
4385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004386 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004387 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004388- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004389 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004390 build: test
4391 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004392 headers:
4393 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004394 src:
4395 - test/cpp/end2end/mock_test.cc
4396 deps:
4397 - grpc++_test_util
4398 - grpc_test_util
4399 - grpc++
4400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004401 - gpr_test_util
4402 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004403- name: noop-benchmark
4404 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004405 language: c++
4406 src:
4407 - test/cpp/microbenchmarks/noop-benchmark.cc
4408 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004409 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004410 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004411- name: proto_server_reflection_test
4412 gtest: true
4413 build: test
4414 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004415 src:
4416 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004417 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004418 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004419 - grpc++_reflection
4420 - grpc++_test_util
4421 - grpc_test_util
4422 - grpc++
4423 - grpc
4424 - gpr_test_util
4425 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004426- name: proto_utils_test
4427 gtest: true
4428 build: test
4429 language: c++
4430 src:
4431 - test/cpp/codegen/proto_utils_test.cc
4432 deps:
4433 - grpc++
4434 - grpc
4435 filegroups:
4436 - grpc++_codegen_base
4437 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004438 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004439- name: qps_interarrival_test
4440 build: test
4441 run: false
4442 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004443 src:
4444 - test/cpp/qps/qps_interarrival_test.cc
4445 deps:
4446 - qps
4447 - grpc++_test_util
4448 - grpc_test_util
4449 - grpc++
4450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004451 - gpr_test_util
4452 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004453 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004454 platforms:
4455 - mac
4456 - linux
4457 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004458 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004459- name: qps_json_driver
4460 build: test
4461 run: false
4462 language: c++
4463 src:
4464 - test/cpp/qps/qps_json_driver.cc
4465 deps:
4466 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004467 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004468 - grpc++_test_util
4469 - grpc_test_util
4470 - grpc++
4471 - grpc
4472 - gpr_test_util
4473 - gpr
4474 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004475- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004476 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004477 build: test
4478 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004479 src:
4480 - test/cpp/qps/qps_openloop_test.cc
4481 deps:
4482 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004483 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004484 - grpc++_test_util
4485 - grpc_test_util
4486 - grpc++
4487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004488 - gpr_test_util
4489 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004490 - grpc++_test_config
4491 platforms:
4492 - mac
4493 - linux
4494 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004495- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004496 build: test
4497 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004498 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004499 headers:
4500 - test/cpp/qps/client.h
4501 - test/cpp/qps/server.h
4502 src:
4503 - test/cpp/qps/worker.cc
4504 deps:
4505 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004506 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004507 - grpc++_test_util
4508 - grpc_test_util
4509 - grpc++
4510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004511 - gpr_test_util
4512 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004513 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004514- name: reconnect_interop_client
4515 build: test
4516 run: false
4517 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004518 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004519 - src/proto/grpc/testing/empty.proto
4520 - src/proto/grpc/testing/messages.proto
4521 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004522 - test/cpp/interop/reconnect_interop_client.cc
4523 deps:
4524 - grpc++_test_util
4525 - grpc_test_util
4526 - grpc++
4527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004528 - gpr_test_util
4529 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004530 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004531- name: reconnect_interop_server
4532 build: test
4533 run: false
4534 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004535 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004536 - src/proto/grpc/testing/empty.proto
4537 - src/proto/grpc/testing/messages.proto
4538 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004539 - test/cpp/interop/reconnect_interop_server.cc
4540 deps:
4541 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004542 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004543 - grpc++_test_util
4544 - grpc_test_util
4545 - grpc++
4546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004547 - gpr_test_util
4548 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004549 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004550- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004551 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004552 build: test
4553 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004554 src:
4555 - test/cpp/common/secure_auth_context_test.cc
4556 deps:
4557 - grpc++_test_util
4558 - grpc_test_util
4559 - grpc++
4560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004561 - gpr_test_util
4562 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004563- name: secure_sync_unary_ping_pong_test
4564 build: test
4565 language: c++
4566 src:
4567 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4568 deps:
4569 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004570 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004571 - grpc++_test_util
4572 - grpc_test_util
4573 - grpc++
4574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004575 - gpr_test_util
4576 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004577 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004578 platforms:
4579 - mac
4580 - linux
4581 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004582- name: server_builder_plugin_test
4583 gtest: true
4584 build: test
4585 language: c++
4586 src:
4587 - test/cpp/end2end/server_builder_plugin_test.cc
4588 deps:
4589 - grpc++_test_util
4590 - grpc_test_util
4591 - grpc++
4592 - grpc
4593 - gpr_test_util
4594 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004595- name: server_builder_test
4596 gtest: true
4597 build: test
4598 language: c++
4599 src:
4600 - src/proto/grpc/testing/echo_messages.proto
4601 - src/proto/grpc/testing/echo.proto
4602 - test/cpp/server/server_builder_test.cc
4603 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004604 - grpc++_test_util_unsecure
4605 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004606 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004607 - grpc++_unsecure
4608 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004609 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004610- name: server_context_test_spouse_test
4611 gtest: true
4612 build: test
4613 language: c++
4614 src:
4615 - test/cpp/test/server_context_test_spouse_test.cc
4616 deps:
4617 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004618 - grpc++
4619 - grpc
4620 - gpr_test_util
4621 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004622 uses:
4623 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004624- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004625 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004626 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004627 build: test
4628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004629 src:
4630 - test/cpp/end2end/server_crash_test.cc
4631 deps:
4632 - grpc++_test_util
4633 - grpc_test_util
4634 - grpc++
4635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004636 - gpr_test_util
4637 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004638 platforms:
4639 - mac
4640 - linux
4641 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004642- name: server_crash_test_client
4643 build: test
4644 run: false
4645 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004646 src:
4647 - test/cpp/end2end/server_crash_test_client.cc
4648 deps:
4649 - grpc++_test_util
4650 - grpc_test_util
4651 - grpc++
4652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004653 - gpr_test_util
4654 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004655- name: server_request_call_test
4656 gtest: true
4657 build: test
4658 language: c++
4659 src:
4660 - src/proto/grpc/testing/echo_messages.proto
4661 - src/proto/grpc/testing/echo.proto
4662 - test/cpp/server/server_request_call_test.cc
4663 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004664 - grpc++_test_util_unsecure
4665 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004666 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004667 - grpc++_unsecure
4668 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004670- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004671 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004672 build: test
4673 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004674 src:
4675 - test/cpp/end2end/shutdown_test.cc
4676 deps:
4677 - grpc++_test_util
4678 - grpc_test_util
4679 - grpc++
4680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004681 - gpr_test_util
4682 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004683- name: stats_test
4684 gtest: true
4685 build: test
4686 language: c++
4687 src:
4688 - test/core/debug/stats_test.cc
4689 deps:
4690 - grpc++_test_util
4691 - grpc_test_util
4692 - grpc
4693 - gpr_test_util
4694 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004695 exclude_configs:
4696 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004697 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004698 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004699- name: status_test
4700 build: test
4701 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004702 src:
4703 - test/cpp/util/status_test.cc
4704 deps:
4705 - grpc_test_util
4706 - grpc++
4707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004708 - gpr_test_util
4709 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004710 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004711- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004712 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004713 build: test
4714 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004715 src:
4716 - test/cpp/end2end/streaming_throughput_test.cc
4717 deps:
4718 - grpc++_test_util
4719 - grpc_test_util
4720 - grpc++
4721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004722 - gpr_test_util
4723 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004724 platforms:
4725 - mac
4726 - linux
4727 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004728- name: stress_test
4729 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004730 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004731 language: c++
4732 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004733 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004734 - test/cpp/interop/interop_client.h
4735 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004736 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004737 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004738 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004739 - src/proto/grpc/testing/empty.proto
4740 - src/proto/grpc/testing/messages.proto
4741 - src/proto/grpc/testing/metrics.proto
4742 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004743 - test/cpp/interop/interop_client.cc
4744 - test/cpp/interop/stress_interop_client.cc
4745 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004746 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004747 deps:
4748 - grpc++_test_util
4749 - grpc_test_util
4750 - grpc++
4751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004752 - gpr_test_util
4753 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004754 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004755- name: thread_manager_test
4756 build: test
4757 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004758 src:
4759 - test/cpp/thread_manager/thread_manager_test.cc
4760 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004761 - grpc++_unsecure
4762 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004763 - gpr
4764 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004765- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004766 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004767 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004768 build: test
4769 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004770 src:
4771 - test/cpp/end2end/thread_stress_test.cc
4772 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004773 - grpc++_test_util_unsecure
4774 - grpc_test_util_unsecure
4775 - grpc++_unsecure
4776 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004777 - gpr_test_util
4778 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004779- name: transport_pid_controller_test
4780 build: test
4781 language: c++
4782 src:
4783 - test/core/transport/pid_controller_test.cc
4784 deps:
4785 - grpc++_test_util
4786 - grpc++
4787 - grpc_test_util
4788 - grpc
4789 - gpr_test_util
4790 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004791- name: writes_per_rpc_test
4792 gtest: true
4793 cpu_cost: 0.5
4794 build: test
4795 language: c++
4796 src:
4797 - test/cpp/performance/writes_per_rpc_test.cc
4798 deps:
4799 - grpc++_test_util
4800 - grpc_test_util
4801 - grpc++
4802 - grpc
4803 - gpr_test_util
4804 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004805 platforms:
4806 - mac
4807 - linux
4808 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004809- name: public_headers_must_be_c89
4810 build: test
4811 language: c89
4812 src:
4813 - test/core/surface/public_headers_must_be_c89.c
4814 deps:
4815 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004817vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004818- linkage: static
4819 name: grpc.dependencies.zlib
4820 props: false
4821 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004822 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004823- linkage: static
4824 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004825 props: true
4826 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004827 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004828- name: gflags
4829 props: false
4830 redist: false
4831 version: 2.1.2.1
4832- name: gtest
4833 props: false
4834 redist: false
4835 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004836configs:
4837 asan:
4838 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004839 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4840 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004841 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004842 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004843 LDFLAGS: -fsanitize=address
4844 LDXX: clang++
4845 compile_the_world: true
4846 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004847 ASAN_OPTIONS: detect_leaks=1:color=always
4848 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004849 asan-noleaks:
4850 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004851 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4852 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004853 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004854 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004855 LDFLAGS: -fsanitize=address
4856 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004857 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004858 test_environ:
4859 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004860 asan-trace-cmp:
4861 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004862 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4863 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004864 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004865 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004866 LDFLAGS: -fsanitize=address
4867 LDXX: clang++
4868 compile_the_world: true
4869 test_environ:
4870 ASAN_OPTIONS: detect_leaks=1:color=always
4871 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004872 basicprof:
4873 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4874 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004875 c++-compat:
4876 CFLAGS: -Wc++-compat
4877 CPPFLAGS: -O0
4878 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004879 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004880 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004881 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004882 dbg:
4883 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004884 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004885 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004886 gcov:
4887 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004888 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004889 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004890 DEFINES: _DEBUG DEBUG GPR_GCOV
4891 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004892 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004893 LDXX: g++
4894 helgrind:
4895 CPPFLAGS: -O0
4896 DEFINES: _DEBUG DEBUG
4897 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004898 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004899 lto:
4900 CPPFLAGS: -O2
4901 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004902 memcheck:
4903 CPPFLAGS: -O0
4904 DEFINES: _DEBUG DEBUG
4905 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004906 valgrind: --tool=memcheck --leak-check=full
4907 msan:
4908 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004909 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004910 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
4911 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004912 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004913 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004914 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004915 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4916 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4917 LDXX: clang++
4918 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08004919 test_environ:
4920 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08004921 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004922 CPPFLAGS: -O3 -fno-omit-frame-pointer
4923 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004924 LDFLAGS: -rdynamic
4925 opt:
4926 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004927 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004928 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004929 stapprof:
4930 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4931 DEFINES: NDEBUG
4932 tsan:
4933 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004934 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004935 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004936 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004937 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004938 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004939 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004940 LDXX: clang++
4941 compile_the_world: true
4942 test_environ:
4943 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004944 ubsan:
4945 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004946 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4947 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004948 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004949 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004950 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004951 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004952 LDXX: clang++
4953 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004954 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004955 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004956defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004957 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004958 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4959 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07004960 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
4961 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
4962 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4963 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
4964 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004965 benchmark:
4966 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004967 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004968 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004969 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004970 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004971 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004972 global:
ncteisenf9d7c272017-11-06 20:32:57 -08004973 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004974 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004975 LDFLAGS: -g
4976 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004977 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004978 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08004979openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004980 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004981 extraction_dir: openssl-1.0.2f
4982 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004983php_config_m4:
4984 deps:
4985 - grpc
4986 - gpr
4987 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004988 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004989 headers:
4990 - src/php/ext/grpc/byte_buffer.h
4991 - src/php/ext/grpc/call.h
4992 - src/php/ext/grpc/call_credentials.h
4993 - src/php/ext/grpc/channel.h
4994 - src/php/ext/grpc/channel_credentials.h
4995 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004996 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004997 - src/php/ext/grpc/php_grpc.h
4998 - src/php/ext/grpc/server.h
4999 - src/php/ext/grpc/server_credentials.h
5000 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005001 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005002 src:
5003 - src/php/ext/grpc/byte_buffer.c
5004 - src/php/ext/grpc/call.c
5005 - src/php/ext/grpc/call_credentials.c
5006 - src/php/ext/grpc/channel.c
5007 - src/php/ext/grpc/channel_credentials.c
5008 - src/php/ext/grpc/completion_queue.c
5009 - src/php/ext/grpc/php_grpc.c
5010 - src/php/ext/grpc/server.c
5011 - src/php/ext/grpc/server_credentials.c
5012 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005013python_dependencies:
5014 deps:
5015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005016 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005017 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005018 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005019 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005020ruby_gem:
5021 deps:
5022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005023 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005024 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005025 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005026 - z