blob: 66ce7cc8fa9923fdf4f870a3413a5da63358f6c9 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai392e2132018-01-13 23:58:26 -080015 core_version: 6.0.0-dev
16 g_stands_for: glossy
Mehrdad Afsharid1915a92018-01-19 14:23:17 -080017 version: 1.10.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070023 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070024 uses:
25 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070026 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070027- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010028 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -080029 - src/core/lib/gpr/alloc.cc
30 - src/core/lib/gpr/arena.cc
31 - src/core/lib/gpr/atm.cc
32 - src/core/lib/gpr/avl.cc
33 - src/core/lib/gpr/cmdline.cc
34 - src/core/lib/gpr/cpu_iphone.cc
35 - src/core/lib/gpr/cpu_linux.cc
36 - src/core/lib/gpr/cpu_posix.cc
37 - src/core/lib/gpr/cpu_windows.cc
38 - src/core/lib/gpr/env_linux.cc
39 - src/core/lib/gpr/env_posix.cc
40 - src/core/lib/gpr/env_windows.cc
41 - src/core/lib/gpr/fork.cc
42 - src/core/lib/gpr/host_port.cc
43 - src/core/lib/gpr/log.cc
44 - src/core/lib/gpr/log_android.cc
45 - src/core/lib/gpr/log_linux.cc
46 - src/core/lib/gpr/log_posix.cc
47 - src/core/lib/gpr/log_windows.cc
48 - src/core/lib/gpr/mpscq.cc
49 - src/core/lib/gpr/murmur_hash.cc
50 - src/core/lib/gpr/string.cc
51 - src/core/lib/gpr/string_posix.cc
52 - src/core/lib/gpr/string_util_windows.cc
53 - src/core/lib/gpr/string_windows.cc
54 - src/core/lib/gpr/subprocess_posix.cc
55 - src/core/lib/gpr/subprocess_windows.cc
56 - src/core/lib/gpr/sync.cc
57 - src/core/lib/gpr/sync_posix.cc
58 - src/core/lib/gpr/sync_windows.cc
59 - src/core/lib/gpr/thd.cc
60 - src/core/lib/gpr/thd_posix.cc
61 - src/core/lib/gpr/thd_windows.cc
62 - src/core/lib/gpr/time.cc
63 - src/core/lib/gpr/time_posix.cc
64 - src/core/lib/gpr/time_precise.cc
65 - src/core/lib/gpr/time_windows.cc
66 - src/core/lib/gpr/tls_pthread.cc
67 - src/core/lib/gpr/tmpfile_msys.cc
68 - src/core/lib/gpr/tmpfile_posix.cc
69 - src/core/lib/gpr/tmpfile_windows.cc
70 - src/core/lib/gpr/wrap_memcpy.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070071 - src/core/lib/profiling/basic_timers.cc
72 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070073 uses:
Vijay Pai42807252017-07-28 15:08:24 -070074 - gpr_base_headers
75- name: gpr_base_headers
76 public_headers:
77 - include/grpc/support/alloc.h
78 - include/grpc/support/atm.h
79 - include/grpc/support/atm_gcc_atomic.h
80 - include/grpc/support/atm_gcc_sync.h
81 - include/grpc/support/atm_windows.h
82 - include/grpc/support/avl.h
83 - include/grpc/support/cmdline.h
84 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -070085 - include/grpc/support/host_port.h
86 - include/grpc/support/log.h
87 - include/grpc/support/log_windows.h
88 - include/grpc/support/port_platform.h
89 - include/grpc/support/string_util.h
90 - include/grpc/support/subprocess.h
91 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070092 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070093 - include/grpc/support/sync_generic.h
94 - include/grpc/support/sync_posix.h
95 - include/grpc/support/sync_windows.h
96 - include/grpc/support/thd.h
97 - include/grpc/support/time.h
98 - include/grpc/support/tls.h
99 - include/grpc/support/tls_gcc.h
100 - include/grpc/support/tls_msvc.h
101 - include/grpc/support/tls_pthread.h
102 - include/grpc/support/useful.h
103 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800104 - src/core/lib/gpr/arena.h
105 - src/core/lib/gpr/env.h
106 - src/core/lib/gpr/fork.h
107 - src/core/lib/gpr/mpscq.h
108 - src/core/lib/gpr/murmur_hash.h
109 - src/core/lib/gpr/spinlock.h
110 - src/core/lib/gpr/string.h
111 - src/core/lib/gpr/string_windows.h
112 - src/core/lib/gpr/thd_internal.h
113 - src/core/lib/gpr/time_precise.h
114 - src/core/lib/gpr/tmpfile.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800115 - src/core/lib/gprpp/abstract.h
116 - src/core/lib/gprpp/atomic.h
117 - src/core/lib/gprpp/atomic_with_atm.h
118 - src/core/lib/gprpp/atomic_with_std.h
119 - src/core/lib/gprpp/manual_constructor.h
120 - src/core/lib/gprpp/memory.h
Vijay Pai42807252017-07-28 15:08:24 -0700121 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700122 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700123 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800124- name: gpr_codegen
125 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800126 - include/grpc/impl/codegen/atm.h
127 - include/grpc/impl/codegen/atm_gcc_atomic.h
128 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700130 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800131 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700132 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800133 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800134 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700135 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800136 - include/grpc/impl/codegen/sync_generic.h
137 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700139- name: grpc++_base
140 deps:
141 - grpc
142 uses:
143 - grpc++_common
144 - grpc++_codegen_base
145- name: grpc++_base_unsecure
146 deps:
147 - grpc_unsecure
148 uses:
149 - grpc++_common
150 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700151- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700152 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700153 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700154 - src/core/lib/channel/channel_args.cc
155 - src/core/lib/channel/channel_stack.cc
156 - src/core/lib/channel/channel_stack_builder.cc
157 - src/core/lib/channel/connected_channel.cc
158 - src/core/lib/channel/handshaker.cc
159 - src/core/lib/channel/handshaker_factory.cc
160 - src/core/lib/channel/handshaker_registry.cc
161 - src/core/lib/compression/compression.cc
162 - src/core/lib/compression/message_compress.cc
163 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700164 - src/core/lib/compression/stream_compression_gzip.cc
165 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700166 - src/core/lib/debug/stats.cc
167 - src/core/lib/debug/stats_data.cc
168 - src/core/lib/http/format_request.cc
169 - src/core/lib/http/httpcli.cc
170 - src/core/lib/http/parser.cc
171 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700172 - src/core/lib/iomgr/combiner.cc
173 - src/core/lib/iomgr/endpoint.cc
174 - src/core/lib/iomgr/endpoint_pair_posix.cc
175 - src/core/lib/iomgr/endpoint_pair_uv.cc
176 - src/core/lib/iomgr/endpoint_pair_windows.cc
177 - src/core/lib/iomgr/error.cc
178 - src/core/lib/iomgr/ev_epoll1_linux.cc
179 - src/core/lib/iomgr/ev_epollex_linux.cc
180 - src/core/lib/iomgr/ev_epollsig_linux.cc
181 - src/core/lib/iomgr/ev_poll_posix.cc
182 - src/core/lib/iomgr/ev_posix.cc
183 - src/core/lib/iomgr/ev_windows.cc
184 - src/core/lib/iomgr/exec_ctx.cc
185 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100186 - src/core/lib/iomgr/fork_posix.cc
187 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700188 - src/core/lib/iomgr/gethostname_fallback.cc
189 - src/core/lib/iomgr/gethostname_host_name_max.cc
190 - src/core/lib/iomgr/gethostname_sysconf.cc
191 - src/core/lib/iomgr/iocp_windows.cc
192 - src/core/lib/iomgr/iomgr.cc
193 - src/core/lib/iomgr/iomgr_posix.cc
194 - src/core/lib/iomgr/iomgr_uv.cc
195 - src/core/lib/iomgr/iomgr_windows.cc
196 - src/core/lib/iomgr/is_epollexclusive_available.cc
197 - src/core/lib/iomgr/load_file.cc
198 - src/core/lib/iomgr/lockfree_event.cc
199 - src/core/lib/iomgr/network_status_tracker.cc
200 - src/core/lib/iomgr/polling_entity.cc
201 - src/core/lib/iomgr/pollset_set_uv.cc
202 - src/core/lib/iomgr/pollset_set_windows.cc
203 - src/core/lib/iomgr/pollset_uv.cc
204 - src/core/lib/iomgr/pollset_windows.cc
205 - src/core/lib/iomgr/resolve_address_posix.cc
206 - src/core/lib/iomgr/resolve_address_uv.cc
207 - src/core/lib/iomgr/resolve_address_windows.cc
208 - src/core/lib/iomgr/resource_quota.cc
209 - src/core/lib/iomgr/sockaddr_utils.cc
210 - src/core/lib/iomgr/socket_factory_posix.cc
211 - src/core/lib/iomgr/socket_mutator.cc
212 - src/core/lib/iomgr/socket_utils_common_posix.cc
213 - src/core/lib/iomgr/socket_utils_linux.cc
214 - src/core/lib/iomgr/socket_utils_posix.cc
215 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700216 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700217 - src/core/lib/iomgr/socket_windows.cc
218 - src/core/lib/iomgr/tcp_client_posix.cc
219 - src/core/lib/iomgr/tcp_client_uv.cc
220 - src/core/lib/iomgr/tcp_client_windows.cc
221 - src/core/lib/iomgr/tcp_posix.cc
222 - src/core/lib/iomgr/tcp_server_posix.cc
223 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
224 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
225 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
226 - src/core/lib/iomgr/tcp_server_uv.cc
227 - src/core/lib/iomgr/tcp_server_windows.cc
228 - src/core/lib/iomgr/tcp_uv.cc
229 - src/core/lib/iomgr/tcp_windows.cc
230 - src/core/lib/iomgr/time_averaged_stats.cc
231 - src/core/lib/iomgr/timer_generic.cc
232 - src/core/lib/iomgr/timer_heap.cc
233 - src/core/lib/iomgr/timer_manager.cc
234 - src/core/lib/iomgr/timer_uv.cc
235 - src/core/lib/iomgr/udp_server.cc
236 - src/core/lib/iomgr/unix_sockets_posix.cc
237 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
238 - src/core/lib/iomgr/wakeup_fd_cv.cc
239 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
240 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
241 - src/core/lib/iomgr/wakeup_fd_pipe.cc
242 - src/core/lib/iomgr/wakeup_fd_posix.cc
243 - src/core/lib/json/json.cc
244 - src/core/lib/json/json_reader.cc
245 - src/core/lib/json/json_string.cc
246 - src/core/lib/json/json_writer.cc
247 - src/core/lib/slice/b64.cc
248 - src/core/lib/slice/percent_encoding.cc
249 - src/core/lib/slice/slice.cc
250 - src/core/lib/slice/slice_buffer.cc
251 - src/core/lib/slice/slice_hash_table.cc
252 - src/core/lib/slice/slice_intern.cc
253 - src/core/lib/slice/slice_string_helpers.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700254 - src/core/lib/surface/api_trace.cc
255 - src/core/lib/surface/byte_buffer.cc
256 - src/core/lib/surface/byte_buffer_reader.cc
257 - src/core/lib/surface/call.cc
258 - src/core/lib/surface/call_details.cc
259 - src/core/lib/surface/call_log_batch.cc
260 - src/core/lib/surface/channel.cc
261 - src/core/lib/surface/channel_init.cc
262 - src/core/lib/surface/channel_ping.cc
263 - src/core/lib/surface/channel_stack_type.cc
264 - src/core/lib/surface/completion_queue.cc
265 - src/core/lib/surface/completion_queue_factory.cc
266 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700267 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700268 - src/core/lib/surface/metadata_array.cc
269 - src/core/lib/surface/server.cc
270 - src/core/lib/surface/validate_metadata.cc
271 - src/core/lib/surface/version.cc
272 - src/core/lib/transport/bdp_estimator.cc
273 - src/core/lib/transport/byte_stream.cc
274 - src/core/lib/transport/connectivity_state.cc
275 - src/core/lib/transport/error_utils.cc
276 - src/core/lib/transport/metadata.cc
277 - src/core/lib/transport/metadata_batch.cc
278 - src/core/lib/transport/pid_controller.cc
279 - src/core/lib/transport/service_config.cc
280 - src/core/lib/transport/static_metadata.cc
281 - src/core/lib/transport/status_conversion.cc
282 - src/core/lib/transport/timeout_encoding.cc
283 - src/core/lib/transport/transport.cc
284 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700285 deps:
286 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700287 filegroups:
288 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700289 uses:
290 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700291 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700292- name: grpc_base_headers
293 public_headers:
294 - include/grpc/byte_buffer.h
295 - include/grpc/byte_buffer_reader.h
296 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700297 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700298 - include/grpc/grpc.h
299 - include/grpc/grpc_posix.h
300 - include/grpc/grpc_security_constants.h
301 - include/grpc/load_reporting.h
302 - include/grpc/slice.h
303 - include/grpc/slice_buffer.h
304 - include/grpc/status.h
305 - include/grpc/support/workaround_list.h
306 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700307 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700308 - src/core/lib/channel/channel_args.h
309 - src/core/lib/channel/channel_stack.h
310 - src/core/lib/channel/channel_stack_builder.h
311 - src/core/lib/channel/connected_channel.h
312 - src/core/lib/channel/context.h
313 - src/core/lib/channel/handshaker.h
314 - src/core/lib/channel/handshaker_factory.h
315 - src/core/lib/channel/handshaker_registry.h
316 - src/core/lib/compression/algorithm_metadata.h
317 - src/core/lib/compression/message_compress.h
318 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700319 - src/core/lib/compression/stream_compression_gzip.h
320 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700321 - src/core/lib/debug/stats.h
322 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800323 - src/core/lib/gprpp/debug_location.h
324 - src/core/lib/gprpp/inlined_vector.h
325 - src/core/lib/gprpp/orphanable.h
326 - src/core/lib/gprpp/ref_counted.h
327 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700328 - src/core/lib/http/format_request.h
329 - src/core/lib/http/httpcli.h
330 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700331 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700332 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700333 - src/core/lib/iomgr/closure.h
334 - src/core/lib/iomgr/combiner.h
335 - src/core/lib/iomgr/endpoint.h
336 - src/core/lib/iomgr/endpoint_pair.h
337 - src/core/lib/iomgr/error.h
338 - src/core/lib/iomgr/error_internal.h
339 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700340 - src/core/lib/iomgr/ev_epollex_linux.h
341 - src/core/lib/iomgr/ev_epollsig_linux.h
342 - src/core/lib/iomgr/ev_poll_posix.h
343 - src/core/lib/iomgr/ev_posix.h
344 - src/core/lib/iomgr/exec_ctx.h
345 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700346 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700347 - src/core/lib/iomgr/iocp_windows.h
348 - src/core/lib/iomgr/iomgr.h
349 - src/core/lib/iomgr/iomgr_internal.h
350 - src/core/lib/iomgr/iomgr_posix.h
351 - src/core/lib/iomgr/iomgr_uv.h
352 - src/core/lib/iomgr/is_epollexclusive_available.h
353 - src/core/lib/iomgr/load_file.h
354 - src/core/lib/iomgr/lockfree_event.h
355 - src/core/lib/iomgr/nameser.h
356 - src/core/lib/iomgr/network_status_tracker.h
357 - src/core/lib/iomgr/polling_entity.h
358 - src/core/lib/iomgr/pollset.h
359 - src/core/lib/iomgr/pollset_set.h
360 - src/core/lib/iomgr/pollset_set_windows.h
361 - src/core/lib/iomgr/pollset_uv.h
362 - src/core/lib/iomgr/pollset_windows.h
363 - src/core/lib/iomgr/port.h
364 - src/core/lib/iomgr/resolve_address.h
365 - src/core/lib/iomgr/resource_quota.h
366 - src/core/lib/iomgr/sockaddr.h
367 - src/core/lib/iomgr/sockaddr_posix.h
368 - src/core/lib/iomgr/sockaddr_utils.h
369 - src/core/lib/iomgr/sockaddr_windows.h
370 - src/core/lib/iomgr/socket_factory_posix.h
371 - src/core/lib/iomgr/socket_mutator.h
372 - src/core/lib/iomgr/socket_utils.h
373 - src/core/lib/iomgr/socket_utils_posix.h
374 - src/core/lib/iomgr/socket_windows.h
375 - src/core/lib/iomgr/sys_epoll_wrapper.h
376 - src/core/lib/iomgr/tcp_client.h
377 - src/core/lib/iomgr/tcp_client_posix.h
378 - src/core/lib/iomgr/tcp_posix.h
379 - src/core/lib/iomgr/tcp_server.h
380 - src/core/lib/iomgr/tcp_server_utils_posix.h
381 - src/core/lib/iomgr/tcp_uv.h
382 - src/core/lib/iomgr/tcp_windows.h
383 - src/core/lib/iomgr/time_averaged_stats.h
384 - src/core/lib/iomgr/timer.h
385 - src/core/lib/iomgr/timer_generic.h
386 - src/core/lib/iomgr/timer_heap.h
387 - src/core/lib/iomgr/timer_manager.h
388 - src/core/lib/iomgr/timer_uv.h
389 - src/core/lib/iomgr/udp_server.h
390 - src/core/lib/iomgr/unix_sockets_posix.h
391 - src/core/lib/iomgr/wakeup_fd_cv.h
392 - src/core/lib/iomgr/wakeup_fd_pipe.h
393 - src/core/lib/iomgr/wakeup_fd_posix.h
394 - src/core/lib/json/json.h
395 - src/core/lib/json/json_common.h
396 - src/core/lib/json/json_reader.h
397 - src/core/lib/json/json_writer.h
398 - src/core/lib/slice/b64.h
399 - src/core/lib/slice/percent_encoding.h
400 - src/core/lib/slice/slice_hash_table.h
401 - src/core/lib/slice/slice_internal.h
402 - src/core/lib/slice/slice_string_helpers.h
403 - src/core/lib/surface/api_trace.h
404 - src/core/lib/surface/call.h
405 - src/core/lib/surface/call_test_only.h
406 - src/core/lib/surface/channel.h
407 - src/core/lib/surface/channel_init.h
408 - src/core/lib/surface/channel_stack_type.h
409 - src/core/lib/surface/completion_queue.h
410 - src/core/lib/surface/completion_queue_factory.h
411 - src/core/lib/surface/event_string.h
412 - src/core/lib/surface/init.h
413 - src/core/lib/surface/lame_client.h
414 - src/core/lib/surface/server.h
415 - src/core/lib/surface/validate_metadata.h
416 - src/core/lib/transport/bdp_estimator.h
417 - src/core/lib/transport/byte_stream.h
418 - src/core/lib/transport/connectivity_state.h
419 - src/core/lib/transport/error_utils.h
420 - src/core/lib/transport/http2_errors.h
421 - src/core/lib/transport/metadata.h
422 - src/core/lib/transport/metadata_batch.h
423 - src/core/lib/transport/pid_controller.h
424 - src/core/lib/transport/service_config.h
425 - src/core/lib/transport/static_metadata.h
426 - src/core/lib/transport/status_conversion.h
427 - src/core/lib/transport/timeout_encoding.h
428 - src/core/lib/transport/transport.h
429 - src/core/lib/transport/transport_impl.h
430 deps:
431 - gpr
432 uses:
433 - grpc_codegen
434 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700435- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700436 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700437 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700438 - src/core/ext/filters/client_channel/client_channel.h
439 - src/core/ext/filters/client_channel/client_channel_factory.h
440 - src/core/ext/filters/client_channel/connector.h
441 - src/core/ext/filters/client_channel/http_connect_handshaker.h
442 - src/core/ext/filters/client_channel/http_proxy.h
443 - src/core/ext/filters/client_channel/lb_policy.h
444 - src/core/ext/filters/client_channel/lb_policy_factory.h
445 - src/core/ext/filters/client_channel/lb_policy_registry.h
446 - src/core/ext/filters/client_channel/parse_address.h
447 - src/core/ext/filters/client_channel/proxy_mapper.h
448 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
449 - src/core/ext/filters/client_channel/resolver.h
450 - src/core/ext/filters/client_channel/resolver_factory.h
451 - src/core/ext/filters/client_channel/resolver_registry.h
452 - src/core/ext/filters/client_channel/retry_throttle.h
453 - src/core/ext/filters/client_channel/subchannel.h
454 - src/core/ext/filters/client_channel/subchannel_index.h
455 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700456 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700457 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700458 - src/core/ext/filters/client_channel/channel_connectivity.cc
459 - src/core/ext/filters/client_channel/client_channel.cc
460 - src/core/ext/filters/client_channel/client_channel_factory.cc
461 - src/core/ext/filters/client_channel/client_channel_plugin.cc
462 - src/core/ext/filters/client_channel/connector.cc
463 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
464 - src/core/ext/filters/client_channel/http_proxy.cc
465 - src/core/ext/filters/client_channel/lb_policy.cc
466 - src/core/ext/filters/client_channel/lb_policy_factory.cc
467 - src/core/ext/filters/client_channel/lb_policy_registry.cc
468 - src/core/ext/filters/client_channel/parse_address.cc
469 - src/core/ext/filters/client_channel/proxy_mapper.cc
470 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
471 - src/core/ext/filters/client_channel/resolver.cc
472 - src/core/ext/filters/client_channel/resolver_factory.cc
473 - src/core/ext/filters/client_channel/resolver_registry.cc
474 - src/core/ext/filters/client_channel/retry_throttle.cc
475 - src/core/ext/filters/client_channel/subchannel.cc
476 - src/core/ext/filters/client_channel/subchannel_index.cc
477 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700478 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700479 uses:
480 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700481 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800482- name: grpc_codegen
483 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700484 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700485 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800486 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800487 - include/grpc/impl/codegen/connectivity_state.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
Vijay Pai195cf1e2017-11-30 10:56:06 -0800714 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200715 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700716 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700717 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700718 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700719 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700720 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700721 - test/core/util/slice_splitter.h
ncteisenaa3b1972017-11-17 15:56:27 -0800722 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800723 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700725 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700726 - test/core/end2end/cq_verifier.cc
727 - test/core/end2end/fixtures/http_proxy_fixture.cc
728 - test/core/end2end/fixtures/proxy.cc
729 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700730 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700731 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800732 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700733 - test/core/util/memory_counters.cc
734 - test/core/util/mock_endpoint.cc
735 - test/core/util/parse_hexstring.cc
736 - test/core/util/passthru_endpoint.cc
737 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800738 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700739 - test/core/util/port_server_client.cc
740 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800741 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700742 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700743 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700744 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700745 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700746 uses:
747 - grpc_base
748 - grpc_client_channel
749 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700750- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700751 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700752 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700753 deps:
754 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700755 filegroups:
756 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700757 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700758- name: grpc_trace_headers
759 headers:
760 - src/core/lib/debug/trace.h
761 deps:
762 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700763- name: grpc_transport_chttp2
764 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700765 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700766 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700767 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700768 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700769 - src/core/ext/transport/chttp2/transport/frame.h
770 - src/core/ext/transport/chttp2/transport/frame_data.h
771 - src/core/ext/transport/chttp2/transport/frame_goaway.h
772 - src/core/ext/transport/chttp2/transport/frame_ping.h
773 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
774 - src/core/ext/transport/chttp2/transport/frame_settings.h
775 - src/core/ext/transport/chttp2/transport/frame_window_update.h
776 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
777 - src/core/ext/transport/chttp2/transport/hpack_parser.h
778 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700779 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700780 - src/core/ext/transport/chttp2/transport/huffsyms.h
781 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
782 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700783 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700784 - src/core/ext/transport/chttp2/transport/varint.h
785 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700786 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
787 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
788 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
789 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
790 - src/core/ext/transport/chttp2/transport/flow_control.cc
791 - src/core/ext/transport/chttp2/transport/frame_data.cc
792 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
793 - src/core/ext/transport/chttp2/transport/frame_ping.cc
794 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
795 - src/core/ext/transport/chttp2/transport/frame_settings.cc
796 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
797 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
798 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
799 - src/core/ext/transport/chttp2/transport/hpack_table.cc
800 - src/core/ext/transport/chttp2/transport/http2_settings.cc
801 - src/core/ext/transport/chttp2/transport/huffsyms.cc
802 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
803 - src/core/ext/transport/chttp2/transport/parsing.cc
804 - src/core/ext/transport/chttp2/transport/stream_lists.cc
805 - src/core/ext/transport/chttp2/transport/stream_map.cc
806 - src/core/ext/transport/chttp2/transport/varint.cc
807 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700808 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700809 uses:
810 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700811 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700812 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700813- name: grpc_transport_chttp2_alpn
814 headers:
815 - src/core/ext/transport/chttp2/alpn/alpn.h
816 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700817 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700818 deps:
819 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800820- name: grpc_transport_chttp2_client_connector
821 headers:
822 - src/core/ext/transport/chttp2/client/chttp2_connector.h
823 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700824 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800825 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800826 - grpc_transport_chttp2
827 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700828 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700829- name: grpc_transport_chttp2_client_insecure
830 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700831 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
832 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700833 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800834 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700835 - grpc_transport_chttp2
836 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700837 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700838- name: grpc_transport_chttp2_client_secure
839 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700840 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700841 uses:
842 - grpc_transport_chttp2
843 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700844 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700845 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800846 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800847- name: grpc_transport_chttp2_server
848 headers:
849 - src/core/ext/transport/chttp2/server/chttp2_server.h
850 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700851 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800852 uses:
853 - grpc_transport_chttp2
854 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700855- name: grpc_transport_chttp2_server_insecure
856 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700857 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
858 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700859 uses:
860 - grpc_transport_chttp2
861 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800862 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700863- name: grpc_transport_chttp2_server_secure
864 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700865 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700866 uses:
867 - grpc_transport_chttp2
868 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700869 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800870 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700871- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700872 public_headers:
873 - include/grpc/grpc_cronet.h
874 - include/grpc/grpc_security.h
875 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700876 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800877 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800878 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700879 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700880 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
881 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
882 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700883 filegroups:
884 - grpc_base
885 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700886 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700887- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700888 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700889 - src/core/ext/transport/inproc/inproc_plugin.cc
890 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700891 plugin: grpc_inproc_plugin
892 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700893 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700894 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700895- name: grpc_transport_inproc_headers
896 headers:
897 - src/core/ext/transport/inproc/inproc_transport.h
898 uses:
899 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700900- name: grpc_workaround_cronet_compression_filter
901 headers:
902 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
903 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700904 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700905 plugin: grpc_workaround_cronet_compression_filter
906 uses:
907 - grpc_base
908 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800909- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700910 src:
911 - third_party/nanopb/pb_common.c
912 - third_party/nanopb/pb_decode.c
913 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700914 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700915 - nanopb_headers
916- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800917 headers:
918 - third_party/nanopb/pb.h
919 - third_party/nanopb/pb_common.h
920 - third_party/nanopb/pb_decode.h
921 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700922- name: transport_security_test_lib
923 build: test
924 headers:
925 - test/core/tsi/transport_security_test_lib.h
926 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700927 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700928 deps:
929 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700930- name: tsi
931 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700932 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700933 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700934 - src/core/tsi/ssl_transport_security.h
935 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700936 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700938 - src/core/tsi/fake_transport_security.cc
939 - src/core/tsi/gts_transport_security.cc
940 - src/core/tsi/ssl_transport_security.cc
941 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700942 deps:
943 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700944 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700946 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700947 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700948 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700949 - grpc_trace
950- name: tsi_interface
951 headers:
952 - src/core/tsi/transport_security.h
953 - src/core/tsi/transport_security_adapter.h
954 - src/core/tsi/transport_security_interface.h
955 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700956 - src/core/tsi/transport_security.cc
957 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700958 deps:
959 - gpr
960 secure: true
961 uses:
962 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700963- name: grpc++_codegen_base
964 language: c++
965 public_headers:
966 - include/grpc++/impl/codegen/async_stream.h
967 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700968 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700969 - include/grpc++/impl/codegen/call.h
970 - include/grpc++/impl/codegen/call_hook.h
971 - include/grpc++/impl/codegen/channel_interface.h
972 - include/grpc++/impl/codegen/client_context.h
973 - include/grpc++/impl/codegen/client_unary_call.h
974 - include/grpc++/impl/codegen/completion_queue.h
975 - include/grpc++/impl/codegen/completion_queue_tag.h
976 - include/grpc++/impl/codegen/config.h
977 - include/grpc++/impl/codegen/core_codegen_interface.h
978 - include/grpc++/impl/codegen/create_auth_context.h
979 - include/grpc++/impl/codegen/grpc_library.h
980 - include/grpc++/impl/codegen/metadata_map.h
981 - include/grpc++/impl/codegen/method_handler_impl.h
982 - include/grpc++/impl/codegen/rpc_method.h
983 - include/grpc++/impl/codegen/rpc_service_method.h
984 - include/grpc++/impl/codegen/security/auth_context.h
985 - include/grpc++/impl/codegen/serialization_traits.h
986 - include/grpc++/impl/codegen/server_context.h
987 - include/grpc++/impl/codegen/server_interface.h
988 - include/grpc++/impl/codegen/service_type.h
989 - include/grpc++/impl/codegen/slice.h
990 - include/grpc++/impl/codegen/status.h
991 - include/grpc++/impl/codegen/status_code_enum.h
992 - include/grpc++/impl/codegen/string_ref.h
993 - include/grpc++/impl/codegen/stub_options.h
994 - include/grpc++/impl/codegen/sync_stream.h
995 - include/grpc++/impl/codegen/time.h
996 uses:
997 - grpc_codegen
998- name: grpc++_codegen_base_src
999 language: c++
1000 src:
1001 - src/cpp/codegen/codegen_init.cc
1002 uses:
1003 - grpc++_codegen_base
1004- name: grpc++_codegen_proto
1005 language: c++
1006 public_headers:
1007 - include/grpc++/impl/codegen/proto_utils.h
1008 uses:
1009 - grpc++_codegen_base
1010 - grpc++_config_proto
1011- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001012 language: c++
1013 public_headers:
1014 - include/grpc++/alarm.h
1015 - include/grpc++/channel.h
1016 - include/grpc++/client_context.h
1017 - include/grpc++/completion_queue.h
1018 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001019 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001020 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001021 - include/grpc++/generic/async_generic_service.h
1022 - include/grpc++/generic/generic_stub.h
1023 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001024 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001025 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001026 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001027 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001028 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001029 - include/grpc++/impl/grpc_library.h
1030 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/impl/rpc_method.h
1032 - include/grpc++/impl/rpc_service_method.h
1033 - include/grpc++/impl/serialization_traits.h
1034 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001035 - include/grpc++/impl/server_builder_plugin.h
1036 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001038 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001039 - include/grpc++/security/auth_context.h
1040 - include/grpc++/security/auth_metadata_processor.h
1041 - include/grpc++/security/credentials.h
1042 - include/grpc++/security/server_credentials.h
1043 - include/grpc++/server.h
1044 - include/grpc++/server_builder.h
1045 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001046 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001047 - include/grpc++/support/async_stream.h
1048 - include/grpc++/support/async_unary_call.h
1049 - include/grpc++/support/byte_buffer.h
1050 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001051 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001052 - include/grpc++/support/slice.h
1053 - include/grpc++/support/status.h
1054 - include/grpc++/support/status_code_enum.h
1055 - include/grpc++/support/string_ref.h
1056 - include/grpc++/support/stub_options.h
1057 - include/grpc++/support/sync_stream.h
1058 - include/grpc++/support/time.h
1059 headers:
1060 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001061 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001062 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001063 - src/cpp/server/health/default_health_check_service.h
1064 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001066 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001068 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/client/client_context.cc
1070 - src/cpp/client/create_channel.cc
1071 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001072 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001073 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001075 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001077 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001078 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001079 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001080 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001082 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001084 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - src/cpp/server/create_default_thread_pool.cc
1086 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001087 - src/cpp/server/health/default_health_check_service.cc
1088 - src/cpp/server/health/health.pb.c
1089 - src/cpp/server/health/health_check_service.cc
1090 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001091 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001092 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001093 - src/cpp/server/server_context.cc
1094 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001095 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001096 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001097 - src/cpp/util/byte_buffer_cc.cc
1098 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001099 - src/cpp/util/status.cc
1100 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001101 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001102 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001103 - gpr_base_headers
1104 - grpc_base_headers
1105 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001106 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001107 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001108- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001109 language: c++
1110 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001111 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001112- name: grpc++_reflection_proto
1113 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001114 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001115 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001116- name: grpc++_test
1117 language: c++
1118 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001119 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001120 - include/grpc++/test/server_context_test_spouse.h
1121 deps:
1122 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001123 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001124libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001125- name: gpr
1126 build: all
1127 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001128 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001129 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001130 secure: false
1131 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1132- name: gpr_test_util
1133 build: private
1134 language: c
1135 headers:
1136 - test/core/util/test_config.h
1137 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001138 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001139 deps:
1140 - gpr
1141 secure: false
1142 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001143- name: grpc
1144 build: all
1145 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001146 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001147 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001148 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001149 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001151 filegroups:
1152 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001153 - grpc_transport_chttp2_server_secure
1154 - grpc_transport_chttp2_client_secure
1155 - grpc_transport_chttp2_server_insecure
1156 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001157 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001158 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001159 - grpc_lb_policy_pick_first
1160 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001161 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001162 - grpc_resolver_dns_native
1163 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001164 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001165 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001166 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001167 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001168 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001169 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001170 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001171 - grpc_workaround_cronet_compression_filter
1172 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001173 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001175 vs_packages:
1176 - grpc.dependencies.openssl
1177 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001179- name: grpc_cronet
1180 build: all
1181 language: c
1182 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001183 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001184 baselib: true
1185 deps_linkage: static
1186 dll: true
1187 filegroups:
1188 - grpc_base
1189 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001190 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001191 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001192 generate_plugin_registry: true
1193 platforms:
1194 - linux
1195 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001196- name: grpc_dll
1197 build: private
1198 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001199 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001200 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001201 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001202 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001203 build_system:
1204 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001205 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001206 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001207 vs_config_type: DynamicLibrary
1208 vs_packages:
1209 - grpc.dependencies.openssl
1210 - grpc.dependencies.zlib
1211 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1212 vs_props:
1213 - zlib
1214 - openssl
1215 - winsock
1216 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217- name: grpc_test_util
1218 build: private
1219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001220 headers:
1221 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001222 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001223 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001224 - test/core/end2end/data/client_certs.cc
1225 - test/core/end2end/data/server1_cert.cc
1226 - test/core/end2end/data/server1_key.cc
1227 - test/core/end2end/data/test_root_cert.cc
1228 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001231 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001232 - grpc
1233 filegroups:
1234 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001235 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1236- name: grpc_test_util_unsecure
1237 build: private
1238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001239 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001240 - gpr
1241 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001242 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001243 filegroups:
1244 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245 secure: false
1246 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1247- name: grpc_unsecure
1248 build: all
1249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001250 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001251 - src/core/lib/surface/init.cc
1252 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001254 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001256 filegroups:
1257 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001258 - grpc_transport_chttp2_server_insecure
1259 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001260 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001261 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001262 - grpc_resolver_dns_native
1263 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001264 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001265 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001266 - grpc_lb_policy_grpclb
1267 - grpc_lb_policy_pick_first
1268 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001269 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001270 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001271 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001272 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001273 - grpc_workaround_cronet_compression_filter
1274 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001275 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001276 secure: false
1277 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001278- name: reconnect_server
1279 build: private
1280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001281 headers:
1282 - test/core/util/reconnect_server.h
1283 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001284 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001285 deps:
yang-gc9fca182015-11-06 16:41:33 -08001286 - test_tcp_server
1287 - grpc_test_util
1288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001289 - gpr_test_util
1290 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001291- name: test_tcp_server
1292 build: private
1293 language: c
1294 headers:
1295 - test/core/util/test_tcp_server.h
1296 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001297 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001298 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001299 - grpc_test_util
1300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001301 - gpr_test_util
1302 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001303- name: grpc++
1304 build: all
1305 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001306 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001307 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001308 - src/cpp/client/secure_credentials.h
1309 - src/cpp/common/secure_auth_context.h
1310 - src/cpp/server/secure_server_credentials.h
1311 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001312 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001313 - src/cpp/client/secure_credentials.cc
1314 - src/cpp/common/auth_property_iterator.cc
1315 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001316 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001317 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001318 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001319 - src/cpp/server/secure_server_credentials.cc
1320 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001321 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322 baselib: true
1323 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001324 filegroups:
1325 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001326 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001327 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001328 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001329 secure: check
1330 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001331- name: grpc++_core_stats
1332 build: private
1333 language: c++
1334 public_headers:
1335 - src/cpp/util/core_stats.h
1336 src:
1337 - src/proto/grpc/core/stats.proto
1338 - src/cpp/util/core_stats.cc
1339 deps:
1340 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001341- name: grpc++_cronet
1342 build: all
1343 language: c++
1344 src:
1345 - src/cpp/client/cronet_credentials.cc
1346 - src/cpp/client/insecure_credentials.cc
1347 - src/cpp/common/insecure_create_auth_context.cc
1348 - src/cpp/server/insecure_server_credentials.cc
1349 deps:
1350 - gpr
1351 - grpc_cronet
1352 baselib: true
1353 dll: true
1354 filegroups:
1355 - grpc++_base
1356 - grpc++_codegen_base
1357 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001358 - grpc_transport_chttp2_client_insecure
1359 - grpc_transport_chttp2_server_insecure
1360 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001361 platforms:
1362 - linux
1363 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001364- name: grpc++_error_details
1365 build: all
1366 language: c++
1367 public_headers:
1368 - include/grpc++/support/error_details.h
1369 src:
1370 - src/proto/grpc/status/status.proto
1371 - src/cpp/util/error_details.cc
1372 deps:
1373 - grpc++
1374 baselib: true
1375 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001376- name: grpc++_proto_reflection_desc_db
1377 build: private
1378 language: c++
1379 headers:
1380 - test/cpp/util/proto_reflection_descriptor_database.h
1381 src:
1382 - test/cpp/util/proto_reflection_descriptor_database.cc
1383 deps:
1384 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001385 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001386 filegroups:
1387 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001388 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001389- name: grpc++_reflection
1390 build: all
1391 language: c++
1392 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001393 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001394 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001395 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001396 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001397 - src/cpp/ext/proto_server_reflection.cc
1398 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001399 deps:
1400 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001401 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001402 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001403 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001404- name: grpc++_test_config
1405 build: private
1406 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001407 headers:
1408 - test/cpp/util/test_config.h
1409 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001410 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: grpc++_test_util
1412 build: private
1413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001414 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001415 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001416 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001417 - test/cpp/util/create_test_channel.h
1418 - test/cpp/util/string_ref_helper.h
1419 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001420 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001421 src:
yang-gc8a49d22016-12-12 11:18:49 -08001422 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001423 - src/proto/grpc/testing/echo_messages.proto
1424 - src/proto/grpc/testing/echo.proto
1425 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001426 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001427 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001428 - test/cpp/util/create_test_channel.cc
1429 - test/cpp/util/string_ref_helper.cc
1430 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001431 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001432 deps:
1433 - grpc++
1434 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001435 - grpc
yang-g17487f92016-06-03 15:21:15 -07001436 filegroups:
1437 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001438 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001439 - grpc++_codegen_proto
1440 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001441- name: grpc++_test_util_unsecure
1442 build: private
1443 language: c++
1444 headers:
1445 - test/cpp/end2end/test_service_impl.h
1446 - test/cpp/util/byte_buffer_proto_helper.h
1447 - test/cpp/util/string_ref_helper.h
1448 - test/cpp/util/subprocess.h
1449 src:
1450 - src/proto/grpc/health/v1/health.proto
1451 - src/proto/grpc/testing/echo_messages.proto
1452 - src/proto/grpc/testing/echo.proto
1453 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1454 - test/cpp/end2end/test_service_impl.cc
1455 - test/cpp/util/byte_buffer_proto_helper.cc
1456 - test/cpp/util/string_ref_helper.cc
1457 - test/cpp/util/subprocess.cc
1458 deps:
1459 - grpc++_unsecure
1460 - grpc_test_util_unsecure
1461 - grpc_unsecure
1462 filegroups:
1463 - grpc++_codegen_base
1464 - grpc++_codegen_base_src
1465 - grpc++_codegen_proto
1466 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467- name: grpc++_unsecure
1468 build: all
1469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001470 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001471 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001472 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001473 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001474 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001475 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001476 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001477 baselib: true
1478 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001479 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001480 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001481 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001482 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483 secure: false
1484 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001485- name: grpc_benchmark
1486 build: test
1487 language: c++
1488 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001489 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1490 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001491 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001492 src:
1493 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001494 deps:
1495 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001496 - grpc++_unsecure
1497 - grpc_test_util_unsecure
1498 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001499 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001500- name: grpc_cli_libs
1501 build: private
1502 language: c++
1503 headers:
1504 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001505 - test/cpp/util/cli_credentials.h
1506 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001507 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001508 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001509 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001510 src:
1511 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001512 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001513 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001514 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001515 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001516 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001517 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001518 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001519 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001520 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001521 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001522 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: grpc_plugin_support
1524 build: protoc
1525 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001526 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001527 - src/compiler/config.h
1528 - src/compiler/cpp_generator.h
1529 - src/compiler/cpp_generator_helpers.h
1530 - src/compiler/csharp_generator.h
1531 - src/compiler/csharp_generator_helpers.h
1532 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001533 - src/compiler/node_generator.h
1534 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001535 - src/compiler/objective_c_generator.h
1536 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001537 - src/compiler/php_generator.h
1538 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301539 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001540 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301541 - src/compiler/python_generator_helpers.h
1542 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001543 - src/compiler/ruby_generator.h
1544 - src/compiler/ruby_generator_helpers-inl.h
1545 - src/compiler/ruby_generator_map-inl.h
1546 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301547 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001548 src:
1549 - src/compiler/cpp_generator.cc
1550 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001551 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001552 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001553 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001554 - src/compiler/python_generator.cc
1555 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001556 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001557 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001558 secure: false
1559 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001560 vs_props:
1561 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001562- name: http2_client_main
1563 build: private
1564 language: c++
1565 headers:
1566 - test/cpp/interop/http2_client.h
1567 src:
1568 - src/proto/grpc/testing/empty.proto
1569 - src/proto/grpc/testing/messages.proto
1570 - src/proto/grpc/testing/test.proto
1571 - test/cpp/interop/http2_client.cc
1572 deps:
1573 - grpc++_test_util
1574 - grpc_test_util
1575 - grpc++
1576 - grpc
1577 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: interop_client_helper
1579 build: private
1580 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001581 headers:
1582 - test/cpp/interop/client_helper.h
1583 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001584 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001585 - test/cpp/interop/client_helper.cc
1586 deps:
1587 - grpc++_test_util
1588 - grpc_test_util
1589 - grpc++
1590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001592- name: interop_client_main
1593 build: private
1594 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001595 headers:
1596 - test/cpp/interop/interop_client.h
1597 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001598 - src/proto/grpc/testing/empty.proto
1599 - src/proto/grpc/testing/messages.proto
1600 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001601 - test/cpp/interop/client.cc
1602 - test/cpp/interop/interop_client.cc
1603 deps:
1604 - interop_client_helper
1605 - grpc++_test_util
1606 - grpc_test_util
1607 - grpc++
1608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001611 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: interop_server_helper
1613 build: private
1614 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001615 headers:
1616 - test/cpp/interop/server_helper.h
1617 src:
1618 - test/cpp/interop/server_helper.cc
1619 deps:
yang-gcc591022017-01-11 11:10:43 -08001620 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001621 - grpc_test_util
1622 - grpc++
1623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001624 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001625- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001626 build: private
1627 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001628 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001629 - src/proto/grpc/testing/empty.proto
1630 - src/proto/grpc/testing/messages.proto
1631 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001632 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001633 deps:
1634 - interop_server_helper
1635 - grpc++_test_util
1636 - grpc_test_util
1637 - grpc++
1638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001639 - gpr_test_util
1640 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001641 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001642- name: interop_server_main
1643 build: private
1644 language: c++
1645 src:
1646 - test/cpp/interop/interop_server_bootstrap.cc
1647 deps:
1648 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: qps
1650 build: private
1651 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001652 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001653 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001654 - test/cpp/qps/client.h
1655 - test/cpp/qps/driver.h
1656 - test/cpp/qps/histogram.h
1657 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001658 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001659 - test/cpp/qps/qps_worker.h
1660 - test/cpp/qps/report.h
1661 - test/cpp/qps/server.h
1662 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001663 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001664 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001665 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001666 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001667 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001668 - src/proto/grpc/testing/control.proto
1669 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001670 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001671 - test/cpp/qps/client_async.cc
1672 - test/cpp/qps/client_sync.cc
1673 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001674 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001675 - test/cpp/qps/qps_worker.cc
1676 - test/cpp/qps/report.cc
1677 - test/cpp/qps/server_async.cc
1678 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001679 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001680 deps:
1681 - grpc_test_util
1682 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001683 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001684 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001685 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: grpc_csharp_ext
1687 build: all
1688 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - src/csharp/ext/grpc_csharp_ext.c
1691 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001694 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001695 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696 dll: only
1697 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001698 vs_packages:
1699 - grpc.dependencies.openssl
1700 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001702 vs_props:
1703 - zlib
1704 - openssl
1705 - winsock
1706 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001707targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001708- name: algorithm_test
1709 build: test
1710 language: c
1711 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001712 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001713 deps:
1714 - grpc_test_util
1715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr_test_util
1717 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001718 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001719- name: alloc_test
1720 build: test
1721 language: c
1722 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001723 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001724 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001727 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728- name: alpn_test
1729 build: test
1730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001731 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001732 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001733 deps:
1734 - grpc_test_util
1735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001738- name: api_fuzzer
1739 build: fuzzer
1740 language: c
1741 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001742 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001743 deps:
1744 - grpc_test_util
1745 - grpc
1746 - gpr_test_util
1747 - gpr
1748 corpus_dirs:
1749 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001750 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001751 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001752- name: arena_test
1753 build: test
1754 language: c
1755 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001756 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001757 deps:
1758 - gpr_test_util
1759 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001760 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001761- name: bad_server_response_test
1762 build: test
1763 language: c
1764 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001765 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001766 deps:
1767 - test_tcp_server
1768 - grpc_test_util
1769 - grpc
1770 - gpr_test_util
1771 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001772 exclude_iomgrs:
1773 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001774- name: bin_decoder_test
1775 build: test
1776 language: c
1777 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001778 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001779 deps:
1780 - grpc_test_util
1781 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001782 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783- name: bin_encoder_test
1784 build: test
1785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001786 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001787 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001788 deps:
1789 - grpc_test_util
1790 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001791 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001792- name: byte_stream_test
1793 build: test
1794 language: c
1795 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001796 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001797 deps:
1798 - grpc_test_util
1799 - grpc
1800 - gpr_test_util
1801 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001802 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001803- name: channel_create_test
1804 build: test
1805 language: c
1806 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001807 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001808 deps:
1809 - grpc_test_util
1810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001813- name: check_epollexclusive
1814 build: tool
1815 language: c
1816 src:
1817 - test/build/check_epollexclusive.c
1818 deps:
1819 - grpc
1820 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001821- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001822 build: test
1823 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001824 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001825 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001826 deps:
1827 - grpc_test_util
1828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr_test_util
1830 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001831 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: chttp2_stream_map_test
1833 build: test
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001836 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001837 deps:
1838 - grpc_test_util
1839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001840 - gpr_test_util
1841 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001842 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001843- name: chttp2_varint_test
1844 build: test
1845 language: c
1846 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001847 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001848 deps:
1849 - grpc_test_util
1850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001853 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001854- name: client_fuzzer
1855 build: fuzzer
1856 language: c
1857 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001858 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001859 deps:
1860 - grpc_test_util
1861 - grpc
1862 - gpr_test_util
1863 - gpr
1864 corpus_dirs:
1865 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001866 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001867 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001868- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001869 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001870 build: test
1871 language: c
1872 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001873 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001874 deps:
1875 - grpc_test_util
1876 - grpc
1877 - gpr_test_util
1878 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: compression_test
1880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001883 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001889 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001890- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001891 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001892 build: test
1893 language: c
1894 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001895 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001896 deps:
1897 - grpc_test_util
1898 - grpc
1899 - gpr_test_util
1900 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001901 exclude_iomgrs:
1902 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001903- name: connection_refused_test
1904 cpu_cost: 0.1
1905 build: test
1906 language: c
1907 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001908 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001909 deps:
1910 - grpc_test_util
1911 - grpc
1912 - gpr_test_util
1913 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001914- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001915 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001916 build: test
1917 language: c
1918 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001919 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001920 deps:
1921 - grpc_test_util
1922 - grpc
1923 - gpr_test_util
1924 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001925 exclude_iomgrs:
1926 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001927- name: dns_resolver_test
1928 build: test
1929 language: c
1930 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001931 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001932 deps:
1933 - grpc_test_util
1934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001938 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001942 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001943 deps:
1944 - grpc_test_util
1945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001948 exclude_iomgrs:
1949 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001950 platforms:
1951 - mac
1952 - linux
1953 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001954- name: endpoint_pair_test
1955 build: test
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001958 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001959 deps:
1960 - grpc_test_util
1961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001964 exclude_iomgrs:
1965 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001966- name: error_test
1967 cpu_cost: 30
1968 build: test
1969 language: c
1970 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001971 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001972 deps:
1973 - grpc_test_util
1974 - grpc
1975 - gpr_test_util
1976 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001977 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001978- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001979 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001980 build: test
1981 language: c
1982 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001983 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001984 deps:
1985 - grpc_test_util
1986 - grpc
1987 - gpr_test_util
1988 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001989 exclude_iomgrs:
1990 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001991 platforms:
1992 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001993- name: fake_resolver_test
1994 build: test
1995 language: c
1996 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001997 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001998 deps:
1999 - grpc_test_util
2000 - grpc
2001 - gpr_test_util
2002 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002003- name: fake_transport_security_test
2004 build: test
2005 language: c
2006 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002007 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002008 deps:
2009 - gpr_test_util
2010 - gpr
2011 - grpc
2012 filegroups:
2013 - transport_security_test_lib
2014 platforms:
2015 - linux
2016 - posix
2017 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002018- name: fd_conservation_posix_test
2019 build: test
2020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002021 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002022 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002023 deps:
2024 - grpc_test_util
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002028 exclude_iomgrs:
2029 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002030 platforms:
2031 - mac
2032 - linux
2033 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: fd_posix_test
2035 build: test
2036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002037 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002038 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002039 deps:
2040 - grpc_test_util
2041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 - gpr_test_util
2043 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002044 exclude_iomgrs:
2045 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002046 platforms:
2047 - mac
2048 - linux
2049 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050- name: fling_client
2051 build: test
2052 run: false
2053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002055 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002056 deps:
2057 - grpc_test_util
2058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: fling_server
2062 build: test
2063 run: false
2064 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002065 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002066 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002067 deps:
2068 - grpc_test_util
2069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002070 - gpr_test_util
2071 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002073 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002077 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002083 platforms:
2084 - mac
2085 - linux
2086 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002088 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089 build: test
2090 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002091 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002092 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002093 deps:
2094 - grpc_test_util
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002098 platforms:
2099 - mac
2100 - linux
2101 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002102- name: goaway_server_test
2103 cpu_cost: 0.1
2104 build: test
2105 language: c
2106 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002107 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002108 deps:
2109 - grpc_test_util
2110 - grpc
2111 - gpr_test_util
2112 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002113 exclude_iomgrs:
2114 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002115 platforms:
2116 - mac
2117 - linux
2118 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002119- name: gpr_avl_test
2120 build: test
2121 language: c
2122 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002123 - test/core/gpr/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002124 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002125 - gpr_test_util
2126 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002127 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: gpr_cmdline_test
2129 build: test
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002132 - test/core/gpr/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002133 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002136 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002137- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002138 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002139 build: test
2140 language: c
2141 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002142 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002143 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002146 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: gpr_env_test
2148 build: test
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002151 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002152 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr_test_util
2154 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002155 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: gpr_host_port_test
2157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002160 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002161 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002164 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165- name: gpr_log_test
2166 build: test
2167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002168 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002169 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002170 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002171 - gpr_test_util
2172 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002173 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002174- name: gpr_manual_constructor_test
2175 cpu_cost: 3
2176 build: test
2177 language: c
2178 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002179 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002180 deps:
2181 - gpr_test_util
2182 - gpr
2183 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002184- name: gpr_mpscq_test
2185 cpu_cost: 30
2186 build: test
2187 language: c
2188 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002189 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002190 deps:
2191 - gpr_test_util
2192 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002193 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002194- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002195 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002196 build: test
2197 language: c
2198 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002199 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002200 deps:
2201 - gpr_test_util
2202 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002203 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204- name: gpr_string_test
2205 build: test
2206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002208 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002209 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr_test_util
2211 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002212 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002214 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215 build: test
2216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002217 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002218 - test/core/gpr/sync_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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002223- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002224 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002225 build: test
2226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002227 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002228 - test/core/gpr/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr_test_util
2231 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002232 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: gpr_time_test
2234 build: test
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002237 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002238 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002241 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242- name: gpr_tls_test
2243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002246 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002247 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr_test_util
2249 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002250 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002251- name: gpr_useful_test
2252 build: test
2253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002254 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002255 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002256 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002259 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260- name: grpc_auth_context_test
2261 build: test
2262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002263 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002264 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002265 deps:
2266 - grpc_test_util
2267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr_test_util
2269 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002270 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002271- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272 build: test
2273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002275 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002276 deps:
2277 - grpc_test_util
2278 - grpc
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: grpc_byte_buffer_reader_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/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002287 deps:
2288 - grpc_test_util
2289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002290 - gpr_test_util
2291 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002292 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293- name: grpc_channel_args_test
2294 build: test
2295 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002296 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002297 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002298 deps:
2299 - grpc_test_util
2300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002303 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002304- name: grpc_channel_stack_builder_test
2305 build: test
2306 language: c
2307 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002308 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002309 deps:
2310 - grpc_test_util
2311 - grpc
2312 - gpr_test_util
2313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002314- name: grpc_channel_stack_test
2315 build: test
2316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002318 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002319 deps:
2320 - grpc_test_util
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002324 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: grpc_completion_queue_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002329 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002335- name: grpc_completion_queue_threading_test
2336 build: test
2337 language: c
2338 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002339 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002340 deps:
2341 - grpc_test_util
2342 - grpc
2343 - gpr_test_util
2344 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002345 exclude_iomgrs:
2346 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347- name: grpc_create_jwt
2348 build: tool
2349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002350 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002351 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002352 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002355 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002356 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: grpc_credentials_test
2358 build: test
2359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002361 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002362 deps:
2363 - grpc_test_util
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002368 build: test
2369 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002372 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002378- name: grpc_invalid_channel_args_test
2379 build: test
2380 language: c
2381 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002382 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002388 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389- name: grpc_json_token_test
2390 build: test
2391 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002392 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002393 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002394 deps:
2395 - grpc_test_util
2396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr_test_util
2398 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002399 platforms:
2400 - linux
2401 - posix
2402 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002403 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: grpc_jwt_verifier_test
2405 build: test
2406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002408 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002414 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415- name: grpc_print_google_default_creds_token
2416 build: tool
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002419 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002420 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002423 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424- name: grpc_security_connector_test
2425 build: test
2426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002427 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002428 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002429 deps:
2430 - grpc_test_util
2431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr_test_util
2433 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002434- name: grpc_ssl_credentials_test
2435 build: test
2436 language: c
2437 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002438 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002439 deps:
2440 - grpc_test_util
2441 - grpc
2442 - gpr_test_util
2443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444- name: grpc_verify_jwt
2445 build: tool
2446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002448 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002449 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002451 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002452 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002453- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002454 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002455 language: c
2456 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002457 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002458 deps:
2459 - grpc_test_util
2460 - grpc
2461 - gpr_test_util
2462 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002463 exclude_iomgrs:
2464 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002465 platforms:
2466 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002467 secure: true
2468- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002469 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002470 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002471 headers:
2472 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002473 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002474 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002475 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002476 deps:
2477 - grpc_test_util
2478 - grpc
2479 - gpr_test_util
2480 - gpr
2481 exclude_iomgrs:
2482 - uv
2483 platforms:
2484 - linux
2485 secure: true
2486- name: handshake_server_with_readahead_handshaker
2487 build: test
2488 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002489 headers:
2490 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002491 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002492 - test/core/handshake/readahead_handshaker_server_ssl.cc
2493 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002494 deps:
2495 - grpc_test_util
2496 - grpc
2497 - gpr_test_util
2498 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002499 exclude_iomgrs:
2500 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002501 platforms:
2502 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002503 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002504- name: histogram_test
2505 build: test
2506 language: c
2507 src:
2508 - test/core/util/histogram_test.cc
2509 deps:
2510 - grpc_test_util
2511 - gpr
2512 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002513- name: hpack_parser_fuzzer_test
2514 build: fuzzer
2515 language: c
2516 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002517 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002518 deps:
2519 - grpc_test_util
2520 - grpc
2521 - gpr_test_util
2522 - gpr
2523 corpus_dirs:
2524 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002525 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002526 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: hpack_parser_test
2528 build: test
2529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002531 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002532 deps:
2533 - grpc_test_util
2534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002537 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002538- name: hpack_table_test
2539 build: test
2540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002541 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002542 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002543 deps:
2544 - grpc_test_util
2545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002546 - gpr_test_util
2547 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002548 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002549- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002550 build: test
2551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002552 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002553 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002554 deps:
2555 - grpc_test_util
2556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002557 - gpr_test_util
2558 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002559 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002560- name: http_request_fuzzer_test
2561 build: fuzzer
2562 language: c
2563 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002564 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002565 deps:
2566 - grpc_test_util
2567 - grpc
2568 - gpr_test_util
2569 - gpr
2570 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002571 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002572 maxlen: 2048
2573- name: http_response_fuzzer_test
2574 build: fuzzer
2575 language: c
2576 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002577 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002578 deps:
2579 - grpc_test_util
2580 - grpc
2581 - gpr_test_util
2582 - gpr
2583 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002584 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002585 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002586- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587 build: test
2588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002589 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002590 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002591 deps:
2592 - grpc_test_util
2593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002594 - gpr_test_util
2595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002596- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002597 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598 build: test
2599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002600 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002601 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002602 deps:
2603 - grpc_test_util
2604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002605 - gpr_test_util
2606 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002607 platforms:
2608 - mac
2609 - linux
2610 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002611- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002612 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002613 build: test
2614 language: c
2615 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002616 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002617 deps:
2618 - grpc_test_util
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr_test_util
2621 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002622 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002623 - linux
yang-gf1183302015-12-07 16:02:05 -08002624- name: init_test
2625 build: test
2626 language: c
2627 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002628 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002629 deps:
2630 - grpc_test_util
2631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002632 - gpr_test_util
2633 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002634 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002635- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002636 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002637 build: test
2638 language: c
2639 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002640 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002641 deps:
2642 - grpc_test_util
2643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002644 - gpr_test_util
2645 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002646- name: json_fuzzer_test
2647 build: fuzzer
2648 language: c
2649 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002650 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002651 deps:
2652 - grpc_test_util
2653 - grpc
2654 - gpr_test_util
2655 - gpr
2656 corpus_dirs:
2657 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002658 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002659- name: json_rewrite
2660 build: test
2661 run: false
2662 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002663 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002664 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002665 deps:
2666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002667 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002668 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002669- name: json_rewrite_test
2670 build: test
2671 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002672 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002673 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002674 deps:
2675 - grpc_test_util
2676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002677 - gpr_test_util
2678 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002679 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002680- name: json_stream_error_test
2681 build: test
2682 language: c
2683 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002684 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002685 deps:
2686 - grpc_test_util
2687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002688 - gpr_test_util
2689 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002690 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002691- name: json_test
2692 build: test
2693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002694 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002695 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002696 deps:
2697 - grpc_test_util
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002701 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002702- name: lame_client_test
2703 build: test
2704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002705 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002706 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002707 deps:
2708 - grpc_test_util
2709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002710 - gpr_test_util
2711 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002712- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002713 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002714 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002715 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002717 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002718 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002719 deps:
2720 - grpc_test_util
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr_test_util
2723 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002724 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002725- name: load_file_test
2726 build: test
2727 language: c
2728 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002729 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002730 deps:
2731 - grpc_test_util
2732 - grpc
2733 - gpr_test_util
2734 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002735 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002736- name: low_level_ping_pong_benchmark
2737 build: benchmark
2738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002739 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002740 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002741 deps:
2742 - grpc_test_util
2743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002744 - gpr_test_util
2745 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002746 platforms:
2747 - mac
2748 - linux
2749 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002750- name: memory_profile_client
2751 build: test
2752 run: false
2753 language: c
2754 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002755 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002756 deps:
2757 - grpc_test_util
2758 - grpc
2759 - gpr_test_util
2760 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002761 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002762- name: memory_profile_server
2763 build: test
2764 run: false
2765 language: c
2766 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002767 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002768 deps:
2769 - grpc_test_util
2770 - grpc
2771 - gpr_test_util
2772 - gpr
2773- name: memory_profile_test
2774 cpu_cost: 1.5
2775 build: test
2776 language: c
2777 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002778 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002779 deps:
2780 - grpc_test_util
2781 - grpc
2782 - gpr_test_util
2783 - gpr
2784 platforms:
2785 - mac
2786 - linux
2787 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002788- name: message_compress_test
2789 build: test
2790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002792 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002793 deps:
2794 - grpc_test_util
2795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002796 - gpr_test_util
2797 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002798 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002799- name: minimal_stack_is_minimal_test
2800 build: test
2801 language: c
2802 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002803 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002804 deps:
2805 - grpc_test_util
2806 - grpc
2807 - gpr_test_util
2808 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002809 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810- name: multiple_server_queues_test
2811 build: test
2812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002813 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002814 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002815 deps:
2816 - grpc_test_util
2817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002818 - gpr_test_util
2819 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002820- name: murmur_hash_test
2821 build: test
2822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002823 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002824 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002825 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002826 - gpr_test_util
2827 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002828 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002829- name: nanopb_fuzzer_response_test
2830 build: fuzzer
2831 language: c
2832 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002833 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002834 deps:
2835 - grpc_test_util
2836 - grpc
2837 - gpr_test_util
2838 - gpr
2839 corpus_dirs:
2840 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002841 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002842- name: nanopb_fuzzer_serverlist_test
2843 build: fuzzer
2844 language: c
2845 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002846 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002847 deps:
2848 - grpc_test_util
2849 - grpc
2850 - gpr_test_util
2851 - gpr
2852 corpus_dirs:
2853 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002854 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002855- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002856 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002857 build: test
2858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002859 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002860 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002861 deps:
2862 - grpc_test_util
2863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002864 - gpr_test_util
2865 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002866- name: num_external_connectivity_watchers_test
2867 build: test
2868 language: c
2869 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002870 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002871 deps:
2872 - grpc_test_util
2873 - grpc
2874 - gpr_test_util
2875 - gpr
2876 exclude_iomgrs:
2877 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002878- name: parse_address_test
2879 build: test
2880 language: c
2881 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002882 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002883 deps:
2884 - grpc_test_util
2885 - grpc
2886 - gpr_test_util
2887 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002888 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002889- name: percent_decode_fuzzer
2890 build: fuzzer
2891 language: c
2892 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002893 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002894 deps:
2895 - grpc_test_util
2896 - grpc
2897 - gpr_test_util
2898 - gpr
2899 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002900 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002901 maxlen: 32
2902- name: percent_encode_fuzzer
2903 build: fuzzer
2904 language: c
2905 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002906 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002907 deps:
2908 - grpc_test_util
2909 - grpc
2910 - gpr_test_util
2911 - gpr
2912 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002913 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002914 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002915- name: percent_encoding_test
2916 build: test
2917 language: c
2918 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002919 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002920 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002921 - grpc_test_util
2922 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002923 - gpr_test_util
2924 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002925 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002926- name: pollset_set_test
2927 build: test
2928 language: c
2929 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002930 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002931 deps:
2932 - grpc_test_util
2933 - grpc
2934 - gpr_test_util
2935 - gpr
2936 exclude_iomgrs:
2937 - uv
2938 platforms:
2939 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002940- name: resolve_address_posix_test
2941 build: test
2942 language: c
2943 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002944 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002945 deps:
2946 - grpc_test_util
2947 - grpc
2948 - gpr_test_util
2949 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002950 exclude_iomgrs:
2951 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002952 platforms:
2953 - mac
2954 - linux
2955 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002956- name: resolve_address_test
2957 build: test
2958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002959 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002960 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002961 deps:
2962 - grpc_test_util
2963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002964 - gpr_test_util
2965 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002966- name: resource_quota_test
2967 cpu_cost: 30
2968 build: test
2969 language: c
2970 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002971 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07002972 deps:
2973 - grpc_test_util
2974 - grpc
2975 - gpr_test_util
2976 - gpr
yang-gd482e592015-12-10 14:04:00 -08002977- name: secure_channel_create_test
2978 build: test
2979 language: c
2980 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002981 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08002982 deps:
2983 - grpc_test_util
2984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002985 - gpr_test_util
2986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002987- name: secure_endpoint_test
2988 build: test
2989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002990 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002991 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002992 deps:
2993 - grpc_test_util
2994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002995 - gpr_test_util
2996 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002997 exclude_iomgrs:
2998 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002999- name: sequential_connectivity_test
3000 build: test
3001 language: c
3002 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003003 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003004 deps:
3005 - grpc_test_util
3006 - grpc
3007 - gpr_test_util
3008 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003009 exclude_iomgrs:
3010 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003011- name: server_chttp2_test
3012 build: test
3013 language: c
3014 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003015 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003016 deps:
3017 - grpc_test_util
3018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003019 - gpr_test_util
3020 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003021- name: server_fuzzer
3022 build: fuzzer
3023 language: c
3024 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003025 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003026 deps:
3027 - grpc_test_util
3028 - grpc
3029 - gpr_test_util
3030 - gpr
3031 corpus_dirs:
3032 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003033 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003034 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003035- name: server_test
3036 build: test
3037 language: c
3038 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003039 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003040 deps:
3041 - grpc_test_util
3042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003043 - gpr_test_util
3044 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003045- name: slice_buffer_test
3046 build: test
3047 language: c
3048 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003049 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003050 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003051 - grpc_test_util
3052 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003053 - gpr_test_util
3054 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003055 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003056- name: slice_hash_table_test
3057 build: test
3058 language: c
3059 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003060 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003061 deps:
3062 - grpc_test_util
3063 - grpc
3064 - gpr_test_util
3065 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003066 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003067- name: slice_string_helpers_test
3068 build: test
3069 language: c
3070 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003071 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003072 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003073 - grpc_test_util
3074 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003075 - gpr_test_util
3076 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003077 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003078- name: slice_test
3079 build: test
3080 language: c
3081 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003082 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003083 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003084 - grpc_test_util
3085 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003086 - gpr_test_util
3087 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003088 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003089- name: sockaddr_resolver_test
3090 build: test
3091 language: c
3092 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003093 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003094 deps:
3095 - grpc_test_util
3096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003097 - gpr_test_util
3098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003099- name: sockaddr_utils_test
3100 build: test
3101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003102 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003103 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003104 deps:
3105 - grpc_test_util
3106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003107 - gpr_test_util
3108 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003109- name: socket_utils_test
3110 build: test
3111 language: c
3112 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003113 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003114 deps:
3115 - grpc_test_util
3116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003117 - gpr_test_util
3118 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003119 exclude_iomgrs:
3120 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003121 platforms:
3122 - mac
3123 - linux
3124 - posix
yang-g31e21282016-11-04 15:10:03 -07003125- name: ssl_server_fuzzer
3126 build: fuzzer
3127 language: c
3128 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003129 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003130 deps:
3131 - grpc_test_util
3132 - grpc
3133 - gpr_test_util
3134 - gpr
3135 corpus_dirs:
3136 - test/core/security/corpus/ssl_server_corpus
3137 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003138- name: ssl_transport_security_test
3139 build: test
3140 language: c
3141 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003142 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003143 deps:
3144 - gpr_test_util
3145 - gpr
3146 - grpc
3147 filegroups:
3148 - transport_security_test_lib
3149 platforms:
3150 - linux
3151 - posix
3152 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003153- name: status_conversion_test
3154 build: test
3155 language: c
3156 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003157 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003158 deps:
3159 - grpc_test_util
3160 - grpc
3161 - gpr_test_util
3162 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003163 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003164- name: stream_compression_test
3165 build: test
3166 language: c
3167 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003168 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003169 deps:
3170 - grpc_test_util
3171 - grpc
3172 - gpr_test_util
3173 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003174 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003175- name: stream_owned_slice_test
3176 build: test
3177 language: c
3178 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003179 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003180 deps:
3181 - grpc_test_util
3182 - grpc
3183 - gpr_test_util
3184 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003185 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003186- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003187 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003188 build: test
3189 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003190 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003191 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003192 deps:
3193 - grpc_test_util
3194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003195 - gpr_test_util
3196 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003197 exclude_iomgrs:
3198 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003199 platforms:
3200 - mac
3201 - linux
3202 - posix
murgatroid991191b722017-02-08 11:56:52 -08003203- name: tcp_client_uv_test
3204 cpu_cost: 0.5
3205 build: test
3206 language: c
3207 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003208 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003209 deps:
3210 - grpc_test_util
3211 - grpc
3212 - gpr_test_util
3213 - gpr
3214 exclude_iomgrs:
3215 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003216- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003217 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003218 build: test
3219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003220 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003221 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003222 deps:
3223 - grpc_test_util
3224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003225 - gpr_test_util
3226 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003227 exclude_iomgrs:
3228 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003229 platforms:
3230 - mac
3231 - linux
3232 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003233- name: tcp_server_posix_test
3234 build: test
3235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003236 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003237 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003238 deps:
3239 - grpc_test_util
3240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003241 - gpr_test_util
3242 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003243 exclude_iomgrs:
3244 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003245 platforms:
3246 - mac
3247 - linux
3248 - posix
murgatroid991191b722017-02-08 11:56:52 -08003249- name: tcp_server_uv_test
3250 build: test
3251 language: c
3252 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003253 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003254 deps:
3255 - grpc_test_util
3256 - grpc
3257 - gpr_test_util
3258 - gpr
3259 exclude_iomgrs:
3260 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003261- name: time_averaged_stats_test
3262 build: test
3263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003264 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003265 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003266 deps:
3267 - grpc_test_util
3268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003269 - gpr_test_util
3270 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003271 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272- name: timeout_encoding_test
3273 build: test
3274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003275 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003276 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003277 deps:
3278 - grpc_test_util
3279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003280 - gpr_test_util
3281 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003282 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003283- name: timer_heap_test
3284 build: test
3285 language: c
3286 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003287 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003288 deps:
3289 - grpc_test_util
3290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003291 - gpr_test_util
3292 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003293 exclude_iomgrs:
3294 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003295 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003296- name: timer_list_test
3297 build: test
3298 language: c
3299 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003300 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003301 deps:
3302 - grpc_test_util
3303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003304 - gpr_test_util
3305 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003306 exclude_iomgrs:
3307 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003308 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003309- name: transport_connectivity_state_test
3310 build: test
3311 language: c
3312 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003313 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003314 deps:
3315 - grpc_test_util
3316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003317 - gpr_test_util
3318 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003319- name: transport_metadata_test
3320 build: test
3321 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003322 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003323 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003324 deps:
3325 - grpc_test_util
3326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003327 - gpr_test_util
3328 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003329- name: transport_security_test
3330 build: test
3331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003332 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003333 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003334 deps:
3335 - grpc_test_util
3336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003337 - gpr_test_util
3338 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003339 platforms:
3340 - linux
3341 - posix
3342 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003343- name: udp_server_test
3344 build: test
3345 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003346 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003347 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003348 deps:
3349 - grpc_test_util
3350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003351 - gpr_test_util
3352 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003353 exclude_iomgrs:
3354 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003355 platforms:
3356 - mac
3357 - linux
3358 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003359- name: uri_fuzzer_test
3360 build: fuzzer
3361 language: c
3362 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003363 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003364 deps:
3365 - grpc_test_util
3366 - grpc
3367 - gpr_test_util
3368 - gpr
3369 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003370 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003371 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003372- name: uri_parser_test
3373 build: test
3374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003375 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003376 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003377 deps:
3378 - grpc_test_util
3379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003380 - gpr_test_util
3381 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003382- name: wakeup_fd_cv_test
3383 build: test
3384 language: c
3385 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003386 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003387 deps:
3388 - grpc_test_util
3389 - grpc
3390 - gpr_test_util
3391 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003392 exclude_iomgrs:
3393 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003394 platforms:
3395 - mac
3396 - linux
3397 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003398- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003399 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003400 build: test
3401 language: c++
3402 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003403 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003404 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003405 - grpc++_test_util_unsecure
3406 - grpc_test_util_unsecure
3407 - grpc++_unsecure
3408 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003409 - gpr_test_util
3410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003411- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003412 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003413 build: test
3414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003415 src:
3416 - test/cpp/end2end/async_end2end_test.cc
3417 deps:
3418 - grpc++_test_util
3419 - grpc_test_util
3420 - grpc++
3421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003422 - gpr_test_util
3423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003425 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003426 build: test
3427 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003428 src:
3429 - test/cpp/common/auth_property_iterator_test.cc
3430 deps:
3431 - grpc++_test_util
3432 - grpc_test_util
3433 - grpc++
3434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003435 - gpr_test_util
3436 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003437 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003438- name: backoff_test
3439 build: test
3440 language: c++
3441 src:
3442 - test/core/backoff/backoff_test.cc
3443 deps:
3444 - grpc_test_util
3445 - grpc
3446 - gpr_test_util
3447 - gpr
3448 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003449- name: bdp_estimator_test
3450 build: test
3451 language: c++
3452 src:
3453 - test/core/transport/bdp_estimator_test.cc
3454 deps:
3455 - grpc++_test_util
3456 - grpc++
3457 - grpc_test_util
3458 - grpc
3459 - gpr_test_util
3460 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003461 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003462- name: bm_arena
3463 build: test
3464 language: c++
3465 src:
3466 - test/cpp/microbenchmarks/bm_arena.cc
3467 deps:
3468 - grpc_benchmark
3469 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003470 - grpc++_test_util_unsecure
3471 - grpc_test_util_unsecure
3472 - grpc++_unsecure
3473 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003474 - gpr_test_util
3475 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003476 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003477 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003478 platforms:
3479 - mac
3480 - linux
3481 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003482 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003483- name: bm_call_create
3484 build: test
3485 language: c++
3486 src:
3487 - test/cpp/microbenchmarks/bm_call_create.cc
3488 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003489 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003490 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003491 - grpc++_test_util_unsecure
3492 - grpc_test_util_unsecure
3493 - grpc++_unsecure
3494 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003495 - gpr_test_util
3496 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003497 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003498 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003499 platforms:
3500 - mac
3501 - linux
3502 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003503 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003504- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003505 build: test
3506 language: c++
3507 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003508 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003509 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003510 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003511 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003512 - grpc++_test_util_unsecure
3513 - grpc_test_util_unsecure
3514 - grpc++_unsecure
3515 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003516 - gpr_test_util
3517 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003518 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003519 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003520 platforms:
3521 - mac
3522 - linux
3523 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003524 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003525- name: bm_chttp2_transport
3526 build: test
3527 language: c++
3528 src:
3529 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3530 deps:
3531 - grpc_benchmark
3532 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003533 - grpc++_test_util_unsecure
3534 - grpc_test_util_unsecure
3535 - grpc++_unsecure
3536 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003537 - gpr_test_util
3538 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003539 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003540 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003541 platforms:
3542 - mac
3543 - linux
3544 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003545- name: bm_closure
3546 build: test
3547 language: c++
3548 src:
3549 - test/cpp/microbenchmarks/bm_closure.cc
3550 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003551 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003552 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003553 - grpc++_test_util_unsecure
3554 - grpc_test_util_unsecure
3555 - grpc++_unsecure
3556 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003557 - gpr_test_util
3558 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003559 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003560 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003561 platforms:
3562 - mac
3563 - linux
3564 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003565- name: bm_cq
3566 build: test
3567 language: c++
3568 src:
3569 - test/cpp/microbenchmarks/bm_cq.cc
3570 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003571 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003572 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003573 - grpc++_test_util_unsecure
3574 - grpc_test_util_unsecure
3575 - grpc++_unsecure
3576 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003577 - gpr_test_util
3578 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003579 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003580 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003581 platforms:
3582 - mac
3583 - linux
3584 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003585- name: bm_cq_multiple_threads
3586 build: test
3587 language: c++
3588 src:
3589 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3590 deps:
3591 - grpc_benchmark
3592 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003593 - grpc++_test_util_unsecure
3594 - grpc_test_util_unsecure
3595 - grpc++_unsecure
3596 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003597 - gpr_test_util
3598 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003599 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003600 defaults: benchmark
3601 platforms:
3602 - mac
3603 - linux
3604 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003605- name: bm_error
3606 build: test
3607 language: c++
3608 src:
3609 - test/cpp/microbenchmarks/bm_error.cc
3610 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003611 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003612 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003613 - grpc++_test_util_unsecure
3614 - grpc_test_util_unsecure
3615 - grpc++_unsecure
3616 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003617 - gpr_test_util
3618 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003619 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003620 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003621 platforms:
3622 - mac
3623 - linux
3624 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003625 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003626- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003627 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003628 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003629 headers:
3630 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003631 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003632 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003633 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003634 - grpc_benchmark
3635 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003636 - grpc++_test_util_unsecure
3637 - grpc_test_util_unsecure
3638 - grpc++_unsecure
3639 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003640 - gpr_test_util
3641 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003642 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003643 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003644 excluded_poll_engines:
3645 - poll
3646 - poll-cv
3647 platforms:
3648 - mac
3649 - linux
3650 - posix
3651 timeout_seconds: 1200
3652- name: bm_fullstack_streaming_pump
3653 build: test
3654 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003655 headers:
3656 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003657 src:
3658 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003659 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003660 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003661 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003662 - grpc++_test_util_unsecure
3663 - grpc_test_util_unsecure
3664 - grpc++_unsecure
3665 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003666 - gpr_test_util
3667 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003668 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003669 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003670 excluded_poll_engines:
3671 - poll
3672 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003673 platforms:
3674 - mac
3675 - linux
3676 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003677 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003678- name: bm_fullstack_trickle
3679 build: test
3680 language: c++
3681 src:
3682 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3683 deps:
3684 - grpc_benchmark
3685 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003686 - grpc++_test_util_unsecure
3687 - grpc_test_util_unsecure
3688 - grpc++_unsecure
3689 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003690 - gpr_test_util
3691 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003692 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003693 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003694 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003695 exclude_configs:
3696 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003697 excluded_poll_engines:
3698 - poll
3699 - poll-cv
3700 platforms:
3701 - mac
3702 - linux
3703 - posix
3704 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003705- name: bm_fullstack_unary_ping_pong
3706 build: test
3707 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003708 headers:
3709 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003710 src:
3711 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3712 deps:
3713 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003714 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003715 - grpc++_test_util_unsecure
3716 - grpc_test_util_unsecure
3717 - grpc++_unsecure
3718 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003719 - gpr_test_util
3720 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003721 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003722 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003723 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003724 - poll
3725 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003726 platforms:
3727 - mac
3728 - linux
3729 - posix
3730 timeout_seconds: 1200
3731- name: bm_metadata
3732 build: test
3733 language: c++
3734 src:
3735 - test/cpp/microbenchmarks/bm_metadata.cc
3736 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003737 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003738 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003739 - grpc++_test_util_unsecure
3740 - grpc_test_util_unsecure
3741 - grpc++_unsecure
3742 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003743 - gpr_test_util
3744 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003745 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003746 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003747 platforms:
3748 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003749 - linux
3750 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003751 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003752- name: bm_pollset
3753 build: test
3754 language: c++
3755 src:
3756 - test/cpp/microbenchmarks/bm_pollset.cc
3757 deps:
3758 - grpc_benchmark
3759 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003760 - grpc++_test_util_unsecure
3761 - grpc_test_util_unsecure
3762 - grpc++_unsecure
3763 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003764 - gpr_test_util
3765 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003766 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003767 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003768 platforms:
3769 - mac
3770 - linux
3771 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003772- name: channel_arguments_test
3773 gtest: true
3774 build: test
3775 language: c++
3776 src:
3777 - test/cpp/common/channel_arguments_test.cc
3778 deps:
3779 - grpc++
3780 - grpc
3781 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003782 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003783- name: channel_filter_test
3784 gtest: true
3785 build: test
3786 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003787 src:
3788 - test/cpp/common/channel_filter_test.cc
3789 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003790 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003791 - grpc
3792 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003793 uses_polling: false
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08003794- name: chttp2_settings_timeout_test
3795 gtest: true
3796 build: test
3797 language: c++
3798 src:
3799 - test/core/transport/chttp2/settings_timeout_test.cc
3800 deps:
3801 - grpc_test_util
3802 - grpc
3803 - gpr_test_util
3804 - gpr
3805 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003806- name: cli_call_test
3807 gtest: true
3808 build: test
3809 language: c++
3810 src:
Craig Tiller25834342015-09-25 08:08:24 -07003811 - test/cpp/util/cli_call_test.cc
3812 deps:
3813 - grpc_cli_libs
3814 - grpc++_test_util
3815 - grpc_test_util
3816 - grpc++
3817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003818 - gpr_test_util
3819 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003820- name: client_channel_stress_test
3821 gtest: false
3822 build: test
3823 language: c++
3824 src:
3825 - src/proto/grpc/lb/v1/load_balancer.proto
3826 - test/cpp/client/client_channel_stress_test.cc
3827 deps:
3828 - grpc++_test_util
3829 - grpc_test_util
3830 - grpc++
3831 - grpc
3832 - gpr_test_util
3833 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003834- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003835 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003836 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003837 build: test
3838 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003839 src:
3840 - test/cpp/end2end/client_crash_test.cc
3841 deps:
3842 - grpc++_test_util
3843 - grpc_test_util
3844 - grpc++
3845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003846 - gpr_test_util
3847 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003848 platforms:
3849 - mac
3850 - linux
3851 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003852- name: client_crash_test_server
3853 build: test
3854 run: false
3855 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003856 src:
3857 - test/cpp/end2end/client_crash_test_server.cc
3858 deps:
3859 - grpc++_test_util
3860 - grpc_test_util
3861 - grpc++
3862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003863 - gpr_test_util
3864 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003865- name: client_lb_end2end_test
3866 gtest: true
3867 build: test
3868 language: c++
3869 src:
3870 - test/cpp/end2end/client_lb_end2end_test.cc
3871 deps:
3872 - grpc++_test_util
3873 - grpc_test_util
3874 - grpc++
3875 - grpc
3876 - gpr_test_util
3877 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003878- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003879 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003880 build: test
3881 language: c++
3882 src:
3883 - src/proto/grpc/testing/control.proto
3884 - src/proto/grpc/testing/messages.proto
3885 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003886 - src/proto/grpc/testing/services.proto
3887 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003888 - test/cpp/codegen/codegen_test_full.cc
3889 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003890 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003891 - grpc++
3892 - grpc
3893 - gpr
3894 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003895 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003896 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003897- name: codegen_test_minimal
3898 gtest: true
3899 build: test
3900 language: c++
3901 src:
3902 - src/proto/grpc/testing/control.proto
3903 - src/proto/grpc/testing/messages.proto
3904 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003905 - src/proto/grpc/testing/services.proto
3906 - src/proto/grpc/testing/stats.proto
3907 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003908 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003909 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003910 - grpc
3911 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003912 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003913 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003914 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003915 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003916- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003917 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003918 build: test
3919 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003920 src:
3921 - test/cpp/client/credentials_test.cc
3922 deps:
3923 - grpc++
3924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003926- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003927 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928 build: test
3929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003930 src:
3931 - test/cpp/util/byte_buffer_test.cc
3932 deps:
3933 - grpc_test_util
3934 - grpc++
3935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003936 - gpr_test_util
3937 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003938 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003939- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003940 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003941 build: test
3942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003943 src:
3944 - test/cpp/util/slice_test.cc
3945 deps:
3946 - grpc_test_util
3947 - grpc++
3948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003949 - gpr_test_util
3950 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003951 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003952- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003953 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003954 build: test
3955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003956 src:
3957 - test/cpp/util/string_ref_test.cc
3958 deps:
3959 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003960 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003961 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003962- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003963 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003964 build: test
3965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003966 src:
3967 - test/cpp/util/time_test.cc
3968 deps:
3969 - grpc_test_util
3970 - grpc++
3971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003972 - gpr_test_util
3973 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003974 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003975- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003976 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003977 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003978 build: test
3979 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003980 src:
3981 - test/cpp/end2end/end2end_test.cc
3982 deps:
3983 - grpc++_test_util
3984 - grpc_test_util
3985 - grpc++
3986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003987 - gpr_test_util
3988 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003989- name: error_details_test
3990 gtest: true
3991 build: test
3992 language: c++
3993 src:
3994 - src/proto/grpc/testing/echo_messages.proto
3995 - test/cpp/util/error_details_test.cc
3996 deps:
3997 - grpc++_error_details
3998 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08003999- name: exception_test
4000 gtest: true
4001 build: test
4002 language: c++
4003 src:
4004 - test/cpp/end2end/exception_test.cc
4005 deps:
4006 - grpc++_test_util
4007 - grpc_test_util
4008 - grpc++
4009 - grpc
4010 - gpr_test_util
4011 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004012- name: filter_end2end_test
4013 gtest: true
4014 build: test
4015 language: c++
4016 src:
4017 - test/cpp/end2end/filter_end2end_test.cc
4018 deps:
4019 - grpc++_test_util
4020 - grpc_test_util
4021 - grpc++
4022 - grpc
4023 - gpr_test_util
4024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004025- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004026 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004027 build: test
4028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004029 src:
4030 - test/cpp/end2end/generic_end2end_test.cc
4031 deps:
4032 - grpc++_test_util
4033 - grpc_test_util
4034 - grpc++
4035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004036 - gpr_test_util
4037 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004038- name: golden_file_test
4039 gtest: true
4040 build: test
4041 language: c++
4042 src:
4043 - src/proto/grpc/testing/compiler_test.proto
4044 - test/cpp/codegen/golden_file_test.cc
4045 deps:
4046 - grpc++
4047 - grpc
4048 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004049 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004050 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004051 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004052- name: grpc_cli
4053 build: test
4054 run: false
4055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004056 src:
4057 - test/cpp/util/grpc_cli.cc
4058 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004059 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004060 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004061 - grpc++
4062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004063 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004064 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004065- name: grpc_cpp_plugin
4066 build: protoc
4067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004068 src:
4069 - src/compiler/cpp_plugin.cc
4070 deps:
4071 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004072 secure: false
4073 vs_config_type: Application
4074 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4075- name: grpc_csharp_plugin
4076 build: protoc
4077 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004078 src:
4079 - src/compiler/csharp_plugin.cc
4080 deps:
4081 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004082 secure: false
4083 vs_config_type: Application
4084 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004085- name: grpc_node_plugin
4086 build: protoc
4087 language: c++
4088 src:
4089 - src/compiler/node_plugin.cc
4090 deps:
4091 - grpc_plugin_support
4092 secure: false
4093 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004094- name: grpc_objective_c_plugin
4095 build: protoc
4096 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004097 src:
4098 - src/compiler/objective_c_plugin.cc
4099 deps:
4100 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004101 secure: false
4102 vs_config_type: Application
4103 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004104- name: grpc_php_plugin
4105 build: protoc
4106 language: c++
4107 src:
4108 - src/compiler/php_plugin.cc
4109 deps:
4110 - grpc_plugin_support
4111 secure: false
4112 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004113- name: grpc_python_plugin
4114 build: protoc
4115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004116 src:
4117 - src/compiler/python_plugin.cc
4118 deps:
4119 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004120 secure: false
4121 vs_config_type: Application
4122 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4123- name: grpc_ruby_plugin
4124 build: protoc
4125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004126 src:
4127 - src/compiler/ruby_plugin.cc
4128 deps:
4129 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004130 secure: false
4131 vs_config_type: Application
4132 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004133- name: grpc_tool_test
4134 gtest: true
4135 build: test
4136 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004137 src:
4138 - src/proto/grpc/testing/echo.proto
4139 - src/proto/grpc/testing/echo_messages.proto
4140 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004141 deps:
4142 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004143 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004144 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004145 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004146 - grpc_test_util
4147 - grpc++
4148 - grpc
4149 - gpr_test_util
4150 - gpr
4151 filegroups:
4152 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004153- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004154 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004155 build: test
4156 language: c++
4157 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004158 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004159 - test/cpp/grpclb/grpclb_api_test.cc
4160 deps:
4161 - grpc++_test_util
4162 - grpc_test_util
4163 - grpc++
4164 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004165- name: grpclb_end2end_test
4166 gtest: true
4167 build: test
4168 language: c++
4169 src:
4170 - src/proto/grpc/lb/v1/load_balancer.proto
4171 - test/cpp/end2end/grpclb_end2end_test.cc
4172 deps:
4173 - grpc++_test_util
4174 - grpc_test_util
4175 - grpc++
4176 - grpc
4177 - gpr_test_util
4178 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004179- name: grpclb_test
4180 gtest: false
4181 build: test
4182 language: c++
4183 src:
4184 - src/proto/grpc/lb/v1/load_balancer.proto
4185 - test/cpp/grpclb/grpclb_test.cc
4186 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004187 - grpc++_test_util
4188 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004189 - grpc++
4190 - grpc
4191 - gpr_test_util
4192 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004193- name: h2_ssl_cert_test
4194 gtest: true
4195 build: test
4196 language: c++
4197 headers:
4198 - test/core/end2end/end2end_tests.h
4199 src:
4200 - test/core/end2end/h2_ssl_cert_test.cc
4201 deps:
4202 - grpc_test_util
4203 - grpc++
4204 - grpc
4205 - gpr_test_util
4206 - gpr
4207 uses:
4208 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004209- name: health_service_end2end_test
4210 gtest: true
4211 build: test
4212 language: c++
4213 src:
4214 - test/cpp/end2end/health_service_end2end_test.cc
4215 deps:
4216 - grpc++_test_util
4217 - grpc_test_util
4218 - grpc++
4219 - grpc
4220 - gpr_test_util
4221 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004222- name: http2_client
4223 build: test
4224 run: false
4225 language: c++
4226 src: []
4227 deps:
4228 - http2_client_main
4229 - grpc++_test_util
4230 - grpc_test_util
4231 - grpc++
4232 - grpc
4233 - grpc++_test_config
4234 platforms:
4235 - mac
4236 - linux
4237 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004238- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004239 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004240 build: test
4241 language: c++
4242 src:
4243 - test/cpp/end2end/hybrid_end2end_test.cc
4244 deps:
4245 - grpc++_test_util
4246 - grpc_test_util
4247 - grpc++
4248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004249 - gpr_test_util
4250 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004251- name: inlined_vector_test
4252 gtest: true
4253 build: test
4254 language: c++
4255 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004256 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004257 deps:
4258 - grpc_test_util
4259 - grpc++
4260 - grpc
4261 - gpr_test_util
4262 - gpr
4263 uses:
4264 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004265- name: inproc_sync_unary_ping_pong_test
4266 build: test
4267 language: c++
4268 src:
4269 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4270 deps:
4271 - qps
4272 - grpc++_core_stats
4273 - grpc++_test_util
4274 - grpc_test_util
4275 - grpc++
4276 - grpc
4277 - gpr_test_util
4278 - gpr
4279 - grpc++_test_config
4280 platforms:
4281 - mac
4282 - linux
4283 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004284- name: interop_client
4285 build: test
4286 run: false
4287 language: c++
4288 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004289 deps:
4290 - interop_client_main
4291 - interop_client_helper
4292 - grpc++_test_util
4293 - grpc_test_util
4294 - grpc++
4295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004296 - gpr_test_util
4297 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004298 - grpc++_test_config
4299 platforms:
4300 - mac
4301 - linux
4302 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004303- name: interop_server
4304 build: test
4305 run: false
4306 language: c++
4307 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004308 deps:
4309 - interop_server_main
4310 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004311 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004312 - grpc++_test_util
4313 - grpc_test_util
4314 - grpc++
4315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004316 - gpr_test_util
4317 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004318 - grpc++_test_config
4319 platforms:
4320 - mac
4321 - linux
4322 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004323- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004324 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004325 build: test
4326 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004327 src:
4328 - test/cpp/interop/interop_test.cc
4329 deps:
4330 - grpc_test_util
4331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004332 - gpr_test_util
4333 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004334 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004335 platforms:
4336 - mac
4337 - linux
4338 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004339- name: json_run_localhost
4340 build: test
4341 run: false
4342 language: c++
4343 src:
4344 - test/cpp/qps/json_run_localhost.cc
4345 deps:
4346 - grpc++_test_util
4347 - grpc_test_util
4348 - grpc++
4349 - grpc
4350 - gpr_test_util
4351 - gpr
4352 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004353 platforms:
4354 - mac
4355 - linux
4356 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004357- name: memory_test
4358 gtest: true
4359 build: test
4360 language: c++
4361 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004362 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004363 deps:
4364 - grpc_test_util
4365 - grpc++
4366 - grpc
4367 - gpr_test_util
4368 - gpr
4369 uses:
4370 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004371 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004372- name: metrics_client
4373 build: test
4374 run: false
4375 language: c++
4376 headers:
4377 - test/cpp/util/metrics_server.h
4378 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004379 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004380 - test/cpp/interop/metrics_client.cc
4381 deps:
4382 - grpc++
4383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004384 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004385 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004386- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004387 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004388 build: test
4389 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004390 headers:
4391 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004392 src:
4393 - test/cpp/end2end/mock_test.cc
4394 deps:
4395 - grpc++_test_util
4396 - grpc_test_util
4397 - grpc++
4398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004399 - gpr_test_util
4400 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004401- name: noop-benchmark
4402 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004403 language: c++
4404 src:
4405 - test/cpp/microbenchmarks/noop-benchmark.cc
4406 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004407 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004408 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004409- name: orphanable_test
4410 gtest: true
4411 build: test
4412 language: c++
4413 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004414 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004415 deps:
4416 - grpc_test_util
4417 - grpc++
4418 - grpc
4419 - gpr_test_util
4420 - gpr
4421 uses:
4422 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004423- name: proto_server_reflection_test
4424 gtest: true
4425 build: test
4426 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004427 src:
4428 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004429 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004430 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004431 - grpc++_reflection
4432 - grpc++_test_util
4433 - grpc_test_util
4434 - grpc++
4435 - grpc
4436 - gpr_test_util
4437 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004438- name: proto_utils_test
4439 gtest: true
4440 build: test
4441 language: c++
4442 src:
4443 - test/cpp/codegen/proto_utils_test.cc
4444 deps:
4445 - grpc++
4446 - grpc
4447 filegroups:
4448 - grpc++_codegen_base
4449 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004450 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004451- name: qps_interarrival_test
4452 build: test
4453 run: false
4454 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004455 src:
4456 - test/cpp/qps/qps_interarrival_test.cc
4457 deps:
4458 - qps
4459 - grpc++_test_util
4460 - grpc_test_util
4461 - grpc++
4462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004463 - gpr_test_util
4464 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004465 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004466 platforms:
4467 - mac
4468 - linux
4469 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004470 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004471- name: qps_json_driver
4472 build: test
4473 run: false
4474 language: c++
4475 src:
4476 - test/cpp/qps/qps_json_driver.cc
4477 deps:
4478 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004479 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004480 - grpc++_test_util
4481 - grpc_test_util
4482 - grpc++
4483 - grpc
4484 - gpr_test_util
4485 - gpr
4486 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004487- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004488 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004489 build: test
4490 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004491 src:
4492 - test/cpp/qps/qps_openloop_test.cc
4493 deps:
4494 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004495 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004496 - grpc++_test_util
4497 - grpc_test_util
4498 - grpc++
4499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004500 - gpr_test_util
4501 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004502 - grpc++_test_config
4503 platforms:
4504 - mac
4505 - linux
4506 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004507- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004508 build: test
4509 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004511 headers:
4512 - test/cpp/qps/client.h
4513 - test/cpp/qps/server.h
4514 src:
4515 - test/cpp/qps/worker.cc
4516 deps:
4517 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004518 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004519 - grpc++_test_util
4520 - grpc_test_util
4521 - grpc++
4522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004523 - gpr_test_util
4524 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004525 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004526- name: reconnect_interop_client
4527 build: test
4528 run: false
4529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004530 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004531 - src/proto/grpc/testing/empty.proto
4532 - src/proto/grpc/testing/messages.proto
4533 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004534 - test/cpp/interop/reconnect_interop_client.cc
4535 deps:
4536 - grpc++_test_util
4537 - grpc_test_util
4538 - grpc++
4539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004540 - gpr_test_util
4541 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004542 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004543- name: reconnect_interop_server
4544 build: test
4545 run: false
4546 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004547 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004548 - src/proto/grpc/testing/empty.proto
4549 - src/proto/grpc/testing/messages.proto
4550 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004551 - test/cpp/interop/reconnect_interop_server.cc
4552 deps:
4553 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004554 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004555 - grpc++_test_util
4556 - grpc_test_util
4557 - grpc++
4558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004559 - gpr_test_util
4560 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004561 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004562- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004563 gtest: true
4564 build: test
4565 language: c++
4566 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004567 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004568 deps:
4569 - grpc_test_util
4570 - grpc++
4571 - grpc
4572 - gpr_test_util
4573 - gpr
4574 uses:
4575 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004576- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004577 gtest: true
4578 build: test
4579 language: c++
4580 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004581 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004582 deps:
4583 - grpc_test_util
4584 - grpc++
4585 - grpc
4586 - gpr_test_util
4587 - gpr
4588 uses:
4589 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004590- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004591 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004592 build: test
4593 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004594 src:
4595 - test/cpp/common/secure_auth_context_test.cc
4596 deps:
4597 - grpc++_test_util
4598 - grpc_test_util
4599 - grpc++
4600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004601 - gpr_test_util
4602 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004603- name: secure_sync_unary_ping_pong_test
4604 build: test
4605 language: c++
4606 src:
4607 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4608 deps:
4609 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004610 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004611 - grpc++_test_util
4612 - grpc_test_util
4613 - grpc++
4614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004615 - gpr_test_util
4616 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004617 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004618 platforms:
4619 - mac
4620 - linux
4621 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004622- name: server_builder_plugin_test
4623 gtest: true
4624 build: test
4625 language: c++
4626 src:
4627 - test/cpp/end2end/server_builder_plugin_test.cc
4628 deps:
4629 - grpc++_test_util
4630 - grpc_test_util
4631 - grpc++
4632 - grpc
4633 - gpr_test_util
4634 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004635- name: server_builder_test
4636 gtest: true
4637 build: test
4638 language: c++
4639 src:
4640 - src/proto/grpc/testing/echo_messages.proto
4641 - src/proto/grpc/testing/echo.proto
4642 - test/cpp/server/server_builder_test.cc
4643 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004644 - grpc++_test_util_unsecure
4645 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004646 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004647 - grpc++_unsecure
4648 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004649 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004650- name: server_context_test_spouse_test
4651 gtest: true
4652 build: test
4653 language: c++
4654 src:
4655 - test/cpp/test/server_context_test_spouse_test.cc
4656 deps:
4657 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004658 - grpc++
4659 - grpc
4660 - gpr_test_util
4661 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004662 uses:
4663 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004664- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004665 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004666 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004667 build: test
4668 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004669 src:
4670 - test/cpp/end2end/server_crash_test.cc
4671 deps:
4672 - grpc++_test_util
4673 - grpc_test_util
4674 - grpc++
4675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004676 - gpr_test_util
4677 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004678 platforms:
4679 - mac
4680 - linux
4681 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004682- name: server_crash_test_client
4683 build: test
4684 run: false
4685 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004686 src:
4687 - test/cpp/end2end/server_crash_test_client.cc
4688 deps:
4689 - grpc++_test_util
4690 - grpc_test_util
4691 - grpc++
4692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004693 - gpr_test_util
4694 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004695- name: server_request_call_test
4696 gtest: true
4697 build: test
4698 language: c++
4699 src:
4700 - src/proto/grpc/testing/echo_messages.proto
4701 - src/proto/grpc/testing/echo.proto
4702 - test/cpp/server/server_request_call_test.cc
4703 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004704 - grpc++_test_util_unsecure
4705 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004706 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004707 - grpc++_unsecure
4708 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004710- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004711 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004712 build: test
4713 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004714 src:
4715 - test/cpp/end2end/shutdown_test.cc
4716 deps:
4717 - grpc++_test_util
4718 - grpc_test_util
4719 - grpc++
4720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004721 - gpr_test_util
4722 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004723- name: stats_test
4724 gtest: true
4725 build: test
4726 language: c++
4727 src:
4728 - test/core/debug/stats_test.cc
4729 deps:
4730 - grpc++_test_util
4731 - grpc_test_util
4732 - grpc
4733 - gpr_test_util
4734 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004735 exclude_configs:
4736 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004737 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004738 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004739- name: status_test
4740 build: test
4741 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004742 src:
4743 - test/cpp/util/status_test.cc
4744 deps:
4745 - grpc_test_util
4746 - grpc++
4747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004748 - gpr_test_util
4749 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004750 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004751- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004752 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004753 build: test
4754 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004755 src:
4756 - test/cpp/end2end/streaming_throughput_test.cc
4757 deps:
4758 - grpc++_test_util
4759 - grpc_test_util
4760 - grpc++
4761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004762 - gpr_test_util
4763 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004764 platforms:
4765 - mac
4766 - linux
4767 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004768- name: stress_test
4769 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004770 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004771 language: c++
4772 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004773 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004774 - test/cpp/interop/interop_client.h
4775 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004776 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004777 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004778 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004779 - src/proto/grpc/testing/empty.proto
4780 - src/proto/grpc/testing/messages.proto
4781 - src/proto/grpc/testing/metrics.proto
4782 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004783 - test/cpp/interop/interop_client.cc
4784 - test/cpp/interop/stress_interop_client.cc
4785 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004786 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004787 deps:
4788 - grpc++_test_util
4789 - grpc_test_util
4790 - grpc++
4791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004792 - gpr_test_util
4793 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004794 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004795- name: thread_manager_test
4796 build: test
4797 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004798 src:
4799 - test/cpp/thread_manager/thread_manager_test.cc
4800 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004801 - grpc++_unsecure
4802 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004803 - gpr
4804 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004805- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004806 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004807 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004808 build: test
4809 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004810 src:
4811 - test/cpp/end2end/thread_stress_test.cc
4812 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004813 - grpc++_test_util_unsecure
4814 - grpc_test_util_unsecure
4815 - grpc++_unsecure
4816 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004817 - gpr_test_util
4818 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004819- name: transport_pid_controller_test
4820 build: test
4821 language: c++
4822 src:
4823 - test/core/transport/pid_controller_test.cc
4824 deps:
4825 - grpc++_test_util
4826 - grpc++
4827 - grpc_test_util
4828 - grpc
4829 - gpr_test_util
4830 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004831- name: writes_per_rpc_test
4832 gtest: true
4833 cpu_cost: 0.5
4834 build: test
4835 language: c++
4836 src:
4837 - test/cpp/performance/writes_per_rpc_test.cc
4838 deps:
4839 - grpc++_test_util
4840 - grpc_test_util
4841 - grpc++
4842 - grpc
4843 - gpr_test_util
4844 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004845 platforms:
4846 - mac
4847 - linux
4848 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004849- name: public_headers_must_be_c89
4850 build: test
4851 language: c89
4852 src:
4853 - test/core/surface/public_headers_must_be_c89.c
4854 deps:
4855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004856 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08004857- name: gen_hpack_tables
4858 build: tool
4859 language: cc
4860 src:
4861 - tools/codegen/core/gen_hpack_tables.cc
4862 deps:
4863 - gpr
4864 - grpc
4865 uses_polling: false
4866- name: gen_legal_metadata_characters
4867 build: tool
4868 language: cc
4869 src:
4870 - tools/codegen/core/gen_legal_metadata_characters.cc
4871 deps: []
4872- name: gen_percent_encoding_tables
4873 build: tool
4874 language: cc
4875 src:
4876 - tools/codegen/core/gen_percent_encoding_tables.cc
4877 deps: []
4878 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004879vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004880- linkage: static
4881 name: grpc.dependencies.zlib
4882 props: false
4883 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004884 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004885- linkage: static
4886 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004887 props: true
4888 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004889 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004890- name: gflags
4891 props: false
4892 redist: false
4893 version: 2.1.2.1
4894- name: gtest
4895 props: false
4896 redist: false
4897 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004898configs:
4899 asan:
4900 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004901 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4902 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004903 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004904 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004905 LDFLAGS: -fsanitize=address
4906 LDXX: clang++
4907 compile_the_world: true
4908 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004909 ASAN_OPTIONS: detect_leaks=1:color=always
4910 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004911 asan-noleaks:
4912 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004913 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4914 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004915 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004916 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004917 LDFLAGS: -fsanitize=address
4918 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004919 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004920 test_environ:
4921 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004922 asan-trace-cmp:
4923 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004924 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4925 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004926 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004927 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004928 LDFLAGS: -fsanitize=address
4929 LDXX: clang++
4930 compile_the_world: true
4931 test_environ:
4932 ASAN_OPTIONS: detect_leaks=1:color=always
4933 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004934 basicprof:
4935 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4936 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004937 c++-compat:
4938 CFLAGS: -Wc++-compat
4939 CPPFLAGS: -O0
4940 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004941 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004942 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004943 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004944 dbg:
4945 CPPFLAGS: -O0
4946 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004947 gcov:
4948 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004949 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004950 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004951 DEFINES: _DEBUG DEBUG GPR_GCOV
4952 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004953 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004954 LDXX: g++
4955 helgrind:
4956 CPPFLAGS: -O0
4957 DEFINES: _DEBUG DEBUG
4958 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004959 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004960 lto:
4961 CPPFLAGS: -O2
4962 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004963 memcheck:
4964 CPPFLAGS: -O0
4965 DEFINES: _DEBUG DEBUG
4966 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004967 valgrind: --tool=memcheck --leak-check=full
4968 msan:
4969 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004970 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004971 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
4972 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004973 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004974 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004975 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004976 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4977 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4978 LDXX: clang++
4979 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08004980 test_environ:
4981 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08004982 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004983 CPPFLAGS: -O3 -fno-omit-frame-pointer
4984 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004985 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08004986 noexcept:
Craig Tillera0f85172016-01-20 15:56:06 -08004987 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004988 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004989 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004990 opt:
4991 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08004992 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004993 stapprof:
4994 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4995 DEFINES: NDEBUG
4996 tsan:
4997 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004998 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004999 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005000 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005001 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005002 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005003 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005004 LDXX: clang++
5005 compile_the_world: true
5006 test_environ:
5007 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005008 ubsan:
5009 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005010 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5011 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005012 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005013 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005014 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005015 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005016 LDXX: clang++
5017 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005018 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005019 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005020defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005021 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005022 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5023 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005024 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5025 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5026 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5027 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5028 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005029 benchmark:
5030 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005031 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005032 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07005033 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005034 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005035 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005036 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005037 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005038 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005039 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005040 LDFLAGS: -g
5041 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005042 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01005043 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005044openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005045 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005046 extraction_dir: openssl-1.0.2f
5047 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005048php_config_m4:
5049 deps:
5050 - grpc
5051 - gpr
5052 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005053 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005054 headers:
5055 - src/php/ext/grpc/byte_buffer.h
5056 - src/php/ext/grpc/call.h
5057 - src/php/ext/grpc/call_credentials.h
5058 - src/php/ext/grpc/channel.h
5059 - src/php/ext/grpc/channel_credentials.h
5060 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005061 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005062 - src/php/ext/grpc/php_grpc.h
5063 - src/php/ext/grpc/server.h
5064 - src/php/ext/grpc/server_credentials.h
5065 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005066 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005067 src:
5068 - src/php/ext/grpc/byte_buffer.c
5069 - src/php/ext/grpc/call.c
5070 - src/php/ext/grpc/call_credentials.c
5071 - src/php/ext/grpc/channel.c
5072 - src/php/ext/grpc/channel_credentials.c
5073 - src/php/ext/grpc/completion_queue.c
5074 - src/php/ext/grpc/php_grpc.c
5075 - src/php/ext/grpc/server.c
5076 - src/php/ext/grpc/server_credentials.c
5077 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005078python_dependencies:
5079 deps:
5080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005081 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005082 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005083 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005084 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005085ruby_gem:
5086 deps:
5087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005088 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005089 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005090 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005091 - z