blob: 6158b466ea7350e53eb0f277d63ff37487e9b901 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai58c33ba2017-09-01 14:08:42 -070015 core_version: 5.0.0-dev
Mehrdad Afshari14e96f92017-11-27 17:00:13 -080016 g_stands_for: glossy
17 version: 1.9.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070023 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070024 uses:
25 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070026 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070027- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010028 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070029 - src/core/lib/profiling/basic_timers.cc
30 - src/core/lib/profiling/stap_timers.cc
31 - src/core/lib/support/alloc.cc
32 - src/core/lib/support/arena.cc
33 - src/core/lib/support/atm.cc
34 - src/core/lib/support/avl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070035 - src/core/lib/support/cmdline.cc
36 - src/core/lib/support/cpu_iphone.cc
37 - src/core/lib/support/cpu_linux.cc
38 - src/core/lib/support/cpu_posix.cc
39 - src/core/lib/support/cpu_windows.cc
40 - src/core/lib/support/env_linux.cc
41 - src/core/lib/support/env_posix.cc
42 - src/core/lib/support/env_windows.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +010043 - src/core/lib/support/fork.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070044 - src/core/lib/support/host_port.cc
45 - src/core/lib/support/log.cc
46 - src/core/lib/support/log_android.cc
47 - src/core/lib/support/log_linux.cc
48 - src/core/lib/support/log_posix.cc
49 - src/core/lib/support/log_windows.cc
50 - src/core/lib/support/mpscq.cc
51 - src/core/lib/support/murmur_hash.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070052 - src/core/lib/support/string.cc
53 - src/core/lib/support/string_posix.cc
54 - src/core/lib/support/string_util_windows.cc
55 - src/core/lib/support/string_windows.cc
56 - src/core/lib/support/subprocess_posix.cc
57 - src/core/lib/support/subprocess_windows.cc
58 - src/core/lib/support/sync.cc
59 - src/core/lib/support/sync_posix.cc
60 - src/core/lib/support/sync_windows.cc
61 - src/core/lib/support/thd.cc
62 - src/core/lib/support/thd_posix.cc
63 - src/core/lib/support/thd_windows.cc
64 - src/core/lib/support/time.cc
65 - src/core/lib/support/time_posix.cc
66 - src/core/lib/support/time_precise.cc
67 - src/core/lib/support/time_windows.cc
68 - src/core/lib/support/tls_pthread.cc
69 - src/core/lib/support/tmpfile_msys.cc
70 - src/core/lib/support/tmpfile_posix.cc
71 - src/core/lib/support/tmpfile_windows.cc
72 - src/core/lib/support/wrap_memcpy.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:
104 - src/core/lib/profiling/timers.h
ncteisene66ad3b2017-11-06 20:22:48 -0800105 - src/core/lib/support/abstract.h
Vijay Pai42807252017-07-28 15:08:24 -0700106 - src/core/lib/support/arena.h
107 - src/core/lib/support/atomic.h
108 - src/core/lib/support/atomic_with_atm.h
109 - src/core/lib/support/atomic_with_std.h
Vijay Pai42807252017-07-28 15:08:24 -0700110 - src/core/lib/support/env.h
Ken Payson9714e032017-10-10 11:18:49 -0700111 - src/core/lib/support/fork.h
Craig Tiller92226062017-10-08 21:16:12 -0700112 - src/core/lib/support/manual_constructor.h
Vijay Pai42807252017-07-28 15:08:24 -0700113 - src/core/lib/support/memory.h
114 - src/core/lib/support/mpscq.h
115 - src/core/lib/support/murmur_hash.h
116 - src/core/lib/support/spinlock.h
Vijay Pai42807252017-07-28 15:08:24 -0700117 - src/core/lib/support/string.h
118 - src/core/lib/support/string_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700119 - src/core/lib/support/thd_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700120 - src/core/lib/support/time_precise.h
121 - src/core/lib/support/tmpfile.h
122 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700123 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800124- name: gpr_codegen
125 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800126 - include/grpc/impl/codegen/atm.h
127 - include/grpc/impl/codegen/atm_gcc_atomic.h
128 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700130 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800131 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700132 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800133 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800134 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700135 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800136 - include/grpc/impl/codegen/sync_generic.h
137 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700139- name: grpc++_base
140 deps:
141 - grpc
142 uses:
143 - grpc++_common
144 - grpc++_codegen_base
145- name: grpc++_base_unsecure
146 deps:
147 - grpc_unsecure
148 uses:
149 - grpc++_common
150 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700151- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700152 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700153 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700154 - src/core/lib/channel/channel_args.cc
155 - src/core/lib/channel/channel_stack.cc
156 - src/core/lib/channel/channel_stack_builder.cc
157 - src/core/lib/channel/connected_channel.cc
158 - src/core/lib/channel/handshaker.cc
159 - src/core/lib/channel/handshaker_factory.cc
160 - src/core/lib/channel/handshaker_registry.cc
161 - src/core/lib/compression/compression.cc
162 - src/core/lib/compression/message_compress.cc
163 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700164 - src/core/lib/compression/stream_compression_gzip.cc
165 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700166 - src/core/lib/debug/stats.cc
167 - src/core/lib/debug/stats_data.cc
168 - src/core/lib/http/format_request.cc
169 - src/core/lib/http/httpcli.cc
170 - src/core/lib/http/parser.cc
171 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700172 - src/core/lib/iomgr/combiner.cc
173 - src/core/lib/iomgr/endpoint.cc
174 - src/core/lib/iomgr/endpoint_pair_posix.cc
175 - src/core/lib/iomgr/endpoint_pair_uv.cc
176 - src/core/lib/iomgr/endpoint_pair_windows.cc
177 - src/core/lib/iomgr/error.cc
178 - src/core/lib/iomgr/ev_epoll1_linux.cc
179 - src/core/lib/iomgr/ev_epollex_linux.cc
180 - src/core/lib/iomgr/ev_epollsig_linux.cc
181 - src/core/lib/iomgr/ev_poll_posix.cc
182 - src/core/lib/iomgr/ev_posix.cc
183 - src/core/lib/iomgr/ev_windows.cc
184 - src/core/lib/iomgr/exec_ctx.cc
185 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100186 - src/core/lib/iomgr/fork_posix.cc
187 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700188 - src/core/lib/iomgr/gethostname_fallback.cc
189 - src/core/lib/iomgr/gethostname_host_name_max.cc
190 - src/core/lib/iomgr/gethostname_sysconf.cc
191 - src/core/lib/iomgr/iocp_windows.cc
192 - src/core/lib/iomgr/iomgr.cc
193 - src/core/lib/iomgr/iomgr_posix.cc
194 - src/core/lib/iomgr/iomgr_uv.cc
195 - src/core/lib/iomgr/iomgr_windows.cc
196 - src/core/lib/iomgr/is_epollexclusive_available.cc
197 - src/core/lib/iomgr/load_file.cc
198 - src/core/lib/iomgr/lockfree_event.cc
199 - src/core/lib/iomgr/network_status_tracker.cc
200 - src/core/lib/iomgr/polling_entity.cc
201 - src/core/lib/iomgr/pollset_set_uv.cc
202 - src/core/lib/iomgr/pollset_set_windows.cc
203 - src/core/lib/iomgr/pollset_uv.cc
204 - src/core/lib/iomgr/pollset_windows.cc
205 - src/core/lib/iomgr/resolve_address_posix.cc
206 - src/core/lib/iomgr/resolve_address_uv.cc
207 - src/core/lib/iomgr/resolve_address_windows.cc
208 - src/core/lib/iomgr/resource_quota.cc
209 - src/core/lib/iomgr/sockaddr_utils.cc
210 - src/core/lib/iomgr/socket_factory_posix.cc
211 - src/core/lib/iomgr/socket_mutator.cc
212 - src/core/lib/iomgr/socket_utils_common_posix.cc
213 - src/core/lib/iomgr/socket_utils_linux.cc
214 - src/core/lib/iomgr/socket_utils_posix.cc
215 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700216 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700217 - src/core/lib/iomgr/socket_windows.cc
218 - src/core/lib/iomgr/tcp_client_posix.cc
219 - src/core/lib/iomgr/tcp_client_uv.cc
220 - src/core/lib/iomgr/tcp_client_windows.cc
221 - src/core/lib/iomgr/tcp_posix.cc
222 - src/core/lib/iomgr/tcp_server_posix.cc
223 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
224 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
225 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
226 - src/core/lib/iomgr/tcp_server_uv.cc
227 - src/core/lib/iomgr/tcp_server_windows.cc
228 - src/core/lib/iomgr/tcp_uv.cc
229 - src/core/lib/iomgr/tcp_windows.cc
230 - src/core/lib/iomgr/time_averaged_stats.cc
231 - src/core/lib/iomgr/timer_generic.cc
232 - src/core/lib/iomgr/timer_heap.cc
233 - src/core/lib/iomgr/timer_manager.cc
234 - src/core/lib/iomgr/timer_uv.cc
235 - src/core/lib/iomgr/udp_server.cc
236 - src/core/lib/iomgr/unix_sockets_posix.cc
237 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
238 - src/core/lib/iomgr/wakeup_fd_cv.cc
239 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
240 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
241 - src/core/lib/iomgr/wakeup_fd_pipe.cc
242 - src/core/lib/iomgr/wakeup_fd_posix.cc
243 - src/core/lib/json/json.cc
244 - src/core/lib/json/json_reader.cc
245 - src/core/lib/json/json_string.cc
246 - src/core/lib/json/json_writer.cc
247 - src/core/lib/slice/b64.cc
248 - src/core/lib/slice/percent_encoding.cc
249 - src/core/lib/slice/slice.cc
250 - src/core/lib/slice/slice_buffer.cc
251 - src/core/lib/slice/slice_hash_table.cc
252 - src/core/lib/slice/slice_intern.cc
253 - src/core/lib/slice/slice_string_helpers.cc
254 - src/core/lib/surface/alarm.cc
255 - src/core/lib/surface/api_trace.cc
256 - src/core/lib/surface/byte_buffer.cc
257 - src/core/lib/surface/byte_buffer_reader.cc
258 - src/core/lib/surface/call.cc
259 - src/core/lib/surface/call_details.cc
260 - src/core/lib/surface/call_log_batch.cc
261 - src/core/lib/surface/channel.cc
262 - src/core/lib/surface/channel_init.cc
263 - src/core/lib/surface/channel_ping.cc
264 - src/core/lib/surface/channel_stack_type.cc
265 - src/core/lib/surface/completion_queue.cc
266 - src/core/lib/surface/completion_queue_factory.cc
267 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700268 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700269 - src/core/lib/surface/metadata_array.cc
270 - src/core/lib/surface/server.cc
271 - src/core/lib/surface/validate_metadata.cc
272 - src/core/lib/surface/version.cc
273 - src/core/lib/transport/bdp_estimator.cc
274 - src/core/lib/transport/byte_stream.cc
275 - src/core/lib/transport/connectivity_state.cc
276 - src/core/lib/transport/error_utils.cc
277 - src/core/lib/transport/metadata.cc
278 - src/core/lib/transport/metadata_batch.cc
279 - src/core/lib/transport/pid_controller.cc
280 - src/core/lib/transport/service_config.cc
281 - src/core/lib/transport/static_metadata.cc
282 - src/core/lib/transport/status_conversion.cc
283 - src/core/lib/transport/timeout_encoding.cc
284 - src/core/lib/transport/transport.cc
285 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700286 deps:
287 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700288 filegroups:
289 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700290 uses:
291 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700292 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700293- name: grpc_base_headers
294 public_headers:
295 - include/grpc/byte_buffer.h
296 - include/grpc/byte_buffer_reader.h
297 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700298 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700299 - include/grpc/grpc.h
300 - include/grpc/grpc_posix.h
301 - include/grpc/grpc_security_constants.h
302 - include/grpc/load_reporting.h
303 - include/grpc/slice.h
304 - include/grpc/slice_buffer.h
305 - include/grpc/status.h
306 - include/grpc/support/workaround_list.h
307 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700308 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700309 - src/core/lib/channel/channel_args.h
310 - src/core/lib/channel/channel_stack.h
311 - src/core/lib/channel/channel_stack_builder.h
312 - src/core/lib/channel/connected_channel.h
313 - src/core/lib/channel/context.h
314 - src/core/lib/channel/handshaker.h
315 - src/core/lib/channel/handshaker_factory.h
316 - src/core/lib/channel/handshaker_registry.h
317 - src/core/lib/compression/algorithm_metadata.h
318 - src/core/lib/compression/message_compress.h
319 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700320 - src/core/lib/compression/stream_compression_gzip.h
321 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700322 - src/core/lib/debug/stats.h
323 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700324 - src/core/lib/http/format_request.h
325 - src/core/lib/http/httpcli.h
326 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700327 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700328 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700329 - src/core/lib/iomgr/closure.h
330 - src/core/lib/iomgr/combiner.h
331 - src/core/lib/iomgr/endpoint.h
332 - src/core/lib/iomgr/endpoint_pair.h
333 - src/core/lib/iomgr/error.h
334 - src/core/lib/iomgr/error_internal.h
335 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700336 - src/core/lib/iomgr/ev_epollex_linux.h
337 - src/core/lib/iomgr/ev_epollsig_linux.h
338 - src/core/lib/iomgr/ev_poll_posix.h
339 - src/core/lib/iomgr/ev_posix.h
340 - src/core/lib/iomgr/exec_ctx.h
341 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700342 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700343 - src/core/lib/iomgr/iocp_windows.h
344 - src/core/lib/iomgr/iomgr.h
345 - src/core/lib/iomgr/iomgr_internal.h
346 - src/core/lib/iomgr/iomgr_posix.h
347 - src/core/lib/iomgr/iomgr_uv.h
348 - src/core/lib/iomgr/is_epollexclusive_available.h
349 - src/core/lib/iomgr/load_file.h
350 - src/core/lib/iomgr/lockfree_event.h
351 - src/core/lib/iomgr/nameser.h
352 - src/core/lib/iomgr/network_status_tracker.h
353 - src/core/lib/iomgr/polling_entity.h
354 - src/core/lib/iomgr/pollset.h
355 - src/core/lib/iomgr/pollset_set.h
356 - src/core/lib/iomgr/pollset_set_windows.h
357 - src/core/lib/iomgr/pollset_uv.h
358 - src/core/lib/iomgr/pollset_windows.h
359 - src/core/lib/iomgr/port.h
360 - src/core/lib/iomgr/resolve_address.h
361 - src/core/lib/iomgr/resource_quota.h
362 - src/core/lib/iomgr/sockaddr.h
363 - src/core/lib/iomgr/sockaddr_posix.h
364 - src/core/lib/iomgr/sockaddr_utils.h
365 - src/core/lib/iomgr/sockaddr_windows.h
366 - src/core/lib/iomgr/socket_factory_posix.h
367 - src/core/lib/iomgr/socket_mutator.h
368 - src/core/lib/iomgr/socket_utils.h
369 - src/core/lib/iomgr/socket_utils_posix.h
370 - src/core/lib/iomgr/socket_windows.h
371 - src/core/lib/iomgr/sys_epoll_wrapper.h
372 - src/core/lib/iomgr/tcp_client.h
373 - src/core/lib/iomgr/tcp_client_posix.h
374 - src/core/lib/iomgr/tcp_posix.h
375 - src/core/lib/iomgr/tcp_server.h
376 - src/core/lib/iomgr/tcp_server_utils_posix.h
377 - src/core/lib/iomgr/tcp_uv.h
378 - src/core/lib/iomgr/tcp_windows.h
379 - src/core/lib/iomgr/time_averaged_stats.h
380 - src/core/lib/iomgr/timer.h
381 - src/core/lib/iomgr/timer_generic.h
382 - src/core/lib/iomgr/timer_heap.h
383 - src/core/lib/iomgr/timer_manager.h
384 - src/core/lib/iomgr/timer_uv.h
385 - src/core/lib/iomgr/udp_server.h
386 - src/core/lib/iomgr/unix_sockets_posix.h
387 - src/core/lib/iomgr/wakeup_fd_cv.h
388 - src/core/lib/iomgr/wakeup_fd_pipe.h
389 - src/core/lib/iomgr/wakeup_fd_posix.h
390 - src/core/lib/json/json.h
391 - src/core/lib/json/json_common.h
392 - src/core/lib/json/json_reader.h
393 - src/core/lib/json/json_writer.h
394 - src/core/lib/slice/b64.h
395 - src/core/lib/slice/percent_encoding.h
396 - src/core/lib/slice/slice_hash_table.h
397 - src/core/lib/slice/slice_internal.h
398 - src/core/lib/slice/slice_string_helpers.h
Mark D. Roth240bad32017-11-29 10:50:45 -0800399 - src/core/lib/support/debug_location.h
Mark D. Rothbf816d32017-11-29 11:25:34 -0800400 - src/core/lib/support/ref_counted.h
401 - src/core/lib/support/ref_counted_ptr.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700402 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700403 - 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
Craig Tillerb995e8b2016-12-12 06:36:43 -0800488 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800489 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800490 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700491 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800492 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700493 uses:
494 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700495- name: grpc_deadline_filter
496 headers:
497 - src/core/ext/filters/deadline/deadline_filter.h
498 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700499 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700500 plugin: grpc_deadline_filter
501 uses:
502 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700503- name: grpc_http_filters
504 headers:
505 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700506 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700507 - src/core/ext/filters/http/server/http_server_filter.h
508 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700509 - src/core/ext/filters/http/client/http_client_filter.cc
510 - src/core/ext/filters/http/http_filters_plugin.cc
511 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
512 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700513 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700514 uses:
515 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700516- name: grpc_lb_policy_grpclb
517 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700518 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700519 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
520 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700521 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700522 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
523 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700524 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700525 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
526 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
527 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
528 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
529 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700530 - 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 -0800531 plugin: grpc_lb_policy_grpclb
532 uses:
533 - grpc_base
534 - grpc_client_channel
535 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700536 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800537- name: grpc_lb_policy_grpclb_secure
538 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700539 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700540 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
544 - 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 -0800545 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
549 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
550 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700551 - 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 -0700552 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700553 uses:
554 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700555 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700556 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700557 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700558 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700559- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700560 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700561 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700562 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700563 uses:
564 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700565 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700566 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700567- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700568 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700569 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700570 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700571 uses:
572 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700573 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700574 - grpc_lb_subchannel_list
575- name: grpc_lb_subchannel_list
576 headers:
577 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
578 src:
579 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
580 uses:
581 - grpc_base
582 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700583- name: grpc_max_age_filter
584 headers:
585 - src/core/ext/filters/max_age/max_age_filter.h
586 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700587 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700588 plugin: grpc_max_age_filter
589 uses:
590 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700591- name: grpc_message_size_filter
592 headers:
593 - src/core/ext/filters/message_size/message_size_filter.h
594 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700595 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700596 plugin: grpc_message_size_filter
597 uses:
598 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700599- name: grpc_resolver_dns_ares
600 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700601 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
602 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700603 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700604 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
605 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
606 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
607 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700608 plugin: grpc_resolver_dns_ares
609 uses:
610 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700611 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700612- name: grpc_resolver_dns_native
613 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700614 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700615 plugin: grpc_resolver_dns_native
616 uses:
617 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700618 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700619- name: grpc_resolver_fake
620 headers:
621 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
622 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700623 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700624 plugin: grpc_resolver_fake
625 uses:
626 - grpc_base
627 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700628- name: grpc_resolver_sockaddr
629 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700630 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700631 plugin: grpc_resolver_sockaddr
632 uses:
633 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700634 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100635- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700636 public_headers:
637 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100638 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700639 - src/core/lib/security/context/security_context.h
640 - src/core/lib/security/credentials/composite/composite_credentials.h
641 - src/core/lib/security/credentials/credentials.h
642 - src/core/lib/security/credentials/fake/fake_credentials.h
643 - src/core/lib/security/credentials/google_default/google_default_credentials.h
644 - src/core/lib/security/credentials/iam/iam_credentials.h
645 - src/core/lib/security/credentials/jwt/json_token.h
646 - src/core/lib/security/credentials/jwt/jwt_credentials.h
647 - src/core/lib/security/credentials/jwt/jwt_verifier.h
648 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
649 - src/core/lib/security/credentials/plugin/plugin_credentials.h
650 - src/core/lib/security/credentials/ssl/ssl_credentials.h
651 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800652 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700653 - src/core/lib/security/transport/secure_endpoint.h
654 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800655 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700656 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700657 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100658 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700659 - src/core/lib/http/httpcli_security_connector.cc
660 - src/core/lib/security/context/security_context.cc
661 - src/core/lib/security/credentials/composite/composite_credentials.cc
662 - src/core/lib/security/credentials/credentials.cc
663 - src/core/lib/security/credentials/credentials_metadata.cc
664 - src/core/lib/security/credentials/fake/fake_credentials.cc
665 - src/core/lib/security/credentials/google_default/credentials_generic.cc
666 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
667 - src/core/lib/security/credentials/iam/iam_credentials.cc
668 - src/core/lib/security/credentials/jwt/json_token.cc
669 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
670 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
671 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
672 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
673 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
674 - src/core/lib/security/transport/client_auth_filter.cc
675 - src/core/lib/security/transport/lb_targets_info.cc
676 - src/core/lib/security/transport/secure_endpoint.cc
677 - src/core/lib/security/transport/security_connector.cc
678 - src/core/lib/security/transport/security_handshaker.cc
679 - src/core/lib/security/transport/server_auth_filter.cc
680 - src/core/lib/security/transport/tsi_error.cc
681 - src/core/lib/security/util/json_util.cc
682 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700683 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700684 uses:
685 - grpc_base
686 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700687 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700688- name: grpc_server_backward_compatibility
689 headers:
690 - src/core/ext/filters/workarounds/workaround_utils.h
691 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700692 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700693 uses:
694 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700695- name: grpc_server_load_reporting
696 headers:
697 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
698 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
699 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700700 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
701 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700702 plugin: grpc_server_load_reporting_plugin
703 uses:
704 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700705- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700707 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700708 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700709 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800710 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700711 - test/core/end2end/fixtures/proxy.h
712 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800713 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700714 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800715 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200716 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700717 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700718 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700719 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700720 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700721 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700722 - test/core/util/slice_splitter.h
ncteisenaa3b1972017-11-17 15:56:27 -0800723 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800724 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700725 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700726 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700727 - test/core/end2end/cq_verifier.cc
728 - test/core/end2end/fixtures/http_proxy_fixture.cc
729 - test/core/end2end/fixtures/proxy.cc
730 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700731 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700732 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800733 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700734 - test/core/util/memory_counters.cc
735 - test/core/util/mock_endpoint.cc
736 - test/core/util/parse_hexstring.cc
737 - test/core/util/passthru_endpoint.cc
738 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800739 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700740 - test/core/util/port_server_client.cc
741 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800742 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700743 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700744 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700745 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700746 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700747 uses:
748 - grpc_base
749 - grpc_client_channel
750 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700751- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700752 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700753 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700754 deps:
755 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700756 filegroups:
757 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700758 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700759- name: grpc_trace_headers
760 headers:
761 - src/core/lib/debug/trace.h
762 deps:
763 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700764- name: grpc_transport_chttp2
765 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700766 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700767 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700768 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700769 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700770 - src/core/ext/transport/chttp2/transport/frame.h
771 - src/core/ext/transport/chttp2/transport/frame_data.h
772 - src/core/ext/transport/chttp2/transport/frame_goaway.h
773 - src/core/ext/transport/chttp2/transport/frame_ping.h
774 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
775 - src/core/ext/transport/chttp2/transport/frame_settings.h
776 - src/core/ext/transport/chttp2/transport/frame_window_update.h
777 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
778 - src/core/ext/transport/chttp2/transport/hpack_parser.h
779 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700780 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700781 - src/core/ext/transport/chttp2/transport/huffsyms.h
782 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
783 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700784 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700785 - src/core/ext/transport/chttp2/transport/varint.h
786 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700787 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
788 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
789 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
790 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
791 - src/core/ext/transport/chttp2/transport/flow_control.cc
792 - src/core/ext/transport/chttp2/transport/frame_data.cc
793 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
794 - src/core/ext/transport/chttp2/transport/frame_ping.cc
795 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
796 - src/core/ext/transport/chttp2/transport/frame_settings.cc
797 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
798 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
799 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
800 - src/core/ext/transport/chttp2/transport/hpack_table.cc
801 - src/core/ext/transport/chttp2/transport/http2_settings.cc
802 - src/core/ext/transport/chttp2/transport/huffsyms.cc
803 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
804 - src/core/ext/transport/chttp2/transport/parsing.cc
805 - src/core/ext/transport/chttp2/transport/stream_lists.cc
806 - src/core/ext/transport/chttp2/transport/stream_map.cc
807 - src/core/ext/transport/chttp2/transport/varint.cc
808 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700809 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700810 uses:
811 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700812 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700813 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700814- name: grpc_transport_chttp2_alpn
815 headers:
816 - src/core/ext/transport/chttp2/alpn/alpn.h
817 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700818 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700819 deps:
820 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800821- name: grpc_transport_chttp2_client_connector
822 headers:
823 - src/core/ext/transport/chttp2/client/chttp2_connector.h
824 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700825 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800826 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800827 - grpc_transport_chttp2
828 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700829 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700830- name: grpc_transport_chttp2_client_insecure
831 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700832 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
833 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700834 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800835 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700836 - grpc_transport_chttp2
837 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700838 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700839- name: grpc_transport_chttp2_client_secure
840 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700841 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700842 uses:
843 - grpc_transport_chttp2
844 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700845 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700846 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800847 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800848- name: grpc_transport_chttp2_server
849 headers:
850 - src/core/ext/transport/chttp2/server/chttp2_server.h
851 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700852 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800853 uses:
854 - grpc_transport_chttp2
855 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700856- name: grpc_transport_chttp2_server_insecure
857 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700858 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
859 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700860 uses:
861 - grpc_transport_chttp2
862 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800863 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700864- name: grpc_transport_chttp2_server_secure
865 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700866 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700867 uses:
868 - grpc_transport_chttp2
869 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700870 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800871 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700872- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700873 public_headers:
874 - include/grpc/grpc_cronet.h
875 - include/grpc/grpc_security.h
876 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700877 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800878 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800879 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700880 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700881 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
882 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
883 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700884 filegroups:
885 - grpc_base
886 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700887 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700888- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700889 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700890 - src/core/ext/transport/inproc/inproc_plugin.cc
891 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700892 plugin: grpc_inproc_plugin
893 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700894 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700895 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700896- name: grpc_transport_inproc_headers
897 headers:
898 - src/core/ext/transport/inproc/inproc_transport.h
899 uses:
900 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700901- name: grpc_workaround_cronet_compression_filter
902 headers:
903 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
904 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700905 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700906 plugin: grpc_workaround_cronet_compression_filter
907 uses:
908 - grpc_base
909 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800910- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700911 src:
912 - third_party/nanopb/pb_common.c
913 - third_party/nanopb/pb_decode.c
914 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700915 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700916 - nanopb_headers
917- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800918 headers:
919 - third_party/nanopb/pb.h
920 - third_party/nanopb/pb_common.h
921 - third_party/nanopb/pb_decode.h
922 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700923- name: transport_security_test_lib
924 build: test
925 headers:
926 - test/core/tsi/transport_security_test_lib.h
927 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700928 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700929 deps:
930 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700931- name: tsi
932 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700933 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700934 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700935 - src/core/tsi/ssl_transport_security.h
936 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700937 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700938 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700939 - src/core/tsi/fake_transport_security.cc
940 - src/core/tsi/gts_transport_security.cc
941 - src/core/tsi/ssl_transport_security.cc
942 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 deps:
944 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700945 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700947 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700948 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700949 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700950 - grpc_trace
951- name: tsi_interface
952 headers:
953 - src/core/tsi/transport_security.h
954 - src/core/tsi/transport_security_adapter.h
955 - src/core/tsi/transport_security_interface.h
956 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700957 - src/core/tsi/transport_security.cc
958 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700959 deps:
960 - gpr
961 secure: true
962 uses:
963 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700964- name: grpc++_codegen_base
965 language: c++
966 public_headers:
967 - include/grpc++/impl/codegen/async_stream.h
968 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700969 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700970 - include/grpc++/impl/codegen/call.h
971 - include/grpc++/impl/codegen/call_hook.h
972 - include/grpc++/impl/codegen/channel_interface.h
973 - include/grpc++/impl/codegen/client_context.h
974 - include/grpc++/impl/codegen/client_unary_call.h
975 - include/grpc++/impl/codegen/completion_queue.h
976 - include/grpc++/impl/codegen/completion_queue_tag.h
977 - include/grpc++/impl/codegen/config.h
978 - include/grpc++/impl/codegen/core_codegen_interface.h
979 - include/grpc++/impl/codegen/create_auth_context.h
980 - include/grpc++/impl/codegen/grpc_library.h
981 - include/grpc++/impl/codegen/metadata_map.h
982 - include/grpc++/impl/codegen/method_handler_impl.h
983 - include/grpc++/impl/codegen/rpc_method.h
984 - include/grpc++/impl/codegen/rpc_service_method.h
985 - include/grpc++/impl/codegen/security/auth_context.h
986 - include/grpc++/impl/codegen/serialization_traits.h
987 - include/grpc++/impl/codegen/server_context.h
988 - include/grpc++/impl/codegen/server_interface.h
989 - include/grpc++/impl/codegen/service_type.h
990 - include/grpc++/impl/codegen/slice.h
991 - include/grpc++/impl/codegen/status.h
992 - include/grpc++/impl/codegen/status_code_enum.h
993 - include/grpc++/impl/codegen/string_ref.h
994 - include/grpc++/impl/codegen/stub_options.h
995 - include/grpc++/impl/codegen/sync_stream.h
996 - include/grpc++/impl/codegen/time.h
997 uses:
998 - grpc_codegen
999- name: grpc++_codegen_base_src
1000 language: c++
1001 src:
1002 - src/cpp/codegen/codegen_init.cc
1003 uses:
1004 - grpc++_codegen_base
1005- name: grpc++_codegen_proto
1006 language: c++
1007 public_headers:
1008 - include/grpc++/impl/codegen/proto_utils.h
1009 uses:
1010 - grpc++_codegen_base
1011 - grpc++_config_proto
1012- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001013 language: c++
1014 public_headers:
1015 - include/grpc++/alarm.h
1016 - include/grpc++/channel.h
1017 - include/grpc++/client_context.h
1018 - include/grpc++/completion_queue.h
1019 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001020 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001021 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 - include/grpc++/generic/async_generic_service.h
1023 - include/grpc++/generic/generic_stub.h
1024 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001025 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001026 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001027 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001028 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001029 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001030 - include/grpc++/impl/grpc_library.h
1031 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001032 - include/grpc++/impl/rpc_method.h
1033 - include/grpc++/impl/rpc_service_method.h
1034 - include/grpc++/impl/serialization_traits.h
1035 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001036 - include/grpc++/impl/server_builder_plugin.h
1037 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001038 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001039 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001040 - include/grpc++/security/auth_context.h
1041 - include/grpc++/security/auth_metadata_processor.h
1042 - include/grpc++/security/credentials.h
1043 - include/grpc++/security/server_credentials.h
1044 - include/grpc++/server.h
1045 - include/grpc++/server_builder.h
1046 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001047 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001048 - include/grpc++/support/async_stream.h
1049 - include/grpc++/support/async_unary_call.h
1050 - include/grpc++/support/byte_buffer.h
1051 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001052 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053 - include/grpc++/support/slice.h
1054 - include/grpc++/support/status.h
1055 - include/grpc++/support/status_code_enum.h
1056 - include/grpc++/support/string_ref.h
1057 - include/grpc++/support/stub_options.h
1058 - include/grpc++/support/sync_stream.h
1059 - include/grpc++/support/time.h
1060 headers:
1061 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001062 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001063 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001064 - src/cpp/server/health/default_health_check_service.h
1065 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001066 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001067 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001068 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001069 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 - src/cpp/client/client_context.cc
1071 - src/cpp/client/create_channel.cc
1072 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001073 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001074 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/client/generic_stub.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:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001708- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001709 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001710 build: test
1711 language: c
1712 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001713 - test/core/surface/alarm_test.cc
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001714 deps:
1715 - grpc_test_util
1716 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001717 - gpr_test_util
1718 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001719- name: algorithm_test
1720 build: test
1721 language: c
1722 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001723 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001729 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001730- name: alloc_test
1731 build: test
1732 language: c
1733 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001734 - test/core/support/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001735 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001738 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001739- name: alpn_test
1740 build: test
1741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001742 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001743 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001744 deps:
1745 - grpc_test_util
1746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001747 - gpr_test_util
1748 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001749- name: api_fuzzer
1750 build: fuzzer
1751 language: c
1752 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001753 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001754 deps:
1755 - grpc_test_util
1756 - grpc
1757 - gpr_test_util
1758 - gpr
1759 corpus_dirs:
1760 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001761 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001762 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001763- name: arena_test
1764 build: test
1765 language: c
1766 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001767 - test/core/support/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001768 deps:
1769 - gpr_test_util
1770 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001771 uses_polling: false
Craig Tillerc0df1c02017-07-17 16:12:33 -07001772- name: backoff_test
1773 build: test
1774 language: c
1775 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001776 - test/core/backoff/backoff_test.cc
Craig Tillerc0df1c02017-07-17 16:12:33 -07001777 deps:
1778 - grpc_test_util
1779 - grpc
1780 - gpr_test_util
1781 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001782 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001783- name: bad_server_response_test
1784 build: test
1785 language: c
1786 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001787 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001788 deps:
1789 - test_tcp_server
1790 - grpc_test_util
1791 - grpc
1792 - gpr_test_util
1793 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001794 exclude_iomgrs:
1795 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001796- name: bin_decoder_test
1797 build: test
1798 language: c
1799 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001800 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001801 deps:
1802 - grpc_test_util
1803 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001804 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805- name: bin_encoder_test
1806 build: test
1807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001808 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001809 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001810 deps:
1811 - grpc_test_util
1812 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001813 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001814- name: byte_stream_test
1815 build: test
1816 language: c
1817 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001818 - test/core/transport/byte_stream_test.cc
Vizerai12d1fc62016-09-09 14:22:19 -07001819 deps:
1820 - grpc_test_util
1821 - grpc
1822 - gpr_test_util
1823 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001824 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001825- name: channel_create_test
1826 build: test
1827 language: c
1828 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001829 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001830 deps:
1831 - grpc_test_util
1832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001833 - gpr_test_util
1834 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001835- name: check_epollexclusive
1836 build: tool
1837 language: c
1838 src:
1839 - test/build/check_epollexclusive.c
1840 deps:
1841 - grpc
1842 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001843- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844 build: test
1845 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001846 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001847 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001848 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 Tillerbf4b2242015-08-31 15:53:53 -07001854- name: chttp2_stream_map_test
1855 build: test
1856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001857 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001858 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001859 deps:
1860 - grpc_test_util
1861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr_test_util
1863 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001864 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001865- name: chttp2_varint_test
1866 build: test
1867 language: c
1868 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001869 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001870 deps:
1871 - grpc_test_util
1872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001875 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001876- name: client_fuzzer
1877 build: fuzzer
1878 language: c
1879 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001880 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001881 deps:
1882 - grpc_test_util
1883 - grpc
1884 - gpr_test_util
1885 - gpr
1886 corpus_dirs:
1887 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001888 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001889 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001890- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001891 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001892 build: test
1893 language: c
1894 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001895 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001896 deps:
1897 - grpc_test_util
1898 - grpc
1899 - gpr_test_util
1900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901- name: compression_test
1902 build: test
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001905 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001906 deps:
1907 - grpc_test_util
1908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001911 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001912- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001913 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001914 build: test
1915 language: c
1916 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001917 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001918 deps:
1919 - grpc_test_util
1920 - grpc
1921 - gpr_test_util
1922 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001923 exclude_iomgrs:
1924 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001925- name: connection_refused_test
1926 cpu_cost: 0.1
1927 build: test
1928 language: c
1929 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001930 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001931 deps:
1932 - grpc_test_util
1933 - grpc
1934 - gpr_test_util
1935 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001936- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001937 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001938 build: test
1939 language: c
1940 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001941 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001942 deps:
1943 - grpc_test_util
1944 - grpc
1945 - gpr_test_util
1946 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001947 exclude_iomgrs:
1948 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001949- name: dns_resolver_test
1950 build: test
1951 language: c
1952 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001953 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001960 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001964 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001965 deps:
1966 - grpc_test_util
1967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001970 exclude_iomgrs:
1971 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001972 platforms:
1973 - mac
1974 - linux
1975 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001976- name: endpoint_pair_test
1977 build: test
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001980 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001981 deps:
1982 - grpc_test_util
1983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 - gpr_test_util
1985 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001986 exclude_iomgrs:
1987 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001988- name: error_test
1989 cpu_cost: 30
1990 build: test
1991 language: c
1992 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001993 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001994 deps:
1995 - grpc_test_util
1996 - grpc
1997 - gpr_test_util
1998 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001999 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002000- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002001 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002002 build: test
2003 language: c
2004 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002005 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002006 deps:
2007 - grpc_test_util
2008 - grpc
2009 - gpr_test_util
2010 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002011 exclude_iomgrs:
2012 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002013 platforms:
2014 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002015- name: fake_resolver_test
2016 build: test
2017 language: c
2018 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002019 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002020 deps:
2021 - grpc_test_util
2022 - grpc
2023 - gpr_test_util
2024 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002025- name: fake_transport_security_test
2026 build: test
2027 language: c
2028 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002029 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002030 deps:
2031 - gpr_test_util
2032 - gpr
2033 - grpc
2034 filegroups:
2035 - transport_security_test_lib
2036 platforms:
2037 - linux
2038 - posix
2039 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040- name: fd_conservation_posix_test
2041 build: test
2042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002044 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002045 deps:
2046 - grpc_test_util
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002050 exclude_iomgrs:
2051 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002052 platforms:
2053 - mac
2054 - linux
2055 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056- name: fd_posix_test
2057 build: test
2058 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002059 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002060 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002061 deps:
2062 - grpc_test_util
2063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002064 - gpr_test_util
2065 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002066 exclude_iomgrs:
2067 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002068 platforms:
2069 - mac
2070 - linux
2071 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: fling_client
2073 build: test
2074 run: false
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002077 - test/core/fling/client.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 Tillerbf4b2242015-08-31 15:53:53 -07002083- name: fling_server
2084 build: test
2085 run: false
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002088 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002095 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096 build: test
2097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002099 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002105 platforms:
2106 - mac
2107 - linux
2108 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002109- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002110 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111 build: test
2112 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002113 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002114 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002115 deps:
2116 - grpc_test_util
2117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002120 platforms:
2121 - mac
2122 - linux
2123 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002124- name: gen_hpack_tables
2125 build: tool
2126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002127 src:
2128 - tools/codegen/core/gen_hpack_tables.c
2129 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002131 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002132 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133- name: gen_legal_metadata_characters
2134 build: tool
2135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002136 src:
2137 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002138 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002139- name: gen_percent_encoding_tables
2140 build: tool
2141 language: c
2142 src:
2143 - tools/codegen/core/gen_percent_encoding_tables.c
2144 deps: []
Vijay Pai58f38f52017-10-11 10:53:11 -07002145 uses_polling: false
Craig Tiller1b719582016-03-24 09:06:13 -07002146- name: goaway_server_test
2147 cpu_cost: 0.1
2148 build: test
2149 language: c
2150 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002151 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002152 deps:
2153 - grpc_test_util
2154 - grpc
2155 - gpr_test_util
2156 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002157 exclude_iomgrs:
2158 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002159 platforms:
2160 - mac
2161 - linux
2162 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002163- name: gpr_avl_test
2164 build: test
2165 language: c
2166 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002167 - test/core/support/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002168 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002171 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172- name: gpr_cmdline_test
2173 build: test
2174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002175 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002176 - test/core/support/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002177 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002180 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002181- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002182 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002183 build: test
2184 language: c
2185 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002186 - test/core/support/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002187 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002190 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002191- name: gpr_env_test
2192 build: test
2193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002194 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002195 - test/core/support/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002196 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002199 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002200- name: gpr_host_port_test
2201 build: test
2202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002203 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002204 - test/core/support/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002205 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr_test_util
2207 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002208 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: gpr_log_test
2210 build: test
2211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002212 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002213 - test/core/support/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002214 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002217 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002218- name: gpr_manual_constructor_test
2219 cpu_cost: 3
2220 build: test
2221 language: c
2222 src:
2223 - test/core/support/manual_constructor_test.cc
2224 deps:
2225 - gpr_test_util
2226 - gpr
2227 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002228- name: gpr_mpscq_test
2229 cpu_cost: 30
2230 build: test
2231 language: c
2232 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002233 - test/core/support/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002234 deps:
2235 - gpr_test_util
2236 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002237 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002238- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002239 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002240 build: test
2241 language: c
2242 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002243 - test/core/support/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002244 deps:
2245 - gpr_test_util
2246 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002247 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: gpr_string_test
2249 build: test
2250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002252 - test/core/support/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002253 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr_test_util
2255 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002256 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002258 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259 build: test
2260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002261 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002262 - test/core/support/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002263 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr_test_util
2265 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002266 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002268 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269 build: test
2270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002272 - test/core/support/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002273 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002276 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002277- name: gpr_time_test
2278 build: test
2279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002280 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002281 - test/core/support/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002282 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002285 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286- name: gpr_tls_test
2287 build: test
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002290 - test/core/support/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002291 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002294 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: gpr_useful_test
2296 build: test
2297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002299 - test/core/support/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002300 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002303 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304- name: grpc_auth_context_test
2305 build: test
2306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002307 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002308 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002314 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002315- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002316 build: test
2317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002319 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002325 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: grpc_byte_buffer_reader_test
2327 build: test
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002330 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002331 deps:
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002336 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: grpc_channel_args_test
2338 build: test
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002341 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002347 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002348- name: grpc_channel_stack_builder_test
2349 build: test
2350 language: c
2351 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002352 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002353 deps:
2354 - grpc_test_util
2355 - grpc
2356 - gpr_test_util
2357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: grpc_channel_stack_test
2359 build: test
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002362 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002368 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: grpc_completion_queue_test
2370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002373 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002379- name: grpc_completion_queue_threading_test
2380 build: test
2381 language: c
2382 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002383 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002384 deps:
2385 - grpc_test_util
2386 - grpc
2387 - gpr_test_util
2388 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002389 exclude_iomgrs:
2390 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391- name: grpc_create_jwt
2392 build: tool
2393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002395 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002396 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002399 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002400 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401- name: grpc_credentials_test
2402 build: test
2403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002404 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002405 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002406 deps:
2407 - grpc_test_util
2408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 - gpr_test_util
2410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002412 build: test
2413 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002416 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002422- name: grpc_invalid_channel_args_test
2423 build: test
2424 language: c
2425 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002426 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002427 deps:
2428 - grpc_test_util
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002432 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: grpc_json_token_test
2434 build: test
2435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002436 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002437 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002438 deps:
2439 - grpc_test_util
2440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002441 - gpr_test_util
2442 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002443 platforms:
2444 - linux
2445 - posix
2446 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002447 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: grpc_jwt_verifier_test
2449 build: test
2450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002452 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002458 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: grpc_print_google_default_creds_token
2460 build: tool
2461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002463 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002464 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002467 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: grpc_security_connector_test
2469 build: test
2470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002472 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002478- name: grpc_ssl_credentials_test
2479 build: test
2480 language: c
2481 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002482 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002483 deps:
2484 - grpc_test_util
2485 - grpc
2486 - gpr_test_util
2487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: grpc_verify_jwt
2489 build: tool
2490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002492 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002493 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002495 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002496 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002497- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002498 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002499 language: c
2500 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002501 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002502 deps:
2503 - grpc_test_util
2504 - grpc
2505 - gpr_test_util
2506 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002507 exclude_iomgrs:
2508 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002509 platforms:
2510 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002511 secure: true
2512- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002513 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002514 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002515 headers:
2516 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002517 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002518 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002519 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002520 deps:
2521 - grpc_test_util
2522 - grpc
2523 - gpr_test_util
2524 - gpr
2525 exclude_iomgrs:
2526 - uv
2527 platforms:
2528 - linux
2529 secure: true
2530- name: handshake_server_with_readahead_handshaker
2531 build: test
2532 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002533 headers:
2534 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002535 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002536 - test/core/handshake/readahead_handshaker_server_ssl.cc
2537 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002538 deps:
2539 - grpc_test_util
2540 - grpc
2541 - gpr_test_util
2542 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002543 exclude_iomgrs:
2544 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002545 platforms:
2546 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002547 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002548- name: histogram_test
2549 build: test
2550 language: c
2551 src:
2552 - test/core/util/histogram_test.cc
2553 deps:
2554 - grpc_test_util
2555 - gpr
2556 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002557- name: hpack_parser_fuzzer_test
2558 build: fuzzer
2559 language: c
2560 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002561 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002562 deps:
2563 - grpc_test_util
2564 - grpc
2565 - gpr_test_util
2566 - gpr
2567 corpus_dirs:
2568 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002569 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002570 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002571- name: hpack_parser_test
2572 build: test
2573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002575 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002576 deps:
2577 - grpc_test_util
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002581 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582- name: hpack_table_test
2583 build: test
2584 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002585 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002586 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002587 deps:
2588 - grpc_test_util
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002592 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002593- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594 build: test
2595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002597 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002598 deps:
2599 - grpc_test_util
2600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002601 - gpr_test_util
2602 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002603 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002604- name: http_request_fuzzer_test
2605 build: fuzzer
2606 language: c
2607 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002608 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002609 deps:
2610 - grpc_test_util
2611 - grpc
2612 - gpr_test_util
2613 - gpr
2614 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002615 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002616 maxlen: 2048
2617- name: http_response_fuzzer_test
2618 build: fuzzer
2619 language: c
2620 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002621 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002622 deps:
2623 - grpc_test_util
2624 - grpc
2625 - gpr_test_util
2626 - gpr
2627 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002628 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002629 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002630- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631 build: test
2632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002633 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002634 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002635 deps:
2636 - grpc_test_util
2637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002638 - gpr_test_util
2639 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002641 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002642 build: test
2643 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002644 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002645 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002646 deps:
2647 - grpc_test_util
2648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002649 - gpr_test_util
2650 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002651 platforms:
2652 - mac
2653 - linux
2654 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002655- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002656 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002657 build: test
2658 language: c
2659 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002660 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002661 deps:
2662 - grpc_test_util
2663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002664 - gpr_test_util
2665 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002666 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002667 - linux
yang-gf1183302015-12-07 16:02:05 -08002668- name: init_test
2669 build: test
2670 language: c
2671 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002672 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002673 deps:
2674 - grpc_test_util
2675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002676 - gpr_test_util
2677 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002678 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002679- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002680 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002681 build: test
2682 language: c
2683 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002684 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002685 deps:
2686 - grpc_test_util
2687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002688 - gpr_test_util
2689 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002690- name: json_fuzzer_test
2691 build: fuzzer
2692 language: c
2693 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002694 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002695 deps:
2696 - grpc_test_util
2697 - grpc
2698 - gpr_test_util
2699 - gpr
2700 corpus_dirs:
2701 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002702 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002703- name: json_rewrite
2704 build: test
2705 run: false
2706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002708 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002709 deps:
2710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002711 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002712 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002713- name: json_rewrite_test
2714 build: test
2715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002716 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002717 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002718 deps:
2719 - grpc_test_util
2720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002721 - gpr_test_util
2722 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002723 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002724- name: json_stream_error_test
2725 build: test
2726 language: c
2727 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002728 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002729 deps:
2730 - grpc_test_util
2731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002732 - gpr_test_util
2733 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002734 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002735- name: json_test
2736 build: test
2737 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002738 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002739 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002740 deps:
2741 - grpc_test_util
2742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002743 - gpr_test_util
2744 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002745 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746- name: lame_client_test
2747 build: test
2748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002749 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002750 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002751 deps:
2752 - grpc_test_util
2753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002754 - gpr_test_util
2755 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002756- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002757 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002758 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002759 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002760 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002761 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002762 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002763 deps:
2764 - grpc_test_util
2765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002766 - gpr_test_util
2767 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002768 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002769- name: load_file_test
2770 build: test
2771 language: c
2772 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002773 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002774 deps:
2775 - grpc_test_util
2776 - grpc
2777 - gpr_test_util
2778 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002779 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002780- name: low_level_ping_pong_benchmark
2781 build: benchmark
2782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002783 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002784 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002785 deps:
2786 - grpc_test_util
2787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002788 - gpr_test_util
2789 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002790 platforms:
2791 - mac
2792 - linux
2793 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002794- name: memory_profile_client
2795 build: test
2796 run: false
2797 language: c
2798 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002799 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002800 deps:
2801 - grpc_test_util
2802 - grpc
2803 - gpr_test_util
2804 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002805 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002806- name: memory_profile_server
2807 build: test
2808 run: false
2809 language: c
2810 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002811 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002812 deps:
2813 - grpc_test_util
2814 - grpc
2815 - gpr_test_util
2816 - gpr
2817- name: memory_profile_test
2818 cpu_cost: 1.5
2819 build: test
2820 language: c
2821 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002822 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002823 deps:
2824 - grpc_test_util
2825 - grpc
2826 - gpr_test_util
2827 - gpr
2828 platforms:
2829 - mac
2830 - linux
2831 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: message_compress_test
2833 build: test
2834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002835 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002836 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002837 deps:
2838 - grpc_test_util
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002842 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002843- name: minimal_stack_is_minimal_test
2844 build: test
2845 language: c
2846 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002847 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller732a8752016-02-22 15:59:19 -08002848 deps:
2849 - grpc_test_util
2850 - grpc
2851 - gpr_test_util
2852 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002853 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002854- name: multiple_server_queues_test
2855 build: test
2856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002857 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002858 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002859 deps:
2860 - grpc_test_util
2861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002862 - gpr_test_util
2863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002864- name: murmur_hash_test
2865 build: test
2866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002867 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002868 - test/core/support/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002869 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002870 - gpr_test_util
2871 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002872 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002873- name: nanopb_fuzzer_response_test
2874 build: fuzzer
2875 language: c
2876 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002877 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002878 deps:
2879 - grpc_test_util
2880 - grpc
2881 - gpr_test_util
2882 - gpr
2883 corpus_dirs:
2884 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002885 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002886- name: nanopb_fuzzer_serverlist_test
2887 build: fuzzer
2888 language: c
2889 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002890 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002891 deps:
2892 - grpc_test_util
2893 - grpc
2894 - gpr_test_util
2895 - gpr
2896 corpus_dirs:
2897 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002898 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002900 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901 build: test
2902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002903 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002904 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002905 deps:
2906 - grpc_test_util
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002910- name: num_external_connectivity_watchers_test
2911 build: test
2912 language: c
2913 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002914 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002915 deps:
2916 - grpc_test_util
2917 - grpc
2918 - gpr_test_util
2919 - gpr
2920 exclude_iomgrs:
2921 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002922- name: parse_address_test
2923 build: test
2924 language: c
2925 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002926 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002927 deps:
2928 - grpc_test_util
2929 - grpc
2930 - gpr_test_util
2931 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002932 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002933- name: percent_decode_fuzzer
2934 build: fuzzer
2935 language: c
2936 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002937 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002938 deps:
2939 - grpc_test_util
2940 - grpc
2941 - gpr_test_util
2942 - gpr
2943 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002944 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002945 maxlen: 32
2946- name: percent_encode_fuzzer
2947 build: fuzzer
2948 language: c
2949 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002950 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002951 deps:
2952 - grpc_test_util
2953 - grpc
2954 - gpr_test_util
2955 - gpr
2956 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002957 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002958 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002959- name: percent_encoding_test
2960 build: test
2961 language: c
2962 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002963 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002964 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002965 - grpc_test_util
2966 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002967 - gpr_test_util
2968 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002969 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002970- name: pollset_set_test
2971 build: test
2972 language: c
2973 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002974 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002975 deps:
2976 - grpc_test_util
2977 - grpc
2978 - gpr_test_util
2979 - gpr
2980 exclude_iomgrs:
2981 - uv
2982 platforms:
2983 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002984- name: resolve_address_posix_test
2985 build: test
2986 language: c
2987 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002988 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002989 deps:
2990 - grpc_test_util
2991 - grpc
2992 - gpr_test_util
2993 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002994 exclude_iomgrs:
2995 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002996 platforms:
2997 - mac
2998 - linux
2999 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: resolve_address_test
3001 build: test
3002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003003 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003004 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003005 deps:
3006 - grpc_test_util
3007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003008 - gpr_test_util
3009 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003010- name: resource_quota_test
3011 cpu_cost: 30
3012 build: test
3013 language: c
3014 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003015 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003016 deps:
3017 - grpc_test_util
3018 - grpc
3019 - gpr_test_util
3020 - gpr
yang-gd482e592015-12-10 14:04:00 -08003021- name: secure_channel_create_test
3022 build: test
3023 language: c
3024 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003025 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003026 deps:
3027 - grpc_test_util
3028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003029 - gpr_test_util
3030 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031- name: secure_endpoint_test
3032 build: test
3033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003034 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003035 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003036 deps:
3037 - grpc_test_util
3038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003039 - gpr_test_util
3040 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003041 exclude_iomgrs:
3042 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003043- name: sequential_connectivity_test
3044 build: test
3045 language: c
3046 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003047 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003048 deps:
3049 - grpc_test_util
3050 - grpc
3051 - gpr_test_util
3052 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003053 exclude_iomgrs:
3054 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003055- name: server_chttp2_test
3056 build: test
3057 language: c
3058 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003059 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003060 deps:
3061 - grpc_test_util
3062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003063 - gpr_test_util
3064 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003065- name: server_fuzzer
3066 build: fuzzer
3067 language: c
3068 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003069 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003070 deps:
3071 - grpc_test_util
3072 - grpc
3073 - gpr_test_util
3074 - gpr
3075 corpus_dirs:
3076 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003077 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003078 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003079- name: server_test
3080 build: test
3081 language: c
3082 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003083 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003084 deps:
3085 - grpc_test_util
3086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003087 - gpr_test_util
3088 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003089- name: slice_buffer_test
3090 build: test
3091 language: c
3092 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003093 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003094 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003095 - grpc_test_util
3096 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003097 - gpr_test_util
3098 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003099 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003100- name: slice_hash_table_test
3101 build: test
3102 language: c
3103 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003104 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003105 deps:
3106 - grpc_test_util
3107 - grpc
3108 - gpr_test_util
3109 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003110 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003111- name: slice_string_helpers_test
3112 build: test
3113 language: c
3114 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003115 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003116 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003117 - grpc_test_util
3118 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003119 - gpr_test_util
3120 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003121 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003122- name: slice_test
3123 build: test
3124 language: c
3125 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003126 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003127 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003128 - grpc_test_util
3129 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003130 - gpr_test_util
3131 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003132 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003133- name: sockaddr_resolver_test
3134 build: test
3135 language: c
3136 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003137 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003138 deps:
3139 - grpc_test_util
3140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003141 - gpr_test_util
3142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003143- name: sockaddr_utils_test
3144 build: test
3145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003146 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003147 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003148 deps:
3149 - grpc_test_util
3150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003151 - gpr_test_util
3152 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003153- name: socket_utils_test
3154 build: test
3155 language: c
3156 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003157 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003158 deps:
3159 - grpc_test_util
3160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003161 - gpr_test_util
3162 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003163 exclude_iomgrs:
3164 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003165 platforms:
3166 - mac
3167 - linux
3168 - posix
yang-g31e21282016-11-04 15:10:03 -07003169- name: ssl_server_fuzzer
3170 build: fuzzer
3171 language: c
3172 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003173 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003174 deps:
3175 - grpc_test_util
3176 - grpc
3177 - gpr_test_util
3178 - gpr
3179 corpus_dirs:
3180 - test/core/security/corpus/ssl_server_corpus
3181 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003182- name: ssl_transport_security_test
3183 build: test
3184 language: c
3185 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003186 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003187 deps:
3188 - gpr_test_util
3189 - gpr
3190 - grpc
3191 filegroups:
3192 - transport_security_test_lib
3193 platforms:
3194 - linux
3195 - posix
3196 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003197- name: status_conversion_test
3198 build: test
3199 language: c
3200 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003201 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003202 deps:
3203 - grpc_test_util
3204 - grpc
3205 - gpr_test_util
3206 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003207 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003208- name: stream_compression_test
3209 build: test
3210 language: c
3211 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003212 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003213 deps:
3214 - grpc_test_util
3215 - grpc
3216 - gpr_test_util
3217 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003218 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003219- name: stream_owned_slice_test
3220 build: test
3221 language: c
3222 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003223 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003224 deps:
3225 - grpc_test_util
3226 - grpc
3227 - gpr_test_util
3228 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003229 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003230- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003231 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003232 build: test
3233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003234 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003235 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003236 deps:
3237 - grpc_test_util
3238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003239 - gpr_test_util
3240 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003241 exclude_iomgrs:
3242 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003243 platforms:
3244 - mac
3245 - linux
3246 - posix
murgatroid991191b722017-02-08 11:56:52 -08003247- name: tcp_client_uv_test
3248 cpu_cost: 0.5
3249 build: test
3250 language: c
3251 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003252 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003253 deps:
3254 - grpc_test_util
3255 - grpc
3256 - gpr_test_util
3257 - gpr
3258 exclude_iomgrs:
3259 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003260- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003261 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003262 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/tcp_posix_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
murgatroid99c36f6ea2016-10-03 09:24:09 -07003271 exclude_iomgrs:
3272 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003273 platforms:
3274 - mac
3275 - linux
3276 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003277- name: tcp_server_posix_test
3278 build: test
3279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003280 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003281 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003282 deps:
3283 - grpc_test_util
3284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003285 - gpr_test_util
3286 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003287 exclude_iomgrs:
3288 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003289 platforms:
3290 - mac
3291 - linux
3292 - posix
murgatroid991191b722017-02-08 11:56:52 -08003293- name: tcp_server_uv_test
3294 build: test
3295 language: c
3296 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003297 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003298 deps:
3299 - grpc_test_util
3300 - grpc
3301 - gpr_test_util
3302 - gpr
3303 exclude_iomgrs:
3304 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003305- name: time_averaged_stats_test
3306 build: test
3307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003308 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003309 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003310 deps:
3311 - grpc_test_util
3312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003313 - gpr_test_util
3314 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003315 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003316- name: timeout_encoding_test
3317 build: test
3318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003319 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003320 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003321 deps:
3322 - grpc_test_util
3323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003324 - gpr_test_util
3325 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003326 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003327- name: timer_heap_test
3328 build: test
3329 language: c
3330 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003331 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003332 deps:
3333 - grpc_test_util
3334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003335 - gpr_test_util
3336 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003337 exclude_iomgrs:
3338 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003339 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003340- name: timer_list_test
3341 build: test
3342 language: c
3343 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003344 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003345 deps:
3346 - grpc_test_util
3347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003348 - gpr_test_util
3349 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003350 exclude_iomgrs:
3351 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003352 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003353- name: transport_connectivity_state_test
3354 build: test
3355 language: c
3356 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003357 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003358 deps:
3359 - grpc_test_util
3360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003361 - gpr_test_util
3362 - gpr
Craig Tiller48bed5e2017-10-16 15:42:41 -07003363- name: transport_metadata_test
3364 build: test
3365 language: c
3366 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003367 - test/core/transport/metadata_test.cc
Craig Tiller48bed5e2017-10-16 15:42:41 -07003368 deps:
3369 - grpc_test_util
3370 - grpc
3371 - gpr_test_util
3372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003373- name: transport_security_test
3374 build: test
3375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003376 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003377 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003378 deps:
3379 - grpc_test_util
3380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003381 - gpr_test_util
3382 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003383 platforms:
3384 - linux
3385 - posix
3386 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003387- name: udp_server_test
3388 build: test
3389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003390 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003391 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003392 deps:
3393 - grpc_test_util
3394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003395 - gpr_test_util
3396 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003397 exclude_iomgrs:
3398 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003399 platforms:
3400 - mac
3401 - linux
3402 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003403- name: uri_fuzzer_test
3404 build: fuzzer
3405 language: c
3406 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003407 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003408 deps:
3409 - grpc_test_util
3410 - grpc
3411 - gpr_test_util
3412 - gpr
3413 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003414 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003415 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003416- name: uri_parser_test
3417 build: test
3418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003419 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003420 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003421 deps:
3422 - grpc_test_util
3423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003424 - gpr_test_util
3425 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003426- name: wakeup_fd_cv_test
3427 build: test
3428 language: c
3429 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003430 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003431 deps:
3432 - grpc_test_util
3433 - grpc
3434 - gpr_test_util
3435 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003436 exclude_iomgrs:
3437 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003438 platforms:
3439 - mac
3440 - linux
3441 - posix
vjpai04e992a2016-02-10 16:58:38 -08003442- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003443 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003444 build: test
3445 language: c++
3446 src:
3447 - test/cpp/common/alarm_cpp_test.cc
3448 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003449 - grpc++_test_util_unsecure
3450 - grpc_test_util_unsecure
3451 - grpc++_unsecure
3452 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003453 - gpr_test_util
3454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003455- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003456 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003457 build: test
3458 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003459 src:
3460 - test/cpp/end2end/async_end2end_test.cc
3461 deps:
3462 - grpc++_test_util
3463 - grpc_test_util
3464 - grpc++
3465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003466 - gpr_test_util
3467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003468- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003469 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003470 build: test
3471 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003472 src:
3473 - test/cpp/common/auth_property_iterator_test.cc
3474 deps:
3475 - grpc++_test_util
3476 - grpc_test_util
3477 - grpc++
3478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003479 - gpr_test_util
3480 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003481 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003482- name: bdp_estimator_test
3483 build: test
3484 language: c++
3485 src:
3486 - test/core/transport/bdp_estimator_test.cc
3487 deps:
3488 - grpc++_test_util
3489 - grpc++
3490 - grpc_test_util
3491 - grpc
3492 - gpr_test_util
3493 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003494 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003495- name: bm_arena
3496 build: test
3497 language: c++
3498 src:
3499 - test/cpp/microbenchmarks/bm_arena.cc
3500 deps:
3501 - grpc_benchmark
3502 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003503 - grpc++_test_util_unsecure
3504 - grpc_test_util_unsecure
3505 - grpc++_unsecure
3506 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003507 - gpr_test_util
3508 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003509 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003510 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003511 platforms:
3512 - mac
3513 - linux
3514 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003515 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003516- name: bm_call_create
3517 build: test
3518 language: c++
3519 src:
3520 - test/cpp/microbenchmarks/bm_call_create.cc
3521 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003522 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003523 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003524 - grpc++_test_util_unsecure
3525 - grpc_test_util_unsecure
3526 - grpc++_unsecure
3527 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003528 - gpr_test_util
3529 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003530 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003531 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003532 platforms:
3533 - mac
3534 - linux
3535 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003536 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003537- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003538 build: test
3539 language: c++
3540 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003541 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003542 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003543 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003544 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003545 - grpc++_test_util_unsecure
3546 - grpc_test_util_unsecure
3547 - grpc++_unsecure
3548 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003549 - gpr_test_util
3550 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003551 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003552 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003553 platforms:
3554 - mac
3555 - linux
3556 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003557 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003558- name: bm_chttp2_transport
3559 build: test
3560 language: c++
3561 src:
3562 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3563 deps:
3564 - grpc_benchmark
3565 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003566 - grpc++_test_util_unsecure
3567 - grpc_test_util_unsecure
3568 - grpc++_unsecure
3569 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003570 - gpr_test_util
3571 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003572 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003573 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003574 platforms:
3575 - mac
3576 - linux
3577 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003578- name: bm_closure
3579 build: test
3580 language: c++
3581 src:
3582 - test/cpp/microbenchmarks/bm_closure.cc
3583 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003584 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003585 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003586 - grpc++_test_util_unsecure
3587 - grpc_test_util_unsecure
3588 - grpc++_unsecure
3589 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003590 - gpr_test_util
3591 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003592 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003593 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003594 platforms:
3595 - mac
3596 - linux
3597 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003598- name: bm_cq
3599 build: test
3600 language: c++
3601 src:
3602 - test/cpp/microbenchmarks/bm_cq.cc
3603 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003604 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003605 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003606 - grpc++_test_util_unsecure
3607 - grpc_test_util_unsecure
3608 - grpc++_unsecure
3609 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003610 - gpr_test_util
3611 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003612 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003613 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003614 platforms:
3615 - mac
3616 - linux
3617 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003618- name: bm_cq_multiple_threads
3619 build: test
3620 language: c++
3621 src:
3622 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3623 deps:
3624 - grpc_benchmark
3625 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003626 - grpc++_test_util_unsecure
3627 - grpc_test_util_unsecure
3628 - grpc++_unsecure
3629 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003630 - gpr_test_util
3631 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003632 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003633 defaults: benchmark
3634 platforms:
3635 - mac
3636 - linux
3637 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003638- name: bm_error
3639 build: test
3640 language: c++
3641 src:
3642 - test/cpp/microbenchmarks/bm_error.cc
3643 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003644 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003645 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003646 - grpc++_test_util_unsecure
3647 - grpc_test_util_unsecure
3648 - grpc++_unsecure
3649 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003650 - gpr_test_util
3651 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003652 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003653 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003654 platforms:
3655 - mac
3656 - linux
3657 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003658 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003659- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003660 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003661 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003662 headers:
3663 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003664 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003665 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003666 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003667 - grpc_benchmark
3668 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003669 - grpc++_test_util_unsecure
3670 - grpc_test_util_unsecure
3671 - grpc++_unsecure
3672 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003673 - gpr_test_util
3674 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003675 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003676 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003677 excluded_poll_engines:
3678 - poll
3679 - poll-cv
3680 platforms:
3681 - mac
3682 - linux
3683 - posix
3684 timeout_seconds: 1200
3685- name: bm_fullstack_streaming_pump
3686 build: test
3687 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003688 headers:
3689 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003690 src:
3691 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003692 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003693 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003694 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003695 - grpc++_test_util_unsecure
3696 - grpc_test_util_unsecure
3697 - grpc++_unsecure
3698 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003699 - gpr_test_util
3700 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003701 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003702 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003703 excluded_poll_engines:
3704 - poll
3705 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003706 platforms:
3707 - mac
3708 - linux
3709 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003710 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003711- name: bm_fullstack_trickle
3712 build: test
3713 language: c++
3714 src:
3715 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3716 deps:
3717 - grpc_benchmark
3718 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003719 - grpc++_test_util_unsecure
3720 - grpc_test_util_unsecure
3721 - grpc++_unsecure
3722 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003723 - gpr_test_util
3724 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003725 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003726 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003727 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003728 exclude_configs:
3729 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003730 excluded_poll_engines:
3731 - poll
3732 - poll-cv
3733 platforms:
3734 - mac
3735 - linux
3736 - posix
3737 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003738- name: bm_fullstack_unary_ping_pong
3739 build: test
3740 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003741 headers:
3742 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003743 src:
3744 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3745 deps:
3746 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003747 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003748 - grpc++_test_util_unsecure
3749 - grpc_test_util_unsecure
3750 - grpc++_unsecure
3751 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003752 - gpr_test_util
3753 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003754 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003755 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003756 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003757 - poll
3758 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003759 platforms:
3760 - mac
3761 - linux
3762 - posix
3763 timeout_seconds: 1200
3764- name: bm_metadata
3765 build: test
3766 language: c++
3767 src:
3768 - test/cpp/microbenchmarks/bm_metadata.cc
3769 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003770 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003771 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003772 - grpc++_test_util_unsecure
3773 - grpc_test_util_unsecure
3774 - grpc++_unsecure
3775 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003776 - gpr_test_util
3777 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003778 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003779 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003780 platforms:
3781 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003782 - linux
3783 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003784 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003785- name: bm_pollset
3786 build: test
3787 language: c++
3788 src:
3789 - test/cpp/microbenchmarks/bm_pollset.cc
3790 deps:
3791 - grpc_benchmark
3792 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003793 - grpc++_test_util_unsecure
3794 - grpc_test_util_unsecure
3795 - grpc++_unsecure
3796 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003797 - gpr_test_util
3798 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003799 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003800 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003801 platforms:
3802 - mac
3803 - linux
3804 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003805- name: channel_arguments_test
3806 gtest: true
3807 build: test
3808 language: c++
3809 src:
3810 - test/cpp/common/channel_arguments_test.cc
3811 deps:
3812 - grpc++
3813 - grpc
3814 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003815 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003816- name: channel_filter_test
3817 gtest: true
3818 build: test
3819 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003820 src:
3821 - test/cpp/common/channel_filter_test.cc
3822 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003823 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003824 - grpc
3825 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003826 uses_polling: false
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08003827- name: chttp2_settings_timeout_test
3828 gtest: true
3829 build: test
3830 language: c++
3831 src:
3832 - test/core/transport/chttp2/settings_timeout_test.cc
3833 deps:
3834 - grpc_test_util
3835 - grpc
3836 - gpr_test_util
3837 - gpr
3838 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003839- name: cli_call_test
3840 gtest: true
3841 build: test
3842 language: c++
3843 src:
Craig Tiller25834342015-09-25 08:08:24 -07003844 - test/cpp/util/cli_call_test.cc
3845 deps:
3846 - grpc_cli_libs
3847 - grpc++_test_util
3848 - grpc_test_util
3849 - grpc++
3850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003851 - gpr_test_util
3852 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003853- name: client_channel_stress_test
3854 gtest: false
3855 build: test
3856 language: c++
3857 src:
3858 - src/proto/grpc/lb/v1/load_balancer.proto
3859 - test/cpp/client/client_channel_stress_test.cc
3860 deps:
3861 - grpc++_test_util
3862 - grpc_test_util
3863 - grpc++
3864 - grpc
3865 - gpr_test_util
3866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003867- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003868 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003869 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003870 build: test
3871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003872 src:
3873 - test/cpp/end2end/client_crash_test.cc
3874 deps:
3875 - grpc++_test_util
3876 - grpc_test_util
3877 - grpc++
3878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003879 - gpr_test_util
3880 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003881 platforms:
3882 - mac
3883 - linux
3884 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003885- name: client_crash_test_server
3886 build: test
3887 run: false
3888 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003889 src:
3890 - test/cpp/end2end/client_crash_test_server.cc
3891 deps:
3892 - grpc++_test_util
3893 - grpc_test_util
3894 - grpc++
3895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003896 - gpr_test_util
3897 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003898- name: client_lb_end2end_test
3899 gtest: true
3900 build: test
3901 language: c++
3902 src:
3903 - test/cpp/end2end/client_lb_end2end_test.cc
3904 deps:
3905 - grpc++_test_util
3906 - grpc_test_util
3907 - grpc++
3908 - grpc
3909 - gpr_test_util
3910 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003911- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003912 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003913 build: test
3914 language: c++
3915 src:
3916 - src/proto/grpc/testing/control.proto
3917 - src/proto/grpc/testing/messages.proto
3918 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003919 - src/proto/grpc/testing/services.proto
3920 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003921 - test/cpp/codegen/codegen_test_full.cc
3922 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003923 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003924 - grpc++
3925 - grpc
3926 - gpr
3927 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003928 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003929 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003930- name: codegen_test_minimal
3931 gtest: true
3932 build: test
3933 language: c++
3934 src:
3935 - src/proto/grpc/testing/control.proto
3936 - src/proto/grpc/testing/messages.proto
3937 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003938 - src/proto/grpc/testing/services.proto
3939 - src/proto/grpc/testing/stats.proto
3940 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003941 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003942 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003943 - grpc
3944 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003945 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003946 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003947 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003948 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003949- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003950 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003951 build: test
3952 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003953 src:
3954 - test/cpp/client/credentials_test.cc
3955 deps:
3956 - grpc++
3957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003959- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003960 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003961 build: test
3962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003963 src:
3964 - test/cpp/util/byte_buffer_test.cc
3965 deps:
3966 - grpc_test_util
3967 - grpc++
3968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003969 - gpr_test_util
3970 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003971 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003972- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003973 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003974 build: test
3975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003976 src:
3977 - test/cpp/util/slice_test.cc
3978 deps:
3979 - grpc_test_util
3980 - grpc++
3981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003982 - gpr_test_util
3983 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003984 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003985- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003986 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003987 build: test
3988 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003989 src:
3990 - test/cpp/util/string_ref_test.cc
3991 deps:
3992 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003993 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003994 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003995- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003996 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003997 build: test
3998 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003999 src:
4000 - test/cpp/util/time_test.cc
4001 deps:
4002 - grpc_test_util
4003 - grpc++
4004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004005 - gpr_test_util
4006 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004007 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004008- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004009 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004010 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004011 build: test
4012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004013 src:
4014 - test/cpp/end2end/end2end_test.cc
4015 deps:
4016 - grpc++_test_util
4017 - grpc_test_util
4018 - grpc++
4019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004020 - gpr_test_util
4021 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004022- name: error_details_test
4023 gtest: true
4024 build: test
4025 language: c++
4026 src:
4027 - src/proto/grpc/testing/echo_messages.proto
4028 - test/cpp/util/error_details_test.cc
4029 deps:
4030 - grpc++_error_details
4031 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004032- name: filter_end2end_test
4033 gtest: true
4034 build: test
4035 language: c++
4036 src:
4037 - test/cpp/end2end/filter_end2end_test.cc
4038 deps:
4039 - grpc++_test_util
4040 - grpc_test_util
4041 - grpc++
4042 - grpc
4043 - gpr_test_util
4044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004045- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004046 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004047 build: test
4048 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004049 src:
4050 - test/cpp/end2end/generic_end2end_test.cc
4051 deps:
4052 - grpc++_test_util
4053 - grpc_test_util
4054 - grpc++
4055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004056 - gpr_test_util
4057 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004058- name: golden_file_test
4059 gtest: true
4060 build: test
4061 language: c++
4062 src:
4063 - src/proto/grpc/testing/compiler_test.proto
4064 - test/cpp/codegen/golden_file_test.cc
4065 deps:
4066 - grpc++
4067 - grpc
4068 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004069 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004070 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004071 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004072- name: grpc_cli
4073 build: test
4074 run: false
4075 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004076 src:
4077 - test/cpp/util/grpc_cli.cc
4078 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004079 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004080 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004081 - grpc++
4082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004083 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004084 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004085- name: grpc_cpp_plugin
4086 build: protoc
4087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004088 src:
4089 - src/compiler/cpp_plugin.cc
4090 deps:
4091 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004092 secure: false
4093 vs_config_type: Application
4094 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4095- name: grpc_csharp_plugin
4096 build: protoc
4097 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004098 src:
4099 - src/compiler/csharp_plugin.cc
4100 deps:
4101 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004102 secure: false
4103 vs_config_type: Application
4104 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004105- name: grpc_node_plugin
4106 build: protoc
4107 language: c++
4108 src:
4109 - src/compiler/node_plugin.cc
4110 deps:
4111 - grpc_plugin_support
4112 secure: false
4113 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004114- name: grpc_objective_c_plugin
4115 build: protoc
4116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004117 src:
4118 - src/compiler/objective_c_plugin.cc
4119 deps:
4120 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004121 secure: false
4122 vs_config_type: Application
4123 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004124- name: grpc_php_plugin
4125 build: protoc
4126 language: c++
4127 src:
4128 - src/compiler/php_plugin.cc
4129 deps:
4130 - grpc_plugin_support
4131 secure: false
4132 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004133- name: grpc_python_plugin
4134 build: protoc
4135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004136 src:
4137 - src/compiler/python_plugin.cc
4138 deps:
4139 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004140 secure: false
4141 vs_config_type: Application
4142 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4143- name: grpc_ruby_plugin
4144 build: protoc
4145 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004146 src:
4147 - src/compiler/ruby_plugin.cc
4148 deps:
4149 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004150 secure: false
4151 vs_config_type: Application
4152 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004153- name: grpc_tool_test
4154 gtest: true
4155 build: test
4156 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004157 src:
4158 - src/proto/grpc/testing/echo.proto
4159 - src/proto/grpc/testing/echo_messages.proto
4160 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004161 deps:
4162 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004163 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004164 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004165 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004166 - grpc_test_util
4167 - grpc++
4168 - grpc
4169 - gpr_test_util
4170 - gpr
4171 filegroups:
4172 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004173- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004174 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004175 build: test
4176 language: c++
4177 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004178 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004179 - test/cpp/grpclb/grpclb_api_test.cc
4180 deps:
4181 - grpc++_test_util
4182 - grpc_test_util
4183 - grpc++
4184 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004185- name: grpclb_end2end_test
4186 gtest: true
4187 build: test
4188 language: c++
4189 src:
4190 - src/proto/grpc/lb/v1/load_balancer.proto
4191 - test/cpp/end2end/grpclb_end2end_test.cc
4192 deps:
4193 - grpc++_test_util
4194 - grpc_test_util
4195 - grpc++
4196 - grpc
4197 - gpr_test_util
4198 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004199- name: grpclb_test
4200 gtest: false
4201 build: test
4202 language: c++
4203 src:
4204 - src/proto/grpc/lb/v1/load_balancer.proto
4205 - test/cpp/grpclb/grpclb_test.cc
4206 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004207 - grpc++_test_util
4208 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004209 - grpc++
4210 - grpc
4211 - gpr_test_util
4212 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004213- name: h2_ssl_cert_test
4214 gtest: true
4215 build: test
4216 language: c++
4217 headers:
4218 - test/core/end2end/end2end_tests.h
4219 src:
4220 - test/core/end2end/h2_ssl_cert_test.cc
4221 deps:
4222 - grpc_test_util
4223 - grpc++
4224 - grpc
4225 - gpr_test_util
4226 - gpr
4227 uses:
4228 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004229- name: health_service_end2end_test
4230 gtest: true
4231 build: test
4232 language: c++
4233 src:
4234 - test/cpp/end2end/health_service_end2end_test.cc
4235 deps:
4236 - grpc++_test_util
4237 - grpc_test_util
4238 - grpc++
4239 - grpc
4240 - gpr_test_util
4241 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004242- name: http2_client
4243 build: test
4244 run: false
4245 language: c++
4246 src: []
4247 deps:
4248 - http2_client_main
4249 - grpc++_test_util
4250 - grpc_test_util
4251 - grpc++
4252 - grpc
4253 - grpc++_test_config
4254 platforms:
4255 - mac
4256 - linux
4257 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004258- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004259 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004260 build: test
4261 language: c++
4262 src:
4263 - test/cpp/end2end/hybrid_end2end_test.cc
4264 deps:
4265 - grpc++_test_util
4266 - grpc_test_util
4267 - grpc++
4268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004269 - gpr_test_util
4270 - gpr
Vijay Pai088112f2017-08-24 10:42:27 -07004271- name: inproc_sync_unary_ping_pong_test
4272 build: test
4273 language: c++
4274 src:
4275 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4276 deps:
4277 - qps
4278 - grpc++_core_stats
4279 - grpc++_test_util
4280 - grpc_test_util
4281 - grpc++
4282 - grpc
4283 - gpr_test_util
4284 - gpr
4285 - grpc++_test_config
4286 platforms:
4287 - mac
4288 - linux
4289 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004290- name: interop_client
4291 build: test
4292 run: false
4293 language: c++
4294 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004295 deps:
4296 - interop_client_main
4297 - interop_client_helper
4298 - grpc++_test_util
4299 - grpc_test_util
4300 - grpc++
4301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004302 - gpr_test_util
4303 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004304 - grpc++_test_config
4305 platforms:
4306 - mac
4307 - linux
4308 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004309- name: interop_server
4310 build: test
4311 run: false
4312 language: c++
4313 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004314 deps:
4315 - interop_server_main
4316 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004317 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004318 - grpc++_test_util
4319 - grpc_test_util
4320 - grpc++
4321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004322 - gpr_test_util
4323 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004324 - grpc++_test_config
4325 platforms:
4326 - mac
4327 - linux
4328 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004329- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004330 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004331 build: test
4332 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004333 src:
4334 - test/cpp/interop/interop_test.cc
4335 deps:
4336 - grpc_test_util
4337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004338 - gpr_test_util
4339 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004340 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004341 platforms:
4342 - mac
4343 - linux
4344 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004345- name: json_run_localhost
4346 build: test
4347 run: false
4348 language: c++
4349 src:
4350 - test/cpp/qps/json_run_localhost.cc
4351 deps:
4352 - grpc++_test_util
4353 - grpc_test_util
4354 - grpc++
4355 - grpc
4356 - gpr_test_util
4357 - gpr
4358 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004359 platforms:
4360 - mac
4361 - linux
4362 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004363- name: memory_test
4364 gtest: true
4365 build: test
4366 language: c++
4367 src:
4368 - test/core/support/memory_test.cc
4369 deps:
4370 - grpc_test_util
4371 - grpc++
4372 - grpc
4373 - gpr_test_util
4374 - gpr
4375 uses:
4376 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004377 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004378- name: metrics_client
4379 build: test
4380 run: false
4381 language: c++
4382 headers:
4383 - test/cpp/util/metrics_server.h
4384 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004385 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004386 - test/cpp/interop/metrics_client.cc
4387 deps:
4388 - grpc++
4389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004390 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004391 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004392- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004393 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004394 build: test
4395 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004396 headers:
4397 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004398 src:
4399 - test/cpp/end2end/mock_test.cc
4400 deps:
4401 - grpc++_test_util
4402 - grpc_test_util
4403 - grpc++
4404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004405 - gpr_test_util
4406 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004407- name: noop-benchmark
4408 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004409 language: c++
4410 src:
4411 - test/cpp/microbenchmarks/noop-benchmark.cc
4412 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004413 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004414 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004415- name: proto_server_reflection_test
4416 gtest: true
4417 build: test
4418 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004419 src:
4420 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004421 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004422 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004423 - grpc++_reflection
4424 - grpc++_test_util
4425 - grpc_test_util
4426 - grpc++
4427 - grpc
4428 - gpr_test_util
4429 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004430- name: proto_utils_test
4431 gtest: true
4432 build: test
4433 language: c++
4434 src:
4435 - test/cpp/codegen/proto_utils_test.cc
4436 deps:
4437 - grpc++
4438 - grpc
4439 filegroups:
4440 - grpc++_codegen_base
4441 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004442 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004443- name: qps_interarrival_test
4444 build: test
4445 run: false
4446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004447 src:
4448 - test/cpp/qps/qps_interarrival_test.cc
4449 deps:
4450 - qps
4451 - grpc++_test_util
4452 - grpc_test_util
4453 - grpc++
4454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004455 - gpr_test_util
4456 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004457 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004458 platforms:
4459 - mac
4460 - linux
4461 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004462 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004463- name: qps_json_driver
4464 build: test
4465 run: false
4466 language: c++
4467 src:
4468 - test/cpp/qps/qps_json_driver.cc
4469 deps:
4470 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004471 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004472 - grpc++_test_util
4473 - grpc_test_util
4474 - grpc++
4475 - grpc
4476 - gpr_test_util
4477 - gpr
4478 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004479- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004480 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004481 build: test
4482 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004483 src:
4484 - test/cpp/qps/qps_openloop_test.cc
4485 deps:
4486 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004487 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004488 - grpc++_test_util
4489 - grpc_test_util
4490 - grpc++
4491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004492 - gpr_test_util
4493 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004494 - grpc++_test_config
4495 platforms:
4496 - mac
4497 - linux
4498 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004499- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004500 build: test
4501 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004502 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004503 headers:
4504 - test/cpp/qps/client.h
4505 - test/cpp/qps/server.h
4506 src:
4507 - test/cpp/qps/worker.cc
4508 deps:
4509 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004510 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004511 - grpc++_test_util
4512 - grpc_test_util
4513 - grpc++
4514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004515 - gpr_test_util
4516 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004517 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004518- name: reconnect_interop_client
4519 build: test
4520 run: false
4521 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004522 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004523 - src/proto/grpc/testing/empty.proto
4524 - src/proto/grpc/testing/messages.proto
4525 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004526 - test/cpp/interop/reconnect_interop_client.cc
4527 deps:
4528 - grpc++_test_util
4529 - grpc_test_util
4530 - grpc++
4531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004532 - gpr_test_util
4533 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004534 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004535- name: reconnect_interop_server
4536 build: test
4537 run: false
4538 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004539 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004540 - src/proto/grpc/testing/empty.proto
4541 - src/proto/grpc/testing/messages.proto
4542 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004543 - test/cpp/interop/reconnect_interop_server.cc
4544 deps:
4545 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004546 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004547 - grpc++_test_util
4548 - grpc_test_util
4549 - grpc++
4550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004551 - gpr_test_util
4552 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004553 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004554- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004555 gtest: true
4556 build: test
4557 language: c++
4558 src:
Mark D. Rothbf816d32017-11-29 11:25:34 -08004559 - test/core/support/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004560 deps:
4561 - grpc_test_util
4562 - grpc++
4563 - grpc
4564 - gpr_test_util
4565 - gpr
4566 uses:
4567 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004568- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004569 gtest: true
4570 build: test
4571 language: c++
4572 src:
Mark D. Rothbf816d32017-11-29 11:25:34 -08004573 - test/core/support/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004574 deps:
4575 - grpc_test_util
4576 - grpc++
4577 - grpc
4578 - gpr_test_util
4579 - gpr
4580 uses:
4581 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004582- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004583 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004584 build: test
4585 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004586 src:
4587 - test/cpp/common/secure_auth_context_test.cc
4588 deps:
4589 - grpc++_test_util
4590 - grpc_test_util
4591 - grpc++
4592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004593 - gpr_test_util
4594 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004595- name: secure_sync_unary_ping_pong_test
4596 build: test
4597 language: c++
4598 src:
4599 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4600 deps:
4601 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004602 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004603 - grpc++_test_util
4604 - grpc_test_util
4605 - grpc++
4606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004607 - gpr_test_util
4608 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004609 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004610 platforms:
4611 - mac
4612 - linux
4613 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004614- name: server_builder_plugin_test
4615 gtest: true
4616 build: test
4617 language: c++
4618 src:
4619 - test/cpp/end2end/server_builder_plugin_test.cc
4620 deps:
4621 - grpc++_test_util
4622 - grpc_test_util
4623 - grpc++
4624 - grpc
4625 - gpr_test_util
4626 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004627- name: server_builder_test
4628 gtest: true
4629 build: test
4630 language: c++
4631 src:
4632 - src/proto/grpc/testing/echo_messages.proto
4633 - src/proto/grpc/testing/echo.proto
4634 - test/cpp/server/server_builder_test.cc
4635 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004636 - grpc++_test_util_unsecure
4637 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004638 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004639 - grpc++_unsecure
4640 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004641 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004642- name: server_context_test_spouse_test
4643 gtest: true
4644 build: test
4645 language: c++
4646 src:
4647 - test/cpp/test/server_context_test_spouse_test.cc
4648 deps:
4649 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004650 - grpc++
4651 - grpc
4652 - gpr_test_util
4653 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004654 uses:
4655 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004656- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004657 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004658 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004659 build: test
4660 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004661 src:
4662 - test/cpp/end2end/server_crash_test.cc
4663 deps:
4664 - grpc++_test_util
4665 - grpc_test_util
4666 - grpc++
4667 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004668 - gpr_test_util
4669 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004670 platforms:
4671 - mac
4672 - linux
4673 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004674- name: server_crash_test_client
4675 build: test
4676 run: false
4677 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004678 src:
4679 - test/cpp/end2end/server_crash_test_client.cc
4680 deps:
4681 - grpc++_test_util
4682 - grpc_test_util
4683 - grpc++
4684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004685 - gpr_test_util
4686 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004687- name: server_request_call_test
4688 gtest: true
4689 build: test
4690 language: c++
4691 src:
4692 - src/proto/grpc/testing/echo_messages.proto
4693 - src/proto/grpc/testing/echo.proto
4694 - test/cpp/server/server_request_call_test.cc
4695 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004696 - grpc++_test_util_unsecure
4697 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004698 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004699 - grpc++_unsecure
4700 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004701 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004702- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004703 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004704 build: test
4705 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004706 src:
4707 - test/cpp/end2end/shutdown_test.cc
4708 deps:
4709 - grpc++_test_util
4710 - grpc_test_util
4711 - grpc++
4712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004713 - gpr_test_util
4714 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004715- name: stats_test
4716 gtest: true
4717 build: test
4718 language: c++
4719 src:
4720 - test/core/debug/stats_test.cc
4721 deps:
4722 - grpc++_test_util
4723 - grpc_test_util
4724 - grpc
4725 - gpr_test_util
4726 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004727 exclude_configs:
4728 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004729 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004730 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004731- name: status_test
4732 build: test
4733 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004734 src:
4735 - test/cpp/util/status_test.cc
4736 deps:
4737 - grpc_test_util
4738 - grpc++
4739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004740 - gpr_test_util
4741 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004742 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004743- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004744 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004745 build: test
4746 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004747 src:
4748 - test/cpp/end2end/streaming_throughput_test.cc
4749 deps:
4750 - grpc++_test_util
4751 - grpc_test_util
4752 - grpc++
4753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004754 - gpr_test_util
4755 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004756 platforms:
4757 - mac
4758 - linux
4759 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004760- name: stress_test
4761 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004762 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004763 language: c++
4764 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004765 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004766 - test/cpp/interop/interop_client.h
4767 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004768 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004769 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004770 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004771 - src/proto/grpc/testing/empty.proto
4772 - src/proto/grpc/testing/messages.proto
4773 - src/proto/grpc/testing/metrics.proto
4774 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004775 - test/cpp/interop/interop_client.cc
4776 - test/cpp/interop/stress_interop_client.cc
4777 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004778 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004779 deps:
4780 - grpc++_test_util
4781 - grpc_test_util
4782 - grpc++
4783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004784 - gpr_test_util
4785 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004786 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004787- name: thread_manager_test
4788 build: test
4789 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004790 src:
4791 - test/cpp/thread_manager/thread_manager_test.cc
4792 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004793 - grpc++_unsecure
4794 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004795 - gpr
4796 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004797- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004798 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004799 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004800 build: test
4801 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004802 src:
4803 - test/cpp/end2end/thread_stress_test.cc
4804 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004805 - grpc++_test_util_unsecure
4806 - grpc_test_util_unsecure
4807 - grpc++_unsecure
4808 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004809 - gpr_test_util
4810 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004811- name: transport_pid_controller_test
4812 build: test
4813 language: c++
4814 src:
4815 - test/core/transport/pid_controller_test.cc
4816 deps:
4817 - grpc++_test_util
4818 - grpc++
4819 - grpc_test_util
4820 - grpc
4821 - gpr_test_util
4822 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004823- name: writes_per_rpc_test
4824 gtest: true
4825 cpu_cost: 0.5
4826 build: test
4827 language: c++
4828 src:
4829 - test/cpp/performance/writes_per_rpc_test.cc
4830 deps:
4831 - grpc++_test_util
4832 - grpc_test_util
4833 - grpc++
4834 - grpc
4835 - gpr_test_util
4836 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004837 platforms:
4838 - mac
4839 - linux
4840 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004841- name: public_headers_must_be_c89
4842 build: test
4843 language: c89
4844 src:
4845 - test/core/surface/public_headers_must_be_c89.c
4846 deps:
4847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004849vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004850- linkage: static
4851 name: grpc.dependencies.zlib
4852 props: false
4853 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004854 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004855- linkage: static
4856 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004857 props: true
4858 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004859 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004860- name: gflags
4861 props: false
4862 redist: false
4863 version: 2.1.2.1
4864- name: gtest
4865 props: false
4866 redist: false
4867 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004868configs:
4869 asan:
4870 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004871 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4872 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004873 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004874 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004875 LDFLAGS: -fsanitize=address
4876 LDXX: clang++
4877 compile_the_world: true
4878 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004879 ASAN_OPTIONS: detect_leaks=1:color=always
4880 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004881 asan-noleaks:
4882 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004883 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4884 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004885 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004886 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004887 LDFLAGS: -fsanitize=address
4888 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004889 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004890 test_environ:
4891 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004892 asan-trace-cmp:
4893 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004894 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4895 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004896 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004897 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004898 LDFLAGS: -fsanitize=address
4899 LDXX: clang++
4900 compile_the_world: true
4901 test_environ:
4902 ASAN_OPTIONS: detect_leaks=1:color=always
4903 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004904 basicprof:
4905 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4906 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004907 c++-compat:
4908 CFLAGS: -Wc++-compat
4909 CPPFLAGS: -O0
4910 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004911 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004912 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004913 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004914 dbg:
4915 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004916 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004917 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004918 gcov:
4919 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004920 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004921 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004922 DEFINES: _DEBUG DEBUG GPR_GCOV
4923 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004924 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004925 LDXX: g++
4926 helgrind:
4927 CPPFLAGS: -O0
4928 DEFINES: _DEBUG DEBUG
4929 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004930 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004931 lto:
4932 CPPFLAGS: -O2
4933 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004934 memcheck:
4935 CPPFLAGS: -O0
4936 DEFINES: _DEBUG DEBUG
4937 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004938 valgrind: --tool=memcheck --leak-check=full
4939 msan:
4940 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004941 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004942 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
4943 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004944 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004945 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004946 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004947 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4948 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4949 LDXX: clang++
4950 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08004951 test_environ:
4952 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08004953 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004954 CPPFLAGS: -O3 -fno-omit-frame-pointer
4955 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004956 LDFLAGS: -rdynamic
4957 opt:
4958 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004959 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004960 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004961 stapprof:
4962 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4963 DEFINES: NDEBUG
4964 tsan:
4965 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004966 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004967 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004968 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004969 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004970 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004971 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004972 LDXX: clang++
4973 compile_the_world: true
4974 test_environ:
4975 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004976 ubsan:
4977 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004978 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4979 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004980 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004981 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004982 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004983 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004984 LDXX: clang++
4985 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004986 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004987 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004988defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004989 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004990 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4991 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07004992 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
4993 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
4994 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4995 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
4996 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004997 benchmark:
4998 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004999 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005000 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07005001 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005002 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005003 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005004 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005005 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005006 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005007 LDFLAGS: -g
5008 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005009 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01005010 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005011openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005012 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005013 extraction_dir: openssl-1.0.2f
5014 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005015php_config_m4:
5016 deps:
5017 - grpc
5018 - gpr
5019 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005020 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005021 headers:
5022 - src/php/ext/grpc/byte_buffer.h
5023 - src/php/ext/grpc/call.h
5024 - src/php/ext/grpc/call_credentials.h
5025 - src/php/ext/grpc/channel.h
5026 - src/php/ext/grpc/channel_credentials.h
5027 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005028 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005029 - src/php/ext/grpc/php_grpc.h
5030 - src/php/ext/grpc/server.h
5031 - src/php/ext/grpc/server_credentials.h
5032 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005033 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005034 src:
5035 - src/php/ext/grpc/byte_buffer.c
5036 - src/php/ext/grpc/call.c
5037 - src/php/ext/grpc/call_credentials.c
5038 - src/php/ext/grpc/channel.c
5039 - src/php/ext/grpc/channel_credentials.c
5040 - src/php/ext/grpc/completion_queue.c
5041 - src/php/ext/grpc/php_grpc.c
5042 - src/php/ext/grpc/server.c
5043 - src/php/ext/grpc/server_credentials.c
5044 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005045python_dependencies:
5046 deps:
5047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005048 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005049 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005050 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005051 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005052ruby_gem:
5053 deps:
5054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005055 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005056 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005057 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005058 - z