blob: 8ab15b77414903e85b0bccdfe1ca67d156c8b660 [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
Yuchen Zeng955a3642016-06-17 13:48:03 -07001772- name: bad_server_response_test
1773 build: test
1774 language: c
1775 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001776 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001777 deps:
1778 - test_tcp_server
1779 - grpc_test_util
1780 - grpc
1781 - gpr_test_util
1782 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001783 exclude_iomgrs:
1784 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001785- name: bin_decoder_test
1786 build: test
1787 language: c
1788 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001789 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001790 deps:
1791 - grpc_test_util
1792 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001793 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001794- name: bin_encoder_test
1795 build: test
1796 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001797 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001798 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001799 deps:
1800 - grpc_test_util
1801 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001802 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001803- name: byte_stream_test
1804 build: test
1805 language: c
1806 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001807 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001808 deps:
1809 - grpc_test_util
1810 - grpc
1811 - gpr_test_util
1812 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001813 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001814- name: channel_create_test
1815 build: test
1816 language: c
1817 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001818 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001819 deps:
1820 - grpc_test_util
1821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 - gpr_test_util
1823 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001824- name: check_epollexclusive
1825 build: tool
1826 language: c
1827 src:
1828 - test/build/check_epollexclusive.c
1829 deps:
1830 - grpc
1831 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001832- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833 build: test
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001836 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001837 deps:
1838 - grpc_test_util
1839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001840 - gpr_test_util
1841 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001842 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843- name: chttp2_stream_map_test
1844 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/stream_map_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 Tiller8ab91b22015-12-07 11:28:51 -08001854- name: chttp2_varint_test
1855 build: test
1856 language: c
1857 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001858 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001859 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 Tiller845516e2016-04-11 20:49:20 -07001865- name: client_fuzzer
1866 build: fuzzer
1867 language: c
1868 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001869 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001870 deps:
1871 - grpc_test_util
1872 - grpc
1873 - gpr_test_util
1874 - gpr
1875 corpus_dirs:
1876 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001877 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001878 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001879- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001880 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001881 build: test
1882 language: c
1883 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001884 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001885 deps:
1886 - grpc_test_util
1887 - grpc
1888 - gpr_test_util
1889 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: compression_test
1891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001894 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001900 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001901- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001902 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001903 build: test
1904 language: c
1905 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001906 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001907 deps:
1908 - grpc_test_util
1909 - grpc
1910 - gpr_test_util
1911 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001912 exclude_iomgrs:
1913 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001914- name: connection_refused_test
1915 cpu_cost: 0.1
1916 build: test
1917 language: c
1918 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001919 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001920 deps:
1921 - grpc_test_util
1922 - grpc
1923 - gpr_test_util
1924 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001925- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001926 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001927 build: test
1928 language: c
1929 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001930 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001931 deps:
1932 - grpc_test_util
1933 - grpc
1934 - gpr_test_util
1935 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001936 exclude_iomgrs:
1937 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001938- name: dns_resolver_test
1939 build: test
1940 language: c
1941 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001942 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001943 deps:
1944 - grpc_test_util
1945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001948- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001949 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001953 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001959 exclude_iomgrs:
1960 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001961 platforms:
1962 - mac
1963 - linux
1964 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001965- name: endpoint_pair_test
1966 build: test
1967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001969 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001970 deps:
1971 - grpc_test_util
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001975 exclude_iomgrs:
1976 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001977- name: error_test
1978 cpu_cost: 30
1979 build: test
1980 language: c
1981 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001982 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001983 deps:
1984 - grpc_test_util
1985 - grpc
1986 - gpr_test_util
1987 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001988 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001989- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001990 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001991 build: test
1992 language: c
1993 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001994 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001995 deps:
1996 - grpc_test_util
1997 - grpc
1998 - gpr_test_util
1999 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002000 exclude_iomgrs:
2001 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002002 platforms:
2003 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002004- name: fake_resolver_test
2005 build: test
2006 language: c
2007 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002008 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002009 deps:
2010 - grpc_test_util
2011 - grpc
2012 - gpr_test_util
2013 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002014- name: fake_transport_security_test
2015 build: test
2016 language: c
2017 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002018 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002019 deps:
2020 - gpr_test_util
2021 - gpr
2022 - grpc
2023 filegroups:
2024 - transport_security_test_lib
2025 platforms:
2026 - linux
2027 - posix
2028 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: fd_conservation_posix_test
2030 build: test
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002033 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002034 deps:
2035 - grpc_test_util
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002039 exclude_iomgrs:
2040 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002041 platforms:
2042 - mac
2043 - linux
2044 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: fd_posix_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002049 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002055 exclude_iomgrs:
2056 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002057 platforms:
2058 - mac
2059 - linux
2060 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: fling_client
2062 build: test
2063 run: false
2064 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002065 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002066 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002067 deps:
2068 - grpc_test_util
2069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002070 - gpr_test_util
2071 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: fling_server
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/server.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_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002084 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085 build: test
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002088 - test/core/fling/fling_stream_test.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 Tiller25834342015-09-25 08:08:24 -07002094 platforms:
2095 - mac
2096 - linux
2097 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002099 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002103 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002104 deps:
2105 - grpc_test_util
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002109 platforms:
2110 - mac
2111 - linux
2112 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002113- name: goaway_server_test
2114 cpu_cost: 0.1
2115 build: test
2116 language: c
2117 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002118 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002119 deps:
2120 - grpc_test_util
2121 - grpc
2122 - gpr_test_util
2123 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002124 exclude_iomgrs:
2125 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002126 platforms:
2127 - mac
2128 - linux
2129 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002130- name: gpr_avl_test
2131 build: test
2132 language: c
2133 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002134 - test/core/support/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002135 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002138 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139- name: gpr_cmdline_test
2140 build: test
2141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002142 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002143 - test/core/support/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002144 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002147 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002148- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002149 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002150 build: test
2151 language: c
2152 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002153 - test/core/support/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002154 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002157 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: gpr_env_test
2159 build: test
2160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002162 - test/core/support/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002163 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002166 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167- name: gpr_host_port_test
2168 build: test
2169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002171 - test/core/support/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002172 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002173 - gpr_test_util
2174 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002175 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176- name: gpr_log_test
2177 build: test
2178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002179 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002180 - test/core/support/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002181 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002184 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002185- name: gpr_manual_constructor_test
2186 cpu_cost: 3
2187 build: test
2188 language: c
2189 src:
2190 - test/core/support/manual_constructor_test.cc
2191 deps:
2192 - gpr_test_util
2193 - gpr
2194 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002195- name: gpr_mpscq_test
2196 cpu_cost: 30
2197 build: test
2198 language: c
2199 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002200 - test/core/support/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002201 deps:
2202 - gpr_test_util
2203 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002204 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002205- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002206 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002207 build: test
2208 language: c
2209 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002210 - test/core/support/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002211 deps:
2212 - gpr_test_util
2213 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002214 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215- name: gpr_string_test
2216 build: test
2217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002219 - test/core/support/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002220 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002223 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002224- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002225 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002226 build: test
2227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002228 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002229 - test/core/support/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002230 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002233 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002234- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002235 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002236 build: test
2237 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002238 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002239 - test/core/support/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002240 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002243 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002244- name: gpr_time_test
2245 build: test
2246 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002247 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002248 - test/core/support/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002249 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002252 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: gpr_tls_test
2254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002257 - test/core/support/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002258 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr_test_util
2260 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002261 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: gpr_useful_test
2263 build: test
2264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002265 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002266 - test/core/support/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002267 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr_test_util
2269 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002270 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271- name: grpc_auth_context_test
2272 build: test
2273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002275 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002276 deps:
2277 - grpc_test_util
2278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002279 - gpr_test_util
2280 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002281 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002282- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283 build: test
2284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002286 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002287 deps:
2288 - grpc_test_util
2289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002290 - gpr_test_util
2291 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002292 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293- name: grpc_byte_buffer_reader_test
2294 build: test
2295 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002296 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002297 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002298 deps:
2299 - grpc_test_util
2300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002303 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304- name: grpc_channel_args_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/channel/channel_args_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
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002315- name: grpc_channel_stack_builder_test
2316 build: test
2317 language: c
2318 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002319 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002320 deps:
2321 - grpc_test_util
2322 - grpc
2323 - gpr_test_util
2324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: grpc_channel_stack_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002329 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002335 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: grpc_completion_queue_test
2337 build: test
2338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002340 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002341 deps:
2342 - grpc_test_util
2343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002344 - gpr_test_util
2345 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002346- name: grpc_completion_queue_threading_test
2347 build: test
2348 language: c
2349 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002350 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002351 deps:
2352 - grpc_test_util
2353 - grpc
2354 - gpr_test_util
2355 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002356 exclude_iomgrs:
2357 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: grpc_create_jwt
2359 build: tool
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002362 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002363 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002366 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002367 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: grpc_credentials_test
2369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002372 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002378- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002379 build: test
2380 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002382 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002383 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002384 deps:
2385 - grpc_test_util
2386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002387 - gpr_test_util
2388 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002389- name: grpc_invalid_channel_args_test
2390 build: test
2391 language: c
2392 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002393 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002394 deps:
2395 - grpc_test_util
2396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr_test_util
2398 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002399 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400- name: grpc_json_token_test
2401 build: test
2402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002403 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002404 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002405 deps:
2406 - grpc_test_util
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002410 platforms:
2411 - linux
2412 - posix
2413 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002414 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415- name: grpc_jwt_verifier_test
2416 build: test
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002419 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002420 deps:
2421 - grpc_test_util
2422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002423 - gpr_test_util
2424 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002425 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426- name: grpc_print_google_default_creds_token
2427 build: tool
2428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002430 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002431 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002434 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435- name: grpc_security_connector_test
2436 build: test
2437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002438 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002439 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002440 deps:
2441 - grpc_test_util
2442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr_test_util
2444 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002445- name: grpc_ssl_credentials_test
2446 build: test
2447 language: c
2448 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002449 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002450 deps:
2451 - grpc_test_util
2452 - grpc
2453 - gpr_test_util
2454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455- name: grpc_verify_jwt
2456 build: tool
2457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002458 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002459 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002460 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002463 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002464- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002465 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002466 language: c
2467 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002468 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002469 deps:
2470 - grpc_test_util
2471 - grpc
2472 - gpr_test_util
2473 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002474 exclude_iomgrs:
2475 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002476 platforms:
2477 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002478 secure: true
2479- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002480 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002481 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002482 headers:
2483 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002484 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002485 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002486 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002487 deps:
2488 - grpc_test_util
2489 - grpc
2490 - gpr_test_util
2491 - gpr
2492 exclude_iomgrs:
2493 - uv
2494 platforms:
2495 - linux
2496 secure: true
2497- name: handshake_server_with_readahead_handshaker
2498 build: test
2499 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002500 headers:
2501 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002502 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002503 - test/core/handshake/readahead_handshaker_server_ssl.cc
2504 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002505 deps:
2506 - grpc_test_util
2507 - grpc
2508 - gpr_test_util
2509 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002510 exclude_iomgrs:
2511 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002512 platforms:
2513 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002514 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002515- name: histogram_test
2516 build: test
2517 language: c
2518 src:
2519 - test/core/util/histogram_test.cc
2520 deps:
2521 - grpc_test_util
2522 - gpr
2523 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002524- name: hpack_parser_fuzzer_test
2525 build: fuzzer
2526 language: c
2527 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002528 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002529 deps:
2530 - grpc_test_util
2531 - grpc
2532 - gpr_test_util
2533 - gpr
2534 corpus_dirs:
2535 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002536 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002537 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002538- name: hpack_parser_test
2539 build: test
2540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002541 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002542 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002543 deps:
2544 - grpc_test_util
2545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002546 - gpr_test_util
2547 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002548 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002549- name: hpack_table_test
2550 build: test
2551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002552 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002553 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002554 deps:
2555 - grpc_test_util
2556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002557 - gpr_test_util
2558 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002559 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002560- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561 build: test
2562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002564 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002565 deps:
2566 - grpc_test_util
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002570 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002571- name: http_request_fuzzer_test
2572 build: fuzzer
2573 language: c
2574 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002575 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002576 deps:
2577 - grpc_test_util
2578 - grpc
2579 - gpr_test_util
2580 - gpr
2581 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002582 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002583 maxlen: 2048
2584- name: http_response_fuzzer_test
2585 build: fuzzer
2586 language: c
2587 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002588 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002589 deps:
2590 - grpc_test_util
2591 - grpc
2592 - gpr_test_util
2593 - gpr
2594 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002595 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002596 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002597- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598 build: test
2599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002600 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002601 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002602 deps:
2603 - grpc_test_util
2604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002605 - gpr_test_util
2606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002607- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002608 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002609 build: test
2610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002611 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002612 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002613 deps:
2614 - grpc_test_util
2615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002616 - gpr_test_util
2617 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002618 platforms:
2619 - mac
2620 - linux
2621 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002622- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002623 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002624 build: test
2625 language: c
2626 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002627 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002628 deps:
2629 - grpc_test_util
2630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002631 - gpr_test_util
2632 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002633 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002634 - linux
yang-gf1183302015-12-07 16:02:05 -08002635- name: init_test
2636 build: test
2637 language: c
2638 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002639 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002640 deps:
2641 - grpc_test_util
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr_test_util
2644 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002645 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002646- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002647 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002648 build: test
2649 language: c
2650 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002651 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002652 deps:
2653 - grpc_test_util
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002657- name: json_fuzzer_test
2658 build: fuzzer
2659 language: c
2660 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002661 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002662 deps:
2663 - grpc_test_util
2664 - grpc
2665 - gpr_test_util
2666 - gpr
2667 corpus_dirs:
2668 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002669 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670- name: json_rewrite
2671 build: test
2672 run: false
2673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002674 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002675 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002676 deps:
2677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002678 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002679 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680- name: json_rewrite_test
2681 build: test
2682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002684 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002685 deps:
2686 - grpc_test_util
2687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002688 - gpr_test_util
2689 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002690 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002691- name: json_stream_error_test
2692 build: test
2693 language: c
2694 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002695 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002696 deps:
2697 - grpc_test_util
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002701 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002702- name: json_test
2703 build: test
2704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002705 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002706 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002707 deps:
2708 - grpc_test_util
2709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002710 - gpr_test_util
2711 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002712 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002713- name: lame_client_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/surface/lame_client_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
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002723- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002724 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002725 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002726 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002728 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002729 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002730 deps:
2731 - grpc_test_util
2732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002733 - gpr_test_util
2734 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002735 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002736- name: load_file_test
2737 build: test
2738 language: c
2739 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002740 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002741 deps:
2742 - grpc_test_util
2743 - grpc
2744 - gpr_test_util
2745 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002746 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002747- name: low_level_ping_pong_benchmark
2748 build: benchmark
2749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002750 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002751 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002752 deps:
2753 - grpc_test_util
2754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002755 - gpr_test_util
2756 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002757 platforms:
2758 - mac
2759 - linux
2760 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002761- name: memory_profile_client
2762 build: test
2763 run: false
2764 language: c
2765 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002766 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002767 deps:
2768 - grpc_test_util
2769 - grpc
2770 - gpr_test_util
2771 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002772 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002773- name: memory_profile_server
2774 build: test
2775 run: false
2776 language: c
2777 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002778 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002779 deps:
2780 - grpc_test_util
2781 - grpc
2782 - gpr_test_util
2783 - gpr
2784- name: memory_profile_test
2785 cpu_cost: 1.5
2786 build: test
2787 language: c
2788 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002789 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002790 deps:
2791 - grpc_test_util
2792 - grpc
2793 - gpr_test_util
2794 - gpr
2795 platforms:
2796 - mac
2797 - linux
2798 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002799- name: message_compress_test
2800 build: test
2801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002802 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002803 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002804 deps:
2805 - grpc_test_util
2806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002807 - gpr_test_util
2808 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002809 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002810- name: minimal_stack_is_minimal_test
2811 build: test
2812 language: c
2813 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002814 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002815 deps:
2816 - grpc_test_util
2817 - grpc
2818 - gpr_test_util
2819 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002820 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002821- name: multiple_server_queues_test
2822 build: test
2823 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002824 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002825 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002826 deps:
2827 - grpc_test_util
2828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002829 - gpr_test_util
2830 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831- name: murmur_hash_test
2832 build: test
2833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002834 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002835 - test/core/support/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002836 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002837 - gpr_test_util
2838 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002839 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002840- name: nanopb_fuzzer_response_test
2841 build: fuzzer
2842 language: c
2843 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002844 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002845 deps:
2846 - grpc_test_util
2847 - grpc
2848 - gpr_test_util
2849 - gpr
2850 corpus_dirs:
2851 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002852 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002853- name: nanopb_fuzzer_serverlist_test
2854 build: fuzzer
2855 language: c
2856 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002857 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002858 deps:
2859 - grpc_test_util
2860 - grpc
2861 - gpr_test_util
2862 - gpr
2863 corpus_dirs:
2864 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002865 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002866- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002867 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868 build: test
2869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002870 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002871 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002872 deps:
2873 - grpc_test_util
2874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002875 - gpr_test_util
2876 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002877- name: num_external_connectivity_watchers_test
2878 build: test
2879 language: c
2880 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002881 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002882 deps:
2883 - grpc_test_util
2884 - grpc
2885 - gpr_test_util
2886 - gpr
2887 exclude_iomgrs:
2888 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002889- name: parse_address_test
2890 build: test
2891 language: c
2892 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002893 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002894 deps:
2895 - grpc_test_util
2896 - grpc
2897 - gpr_test_util
2898 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002899 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002900- name: percent_decode_fuzzer
2901 build: fuzzer
2902 language: c
2903 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002904 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002905 deps:
2906 - grpc_test_util
2907 - grpc
2908 - gpr_test_util
2909 - gpr
2910 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002911 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002912 maxlen: 32
2913- name: percent_encode_fuzzer
2914 build: fuzzer
2915 language: c
2916 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002917 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002918 deps:
2919 - grpc_test_util
2920 - grpc
2921 - gpr_test_util
2922 - gpr
2923 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002924 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002925 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002926- name: percent_encoding_test
2927 build: test
2928 language: c
2929 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002930 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002931 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002932 - grpc_test_util
2933 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002934 - gpr_test_util
2935 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002936 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002937- name: pollset_set_test
2938 build: test
2939 language: c
2940 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002941 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002942 deps:
2943 - grpc_test_util
2944 - grpc
2945 - gpr_test_util
2946 - gpr
2947 exclude_iomgrs:
2948 - uv
2949 platforms:
2950 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002951- name: resolve_address_posix_test
2952 build: test
2953 language: c
2954 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002955 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002956 deps:
2957 - grpc_test_util
2958 - grpc
2959 - gpr_test_util
2960 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002961 exclude_iomgrs:
2962 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002963 platforms:
2964 - mac
2965 - linux
2966 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967- name: resolve_address_test
2968 build: test
2969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002971 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002972 deps:
2973 - grpc_test_util
2974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002975 - gpr_test_util
2976 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002977- name: resource_quota_test
2978 cpu_cost: 30
2979 build: test
2980 language: c
2981 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002982 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07002983 deps:
2984 - grpc_test_util
2985 - grpc
2986 - gpr_test_util
2987 - gpr
yang-gd482e592015-12-10 14:04:00 -08002988- name: secure_channel_create_test
2989 build: test
2990 language: c
2991 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002992 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08002993 deps:
2994 - grpc_test_util
2995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002996 - gpr_test_util
2997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002998- name: secure_endpoint_test
2999 build: test
3000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003001 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003002 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003003 deps:
3004 - grpc_test_util
3005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003006 - gpr_test_util
3007 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003008 exclude_iomgrs:
3009 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003010- name: sequential_connectivity_test
3011 build: test
3012 language: c
3013 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003014 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003015 deps:
3016 - grpc_test_util
3017 - grpc
3018 - gpr_test_util
3019 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003020 exclude_iomgrs:
3021 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003022- name: server_chttp2_test
3023 build: test
3024 language: c
3025 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003026 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003027 deps:
3028 - grpc_test_util
3029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003030 - gpr_test_util
3031 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003032- name: server_fuzzer
3033 build: fuzzer
3034 language: c
3035 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003036 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003037 deps:
3038 - grpc_test_util
3039 - grpc
3040 - gpr_test_util
3041 - gpr
3042 corpus_dirs:
3043 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003044 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003045 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003046- name: server_test
3047 build: test
3048 language: c
3049 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003050 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003051 deps:
3052 - grpc_test_util
3053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003054 - gpr_test_util
3055 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003056- name: slice_buffer_test
3057 build: test
3058 language: c
3059 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003060 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003061 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003062 - grpc_test_util
3063 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003064 - gpr_test_util
3065 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003066 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003067- name: slice_hash_table_test
3068 build: test
3069 language: c
3070 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003071 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003072 deps:
3073 - grpc_test_util
3074 - grpc
3075 - gpr_test_util
3076 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003077 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003078- name: slice_string_helpers_test
3079 build: test
3080 language: c
3081 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003082 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003083 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003084 - grpc_test_util
3085 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003086 - gpr_test_util
3087 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003088 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003089- name: slice_test
3090 build: test
3091 language: c
3092 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003093 - test/core/slice/slice_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
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003100- name: sockaddr_resolver_test
3101 build: test
3102 language: c
3103 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003104 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003105 deps:
3106 - grpc_test_util
3107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003108 - gpr_test_util
3109 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003110- name: sockaddr_utils_test
3111 build: test
3112 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003113 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003114 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003115 deps:
3116 - grpc_test_util
3117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003118 - gpr_test_util
3119 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003120- name: socket_utils_test
3121 build: test
3122 language: c
3123 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003124 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003125 deps:
3126 - grpc_test_util
3127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003128 - gpr_test_util
3129 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003130 exclude_iomgrs:
3131 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003132 platforms:
3133 - mac
3134 - linux
3135 - posix
yang-g31e21282016-11-04 15:10:03 -07003136- name: ssl_server_fuzzer
3137 build: fuzzer
3138 language: c
3139 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003140 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003141 deps:
3142 - grpc_test_util
3143 - grpc
3144 - gpr_test_util
3145 - gpr
3146 corpus_dirs:
3147 - test/core/security/corpus/ssl_server_corpus
3148 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003149- name: ssl_transport_security_test
3150 build: test
3151 language: c
3152 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003153 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003154 deps:
3155 - gpr_test_util
3156 - gpr
3157 - grpc
3158 filegroups:
3159 - transport_security_test_lib
3160 platforms:
3161 - linux
3162 - posix
3163 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003164- name: status_conversion_test
3165 build: test
3166 language: c
3167 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003168 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003169 deps:
3170 - grpc_test_util
3171 - grpc
3172 - gpr_test_util
3173 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003174 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003175- name: stream_compression_test
3176 build: test
3177 language: c
3178 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003179 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003180 deps:
3181 - grpc_test_util
3182 - grpc
3183 - gpr_test_util
3184 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003185 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003186- name: stream_owned_slice_test
3187 build: test
3188 language: c
3189 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003190 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003191 deps:
3192 - grpc_test_util
3193 - grpc
3194 - gpr_test_util
3195 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003196 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003197- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003198 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003199 build: test
3200 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003201 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003202 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003203 deps:
3204 - grpc_test_util
3205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003206 - gpr_test_util
3207 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003208 exclude_iomgrs:
3209 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003210 platforms:
3211 - mac
3212 - linux
3213 - posix
murgatroid991191b722017-02-08 11:56:52 -08003214- name: tcp_client_uv_test
3215 cpu_cost: 0.5
3216 build: test
3217 language: c
3218 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003219 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003220 deps:
3221 - grpc_test_util
3222 - grpc
3223 - gpr_test_util
3224 - gpr
3225 exclude_iomgrs:
3226 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003227- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003228 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003229 build: test
3230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003231 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003232 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003233 deps:
3234 - grpc_test_util
3235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003236 - gpr_test_util
3237 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003238 exclude_iomgrs:
3239 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003240 platforms:
3241 - mac
3242 - linux
3243 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003244- name: tcp_server_posix_test
3245 build: test
3246 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003247 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003248 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003249 deps:
3250 - grpc_test_util
3251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003252 - gpr_test_util
3253 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003254 exclude_iomgrs:
3255 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003256 platforms:
3257 - mac
3258 - linux
3259 - posix
murgatroid991191b722017-02-08 11:56:52 -08003260- name: tcp_server_uv_test
3261 build: test
3262 language: c
3263 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003264 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003265 deps:
3266 - grpc_test_util
3267 - grpc
3268 - gpr_test_util
3269 - gpr
3270 exclude_iomgrs:
3271 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272- name: time_averaged_stats_test
3273 build: test
3274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003275 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003276 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003277 deps:
3278 - grpc_test_util
3279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003280 - gpr_test_util
3281 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003282 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003283- name: timeout_encoding_test
3284 build: test
3285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003286 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003287 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003288 deps:
3289 - grpc_test_util
3290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003291 - gpr_test_util
3292 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003293 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003294- name: timer_heap_test
3295 build: test
3296 language: c
3297 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003298 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003299 deps:
3300 - grpc_test_util
3301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003302 - gpr_test_util
3303 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003304 exclude_iomgrs:
3305 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003306 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003307- name: timer_list_test
3308 build: test
3309 language: c
3310 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003311 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003312 deps:
3313 - grpc_test_util
3314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003315 - gpr_test_util
3316 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003317 exclude_iomgrs:
3318 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003319 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003320- name: transport_connectivity_state_test
3321 build: test
3322 language: c
3323 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003324 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003325 deps:
3326 - grpc_test_util
3327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003328 - gpr_test_util
3329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003330- name: transport_metadata_test
3331 build: test
3332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003333 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003334 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003335 deps:
3336 - grpc_test_util
3337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003338 - gpr_test_util
3339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003340- name: transport_security_test
3341 build: test
3342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003343 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003344 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003345 deps:
3346 - grpc_test_util
3347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003348 - gpr_test_util
3349 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003350 platforms:
3351 - linux
3352 - posix
3353 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003354- name: udp_server_test
3355 build: test
3356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003357 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003358 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003359 deps:
3360 - grpc_test_util
3361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003362 - gpr_test_util
3363 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003364 exclude_iomgrs:
3365 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003366 platforms:
3367 - mac
3368 - linux
3369 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003370- name: uri_fuzzer_test
3371 build: fuzzer
3372 language: c
3373 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003374 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003375 deps:
3376 - grpc_test_util
3377 - grpc
3378 - gpr_test_util
3379 - gpr
3380 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003381 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003382 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003383- name: uri_parser_test
3384 build: test
3385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003386 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003387 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003388 deps:
3389 - grpc_test_util
3390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003391 - gpr_test_util
3392 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003393- name: wakeup_fd_cv_test
3394 build: test
3395 language: c
3396 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003397 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003398 deps:
3399 - grpc_test_util
3400 - grpc
3401 - gpr_test_util
3402 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003403 exclude_iomgrs:
3404 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003405 platforms:
3406 - mac
3407 - linux
3408 - posix
vjpai04e992a2016-02-10 16:58:38 -08003409- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003410 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003411 build: test
3412 language: c++
3413 src:
3414 - test/cpp/common/alarm_cpp_test.cc
3415 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003416 - grpc++_test_util_unsecure
3417 - grpc_test_util_unsecure
3418 - grpc++_unsecure
3419 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003420 - gpr_test_util
3421 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003422- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003423 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424 build: test
3425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003426 src:
3427 - test/cpp/end2end/async_end2end_test.cc
3428 deps:
3429 - grpc++_test_util
3430 - grpc_test_util
3431 - grpc++
3432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003433 - gpr_test_util
3434 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003435- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003436 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003437 build: test
3438 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003439 src:
3440 - test/cpp/common/auth_property_iterator_test.cc
3441 deps:
3442 - grpc++_test_util
3443 - grpc_test_util
3444 - grpc++
3445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003446 - gpr_test_util
3447 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003448 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003449- name: backoff_test
3450 build: test
3451 language: c++
3452 src:
3453 - test/core/backoff/backoff_test.cc
3454 deps:
3455 - grpc_test_util
3456 - grpc
3457 - gpr_test_util
3458 - gpr
3459 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003460- name: bdp_estimator_test
3461 build: test
3462 language: c++
3463 src:
3464 - test/core/transport/bdp_estimator_test.cc
3465 deps:
3466 - grpc++_test_util
3467 - grpc++
3468 - grpc_test_util
3469 - grpc
3470 - gpr_test_util
3471 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003472 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003473- name: bm_arena
3474 build: test
3475 language: c++
3476 src:
3477 - test/cpp/microbenchmarks/bm_arena.cc
3478 deps:
3479 - grpc_benchmark
3480 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003481 - grpc++_test_util_unsecure
3482 - grpc_test_util_unsecure
3483 - grpc++_unsecure
3484 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003485 - gpr_test_util
3486 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003487 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003488 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003489 platforms:
3490 - mac
3491 - linux
3492 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003493 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003494- name: bm_call_create
3495 build: test
3496 language: c++
3497 src:
3498 - test/cpp/microbenchmarks/bm_call_create.cc
3499 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003500 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003501 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003502 - grpc++_test_util_unsecure
3503 - grpc_test_util_unsecure
3504 - grpc++_unsecure
3505 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003506 - gpr_test_util
3507 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003508 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003509 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003510 platforms:
3511 - mac
3512 - linux
3513 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003514 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003515- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003516 build: test
3517 language: c++
3518 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003519 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003520 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003521 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003522 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003523 - grpc++_test_util_unsecure
3524 - grpc_test_util_unsecure
3525 - grpc++_unsecure
3526 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003527 - gpr_test_util
3528 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003529 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003530 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003531 platforms:
3532 - mac
3533 - linux
3534 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003535 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003536- name: bm_chttp2_transport
3537 build: test
3538 language: c++
3539 src:
3540 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3541 deps:
3542 - grpc_benchmark
3543 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003544 - grpc++_test_util_unsecure
3545 - grpc_test_util_unsecure
3546 - grpc++_unsecure
3547 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003548 - gpr_test_util
3549 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003550 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003551 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003552 platforms:
3553 - mac
3554 - linux
3555 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003556- name: bm_closure
3557 build: test
3558 language: c++
3559 src:
3560 - test/cpp/microbenchmarks/bm_closure.cc
3561 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003562 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003563 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003564 - grpc++_test_util_unsecure
3565 - grpc_test_util_unsecure
3566 - grpc++_unsecure
3567 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003568 - gpr_test_util
3569 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003570 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003571 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003572 platforms:
3573 - mac
3574 - linux
3575 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003576- name: bm_cq
3577 build: test
3578 language: c++
3579 src:
3580 - test/cpp/microbenchmarks/bm_cq.cc
3581 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003582 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003583 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003584 - grpc++_test_util_unsecure
3585 - grpc_test_util_unsecure
3586 - grpc++_unsecure
3587 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003588 - gpr_test_util
3589 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003590 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003591 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003592 platforms:
3593 - mac
3594 - linux
3595 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003596- name: bm_cq_multiple_threads
3597 build: test
3598 language: c++
3599 src:
3600 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3601 deps:
3602 - grpc_benchmark
3603 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003604 - grpc++_test_util_unsecure
3605 - grpc_test_util_unsecure
3606 - grpc++_unsecure
3607 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003608 - gpr_test_util
3609 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003610 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003611 defaults: benchmark
3612 platforms:
3613 - mac
3614 - linux
3615 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003616- name: bm_error
3617 build: test
3618 language: c++
3619 src:
3620 - test/cpp/microbenchmarks/bm_error.cc
3621 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003622 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003623 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003624 - grpc++_test_util_unsecure
3625 - grpc_test_util_unsecure
3626 - grpc++_unsecure
3627 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003628 - gpr_test_util
3629 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003630 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003631 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003632 platforms:
3633 - mac
3634 - linux
3635 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003636 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003637- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003638 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003639 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003640 headers:
3641 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003642 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003643 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003644 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003645 - grpc_benchmark
3646 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003647 - grpc++_test_util_unsecure
3648 - grpc_test_util_unsecure
3649 - grpc++_unsecure
3650 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003651 - gpr_test_util
3652 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003653 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003654 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003655 excluded_poll_engines:
3656 - poll
3657 - poll-cv
3658 platforms:
3659 - mac
3660 - linux
3661 - posix
3662 timeout_seconds: 1200
3663- name: bm_fullstack_streaming_pump
3664 build: test
3665 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003666 headers:
3667 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003668 src:
3669 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003670 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003671 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003672 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003673 - grpc++_test_util_unsecure
3674 - grpc_test_util_unsecure
3675 - grpc++_unsecure
3676 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003677 - gpr_test_util
3678 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003679 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003680 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003681 excluded_poll_engines:
3682 - poll
3683 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003684 platforms:
3685 - mac
3686 - linux
3687 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003688 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003689- name: bm_fullstack_trickle
3690 build: test
3691 language: c++
3692 src:
3693 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3694 deps:
3695 - grpc_benchmark
3696 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003697 - grpc++_test_util_unsecure
3698 - grpc_test_util_unsecure
3699 - grpc++_unsecure
3700 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003701 - gpr_test_util
3702 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003703 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003704 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003705 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003706 exclude_configs:
3707 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003708 excluded_poll_engines:
3709 - poll
3710 - poll-cv
3711 platforms:
3712 - mac
3713 - linux
3714 - posix
3715 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003716- name: bm_fullstack_unary_ping_pong
3717 build: test
3718 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003719 headers:
3720 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003721 src:
3722 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3723 deps:
3724 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003725 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003726 - grpc++_test_util_unsecure
3727 - grpc_test_util_unsecure
3728 - grpc++_unsecure
3729 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003730 - gpr_test_util
3731 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003732 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003733 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003734 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003735 - poll
3736 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003737 platforms:
3738 - mac
3739 - linux
3740 - posix
3741 timeout_seconds: 1200
3742- name: bm_metadata
3743 build: test
3744 language: c++
3745 src:
3746 - test/cpp/microbenchmarks/bm_metadata.cc
3747 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003748 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003749 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003750 - grpc++_test_util_unsecure
3751 - grpc_test_util_unsecure
3752 - grpc++_unsecure
3753 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003754 - gpr_test_util
3755 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003756 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003757 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003758 platforms:
3759 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003760 - linux
3761 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003762 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003763- name: bm_pollset
3764 build: test
3765 language: c++
3766 src:
3767 - test/cpp/microbenchmarks/bm_pollset.cc
3768 deps:
3769 - grpc_benchmark
3770 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003771 - grpc++_test_util_unsecure
3772 - grpc_test_util_unsecure
3773 - grpc++_unsecure
3774 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003775 - gpr_test_util
3776 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003777 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003778 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003779 platforms:
3780 - mac
3781 - linux
3782 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003783- name: channel_arguments_test
3784 gtest: true
3785 build: test
3786 language: c++
3787 src:
3788 - test/cpp/common/channel_arguments_test.cc
3789 deps:
3790 - grpc++
3791 - grpc
3792 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003793 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003794- name: channel_filter_test
3795 gtest: true
3796 build: test
3797 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003798 src:
3799 - test/cpp/common/channel_filter_test.cc
3800 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003801 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003802 - grpc
3803 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003804 uses_polling: false
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08003805- name: chttp2_settings_timeout_test
3806 gtest: true
3807 build: test
3808 language: c++
3809 src:
3810 - test/core/transport/chttp2/settings_timeout_test.cc
3811 deps:
3812 - grpc_test_util
3813 - grpc
3814 - gpr_test_util
3815 - gpr
3816 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003817- name: cli_call_test
3818 gtest: true
3819 build: test
3820 language: c++
3821 src:
Craig Tiller25834342015-09-25 08:08:24 -07003822 - test/cpp/util/cli_call_test.cc
3823 deps:
3824 - grpc_cli_libs
3825 - grpc++_test_util
3826 - grpc_test_util
3827 - grpc++
3828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003829 - gpr_test_util
3830 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003831- name: client_channel_stress_test
3832 gtest: false
3833 build: test
3834 language: c++
3835 src:
3836 - src/proto/grpc/lb/v1/load_balancer.proto
3837 - test/cpp/client/client_channel_stress_test.cc
3838 deps:
3839 - grpc++_test_util
3840 - grpc_test_util
3841 - grpc++
3842 - grpc
3843 - gpr_test_util
3844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003845- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003846 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003847 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003848 build: test
3849 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003850 src:
3851 - test/cpp/end2end/client_crash_test.cc
3852 deps:
3853 - grpc++_test_util
3854 - grpc_test_util
3855 - grpc++
3856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003857 - gpr_test_util
3858 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003859 platforms:
3860 - mac
3861 - linux
3862 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003863- name: client_crash_test_server
3864 build: test
3865 run: false
3866 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003867 src:
3868 - test/cpp/end2end/client_crash_test_server.cc
3869 deps:
3870 - grpc++_test_util
3871 - grpc_test_util
3872 - grpc++
3873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003874 - gpr_test_util
3875 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003876- name: client_lb_end2end_test
3877 gtest: true
3878 build: test
3879 language: c++
3880 src:
3881 - test/cpp/end2end/client_lb_end2end_test.cc
3882 deps:
3883 - grpc++_test_util
3884 - grpc_test_util
3885 - grpc++
3886 - grpc
3887 - gpr_test_util
3888 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003889- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003890 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003891 build: test
3892 language: c++
3893 src:
3894 - src/proto/grpc/testing/control.proto
3895 - src/proto/grpc/testing/messages.proto
3896 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003897 - src/proto/grpc/testing/services.proto
3898 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003899 - test/cpp/codegen/codegen_test_full.cc
3900 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003901 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003902 - grpc++
3903 - grpc
3904 - gpr
3905 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003906 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003907 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003908- name: codegen_test_minimal
3909 gtest: true
3910 build: test
3911 language: c++
3912 src:
3913 - src/proto/grpc/testing/control.proto
3914 - src/proto/grpc/testing/messages.proto
3915 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003916 - src/proto/grpc/testing/services.proto
3917 - src/proto/grpc/testing/stats.proto
3918 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003919 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003920 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003921 - grpc
3922 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003923 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003924 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003925 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003926 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003927- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003928 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003929 build: test
3930 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003931 src:
3932 - test/cpp/client/credentials_test.cc
3933 deps:
3934 - grpc++
3935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003937- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003938 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003939 build: test
3940 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003941 src:
3942 - test/cpp/util/byte_buffer_test.cc
3943 deps:
3944 - grpc_test_util
3945 - grpc++
3946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003947 - gpr_test_util
3948 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003949 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003950- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003951 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003952 build: test
3953 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003954 src:
3955 - test/cpp/util/slice_test.cc
3956 deps:
3957 - grpc_test_util
3958 - grpc++
3959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003960 - gpr_test_util
3961 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003962 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003963- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003964 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003965 build: test
3966 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003967 src:
3968 - test/cpp/util/string_ref_test.cc
3969 deps:
3970 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003971 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003972 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003973- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003974 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003975 build: test
3976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003977 src:
3978 - test/cpp/util/time_test.cc
3979 deps:
3980 - grpc_test_util
3981 - grpc++
3982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003983 - gpr_test_util
3984 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003985 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003986- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003987 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003988 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003989 build: test
3990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003991 src:
3992 - test/cpp/end2end/end2end_test.cc
3993 deps:
3994 - grpc++_test_util
3995 - grpc_test_util
3996 - grpc++
3997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003998 - gpr_test_util
3999 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004000- name: error_details_test
4001 gtest: true
4002 build: test
4003 language: c++
4004 src:
4005 - src/proto/grpc/testing/echo_messages.proto
4006 - test/cpp/util/error_details_test.cc
4007 deps:
4008 - grpc++_error_details
4009 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004010- name: exception_test
4011 gtest: true
4012 build: test
4013 language: c++
4014 src:
4015 - test/cpp/end2end/exception_test.cc
4016 deps:
4017 - grpc++_test_util
4018 - grpc_test_util
4019 - grpc++
4020 - grpc
4021 - gpr_test_util
4022 - gpr
4023 uses_polling: false
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004024- name: filter_end2end_test
4025 gtest: true
4026 build: test
4027 language: c++
4028 src:
4029 - test/cpp/end2end/filter_end2end_test.cc
4030 deps:
4031 - grpc++_test_util
4032 - grpc_test_util
4033 - grpc++
4034 - grpc
4035 - gpr_test_util
4036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004037- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004038 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004039 build: test
4040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004041 src:
4042 - test/cpp/end2end/generic_end2end_test.cc
4043 deps:
4044 - grpc++_test_util
4045 - grpc_test_util
4046 - grpc++
4047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004048 - gpr_test_util
4049 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004050- name: golden_file_test
4051 gtest: true
4052 build: test
4053 language: c++
4054 src:
4055 - src/proto/grpc/testing/compiler_test.proto
4056 - test/cpp/codegen/golden_file_test.cc
4057 deps:
4058 - grpc++
4059 - grpc
4060 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004061 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004062 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004063 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004064- name: grpc_cli
4065 build: test
4066 run: false
4067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004068 src:
4069 - test/cpp/util/grpc_cli.cc
4070 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004071 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004072 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004073 - grpc++
4074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004075 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004076 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004077- name: grpc_cpp_plugin
4078 build: protoc
4079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004080 src:
4081 - src/compiler/cpp_plugin.cc
4082 deps:
4083 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004084 secure: false
4085 vs_config_type: Application
4086 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4087- name: grpc_csharp_plugin
4088 build: protoc
4089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004090 src:
4091 - src/compiler/csharp_plugin.cc
4092 deps:
4093 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004094 secure: false
4095 vs_config_type: Application
4096 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004097- name: grpc_node_plugin
4098 build: protoc
4099 language: c++
4100 src:
4101 - src/compiler/node_plugin.cc
4102 deps:
4103 - grpc_plugin_support
4104 secure: false
4105 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004106- name: grpc_objective_c_plugin
4107 build: protoc
4108 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004109 src:
4110 - src/compiler/objective_c_plugin.cc
4111 deps:
4112 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004113 secure: false
4114 vs_config_type: Application
4115 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004116- name: grpc_php_plugin
4117 build: protoc
4118 language: c++
4119 src:
4120 - src/compiler/php_plugin.cc
4121 deps:
4122 - grpc_plugin_support
4123 secure: false
4124 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004125- name: grpc_python_plugin
4126 build: protoc
4127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004128 src:
4129 - src/compiler/python_plugin.cc
4130 deps:
4131 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004132 secure: false
4133 vs_config_type: Application
4134 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4135- name: grpc_ruby_plugin
4136 build: protoc
4137 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004138 src:
4139 - src/compiler/ruby_plugin.cc
4140 deps:
4141 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004142 secure: false
4143 vs_config_type: Application
4144 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004145- name: grpc_tool_test
4146 gtest: true
4147 build: test
4148 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004149 src:
4150 - src/proto/grpc/testing/echo.proto
4151 - src/proto/grpc/testing/echo_messages.proto
4152 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004153 deps:
4154 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004155 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004156 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004157 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004158 - grpc_test_util
4159 - grpc++
4160 - grpc
4161 - gpr_test_util
4162 - gpr
4163 filegroups:
4164 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004165- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004166 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004167 build: test
4168 language: c++
4169 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004170 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004171 - test/cpp/grpclb/grpclb_api_test.cc
4172 deps:
4173 - grpc++_test_util
4174 - grpc_test_util
4175 - grpc++
4176 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004177- name: grpclb_end2end_test
4178 gtest: true
4179 build: test
4180 language: c++
4181 src:
4182 - src/proto/grpc/lb/v1/load_balancer.proto
4183 - test/cpp/end2end/grpclb_end2end_test.cc
4184 deps:
4185 - grpc++_test_util
4186 - grpc_test_util
4187 - grpc++
4188 - grpc
4189 - gpr_test_util
4190 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004191- name: grpclb_test
4192 gtest: false
4193 build: test
4194 language: c++
4195 src:
4196 - src/proto/grpc/lb/v1/load_balancer.proto
4197 - test/cpp/grpclb/grpclb_test.cc
4198 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004199 - grpc++_test_util
4200 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004201 - grpc++
4202 - grpc
4203 - gpr_test_util
4204 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004205- name: h2_ssl_cert_test
4206 gtest: true
4207 build: test
4208 language: c++
4209 headers:
4210 - test/core/end2end/end2end_tests.h
4211 src:
4212 - test/core/end2end/h2_ssl_cert_test.cc
4213 deps:
4214 - grpc_test_util
4215 - grpc++
4216 - grpc
4217 - gpr_test_util
4218 - gpr
4219 uses:
4220 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004221- name: health_service_end2end_test
4222 gtest: true
4223 build: test
4224 language: c++
4225 src:
4226 - test/cpp/end2end/health_service_end2end_test.cc
4227 deps:
4228 - grpc++_test_util
4229 - grpc_test_util
4230 - grpc++
4231 - grpc
4232 - gpr_test_util
4233 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004234- name: http2_client
4235 build: test
4236 run: false
4237 language: c++
4238 src: []
4239 deps:
4240 - http2_client_main
4241 - grpc++_test_util
4242 - grpc_test_util
4243 - grpc++
4244 - grpc
4245 - grpc++_test_config
4246 platforms:
4247 - mac
4248 - linux
4249 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004250- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004251 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004252 build: test
4253 language: c++
4254 src:
4255 - test/cpp/end2end/hybrid_end2end_test.cc
4256 deps:
4257 - grpc++_test_util
4258 - grpc_test_util
4259 - grpc++
4260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004261 - gpr_test_util
4262 - gpr
Vijay Pai088112f2017-08-24 10:42:27 -07004263- name: inproc_sync_unary_ping_pong_test
4264 build: test
4265 language: c++
4266 src:
4267 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4268 deps:
4269 - qps
4270 - grpc++_core_stats
4271 - grpc++_test_util
4272 - grpc_test_util
4273 - grpc++
4274 - grpc
4275 - gpr_test_util
4276 - gpr
4277 - grpc++_test_config
4278 platforms:
4279 - mac
4280 - linux
4281 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004282- name: interop_client
4283 build: test
4284 run: false
4285 language: c++
4286 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004287 deps:
4288 - interop_client_main
4289 - interop_client_helper
4290 - grpc++_test_util
4291 - grpc_test_util
4292 - grpc++
4293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004294 - gpr_test_util
4295 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004296 - grpc++_test_config
4297 platforms:
4298 - mac
4299 - linux
4300 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004301- name: interop_server
4302 build: test
4303 run: false
4304 language: c++
4305 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004306 deps:
4307 - interop_server_main
4308 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004309 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004310 - grpc++_test_util
4311 - grpc_test_util
4312 - grpc++
4313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004314 - gpr_test_util
4315 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004316 - grpc++_test_config
4317 platforms:
4318 - mac
4319 - linux
4320 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004321- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004322 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004323 build: test
4324 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004325 src:
4326 - test/cpp/interop/interop_test.cc
4327 deps:
4328 - grpc_test_util
4329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004330 - gpr_test_util
4331 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004332 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004333 platforms:
4334 - mac
4335 - linux
4336 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004337- name: json_run_localhost
4338 build: test
4339 run: false
4340 language: c++
4341 src:
4342 - test/cpp/qps/json_run_localhost.cc
4343 deps:
4344 - grpc++_test_util
4345 - grpc_test_util
4346 - grpc++
4347 - grpc
4348 - gpr_test_util
4349 - gpr
4350 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004351 platforms:
4352 - mac
4353 - linux
4354 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004355- name: memory_test
4356 gtest: true
4357 build: test
4358 language: c++
4359 src:
4360 - test/core/support/memory_test.cc
4361 deps:
4362 - grpc_test_util
4363 - grpc++
4364 - grpc
4365 - gpr_test_util
4366 - gpr
4367 uses:
4368 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004369 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004370- name: metrics_client
4371 build: test
4372 run: false
4373 language: c++
4374 headers:
4375 - test/cpp/util/metrics_server.h
4376 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004377 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004378 - test/cpp/interop/metrics_client.cc
4379 deps:
4380 - grpc++
4381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004382 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004383 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004384- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004385 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004386 build: test
4387 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004388 headers:
4389 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004390 src:
4391 - test/cpp/end2end/mock_test.cc
4392 deps:
4393 - grpc++_test_util
4394 - grpc_test_util
4395 - grpc++
4396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004397 - gpr_test_util
4398 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004399- name: noop-benchmark
4400 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004401 language: c++
4402 src:
4403 - test/cpp/microbenchmarks/noop-benchmark.cc
4404 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004405 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004406 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004407- name: proto_server_reflection_test
4408 gtest: true
4409 build: test
4410 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004411 src:
4412 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004413 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004414 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004415 - grpc++_reflection
4416 - grpc++_test_util
4417 - grpc_test_util
4418 - grpc++
4419 - grpc
4420 - gpr_test_util
4421 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004422- name: proto_utils_test
4423 gtest: true
4424 build: test
4425 language: c++
4426 src:
4427 - test/cpp/codegen/proto_utils_test.cc
4428 deps:
4429 - grpc++
4430 - grpc
4431 filegroups:
4432 - grpc++_codegen_base
4433 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004434 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004435- name: qps_interarrival_test
4436 build: test
4437 run: false
4438 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004439 src:
4440 - test/cpp/qps/qps_interarrival_test.cc
4441 deps:
4442 - qps
4443 - grpc++_test_util
4444 - grpc_test_util
4445 - grpc++
4446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004447 - gpr_test_util
4448 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004449 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004450 platforms:
4451 - mac
4452 - linux
4453 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004454 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004455- name: qps_json_driver
4456 build: test
4457 run: false
4458 language: c++
4459 src:
4460 - test/cpp/qps/qps_json_driver.cc
4461 deps:
4462 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004463 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004464 - grpc++_test_util
4465 - grpc_test_util
4466 - grpc++
4467 - grpc
4468 - gpr_test_util
4469 - gpr
4470 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004471- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004472 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004473 build: test
4474 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004475 src:
4476 - test/cpp/qps/qps_openloop_test.cc
4477 deps:
4478 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004479 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004480 - grpc++_test_util
4481 - grpc_test_util
4482 - grpc++
4483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004484 - gpr_test_util
4485 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004486 - grpc++_test_config
4487 platforms:
4488 - mac
4489 - linux
4490 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004491- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004492 build: test
4493 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004494 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004495 headers:
4496 - test/cpp/qps/client.h
4497 - test/cpp/qps/server.h
4498 src:
4499 - test/cpp/qps/worker.cc
4500 deps:
4501 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004502 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004503 - grpc++_test_util
4504 - grpc_test_util
4505 - grpc++
4506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004507 - gpr_test_util
4508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004509 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004510- name: reconnect_interop_client
4511 build: test
4512 run: false
4513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004514 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004515 - src/proto/grpc/testing/empty.proto
4516 - src/proto/grpc/testing/messages.proto
4517 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004518 - test/cpp/interop/reconnect_interop_client.cc
4519 deps:
4520 - grpc++_test_util
4521 - grpc_test_util
4522 - grpc++
4523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004524 - gpr_test_util
4525 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004526 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004527- name: reconnect_interop_server
4528 build: test
4529 run: false
4530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004531 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004532 - src/proto/grpc/testing/empty.proto
4533 - src/proto/grpc/testing/messages.proto
4534 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004535 - test/cpp/interop/reconnect_interop_server.cc
4536 deps:
4537 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004538 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004539 - grpc++_test_util
4540 - grpc_test_util
4541 - grpc++
4542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004543 - gpr_test_util
4544 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004545 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004546- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004547 gtest: true
4548 build: test
4549 language: c++
4550 src:
Mark D. Rothbf816d32017-11-29 11:25:34 -08004551 - test/core/support/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004552 deps:
4553 - grpc_test_util
4554 - grpc++
4555 - grpc
4556 - gpr_test_util
4557 - gpr
4558 uses:
4559 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004560- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004561 gtest: true
4562 build: test
4563 language: c++
4564 src:
Mark D. Rothbf816d32017-11-29 11:25:34 -08004565 - test/core/support/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004566 deps:
4567 - grpc_test_util
4568 - grpc++
4569 - grpc
4570 - gpr_test_util
4571 - gpr
4572 uses:
4573 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004574- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004575 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004576 build: test
4577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004578 src:
4579 - test/cpp/common/secure_auth_context_test.cc
4580 deps:
4581 - grpc++_test_util
4582 - grpc_test_util
4583 - grpc++
4584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004585 - gpr_test_util
4586 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004587- name: secure_sync_unary_ping_pong_test
4588 build: test
4589 language: c++
4590 src:
4591 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4592 deps:
4593 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004594 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004595 - grpc++_test_util
4596 - grpc_test_util
4597 - grpc++
4598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004599 - gpr_test_util
4600 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004601 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004602 platforms:
4603 - mac
4604 - linux
4605 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004606- name: server_builder_plugin_test
4607 gtest: true
4608 build: test
4609 language: c++
4610 src:
4611 - test/cpp/end2end/server_builder_plugin_test.cc
4612 deps:
4613 - grpc++_test_util
4614 - grpc_test_util
4615 - grpc++
4616 - grpc
4617 - gpr_test_util
4618 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004619- name: server_builder_test
4620 gtest: true
4621 build: test
4622 language: c++
4623 src:
4624 - src/proto/grpc/testing/echo_messages.proto
4625 - src/proto/grpc/testing/echo.proto
4626 - test/cpp/server/server_builder_test.cc
4627 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004628 - grpc++_test_util_unsecure
4629 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004630 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004631 - grpc++_unsecure
4632 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004633 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004634- name: server_context_test_spouse_test
4635 gtest: true
4636 build: test
4637 language: c++
4638 src:
4639 - test/cpp/test/server_context_test_spouse_test.cc
4640 deps:
4641 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004642 - grpc++
4643 - grpc
4644 - gpr_test_util
4645 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004646 uses:
4647 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004648- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004649 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004650 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004651 build: test
4652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004653 src:
4654 - test/cpp/end2end/server_crash_test.cc
4655 deps:
4656 - grpc++_test_util
4657 - grpc_test_util
4658 - grpc++
4659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004660 - gpr_test_util
4661 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004662 platforms:
4663 - mac
4664 - linux
4665 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004666- name: server_crash_test_client
4667 build: test
4668 run: false
4669 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004670 src:
4671 - test/cpp/end2end/server_crash_test_client.cc
4672 deps:
4673 - grpc++_test_util
4674 - grpc_test_util
4675 - grpc++
4676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004677 - gpr_test_util
4678 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004679- name: server_request_call_test
4680 gtest: true
4681 build: test
4682 language: c++
4683 src:
4684 - src/proto/grpc/testing/echo_messages.proto
4685 - src/proto/grpc/testing/echo.proto
4686 - test/cpp/server/server_request_call_test.cc
4687 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004688 - grpc++_test_util_unsecure
4689 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004690 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004691 - grpc++_unsecure
4692 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004694- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004695 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004696 build: test
4697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004698 src:
4699 - test/cpp/end2end/shutdown_test.cc
4700 deps:
4701 - grpc++_test_util
4702 - grpc_test_util
4703 - grpc++
4704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004705 - gpr_test_util
4706 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004707- name: stats_test
4708 gtest: true
4709 build: test
4710 language: c++
4711 src:
4712 - test/core/debug/stats_test.cc
4713 deps:
4714 - grpc++_test_util
4715 - grpc_test_util
4716 - grpc
4717 - gpr_test_util
4718 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004719 exclude_configs:
4720 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004721 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004722 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004723- name: status_test
4724 build: test
4725 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004726 src:
4727 - test/cpp/util/status_test.cc
4728 deps:
4729 - grpc_test_util
4730 - grpc++
4731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004732 - gpr_test_util
4733 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004734 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004735- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004736 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004737 build: test
4738 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004739 src:
4740 - test/cpp/end2end/streaming_throughput_test.cc
4741 deps:
4742 - grpc++_test_util
4743 - grpc_test_util
4744 - grpc++
4745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004746 - gpr_test_util
4747 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004748 platforms:
4749 - mac
4750 - linux
4751 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004752- name: stress_test
4753 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004754 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004755 language: c++
4756 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004757 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004758 - test/cpp/interop/interop_client.h
4759 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004760 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004761 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004762 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004763 - src/proto/grpc/testing/empty.proto
4764 - src/proto/grpc/testing/messages.proto
4765 - src/proto/grpc/testing/metrics.proto
4766 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004767 - test/cpp/interop/interop_client.cc
4768 - test/cpp/interop/stress_interop_client.cc
4769 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004770 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004771 deps:
4772 - grpc++_test_util
4773 - grpc_test_util
4774 - grpc++
4775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004776 - gpr_test_util
4777 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004778 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004779- name: thread_manager_test
4780 build: test
4781 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004782 src:
4783 - test/cpp/thread_manager/thread_manager_test.cc
4784 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004785 - grpc++_unsecure
4786 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004787 - gpr
4788 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004789- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004790 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004791 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004792 build: test
4793 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004794 src:
4795 - test/cpp/end2end/thread_stress_test.cc
4796 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004797 - grpc++_test_util_unsecure
4798 - grpc_test_util_unsecure
4799 - grpc++_unsecure
4800 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004801 - gpr_test_util
4802 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004803- name: transport_pid_controller_test
4804 build: test
4805 language: c++
4806 src:
4807 - test/core/transport/pid_controller_test.cc
4808 deps:
4809 - grpc++_test_util
4810 - grpc++
4811 - grpc_test_util
4812 - grpc
4813 - gpr_test_util
4814 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004815- name: writes_per_rpc_test
4816 gtest: true
4817 cpu_cost: 0.5
4818 build: test
4819 language: c++
4820 src:
4821 - test/cpp/performance/writes_per_rpc_test.cc
4822 deps:
4823 - grpc++_test_util
4824 - grpc_test_util
4825 - grpc++
4826 - grpc
4827 - gpr_test_util
4828 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004829 platforms:
4830 - mac
4831 - linux
4832 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004833- name: public_headers_must_be_c89
4834 build: test
4835 language: c89
4836 src:
4837 - test/core/surface/public_headers_must_be_c89.c
4838 deps:
4839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004840 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08004841- name: gen_hpack_tables
4842 build: tool
4843 language: cc
4844 src:
4845 - tools/codegen/core/gen_hpack_tables.cc
4846 deps:
4847 - gpr
4848 - grpc
4849 uses_polling: false
4850- name: gen_legal_metadata_characters
4851 build: tool
4852 language: cc
4853 src:
4854 - tools/codegen/core/gen_legal_metadata_characters.cc
4855 deps: []
4856- name: gen_percent_encoding_tables
4857 build: tool
4858 language: cc
4859 src:
4860 - tools/codegen/core/gen_percent_encoding_tables.cc
4861 deps: []
4862 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004863vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004864- linkage: static
4865 name: grpc.dependencies.zlib
4866 props: false
4867 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004868 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004869- linkage: static
4870 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004871 props: true
4872 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004873 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004874- name: gflags
4875 props: false
4876 redist: false
4877 version: 2.1.2.1
4878- name: gtest
4879 props: false
4880 redist: false
4881 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004882configs:
4883 asan:
4884 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004885 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4886 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004887 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004888 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004889 LDFLAGS: -fsanitize=address
4890 LDXX: clang++
4891 compile_the_world: true
4892 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004893 ASAN_OPTIONS: detect_leaks=1:color=always
4894 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004895 asan-noleaks:
4896 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004897 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4898 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004899 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004900 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004901 LDFLAGS: -fsanitize=address
4902 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004903 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004904 test_environ:
4905 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004906 asan-trace-cmp:
4907 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004908 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4909 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004910 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004911 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004912 LDFLAGS: -fsanitize=address
4913 LDXX: clang++
4914 compile_the_world: true
4915 test_environ:
4916 ASAN_OPTIONS: detect_leaks=1:color=always
4917 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004918 basicprof:
4919 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4920 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004921 c++-compat:
4922 CFLAGS: -Wc++-compat
4923 CPPFLAGS: -O0
4924 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004925 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004926 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004927 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004928 dbg:
4929 CPPFLAGS: -O0
4930 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004931 gcov:
4932 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004933 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004934 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004935 DEFINES: _DEBUG DEBUG GPR_GCOV
4936 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004937 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004938 LDXX: g++
4939 helgrind:
4940 CPPFLAGS: -O0
4941 DEFINES: _DEBUG DEBUG
4942 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004943 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004944 lto:
4945 CPPFLAGS: -O2
4946 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004947 memcheck:
4948 CPPFLAGS: -O0
4949 DEFINES: _DEBUG DEBUG
4950 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004951 valgrind: --tool=memcheck --leak-check=full
4952 msan:
4953 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004954 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004955 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
4956 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004957 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004958 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004959 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004960 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4961 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4962 LDXX: clang++
4963 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08004964 test_environ:
4965 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08004966 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004967 CPPFLAGS: -O3 -fno-omit-frame-pointer
4968 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004969 LDFLAGS: -rdynamic
4970 opt:
4971 CPPFLAGS: -O2
4972 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004973 stapprof:
4974 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4975 DEFINES: NDEBUG
4976 tsan:
4977 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004978 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004979 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004980 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004981 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004982 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004983 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004984 LDXX: clang++
4985 compile_the_world: true
4986 test_environ:
4987 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004988 ubsan:
4989 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004990 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4991 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004992 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004993 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004994 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004995 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004996 LDXX: clang++
4997 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004998 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004999 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005000defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005001 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005002 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5003 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005004 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5005 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5006 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5007 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5008 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005009 benchmark:
5010 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005011 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005012 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07005013 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005014 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005015 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005016 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005017 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005018 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005019 LDFLAGS: -g
5020 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005021 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01005022 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005023openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005024 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005025 extraction_dir: openssl-1.0.2f
5026 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005027php_config_m4:
5028 deps:
5029 - grpc
5030 - gpr
5031 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005032 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005033 headers:
5034 - src/php/ext/grpc/byte_buffer.h
5035 - src/php/ext/grpc/call.h
5036 - src/php/ext/grpc/call_credentials.h
5037 - src/php/ext/grpc/channel.h
5038 - src/php/ext/grpc/channel_credentials.h
5039 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005040 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005041 - src/php/ext/grpc/php_grpc.h
5042 - src/php/ext/grpc/server.h
5043 - src/php/ext/grpc/server_credentials.h
5044 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005045 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005046 src:
5047 - src/php/ext/grpc/byte_buffer.c
5048 - src/php/ext/grpc/call.c
5049 - src/php/ext/grpc/call_credentials.c
5050 - src/php/ext/grpc/channel.c
5051 - src/php/ext/grpc/channel_credentials.c
5052 - src/php/ext/grpc/completion_queue.c
5053 - src/php/ext/grpc/php_grpc.c
5054 - src/php/ext/grpc/server.c
5055 - src/php/ext/grpc/server_credentials.c
5056 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005057python_dependencies:
5058 deps:
5059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005060 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005061 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005062 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005063 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005064ruby_gem:
5065 deps:
5066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005067 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005068 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005069 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005070 - z