blob: 40c37dc53f7ac3385c066a1eb499fc1feff26893 [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
739 - test/core/util/port_server_client.cc
740 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800741 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700742 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700743 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700744 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700745 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700746 uses:
747 - grpc_base
748 - grpc_client_channel
749 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700750- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700751 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700752 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700753 deps:
754 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700755 filegroups:
756 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700757 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700758- name: grpc_trace_headers
759 headers:
760 - src/core/lib/debug/trace.h
761 deps:
762 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700763- name: grpc_transport_chttp2
764 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700765 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700766 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700767 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700768 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700769 - src/core/ext/transport/chttp2/transport/frame.h
770 - src/core/ext/transport/chttp2/transport/frame_data.h
771 - src/core/ext/transport/chttp2/transport/frame_goaway.h
772 - src/core/ext/transport/chttp2/transport/frame_ping.h
773 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
774 - src/core/ext/transport/chttp2/transport/frame_settings.h
775 - src/core/ext/transport/chttp2/transport/frame_window_update.h
776 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
777 - src/core/ext/transport/chttp2/transport/hpack_parser.h
778 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700779 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700780 - src/core/ext/transport/chttp2/transport/huffsyms.h
781 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
782 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700783 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700784 - src/core/ext/transport/chttp2/transport/varint.h
785 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700786 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
787 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
788 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
789 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
790 - src/core/ext/transport/chttp2/transport/flow_control.cc
791 - src/core/ext/transport/chttp2/transport/frame_data.cc
792 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
793 - src/core/ext/transport/chttp2/transport/frame_ping.cc
794 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
795 - src/core/ext/transport/chttp2/transport/frame_settings.cc
796 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
797 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
798 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
799 - src/core/ext/transport/chttp2/transport/hpack_table.cc
800 - src/core/ext/transport/chttp2/transport/http2_settings.cc
801 - src/core/ext/transport/chttp2/transport/huffsyms.cc
802 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
803 - src/core/ext/transport/chttp2/transport/parsing.cc
804 - src/core/ext/transport/chttp2/transport/stream_lists.cc
805 - src/core/ext/transport/chttp2/transport/stream_map.cc
806 - src/core/ext/transport/chttp2/transport/varint.cc
807 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700808 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700809 uses:
810 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700811 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700812 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700813- name: grpc_transport_chttp2_alpn
814 headers:
815 - src/core/ext/transport/chttp2/alpn/alpn.h
816 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700817 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700818 deps:
819 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800820- name: grpc_transport_chttp2_client_connector
821 headers:
822 - src/core/ext/transport/chttp2/client/chttp2_connector.h
823 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700824 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800825 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800826 - grpc_transport_chttp2
827 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700828 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700829- name: grpc_transport_chttp2_client_insecure
830 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700831 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
832 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700833 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800834 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700835 - grpc_transport_chttp2
836 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700837 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700838- name: grpc_transport_chttp2_client_secure
839 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700840 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700841 uses:
842 - grpc_transport_chttp2
843 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700844 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700845 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800846 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800847- name: grpc_transport_chttp2_server
848 headers:
849 - src/core/ext/transport/chttp2/server/chttp2_server.h
850 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700851 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800852 uses:
853 - grpc_transport_chttp2
854 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700855- name: grpc_transport_chttp2_server_insecure
856 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700857 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
858 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700859 uses:
860 - grpc_transport_chttp2
861 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800862 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700863- name: grpc_transport_chttp2_server_secure
864 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700865 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700866 uses:
867 - grpc_transport_chttp2
868 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700869 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800870 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700871- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700872 public_headers:
873 - include/grpc/grpc_cronet.h
874 - include/grpc/grpc_security.h
875 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700876 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800877 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800878 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700879 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700880 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
881 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
882 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700883 filegroups:
884 - grpc_base
885 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700886 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700887- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700888 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700889 - src/core/ext/transport/inproc/inproc_plugin.cc
890 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700891 plugin: grpc_inproc_plugin
892 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700893 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700894 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700895- name: grpc_transport_inproc_headers
896 headers:
897 - src/core/ext/transport/inproc/inproc_transport.h
898 uses:
899 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700900- name: grpc_workaround_cronet_compression_filter
901 headers:
902 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
903 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700904 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700905 plugin: grpc_workaround_cronet_compression_filter
906 uses:
907 - grpc_base
908 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800909- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700910 src:
911 - third_party/nanopb/pb_common.c
912 - third_party/nanopb/pb_decode.c
913 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700914 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700915 - nanopb_headers
916- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800917 headers:
918 - third_party/nanopb/pb.h
919 - third_party/nanopb/pb_common.h
920 - third_party/nanopb/pb_decode.h
921 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700922- name: transport_security_test_lib
923 build: test
924 headers:
925 - test/core/tsi/transport_security_test_lib.h
926 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700927 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700928 deps:
929 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700930- name: tsi
931 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700932 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700933 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700934 - src/core/tsi/ssl_transport_security.h
935 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700936 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700938 - src/core/tsi/fake_transport_security.cc
939 - src/core/tsi/gts_transport_security.cc
940 - src/core/tsi/ssl_transport_security.cc
941 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700942 deps:
943 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700944 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700946 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700947 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700948 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700949 - grpc_trace
950- name: tsi_interface
951 headers:
952 - src/core/tsi/transport_security.h
953 - src/core/tsi/transport_security_adapter.h
954 - src/core/tsi/transport_security_interface.h
955 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700956 - src/core/tsi/transport_security.cc
957 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700958 deps:
959 - gpr
960 secure: true
961 uses:
962 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700963- name: grpc++_codegen_base
964 language: c++
965 public_headers:
966 - include/grpc++/impl/codegen/async_stream.h
967 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700968 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700969 - include/grpc++/impl/codegen/call.h
970 - include/grpc++/impl/codegen/call_hook.h
971 - include/grpc++/impl/codegen/channel_interface.h
972 - include/grpc++/impl/codegen/client_context.h
973 - include/grpc++/impl/codegen/client_unary_call.h
974 - include/grpc++/impl/codegen/completion_queue.h
975 - include/grpc++/impl/codegen/completion_queue_tag.h
976 - include/grpc++/impl/codegen/config.h
977 - include/grpc++/impl/codegen/core_codegen_interface.h
978 - include/grpc++/impl/codegen/create_auth_context.h
979 - include/grpc++/impl/codegen/grpc_library.h
980 - include/grpc++/impl/codegen/metadata_map.h
981 - include/grpc++/impl/codegen/method_handler_impl.h
982 - include/grpc++/impl/codegen/rpc_method.h
983 - include/grpc++/impl/codegen/rpc_service_method.h
984 - include/grpc++/impl/codegen/security/auth_context.h
985 - include/grpc++/impl/codegen/serialization_traits.h
986 - include/grpc++/impl/codegen/server_context.h
987 - include/grpc++/impl/codegen/server_interface.h
988 - include/grpc++/impl/codegen/service_type.h
989 - include/grpc++/impl/codegen/slice.h
990 - include/grpc++/impl/codegen/status.h
991 - include/grpc++/impl/codegen/status_code_enum.h
992 - include/grpc++/impl/codegen/string_ref.h
993 - include/grpc++/impl/codegen/stub_options.h
994 - include/grpc++/impl/codegen/sync_stream.h
995 - include/grpc++/impl/codegen/time.h
996 uses:
997 - grpc_codegen
998- name: grpc++_codegen_base_src
999 language: c++
1000 src:
1001 - src/cpp/codegen/codegen_init.cc
1002 uses:
1003 - grpc++_codegen_base
1004- name: grpc++_codegen_proto
1005 language: c++
1006 public_headers:
1007 - include/grpc++/impl/codegen/proto_utils.h
1008 uses:
1009 - grpc++_codegen_base
1010 - grpc++_config_proto
1011- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001012 language: c++
1013 public_headers:
1014 - include/grpc++/alarm.h
1015 - include/grpc++/channel.h
1016 - include/grpc++/client_context.h
1017 - include/grpc++/completion_queue.h
1018 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001019 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001020 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001021 - include/grpc++/generic/async_generic_service.h
1022 - include/grpc++/generic/generic_stub.h
1023 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001024 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001025 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001026 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001027 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001028 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001029 - include/grpc++/impl/grpc_library.h
1030 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/impl/rpc_method.h
1032 - include/grpc++/impl/rpc_service_method.h
1033 - include/grpc++/impl/serialization_traits.h
1034 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001035 - include/grpc++/impl/server_builder_plugin.h
1036 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001038 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001039 - include/grpc++/security/auth_context.h
1040 - include/grpc++/security/auth_metadata_processor.h
1041 - include/grpc++/security/credentials.h
1042 - include/grpc++/security/server_credentials.h
1043 - include/grpc++/server.h
1044 - include/grpc++/server_builder.h
1045 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001046 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001047 - include/grpc++/support/async_stream.h
1048 - include/grpc++/support/async_unary_call.h
1049 - include/grpc++/support/byte_buffer.h
1050 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001051 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001052 - include/grpc++/support/slice.h
1053 - include/grpc++/support/status.h
1054 - include/grpc++/support/status_code_enum.h
1055 - include/grpc++/support/string_ref.h
1056 - include/grpc++/support/stub_options.h
1057 - include/grpc++/support/sync_stream.h
1058 - include/grpc++/support/time.h
1059 headers:
1060 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001061 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001062 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001063 - src/cpp/server/health/default_health_check_service.h
1064 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001066 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001068 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/client/client_context.cc
1070 - src/cpp/client/create_channel.cc
1071 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001072 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001073 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001076 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001077 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001079 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001081 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001082 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001083 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001084 - src/cpp/server/create_default_thread_pool.cc
1085 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001086 - src/cpp/server/health/default_health_check_service.cc
1087 - src/cpp/server/health/health.pb.c
1088 - src/cpp/server/health/health_check_service.cc
1089 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001090 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001091 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 - src/cpp/server/server_context.cc
1093 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001094 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001095 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001096 - src/cpp/util/byte_buffer_cc.cc
1097 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001098 - src/cpp/util/status.cc
1099 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001100 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001101 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001102 - gpr_base_headers
1103 - grpc_base_headers
1104 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001105 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001106 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001107- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001108 language: c++
1109 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001110 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001111- name: grpc++_reflection_proto
1112 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001113 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001114 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001115- name: grpc++_test
1116 language: c++
1117 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001118 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001119 - include/grpc++/test/server_context_test_spouse.h
1120 deps:
1121 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001122 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001123libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001124- name: gpr
1125 build: all
1126 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001127 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001128 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001129 secure: false
1130 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1131- name: gpr_test_util
1132 build: private
1133 language: c
1134 headers:
1135 - test/core/util/test_config.h
1136 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001137 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001138 deps:
1139 - gpr
1140 secure: false
1141 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001142- name: grpc
1143 build: all
1144 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001145 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001146 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001148 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001150 filegroups:
1151 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001152 - grpc_transport_chttp2_server_secure
1153 - grpc_transport_chttp2_client_secure
1154 - grpc_transport_chttp2_server_insecure
1155 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001156 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001157 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001158 - grpc_lb_policy_pick_first
1159 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001160 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001161 - grpc_resolver_dns_native
1162 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001163 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001164 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001165 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001166 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001167 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001168 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001169 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001170 - grpc_workaround_cronet_compression_filter
1171 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001172 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001174 vs_packages:
1175 - grpc.dependencies.openssl
1176 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001177 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001178- name: grpc_cronet
1179 build: all
1180 language: c
1181 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001182 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001183 baselib: true
1184 deps_linkage: static
1185 dll: true
1186 filegroups:
1187 - grpc_base
1188 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001189 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001190 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001191 generate_plugin_registry: true
1192 platforms:
1193 - linux
1194 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001195- name: grpc_dll
1196 build: private
1197 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001198 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001199 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001200 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001201 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001202 build_system:
1203 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001204 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001205 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001206 vs_config_type: DynamicLibrary
1207 vs_packages:
1208 - grpc.dependencies.openssl
1209 - grpc.dependencies.zlib
1210 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1211 vs_props:
1212 - zlib
1213 - openssl
1214 - winsock
1215 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216- name: grpc_test_util
1217 build: private
1218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001219 headers:
1220 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001221 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001222 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001223 - test/core/end2end/data/client_certs.cc
1224 - test/core/end2end/data/server1_cert.cc
1225 - test/core/end2end/data/server1_key.cc
1226 - test/core/end2end/data/test_root_cert.cc
1227 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001228 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001229 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001230 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001231 - grpc
1232 filegroups:
1233 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1235- name: grpc_test_util_unsecure
1236 build: private
1237 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001238 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr
1240 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001241 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001242 filegroups:
1243 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244 secure: false
1245 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1246- name: grpc_unsecure
1247 build: all
1248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001249 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001250 - src/core/lib/surface/init.cc
1251 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001253 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001255 filegroups:
1256 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001257 - grpc_transport_chttp2_server_insecure
1258 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001259 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001260 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001261 - grpc_resolver_dns_native
1262 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001263 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001264 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001265 - grpc_lb_policy_grpclb
1266 - grpc_lb_policy_pick_first
1267 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001268 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001269 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001270 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001271 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001272 - grpc_workaround_cronet_compression_filter
1273 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001274 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275 secure: false
1276 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001277- name: reconnect_server
1278 build: private
1279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001280 headers:
1281 - test/core/util/reconnect_server.h
1282 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001283 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001284 deps:
yang-gc9fca182015-11-06 16:41:33 -08001285 - test_tcp_server
1286 - grpc_test_util
1287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr_test_util
1289 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001290- name: test_tcp_server
1291 build: private
1292 language: c
1293 headers:
1294 - test/core/util/test_tcp_server.h
1295 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001296 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001297 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001298 - grpc_test_util
1299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001300 - gpr_test_util
1301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001302- name: grpc++
1303 build: all
1304 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001305 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001306 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001307 - src/cpp/client/secure_credentials.h
1308 - src/cpp/common/secure_auth_context.h
1309 - src/cpp/server/secure_server_credentials.h
1310 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001311 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001312 - src/cpp/client/secure_credentials.cc
1313 - src/cpp/common/auth_property_iterator.cc
1314 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001315 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001316 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001317 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001318 - src/cpp/server/secure_server_credentials.cc
1319 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001320 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001321 baselib: true
1322 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001323 filegroups:
1324 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001325 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001326 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001327 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001328 secure: check
1329 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001330- name: grpc++_core_stats
1331 build: private
1332 language: c++
1333 public_headers:
1334 - src/cpp/util/core_stats.h
1335 src:
1336 - src/proto/grpc/core/stats.proto
1337 - src/cpp/util/core_stats.cc
1338 deps:
1339 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001340- name: grpc++_cronet
1341 build: all
1342 language: c++
1343 src:
1344 - src/cpp/client/cronet_credentials.cc
1345 - src/cpp/client/insecure_credentials.cc
1346 - src/cpp/common/insecure_create_auth_context.cc
1347 - src/cpp/server/insecure_server_credentials.cc
1348 deps:
1349 - gpr
1350 - grpc_cronet
1351 baselib: true
1352 dll: true
1353 filegroups:
1354 - grpc++_base
1355 - grpc++_codegen_base
1356 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001357 - grpc_transport_chttp2_client_insecure
1358 - grpc_transport_chttp2_server_insecure
1359 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001360 platforms:
1361 - linux
1362 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001363- name: grpc++_error_details
1364 build: all
1365 language: c++
1366 public_headers:
1367 - include/grpc++/support/error_details.h
1368 src:
1369 - src/proto/grpc/status/status.proto
1370 - src/cpp/util/error_details.cc
1371 deps:
1372 - grpc++
1373 baselib: true
1374 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001375- name: grpc++_proto_reflection_desc_db
1376 build: private
1377 language: c++
1378 headers:
1379 - test/cpp/util/proto_reflection_descriptor_database.h
1380 src:
1381 - test/cpp/util/proto_reflection_descriptor_database.cc
1382 deps:
1383 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001384 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001385 filegroups:
1386 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001387 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001388- name: grpc++_reflection
1389 build: all
1390 language: c++
1391 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001392 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001393 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001394 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001395 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001396 - src/cpp/ext/proto_server_reflection.cc
1397 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001398 deps:
1399 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001400 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001401 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001402 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403- name: grpc++_test_config
1404 build: private
1405 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001406 headers:
1407 - test/cpp/util/test_config.h
1408 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001409 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410- name: grpc++_test_util
1411 build: private
1412 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001413 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001414 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001415 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001416 - test/cpp/util/create_test_channel.h
1417 - test/cpp/util/string_ref_helper.h
1418 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001419 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001420 src:
yang-gc8a49d22016-12-12 11:18:49 -08001421 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001422 - src/proto/grpc/testing/echo_messages.proto
1423 - src/proto/grpc/testing/echo.proto
1424 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001425 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001426 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001427 - test/cpp/util/create_test_channel.cc
1428 - test/cpp/util/string_ref_helper.cc
1429 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001430 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001431 deps:
1432 - grpc++
1433 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001434 - grpc
yang-g17487f92016-06-03 15:21:15 -07001435 filegroups:
1436 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001437 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001438 - grpc++_codegen_proto
1439 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001440- name: grpc++_test_util_unsecure
1441 build: private
1442 language: c++
1443 headers:
1444 - test/cpp/end2end/test_service_impl.h
1445 - test/cpp/util/byte_buffer_proto_helper.h
1446 - test/cpp/util/string_ref_helper.h
1447 - test/cpp/util/subprocess.h
1448 src:
1449 - src/proto/grpc/health/v1/health.proto
1450 - src/proto/grpc/testing/echo_messages.proto
1451 - src/proto/grpc/testing/echo.proto
1452 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1453 - test/cpp/end2end/test_service_impl.cc
1454 - test/cpp/util/byte_buffer_proto_helper.cc
1455 - test/cpp/util/string_ref_helper.cc
1456 - test/cpp/util/subprocess.cc
1457 deps:
1458 - grpc++_unsecure
1459 - grpc_test_util_unsecure
1460 - grpc_unsecure
1461 filegroups:
1462 - grpc++_codegen_base
1463 - grpc++_codegen_base_src
1464 - grpc++_codegen_proto
1465 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466- name: grpc++_unsecure
1467 build: all
1468 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001469 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001470 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001471 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001472 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001473 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001474 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001475 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476 baselib: true
1477 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001478 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001479 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001480 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001481 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482 secure: false
1483 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001484- name: grpc_benchmark
1485 build: test
1486 language: c++
1487 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001488 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1489 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001490 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001491 src:
1492 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001493 deps:
1494 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001495 - grpc++_unsecure
1496 - grpc_test_util_unsecure
1497 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001498 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001499- name: grpc_cli_libs
1500 build: private
1501 language: c++
1502 headers:
1503 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001504 - test/cpp/util/cli_credentials.h
1505 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001506 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001507 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001508 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001509 src:
1510 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001511 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001512 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001513 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001514 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001515 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001516 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001517 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001518 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001519 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001520 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001521 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522- name: grpc_plugin_support
1523 build: protoc
1524 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001525 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001526 - src/compiler/config.h
1527 - src/compiler/cpp_generator.h
1528 - src/compiler/cpp_generator_helpers.h
1529 - src/compiler/csharp_generator.h
1530 - src/compiler/csharp_generator_helpers.h
1531 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001532 - src/compiler/node_generator.h
1533 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001534 - src/compiler/objective_c_generator.h
1535 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001536 - src/compiler/php_generator.h
1537 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301538 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001539 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301540 - src/compiler/python_generator_helpers.h
1541 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001542 - src/compiler/ruby_generator.h
1543 - src/compiler/ruby_generator_helpers-inl.h
1544 - src/compiler/ruby_generator_map-inl.h
1545 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301546 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001547 src:
1548 - src/compiler/cpp_generator.cc
1549 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001550 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001551 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001552 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001553 - src/compiler/python_generator.cc
1554 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001555 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001556 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557 secure: false
1558 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001559 vs_props:
1560 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001561- name: http2_client_main
1562 build: private
1563 language: c++
1564 headers:
1565 - test/cpp/interop/http2_client.h
1566 src:
1567 - src/proto/grpc/testing/empty.proto
1568 - src/proto/grpc/testing/messages.proto
1569 - src/proto/grpc/testing/test.proto
1570 - test/cpp/interop/http2_client.cc
1571 deps:
1572 - grpc++_test_util
1573 - grpc_test_util
1574 - grpc++
1575 - grpc
1576 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001577- name: interop_client_helper
1578 build: private
1579 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001580 headers:
1581 - test/cpp/interop/client_helper.h
1582 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001583 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001584 - test/cpp/interop/client_helper.cc
1585 deps:
1586 - grpc++_test_util
1587 - grpc_test_util
1588 - grpc++
1589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001591- name: interop_client_main
1592 build: private
1593 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001594 headers:
1595 - test/cpp/interop/interop_client.h
1596 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001597 - src/proto/grpc/testing/empty.proto
1598 - src/proto/grpc/testing/messages.proto
1599 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001600 - test/cpp/interop/client.cc
1601 - test/cpp/interop/interop_client.cc
1602 deps:
1603 - interop_client_helper
1604 - grpc++_test_util
1605 - grpc_test_util
1606 - grpc++
1607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001608 - gpr_test_util
1609 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001610 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611- name: interop_server_helper
1612 build: private
1613 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001614 headers:
1615 - test/cpp/interop/server_helper.h
1616 src:
1617 - test/cpp/interop/server_helper.cc
1618 deps:
yang-gcc591022017-01-11 11:10:43 -08001619 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001620 - grpc_test_util
1621 - grpc++
1622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001623 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001624- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001625 build: private
1626 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001627 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001628 - src/proto/grpc/testing/empty.proto
1629 - src/proto/grpc/testing/messages.proto
1630 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001631 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001632 deps:
1633 - interop_server_helper
1634 - grpc++_test_util
1635 - grpc_test_util
1636 - grpc++
1637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001640 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001641- name: interop_server_main
1642 build: private
1643 language: c++
1644 src:
1645 - test/cpp/interop/interop_server_bootstrap.cc
1646 deps:
1647 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: qps
1649 build: private
1650 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001651 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001652 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001653 - test/cpp/qps/client.h
1654 - test/cpp/qps/driver.h
1655 - test/cpp/qps/histogram.h
1656 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001657 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001658 - test/cpp/qps/qps_worker.h
1659 - test/cpp/qps/report.h
1660 - test/cpp/qps/server.h
1661 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001662 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001663 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001664 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001665 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001666 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001667 - src/proto/grpc/testing/control.proto
1668 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001669 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001670 - test/cpp/qps/client_async.cc
1671 - test/cpp/qps/client_sync.cc
1672 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001673 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001674 - test/cpp/qps/qps_worker.cc
1675 - test/cpp/qps/report.cc
1676 - test/cpp/qps/server_async.cc
1677 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001678 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001679 deps:
1680 - grpc_test_util
1681 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001682 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001683 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001684 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001685- name: grpc_csharp_ext
1686 build: all
1687 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001688 src:
1689 - src/csharp/ext/grpc_csharp_ext.c
1690 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001693 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001694 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695 dll: only
1696 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001697 vs_packages:
1698 - grpc.dependencies.openssl
1699 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001701 vs_props:
1702 - zlib
1703 - openssl
1704 - winsock
1705 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001707- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001708 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001709 build: test
1710 language: c
1711 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001712 - test/core/surface/alarm_test.cc
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001713 deps:
1714 - grpc_test_util
1715 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001716 - gpr_test_util
1717 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001718- name: algorithm_test
1719 build: test
1720 language: c
1721 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001722 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001723 deps:
1724 - grpc_test_util
1725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001728 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001729- name: alloc_test
1730 build: test
1731 language: c
1732 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001733 - test/core/support/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001734 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001737 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738- name: alpn_test
1739 build: test
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001742 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001743 deps:
1744 - grpc_test_util
1745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001748- name: api_fuzzer
1749 build: fuzzer
1750 language: c
1751 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001752 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001753 deps:
1754 - grpc_test_util
1755 - grpc
1756 - gpr_test_util
1757 - gpr
1758 corpus_dirs:
1759 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001760 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001761 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001762- name: arena_test
1763 build: test
1764 language: c
1765 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001766 - test/core/support/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001767 deps:
1768 - gpr_test_util
1769 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001770 uses_polling: false
Craig Tillerc0df1c02017-07-17 16:12:33 -07001771- name: backoff_test
1772 build: test
1773 language: c
1774 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001775 - test/core/backoff/backoff_test.cc
Craig Tillerc0df1c02017-07-17 16:12:33 -07001776 deps:
1777 - grpc_test_util
1778 - grpc
1779 - gpr_test_util
1780 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001781 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001782- name: bad_server_response_test
1783 build: test
1784 language: c
1785 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001786 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001787 deps:
1788 - test_tcp_server
1789 - grpc_test_util
1790 - grpc
1791 - gpr_test_util
1792 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001793 exclude_iomgrs:
1794 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001795- name: bin_decoder_test
1796 build: test
1797 language: c
1798 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001799 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001800 deps:
1801 - grpc_test_util
1802 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001803 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804- name: bin_encoder_test
1805 build: test
1806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001807 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001808 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001809 deps:
1810 - grpc_test_util
1811 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001812 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001813- name: byte_stream_test
1814 build: test
1815 language: c
1816 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001817 - test/core/transport/byte_stream_test.cc
Vizerai12d1fc62016-09-09 14:22:19 -07001818 deps:
1819 - grpc_test_util
1820 - grpc
1821 - gpr_test_util
1822 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001823 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001824- name: channel_create_test
1825 build: test
1826 language: c
1827 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001828 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001829 deps:
1830 - grpc_test_util
1831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001832 - gpr_test_util
1833 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001834- name: check_epollexclusive
1835 build: tool
1836 language: c
1837 src:
1838 - test/build/check_epollexclusive.c
1839 deps:
1840 - grpc
1841 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001842- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843 build: test
1844 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001845 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001846 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001847 deps:
1848 - grpc_test_util
1849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001850 - gpr_test_util
1851 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001852 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: chttp2_stream_map_test
1854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001857 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001858 deps:
1859 - grpc_test_util
1860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001863 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001864- name: chttp2_varint_test
1865 build: test
1866 language: c
1867 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001868 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001869 deps:
1870 - grpc_test_util
1871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001874 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001875- name: client_fuzzer
1876 build: fuzzer
1877 language: c
1878 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001879 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001880 deps:
1881 - grpc_test_util
1882 - grpc
1883 - gpr_test_util
1884 - gpr
1885 corpus_dirs:
1886 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001887 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001888 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001889- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001890 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001891 build: test
1892 language: c
1893 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001894 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001895 deps:
1896 - grpc_test_util
1897 - grpc
1898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: compression_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001904 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001910 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001911- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001912 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001913 build: test
1914 language: c
1915 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001916 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001917 deps:
1918 - grpc_test_util
1919 - grpc
1920 - gpr_test_util
1921 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001922 exclude_iomgrs:
1923 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001924- name: connection_refused_test
1925 cpu_cost: 0.1
1926 build: test
1927 language: c
1928 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001929 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001930 deps:
1931 - grpc_test_util
1932 - grpc
1933 - gpr_test_util
1934 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001935- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001936 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001937 build: test
1938 language: c
1939 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001940 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001941 deps:
1942 - grpc_test_util
1943 - grpc
1944 - gpr_test_util
1945 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001946 exclude_iomgrs:
1947 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001948- name: dns_resolver_test
1949 build: test
1950 language: c
1951 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001952 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001953 deps:
1954 - grpc_test_util
1955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr_test_util
1957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001959 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960 build: test
1961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001962 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001963 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001964 deps:
1965 - grpc_test_util
1966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001967 - gpr_test_util
1968 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001969 exclude_iomgrs:
1970 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001971 platforms:
1972 - mac
1973 - linux
1974 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001975- name: endpoint_pair_test
1976 build: test
1977 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001978 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001979 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001980 deps:
1981 - grpc_test_util
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001985 exclude_iomgrs:
1986 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001987- name: error_test
1988 cpu_cost: 30
1989 build: test
1990 language: c
1991 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001992 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001993 deps:
1994 - grpc_test_util
1995 - grpc
1996 - gpr_test_util
1997 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001998 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001999- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002000 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002001 build: test
2002 language: c
2003 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002004 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002005 deps:
2006 - grpc_test_util
2007 - grpc
2008 - gpr_test_util
2009 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002010 exclude_iomgrs:
2011 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002012 platforms:
2013 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002014- name: fake_resolver_test
2015 build: test
2016 language: c
2017 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002018 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002019 deps:
2020 - grpc_test_util
2021 - grpc
2022 - gpr_test_util
2023 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002024- name: fake_transport_security_test
2025 build: test
2026 language: c
2027 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002028 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002029 deps:
2030 - gpr_test_util
2031 - gpr
2032 - grpc
2033 filegroups:
2034 - transport_security_test_lib
2035 platforms:
2036 - linux
2037 - posix
2038 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: fd_conservation_posix_test
2040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002043 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002044 deps:
2045 - grpc_test_util
2046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002049 exclude_iomgrs:
2050 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002051 platforms:
2052 - mac
2053 - linux
2054 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002055- name: fd_posix_test
2056 build: test
2057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002058 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002059 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002060 deps:
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002065 exclude_iomgrs:
2066 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002067 platforms:
2068 - mac
2069 - linux
2070 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: fling_client
2072 build: test
2073 run: false
2074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002076 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: fling_server
2083 build: test
2084 run: false
2085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002087 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002088 deps:
2089 - grpc_test_util
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002094 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095 build: test
2096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002097 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002098 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002099 deps:
2100 - grpc_test_util
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002104 platforms:
2105 - mac
2106 - linux
2107 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002109 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110 build: test
2111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002113 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002114 deps:
2115 - grpc_test_util
2116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002119 platforms:
2120 - mac
2121 - linux
2122 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: gen_hpack_tables
2124 build: tool
2125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - tools/codegen/core/gen_hpack_tables.c
2128 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002130 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002131 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: gen_legal_metadata_characters
2133 build: tool
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
2136 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002138- name: gen_percent_encoding_tables
2139 build: tool
2140 language: c
2141 src:
2142 - tools/codegen/core/gen_percent_encoding_tables.c
2143 deps: []
Vijay Pai58f38f52017-10-11 10:53:11 -07002144 uses_polling: false
Craig Tiller1b719582016-03-24 09:06:13 -07002145- name: goaway_server_test
2146 cpu_cost: 0.1
2147 build: test
2148 language: c
2149 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002150 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002151 deps:
2152 - grpc_test_util
2153 - grpc
2154 - gpr_test_util
2155 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002156 exclude_iomgrs:
2157 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002158 platforms:
2159 - mac
2160 - linux
2161 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002162- name: gpr_avl_test
2163 build: test
2164 language: c
2165 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002166 - test/core/support/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002167 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002170 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: gpr_cmdline_test
2172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002175 - test/core/support/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002176 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002179 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002180- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002181 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002182 build: test
2183 language: c
2184 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002185 - test/core/support/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002186 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002189 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190- name: gpr_env_test
2191 build: test
2192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002193 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002194 - test/core/support/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002195 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 - gpr_test_util
2197 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002198 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: gpr_host_port_test
2200 build: test
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002203 - test/core/support/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002204 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002207 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002208- name: gpr_log_test
2209 build: test
2210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002211 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002212 - test/core/support/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002213 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002216 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002217- name: gpr_manual_constructor_test
2218 cpu_cost: 3
2219 build: test
2220 language: c
2221 src:
2222 - test/core/support/manual_constructor_test.cc
2223 deps:
2224 - gpr_test_util
2225 - gpr
2226 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002227- name: gpr_mpscq_test
2228 cpu_cost: 30
2229 build: test
2230 language: c
2231 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002232 - test/core/support/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002233 deps:
2234 - gpr_test_util
2235 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002236 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002237- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002238 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002239 build: test
2240 language: c
2241 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002242 - test/core/support/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002243 deps:
2244 - gpr_test_util
2245 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002246 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: gpr_string_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002251 - test/core/support/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002252 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002255 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002257 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002261 - test/core/support/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002262 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002265 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002266- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002267 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002271 - test/core/support/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002272 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002275 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: gpr_time_test
2277 build: test
2278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002279 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002280 - test/core/support/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002282 - gpr_test_util
2283 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002284 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: gpr_tls_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002289 - test/core/support/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002290 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002293 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: gpr_useful_test
2295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002298 - test/core/support/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002299 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002302 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002303- name: grpc_auth_context_test
2304 build: test
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002307 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002308 deps:
2309 - grpc_test_util
2310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002311 - gpr_test_util
2312 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002313 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002314- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315 build: test
2316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002318 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002319 deps:
2320 - grpc_test_util
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002324 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: grpc_byte_buffer_reader_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002329 - test/core/surface/byte_buffer_reader_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_channel_args_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/channel/channel_args_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
Vijay Pai58f38f52017-10-11 10:53:11 -07002346 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002347- name: grpc_channel_stack_builder_test
2348 build: test
2349 language: c
2350 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002351 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002352 deps:
2353 - grpc_test_util
2354 - grpc
2355 - gpr_test_util
2356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: grpc_channel_stack_test
2358 build: test
2359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002361 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002362 deps:
2363 - grpc_test_util
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002367 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: grpc_completion_queue_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/surface/completion_queue_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
murgatroid991191b722017-02-08 11:56:52 -08002378- name: grpc_completion_queue_threading_test
2379 build: test
2380 language: c
2381 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002382 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002383 deps:
2384 - grpc_test_util
2385 - grpc
2386 - gpr_test_util
2387 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002388 exclude_iomgrs:
2389 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: grpc_create_jwt
2391 build: tool
2392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002393 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002394 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002395 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002398 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002399 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400- name: grpc_credentials_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/credentials_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 Tillerbf4b2242015-08-31 15:53:53 -07002410- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002411 build: test
2412 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002415 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002416 deps:
2417 - grpc_test_util
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002421- name: grpc_invalid_channel_args_test
2422 build: test
2423 language: c
2424 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002425 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002426 deps:
2427 - grpc_test_util
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002431 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: grpc_json_token_test
2433 build: test
2434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002436 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002442 platforms:
2443 - linux
2444 - posix
2445 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002446 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: grpc_jwt_verifier_test
2448 build: test
2449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002451 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002452 deps:
2453 - grpc_test_util
2454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002457 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: grpc_print_google_default_creds_token
2459 build: tool
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002462 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002463 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002466 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467- name: grpc_security_connector_test
2468 build: test
2469 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002470 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002471 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002472 deps:
2473 - grpc_test_util
2474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002475 - gpr_test_util
2476 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002477- name: grpc_ssl_credentials_test
2478 build: test
2479 language: c
2480 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002481 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002482 deps:
2483 - grpc_test_util
2484 - grpc
2485 - gpr_test_util
2486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487- name: grpc_verify_jwt
2488 build: tool
2489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002490 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002491 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002492 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002495 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002496- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002497 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002498 language: c
2499 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002500 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002501 deps:
2502 - grpc_test_util
2503 - grpc
2504 - gpr_test_util
2505 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002506 exclude_iomgrs:
2507 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002508 platforms:
2509 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002510 secure: true
2511- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002512 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002513 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002514 headers:
2515 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002516 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002517 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002518 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002519 deps:
2520 - grpc_test_util
2521 - grpc
2522 - gpr_test_util
2523 - gpr
2524 exclude_iomgrs:
2525 - uv
2526 platforms:
2527 - linux
2528 secure: true
2529- name: handshake_server_with_readahead_handshaker
2530 build: test
2531 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002532 headers:
2533 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002534 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002535 - test/core/handshake/readahead_handshaker_server_ssl.cc
2536 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002537 deps:
2538 - grpc_test_util
2539 - grpc
2540 - gpr_test_util
2541 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002542 exclude_iomgrs:
2543 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002544 platforms:
2545 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002546 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002547- name: histogram_test
2548 build: test
2549 language: c
2550 src:
2551 - test/core/util/histogram_test.cc
2552 deps:
2553 - grpc_test_util
2554 - gpr
2555 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002556- name: hpack_parser_fuzzer_test
2557 build: fuzzer
2558 language: c
2559 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002560 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002561 deps:
2562 - grpc_test_util
2563 - grpc
2564 - gpr_test_util
2565 - gpr
2566 corpus_dirs:
2567 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002568 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002569 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: hpack_parser_test
2571 build: test
2572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002573 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002574 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002575 deps:
2576 - grpc_test_util
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002580 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002581- name: hpack_table_test
2582 build: test
2583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002584 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002585 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002586 deps:
2587 - grpc_test_util
2588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002589 - gpr_test_util
2590 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002591 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002592- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593 build: test
2594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002595 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002596 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002597 deps:
2598 - grpc_test_util
2599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002600 - gpr_test_util
2601 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002602 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002603- name: http_request_fuzzer_test
2604 build: fuzzer
2605 language: c
2606 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002607 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002608 deps:
2609 - grpc_test_util
2610 - grpc
2611 - gpr_test_util
2612 - gpr
2613 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002614 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002615 maxlen: 2048
2616- name: http_response_fuzzer_test
2617 build: fuzzer
2618 language: c
2619 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002620 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002621 deps:
2622 - grpc_test_util
2623 - grpc
2624 - gpr_test_util
2625 - gpr
2626 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002627 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002628 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002629- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002630 build: test
2631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002632 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002633 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002634 deps:
2635 - grpc_test_util
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002639- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002640 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002641 build: test
2642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002643 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002644 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002645 deps:
2646 - grpc_test_util
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002650 platforms:
2651 - mac
2652 - linux
2653 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002654- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002655 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002656 build: test
2657 language: c
2658 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002659 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002660 deps:
2661 - grpc_test_util
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002665 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002666 - linux
yang-gf1183302015-12-07 16:02:05 -08002667- name: init_test
2668 build: test
2669 language: c
2670 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002671 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002672 deps:
2673 - grpc_test_util
2674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002675 - gpr_test_util
2676 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002677 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002678- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002679 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002680 build: test
2681 language: c
2682 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002683 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002684 deps:
2685 - grpc_test_util
2686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002687 - gpr_test_util
2688 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002689- name: json_fuzzer_test
2690 build: fuzzer
2691 language: c
2692 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002693 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002694 deps:
2695 - grpc_test_util
2696 - grpc
2697 - gpr_test_util
2698 - gpr
2699 corpus_dirs:
2700 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002701 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002702- name: json_rewrite
2703 build: test
2704 run: false
2705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002706 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002707 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002708 deps:
2709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002710 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002711 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002712- name: json_rewrite_test
2713 build: test
2714 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002715 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002716 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002717 deps:
2718 - grpc_test_util
2719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002720 - gpr_test_util
2721 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002722 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002723- name: json_stream_error_test
2724 build: test
2725 language: c
2726 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002727 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002728 deps:
2729 - grpc_test_util
2730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002731 - gpr_test_util
2732 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002733 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734- name: json_test
2735 build: test
2736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002737 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002738 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002739 deps:
2740 - grpc_test_util
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002744 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002745- name: lame_client_test
2746 build: test
2747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002748 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002749 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002750 deps:
2751 - grpc_test_util
2752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002753 - gpr_test_util
2754 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002755- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002756 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002757 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002758 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002760 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002761 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002762 deps:
2763 - grpc_test_util
2764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002765 - gpr_test_util
2766 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002767 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002768- name: load_file_test
2769 build: test
2770 language: c
2771 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002772 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002773 deps:
2774 - grpc_test_util
2775 - grpc
2776 - gpr_test_util
2777 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002778 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779- name: low_level_ping_pong_benchmark
2780 build: benchmark
2781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002782 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002783 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002784 deps:
2785 - grpc_test_util
2786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002787 - gpr_test_util
2788 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002789 platforms:
2790 - mac
2791 - linux
2792 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002793- name: memory_profile_client
2794 build: test
2795 run: false
2796 language: c
2797 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002798 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002799 deps:
2800 - grpc_test_util
2801 - grpc
2802 - gpr_test_util
2803 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002804 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002805- name: memory_profile_server
2806 build: test
2807 run: false
2808 language: c
2809 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002810 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002811 deps:
2812 - grpc_test_util
2813 - grpc
2814 - gpr_test_util
2815 - gpr
2816- name: memory_profile_test
2817 cpu_cost: 1.5
2818 build: test
2819 language: c
2820 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002821 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002822 deps:
2823 - grpc_test_util
2824 - grpc
2825 - gpr_test_util
2826 - gpr
2827 platforms:
2828 - mac
2829 - linux
2830 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831- name: message_compress_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/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002836 deps:
2837 - grpc_test_util
2838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002839 - gpr_test_util
2840 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002841 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002842- name: minimal_stack_is_minimal_test
2843 build: test
2844 language: c
2845 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002846 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller732a8752016-02-22 15:59:19 -08002847 deps:
2848 - grpc_test_util
2849 - grpc
2850 - gpr_test_util
2851 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002852 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853- name: multiple_server_queues_test
2854 build: test
2855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002856 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002857 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002858 deps:
2859 - grpc_test_util
2860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002861 - gpr_test_util
2862 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002863- name: murmur_hash_test
2864 build: test
2865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002866 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002867 - test/core/support/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002868 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002869 - gpr_test_util
2870 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002871 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002872- name: nanopb_fuzzer_response_test
2873 build: fuzzer
2874 language: c
2875 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002876 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002877 deps:
2878 - grpc_test_util
2879 - grpc
2880 - gpr_test_util
2881 - gpr
2882 corpus_dirs:
2883 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002884 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002885- name: nanopb_fuzzer_serverlist_test
2886 build: fuzzer
2887 language: c
2888 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002889 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002890 deps:
2891 - grpc_test_util
2892 - grpc
2893 - gpr_test_util
2894 - gpr
2895 corpus_dirs:
2896 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002897 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002899 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900 build: test
2901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002902 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002903 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002904 deps:
2905 - grpc_test_util
2906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr_test_util
2908 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002909- name: num_external_connectivity_watchers_test
2910 build: test
2911 language: c
2912 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002913 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002914 deps:
2915 - grpc_test_util
2916 - grpc
2917 - gpr_test_util
2918 - gpr
2919 exclude_iomgrs:
2920 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002921- name: parse_address_test
2922 build: test
2923 language: c
2924 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002925 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002926 deps:
2927 - grpc_test_util
2928 - grpc
2929 - gpr_test_util
2930 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002931 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002932- name: percent_decode_fuzzer
2933 build: fuzzer
2934 language: c
2935 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002936 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002937 deps:
2938 - grpc_test_util
2939 - grpc
2940 - gpr_test_util
2941 - gpr
2942 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002943 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002944 maxlen: 32
2945- name: percent_encode_fuzzer
2946 build: fuzzer
2947 language: c
2948 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002949 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002950 deps:
2951 - grpc_test_util
2952 - grpc
2953 - gpr_test_util
2954 - gpr
2955 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002956 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002957 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002958- name: percent_encoding_test
2959 build: test
2960 language: c
2961 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002962 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002963 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002964 - grpc_test_util
2965 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002966 - gpr_test_util
2967 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002968 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002969- name: pollset_set_test
2970 build: test
2971 language: c
2972 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002973 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002974 deps:
2975 - grpc_test_util
2976 - grpc
2977 - gpr_test_util
2978 - gpr
2979 exclude_iomgrs:
2980 - uv
2981 platforms:
2982 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002983- name: resolve_address_posix_test
2984 build: test
2985 language: c
2986 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002987 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002988 deps:
2989 - grpc_test_util
2990 - grpc
2991 - gpr_test_util
2992 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002993 exclude_iomgrs:
2994 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002995 platforms:
2996 - mac
2997 - linux
2998 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002999- name: resolve_address_test
3000 build: test
3001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003002 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003003 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003004 deps:
3005 - grpc_test_util
3006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003007 - gpr_test_util
3008 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003009- name: resource_quota_test
3010 cpu_cost: 30
3011 build: test
3012 language: c
3013 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003014 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003015 deps:
3016 - grpc_test_util
3017 - grpc
3018 - gpr_test_util
3019 - gpr
yang-gd482e592015-12-10 14:04:00 -08003020- name: secure_channel_create_test
3021 build: test
3022 language: c
3023 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003024 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003025 deps:
3026 - grpc_test_util
3027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003028 - gpr_test_util
3029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003030- name: secure_endpoint_test
3031 build: test
3032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003033 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003034 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003035 deps:
3036 - grpc_test_util
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003040 exclude_iomgrs:
3041 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003042- name: sequential_connectivity_test
3043 build: test
3044 language: c
3045 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003046 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003047 deps:
3048 - grpc_test_util
3049 - grpc
3050 - gpr_test_util
3051 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003052 exclude_iomgrs:
3053 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003054- name: server_chttp2_test
3055 build: test
3056 language: c
3057 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003058 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003059 deps:
3060 - grpc_test_util
3061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003062 - gpr_test_util
3063 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003064- name: server_fuzzer
3065 build: fuzzer
3066 language: c
3067 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003068 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003069 deps:
3070 - grpc_test_util
3071 - grpc
3072 - gpr_test_util
3073 - gpr
3074 corpus_dirs:
3075 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003076 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003077 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003078- name: server_test
3079 build: test
3080 language: c
3081 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003082 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003083 deps:
3084 - grpc_test_util
3085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003086 - gpr_test_util
3087 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003088- name: slice_buffer_test
3089 build: test
3090 language: c
3091 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003092 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003093 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003094 - grpc_test_util
3095 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003096 - gpr_test_util
3097 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003098 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003099- name: slice_hash_table_test
3100 build: test
3101 language: c
3102 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003103 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003104 deps:
3105 - grpc_test_util
3106 - grpc
3107 - gpr_test_util
3108 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003109 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003110- name: slice_string_helpers_test
3111 build: test
3112 language: c
3113 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003114 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003115 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003116 - grpc_test_util
3117 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003118 - gpr_test_util
3119 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003120 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003121- name: slice_test
3122 build: test
3123 language: c
3124 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003125 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003126 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003127 - grpc_test_util
3128 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003129 - gpr_test_util
3130 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003131 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003132- name: sockaddr_resolver_test
3133 build: test
3134 language: c
3135 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003136 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003137 deps:
3138 - grpc_test_util
3139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003140 - gpr_test_util
3141 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003142- name: sockaddr_utils_test
3143 build: test
3144 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003145 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003146 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003147 deps:
3148 - grpc_test_util
3149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003150 - gpr_test_util
3151 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003152- name: socket_utils_test
3153 build: test
3154 language: c
3155 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003156 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003157 deps:
3158 - grpc_test_util
3159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003160 - gpr_test_util
3161 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003162 exclude_iomgrs:
3163 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003164 platforms:
3165 - mac
3166 - linux
3167 - posix
yang-g31e21282016-11-04 15:10:03 -07003168- name: ssl_server_fuzzer
3169 build: fuzzer
3170 language: c
3171 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003172 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003173 deps:
3174 - grpc_test_util
3175 - grpc
3176 - gpr_test_util
3177 - gpr
3178 corpus_dirs:
3179 - test/core/security/corpus/ssl_server_corpus
3180 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003181- name: ssl_transport_security_test
3182 build: test
3183 language: c
3184 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003185 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003186 deps:
3187 - gpr_test_util
3188 - gpr
3189 - grpc
3190 filegroups:
3191 - transport_security_test_lib
3192 platforms:
3193 - linux
3194 - posix
3195 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003196- name: status_conversion_test
3197 build: test
3198 language: c
3199 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003200 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003201 deps:
3202 - grpc_test_util
3203 - grpc
3204 - gpr_test_util
3205 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003206 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003207- name: stream_compression_test
3208 build: test
3209 language: c
3210 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003211 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003212 deps:
3213 - grpc_test_util
3214 - grpc
3215 - gpr_test_util
3216 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003217 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003218- name: stream_owned_slice_test
3219 build: test
3220 language: c
3221 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003222 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003223 deps:
3224 - grpc_test_util
3225 - grpc
3226 - gpr_test_util
3227 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003228 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003229- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003230 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003231 build: test
3232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003233 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003234 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003235 deps:
3236 - grpc_test_util
3237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003238 - gpr_test_util
3239 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003240 exclude_iomgrs:
3241 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003242 platforms:
3243 - mac
3244 - linux
3245 - posix
murgatroid991191b722017-02-08 11:56:52 -08003246- name: tcp_client_uv_test
3247 cpu_cost: 0.5
3248 build: test
3249 language: c
3250 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003251 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003252 deps:
3253 - grpc_test_util
3254 - grpc
3255 - gpr_test_util
3256 - gpr
3257 exclude_iomgrs:
3258 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003259- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003260 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003261 build: test
3262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003263 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003264 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003265 deps:
3266 - grpc_test_util
3267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003268 - gpr_test_util
3269 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003270 exclude_iomgrs:
3271 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003272 platforms:
3273 - mac
3274 - linux
3275 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003276- name: tcp_server_posix_test
3277 build: test
3278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003279 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003280 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003281 deps:
3282 - grpc_test_util
3283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003284 - gpr_test_util
3285 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003286 exclude_iomgrs:
3287 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003288 platforms:
3289 - mac
3290 - linux
3291 - posix
murgatroid991191b722017-02-08 11:56:52 -08003292- name: tcp_server_uv_test
3293 build: test
3294 language: c
3295 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003296 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003297 deps:
3298 - grpc_test_util
3299 - grpc
3300 - gpr_test_util
3301 - gpr
3302 exclude_iomgrs:
3303 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003304- name: time_averaged_stats_test
3305 build: test
3306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003307 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003308 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003309 deps:
3310 - grpc_test_util
3311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003312 - gpr_test_util
3313 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003314 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003315- name: timeout_encoding_test
3316 build: test
3317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003318 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003319 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003320 deps:
3321 - grpc_test_util
3322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003323 - gpr_test_util
3324 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003325 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003326- name: timer_heap_test
3327 build: test
3328 language: c
3329 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003330 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003331 deps:
3332 - grpc_test_util
3333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 - gpr_test_util
3335 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003336 exclude_iomgrs:
3337 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003338 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003339- name: timer_list_test
3340 build: test
3341 language: c
3342 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003343 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003344 deps:
3345 - grpc_test_util
3346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003347 - gpr_test_util
3348 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003349 exclude_iomgrs:
3350 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003351 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003352- name: transport_connectivity_state_test
3353 build: test
3354 language: c
3355 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003356 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003357 deps:
3358 - grpc_test_util
3359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003360 - gpr_test_util
3361 - gpr
Craig Tiller48bed5e2017-10-16 15:42:41 -07003362- name: transport_metadata_test
3363 build: test
3364 language: c
3365 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003366 - test/core/transport/metadata_test.cc
Craig Tiller48bed5e2017-10-16 15:42:41 -07003367 deps:
3368 - grpc_test_util
3369 - grpc
3370 - gpr_test_util
3371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003372- name: transport_security_test
3373 build: test
3374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003375 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003376 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003377 deps:
3378 - grpc_test_util
3379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003380 - gpr_test_util
3381 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003382 platforms:
3383 - linux
3384 - posix
3385 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003386- name: udp_server_test
3387 build: test
3388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003389 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003390 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003391 deps:
3392 - grpc_test_util
3393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003394 - gpr_test_util
3395 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003396 exclude_iomgrs:
3397 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003398 platforms:
3399 - mac
3400 - linux
3401 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003402- name: uri_fuzzer_test
3403 build: fuzzer
3404 language: c
3405 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003406 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003407 deps:
3408 - grpc_test_util
3409 - grpc
3410 - gpr_test_util
3411 - gpr
3412 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003413 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003414 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003415- name: uri_parser_test
3416 build: test
3417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003418 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003419 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003420 deps:
3421 - grpc_test_util
3422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003423 - gpr_test_util
3424 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003425- name: wakeup_fd_cv_test
3426 build: test
3427 language: c
3428 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003429 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003430 deps:
3431 - grpc_test_util
3432 - grpc
3433 - gpr_test_util
3434 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003435 exclude_iomgrs:
3436 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003437 platforms:
3438 - mac
3439 - linux
3440 - posix
vjpai04e992a2016-02-10 16:58:38 -08003441- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003442 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003443 build: test
3444 language: c++
3445 src:
3446 - test/cpp/common/alarm_cpp_test.cc
3447 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003448 - grpc++_test_util_unsecure
3449 - grpc_test_util_unsecure
3450 - grpc++_unsecure
3451 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003452 - gpr_test_util
3453 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003454- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003455 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003456 build: test
3457 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003458 src:
3459 - test/cpp/end2end/async_end2end_test.cc
3460 deps:
3461 - grpc++_test_util
3462 - grpc_test_util
3463 - grpc++
3464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003465 - gpr_test_util
3466 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003467- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003468 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003469 build: test
3470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003471 src:
3472 - test/cpp/common/auth_property_iterator_test.cc
3473 deps:
3474 - grpc++_test_util
3475 - grpc_test_util
3476 - grpc++
3477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003478 - gpr_test_util
3479 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003480 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003481- name: bdp_estimator_test
3482 build: test
3483 language: c++
3484 src:
3485 - test/core/transport/bdp_estimator_test.cc
3486 deps:
3487 - grpc++_test_util
3488 - grpc++
3489 - grpc_test_util
3490 - grpc
3491 - gpr_test_util
3492 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003493 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003494- name: bm_arena
3495 build: test
3496 language: c++
3497 src:
3498 - test/cpp/microbenchmarks/bm_arena.cc
3499 deps:
3500 - grpc_benchmark
3501 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003502 - grpc++_test_util_unsecure
3503 - grpc_test_util_unsecure
3504 - grpc++_unsecure
3505 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003506 - gpr_test_util
3507 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003508 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003509 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003510 platforms:
3511 - mac
3512 - linux
3513 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003514 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003515- name: bm_call_create
3516 build: test
3517 language: c++
3518 src:
3519 - test/cpp/microbenchmarks/bm_call_create.cc
3520 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003521 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -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 Tillerfd044b82017-02-15 16:15:48 -08003527 - gpr_test_util
3528 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003529 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003530 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003531 platforms:
3532 - mac
3533 - linux
3534 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003535 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003536- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003537 build: test
3538 language: c++
3539 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003540 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003541 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003542 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003543 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003544 - grpc++_test_util_unsecure
3545 - grpc_test_util_unsecure
3546 - grpc++_unsecure
3547 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -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 Tiller2f792d92017-02-22 16:26:33 -08003552 platforms:
3553 - mac
3554 - linux
3555 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003556 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003557- name: bm_chttp2_transport
3558 build: test
3559 language: c++
3560 src:
3561 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3562 deps:
3563 - grpc_benchmark
3564 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003565 - grpc++_test_util_unsecure
3566 - grpc_test_util_unsecure
3567 - grpc++_unsecure
3568 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003569 - gpr_test_util
3570 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003571 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003572 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003573 platforms:
3574 - mac
3575 - linux
3576 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003577- name: bm_closure
3578 build: test
3579 language: c++
3580 src:
3581 - test/cpp/microbenchmarks/bm_closure.cc
3582 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003583 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003584 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003585 - grpc++_test_util_unsecure
3586 - grpc_test_util_unsecure
3587 - grpc++_unsecure
3588 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003589 - gpr_test_util
3590 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003591 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003592 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003593 platforms:
3594 - mac
3595 - linux
3596 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003597- name: bm_cq
3598 build: test
3599 language: c++
3600 src:
3601 - test/cpp/microbenchmarks/bm_cq.cc
3602 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003603 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003604 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003605 - grpc++_test_util_unsecure
3606 - grpc_test_util_unsecure
3607 - grpc++_unsecure
3608 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003609 - gpr_test_util
3610 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003611 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003612 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003613 platforms:
3614 - mac
3615 - linux
3616 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003617- name: bm_cq_multiple_threads
3618 build: test
3619 language: c++
3620 src:
3621 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3622 deps:
3623 - grpc_benchmark
3624 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003625 - grpc++_test_util_unsecure
3626 - grpc_test_util_unsecure
3627 - grpc++_unsecure
3628 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003629 - gpr_test_util
3630 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003631 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003632 defaults: benchmark
3633 platforms:
3634 - mac
3635 - linux
3636 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003637- name: bm_error
3638 build: test
3639 language: c++
3640 src:
3641 - test/cpp/microbenchmarks/bm_error.cc
3642 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003643 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003644 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003645 - grpc++_test_util_unsecure
3646 - grpc_test_util_unsecure
3647 - grpc++_unsecure
3648 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003649 - gpr_test_util
3650 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003651 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003652 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003653 platforms:
3654 - mac
3655 - linux
3656 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003657 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003658- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003659 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003660 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003661 headers:
3662 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003663 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003664 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003665 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003666 - grpc_benchmark
3667 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003668 - grpc++_test_util_unsecure
3669 - grpc_test_util_unsecure
3670 - grpc++_unsecure
3671 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003672 - gpr_test_util
3673 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003674 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003675 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003676 excluded_poll_engines:
3677 - poll
3678 - poll-cv
3679 platforms:
3680 - mac
3681 - linux
3682 - posix
3683 timeout_seconds: 1200
3684- name: bm_fullstack_streaming_pump
3685 build: test
3686 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003687 headers:
3688 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003689 src:
3690 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003691 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003692 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003693 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003694 - grpc++_test_util_unsecure
3695 - grpc_test_util_unsecure
3696 - grpc++_unsecure
3697 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003698 - gpr_test_util
3699 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003700 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003701 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003702 excluded_poll_engines:
3703 - poll
3704 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003705 platforms:
3706 - mac
3707 - linux
3708 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003709 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003710- name: bm_fullstack_trickle
3711 build: test
3712 language: c++
3713 src:
3714 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3715 deps:
3716 - grpc_benchmark
3717 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003718 - grpc++_test_util_unsecure
3719 - grpc_test_util_unsecure
3720 - grpc++_unsecure
3721 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003722 - gpr_test_util
3723 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003724 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003725 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003726 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003727 exclude_configs:
3728 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003729 excluded_poll_engines:
3730 - poll
3731 - poll-cv
3732 platforms:
3733 - mac
3734 - linux
3735 - posix
3736 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003737- name: bm_fullstack_unary_ping_pong
3738 build: test
3739 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003740 headers:
3741 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003742 src:
3743 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3744 deps:
3745 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003746 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003747 - grpc++_test_util_unsecure
3748 - grpc_test_util_unsecure
3749 - grpc++_unsecure
3750 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003751 - gpr_test_util
3752 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003753 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003754 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003755 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003756 - poll
3757 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003758 platforms:
3759 - mac
3760 - linux
3761 - posix
3762 timeout_seconds: 1200
3763- name: bm_metadata
3764 build: test
3765 language: c++
3766 src:
3767 - test/cpp/microbenchmarks/bm_metadata.cc
3768 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003769 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003770 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003771 - grpc++_test_util_unsecure
3772 - grpc_test_util_unsecure
3773 - grpc++_unsecure
3774 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -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 Tillerbf4b2242015-08-31 15:53:53 -07003779 platforms:
3780 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003781 - linux
3782 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003783 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003784- name: bm_pollset
3785 build: test
3786 language: c++
3787 src:
3788 - test/cpp/microbenchmarks/bm_pollset.cc
3789 deps:
3790 - grpc_benchmark
3791 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003792 - grpc++_test_util_unsecure
3793 - grpc_test_util_unsecure
3794 - grpc++_unsecure
3795 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003796 - gpr_test_util
3797 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003798 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003799 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003800 platforms:
3801 - mac
3802 - linux
3803 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003804- name: channel_arguments_test
3805 gtest: true
3806 build: test
3807 language: c++
3808 src:
3809 - test/cpp/common/channel_arguments_test.cc
3810 deps:
3811 - grpc++
3812 - grpc
3813 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003814 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003815- name: channel_filter_test
3816 gtest: true
3817 build: test
3818 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003819 src:
3820 - test/cpp/common/channel_filter_test.cc
3821 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003822 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003823 - grpc
3824 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003825 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003826- name: cli_call_test
3827 gtest: true
3828 build: test
3829 language: c++
3830 src:
Craig Tiller25834342015-09-25 08:08:24 -07003831 - test/cpp/util/cli_call_test.cc
3832 deps:
3833 - grpc_cli_libs
3834 - grpc++_test_util
3835 - grpc_test_util
3836 - grpc++
3837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003838 - gpr_test_util
3839 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003840- name: client_channel_stress_test
3841 gtest: false
3842 build: test
3843 language: c++
3844 src:
3845 - src/proto/grpc/lb/v1/load_balancer.proto
3846 - test/cpp/client/client_channel_stress_test.cc
3847 deps:
3848 - grpc++_test_util
3849 - grpc_test_util
3850 - grpc++
3851 - grpc
3852 - gpr_test_util
3853 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003854- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003855 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003856 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003857 build: test
3858 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003859 src:
3860 - test/cpp/end2end/client_crash_test.cc
3861 deps:
3862 - grpc++_test_util
3863 - grpc_test_util
3864 - grpc++
3865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003866 - gpr_test_util
3867 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003868 platforms:
3869 - mac
3870 - linux
3871 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003872- name: client_crash_test_server
3873 build: test
3874 run: false
3875 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003876 src:
3877 - test/cpp/end2end/client_crash_test_server.cc
3878 deps:
3879 - grpc++_test_util
3880 - grpc_test_util
3881 - grpc++
3882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003883 - gpr_test_util
3884 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003885- name: client_lb_end2end_test
3886 gtest: true
3887 build: test
3888 language: c++
3889 src:
3890 - test/cpp/end2end/client_lb_end2end_test.cc
3891 deps:
3892 - grpc++_test_util
3893 - grpc_test_util
3894 - grpc++
3895 - grpc
3896 - gpr_test_util
3897 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003898- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003899 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003900 build: test
3901 language: c++
3902 src:
3903 - src/proto/grpc/testing/control.proto
3904 - src/proto/grpc/testing/messages.proto
3905 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003906 - src/proto/grpc/testing/services.proto
3907 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003908 - test/cpp/codegen/codegen_test_full.cc
3909 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003910 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003911 - grpc++
3912 - grpc
3913 - gpr
3914 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003915 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003916 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003917- name: codegen_test_minimal
3918 gtest: true
3919 build: test
3920 language: c++
3921 src:
3922 - src/proto/grpc/testing/control.proto
3923 - src/proto/grpc/testing/messages.proto
3924 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003925 - src/proto/grpc/testing/services.proto
3926 - src/proto/grpc/testing/stats.proto
3927 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003928 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003929 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003930 - grpc
3931 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003932 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003933 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003934 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003935 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003936- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003937 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003938 build: test
3939 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003940 src:
3941 - test/cpp/client/credentials_test.cc
3942 deps:
3943 - grpc++
3944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003946- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003947 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003948 build: test
3949 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003950 src:
3951 - test/cpp/util/byte_buffer_test.cc
3952 deps:
3953 - grpc_test_util
3954 - grpc++
3955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003956 - gpr_test_util
3957 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003958 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003959- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003960 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003961 build: test
3962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003963 src:
3964 - test/cpp/util/slice_test.cc
3965 deps:
3966 - grpc_test_util
3967 - grpc++
3968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003969 - gpr_test_util
3970 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003971 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003972- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003973 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003974 build: test
3975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003976 src:
3977 - test/cpp/util/string_ref_test.cc
3978 deps:
3979 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003980 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003981 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003982- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003983 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003984 build: test
3985 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003986 src:
3987 - test/cpp/util/time_test.cc
3988 deps:
3989 - grpc_test_util
3990 - grpc++
3991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003992 - gpr_test_util
3993 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003994 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003995- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003996 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003997 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003998 build: test
3999 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004000 src:
4001 - test/cpp/end2end/end2end_test.cc
4002 deps:
4003 - grpc++_test_util
4004 - grpc_test_util
4005 - grpc++
4006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004007 - gpr_test_util
4008 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004009- name: error_details_test
4010 gtest: true
4011 build: test
4012 language: c++
4013 src:
4014 - src/proto/grpc/testing/echo_messages.proto
4015 - test/cpp/util/error_details_test.cc
4016 deps:
4017 - grpc++_error_details
4018 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004019- name: filter_end2end_test
4020 gtest: true
4021 build: test
4022 language: c++
4023 src:
4024 - test/cpp/end2end/filter_end2end_test.cc
4025 deps:
4026 - grpc++_test_util
4027 - grpc_test_util
4028 - grpc++
4029 - grpc
4030 - gpr_test_util
4031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004032- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004033 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004034 build: test
4035 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004036 src:
4037 - test/cpp/end2end/generic_end2end_test.cc
4038 deps:
4039 - grpc++_test_util
4040 - grpc_test_util
4041 - grpc++
4042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004043 - gpr_test_util
4044 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004045- name: golden_file_test
4046 gtest: true
4047 build: test
4048 language: c++
4049 src:
4050 - src/proto/grpc/testing/compiler_test.proto
4051 - test/cpp/codegen/golden_file_test.cc
4052 deps:
4053 - grpc++
4054 - grpc
4055 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004056 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004057 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004058 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004059- name: grpc_cli
4060 build: test
4061 run: false
4062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004063 src:
4064 - test/cpp/util/grpc_cli.cc
4065 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004066 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004067 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004068 - grpc++
4069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004070 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004071 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004072- name: grpc_cpp_plugin
4073 build: protoc
4074 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004075 src:
4076 - src/compiler/cpp_plugin.cc
4077 deps:
4078 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004079 secure: false
4080 vs_config_type: Application
4081 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4082- name: grpc_csharp_plugin
4083 build: protoc
4084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004085 src:
4086 - src/compiler/csharp_plugin.cc
4087 deps:
4088 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004089 secure: false
4090 vs_config_type: Application
4091 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004092- name: grpc_node_plugin
4093 build: protoc
4094 language: c++
4095 src:
4096 - src/compiler/node_plugin.cc
4097 deps:
4098 - grpc_plugin_support
4099 secure: false
4100 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004101- name: grpc_objective_c_plugin
4102 build: protoc
4103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004104 src:
4105 - src/compiler/objective_c_plugin.cc
4106 deps:
4107 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004108 secure: false
4109 vs_config_type: Application
4110 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004111- name: grpc_php_plugin
4112 build: protoc
4113 language: c++
4114 src:
4115 - src/compiler/php_plugin.cc
4116 deps:
4117 - grpc_plugin_support
4118 secure: false
4119 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004120- name: grpc_python_plugin
4121 build: protoc
4122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004123 src:
4124 - src/compiler/python_plugin.cc
4125 deps:
4126 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004127 secure: false
4128 vs_config_type: Application
4129 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4130- name: grpc_ruby_plugin
4131 build: protoc
4132 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004133 src:
4134 - src/compiler/ruby_plugin.cc
4135 deps:
4136 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004137 secure: false
4138 vs_config_type: Application
4139 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004140- name: grpc_tool_test
4141 gtest: true
4142 build: test
4143 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004144 src:
4145 - src/proto/grpc/testing/echo.proto
4146 - src/proto/grpc/testing/echo_messages.proto
4147 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004148 deps:
4149 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004150 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004151 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004152 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004153 - grpc_test_util
4154 - grpc++
4155 - grpc
4156 - gpr_test_util
4157 - gpr
4158 filegroups:
4159 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004160- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004161 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004162 build: test
4163 language: c++
4164 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004165 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004166 - test/cpp/grpclb/grpclb_api_test.cc
4167 deps:
4168 - grpc++_test_util
4169 - grpc_test_util
4170 - grpc++
4171 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004172- name: grpclb_end2end_test
4173 gtest: true
4174 build: test
4175 language: c++
4176 src:
4177 - src/proto/grpc/lb/v1/load_balancer.proto
4178 - test/cpp/end2end/grpclb_end2end_test.cc
4179 deps:
4180 - grpc++_test_util
4181 - grpc_test_util
4182 - grpc++
4183 - grpc
4184 - gpr_test_util
4185 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004186- name: grpclb_test
4187 gtest: false
4188 build: test
4189 language: c++
4190 src:
4191 - src/proto/grpc/lb/v1/load_balancer.proto
4192 - test/cpp/grpclb/grpclb_test.cc
4193 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004194 - grpc++_test_util
4195 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004196 - grpc++
4197 - grpc
4198 - gpr_test_util
4199 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004200- name: h2_ssl_cert_test
4201 gtest: true
4202 build: test
4203 language: c++
4204 headers:
4205 - test/core/end2end/end2end_tests.h
4206 src:
4207 - test/core/end2end/h2_ssl_cert_test.cc
4208 deps:
4209 - grpc_test_util
4210 - grpc++
4211 - grpc
4212 - gpr_test_util
4213 - gpr
4214 uses:
4215 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004216- name: health_service_end2end_test
4217 gtest: true
4218 build: test
4219 language: c++
4220 src:
4221 - test/cpp/end2end/health_service_end2end_test.cc
4222 deps:
4223 - grpc++_test_util
4224 - grpc_test_util
4225 - grpc++
4226 - grpc
4227 - gpr_test_util
4228 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004229- name: http2_client
4230 build: test
4231 run: false
4232 language: c++
4233 src: []
4234 deps:
4235 - http2_client_main
4236 - grpc++_test_util
4237 - grpc_test_util
4238 - grpc++
4239 - grpc
4240 - grpc++_test_config
4241 platforms:
4242 - mac
4243 - linux
4244 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004245- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004246 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004247 build: test
4248 language: c++
4249 src:
4250 - test/cpp/end2end/hybrid_end2end_test.cc
4251 deps:
4252 - grpc++_test_util
4253 - grpc_test_util
4254 - grpc++
4255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004256 - gpr_test_util
4257 - gpr
Vijay Pai088112f2017-08-24 10:42:27 -07004258- name: inproc_sync_unary_ping_pong_test
4259 build: test
4260 language: c++
4261 src:
4262 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4263 deps:
4264 - qps
4265 - grpc++_core_stats
4266 - grpc++_test_util
4267 - grpc_test_util
4268 - grpc++
4269 - grpc
4270 - gpr_test_util
4271 - gpr
4272 - grpc++_test_config
4273 platforms:
4274 - mac
4275 - linux
4276 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004277- name: interop_client
4278 build: test
4279 run: false
4280 language: c++
4281 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004282 deps:
4283 - interop_client_main
4284 - interop_client_helper
4285 - grpc++_test_util
4286 - grpc_test_util
4287 - grpc++
4288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004289 - gpr_test_util
4290 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004291 - grpc++_test_config
4292 platforms:
4293 - mac
4294 - linux
4295 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004296- name: interop_server
4297 build: test
4298 run: false
4299 language: c++
4300 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004301 deps:
4302 - interop_server_main
4303 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004304 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004305 - grpc++_test_util
4306 - grpc_test_util
4307 - grpc++
4308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004309 - gpr_test_util
4310 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004311 - grpc++_test_config
4312 platforms:
4313 - mac
4314 - linux
4315 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004316- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004317 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004318 build: test
4319 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004320 src:
4321 - test/cpp/interop/interop_test.cc
4322 deps:
4323 - grpc_test_util
4324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004325 - gpr_test_util
4326 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004327 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004328 platforms:
4329 - mac
4330 - linux
4331 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004332- name: json_run_localhost
4333 build: test
4334 run: false
4335 language: c++
4336 src:
4337 - test/cpp/qps/json_run_localhost.cc
4338 deps:
4339 - grpc++_test_util
4340 - grpc_test_util
4341 - grpc++
4342 - grpc
4343 - gpr_test_util
4344 - gpr
4345 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004346 platforms:
4347 - mac
4348 - linux
4349 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004350- name: memory_test
4351 gtest: true
4352 build: test
4353 language: c++
4354 src:
4355 - test/core/support/memory_test.cc
4356 deps:
4357 - grpc_test_util
4358 - grpc++
4359 - grpc
4360 - gpr_test_util
4361 - gpr
4362 uses:
4363 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004364 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004365- name: metrics_client
4366 build: test
4367 run: false
4368 language: c++
4369 headers:
4370 - test/cpp/util/metrics_server.h
4371 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004372 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004373 - test/cpp/interop/metrics_client.cc
4374 deps:
4375 - grpc++
4376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004377 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004378 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004379- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004380 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004381 build: test
4382 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004383 headers:
4384 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004385 src:
4386 - test/cpp/end2end/mock_test.cc
4387 deps:
4388 - grpc++_test_util
4389 - grpc_test_util
4390 - grpc++
4391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004392 - gpr_test_util
4393 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004394- name: noop-benchmark
4395 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004396 language: c++
4397 src:
4398 - test/cpp/microbenchmarks/noop-benchmark.cc
4399 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004400 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004401 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004402- name: proto_server_reflection_test
4403 gtest: true
4404 build: test
4405 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004406 src:
4407 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004408 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004409 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004410 - grpc++_reflection
4411 - grpc++_test_util
4412 - grpc_test_util
4413 - grpc++
4414 - grpc
4415 - gpr_test_util
4416 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004417- name: proto_utils_test
4418 gtest: true
4419 build: test
4420 language: c++
4421 src:
4422 - test/cpp/codegen/proto_utils_test.cc
4423 deps:
4424 - grpc++
4425 - grpc
4426 filegroups:
4427 - grpc++_codegen_base
4428 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004429 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004430- name: qps_interarrival_test
4431 build: test
4432 run: false
4433 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004434 src:
4435 - test/cpp/qps/qps_interarrival_test.cc
4436 deps:
4437 - qps
4438 - grpc++_test_util
4439 - grpc_test_util
4440 - grpc++
4441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004442 - gpr_test_util
4443 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004444 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004445 platforms:
4446 - mac
4447 - linux
4448 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004449 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004450- name: qps_json_driver
4451 build: test
4452 run: false
4453 language: c++
4454 src:
4455 - test/cpp/qps/qps_json_driver.cc
4456 deps:
4457 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004458 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004459 - grpc++_test_util
4460 - grpc_test_util
4461 - grpc++
4462 - grpc
4463 - gpr_test_util
4464 - gpr
4465 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004466- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004467 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004468 build: test
4469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004470 src:
4471 - test/cpp/qps/qps_openloop_test.cc
4472 deps:
4473 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004474 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004475 - grpc++_test_util
4476 - grpc_test_util
4477 - grpc++
4478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004479 - gpr_test_util
4480 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004481 - grpc++_test_config
4482 platforms:
4483 - mac
4484 - linux
4485 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004486- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004487 build: test
4488 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004489 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004490 headers:
4491 - test/cpp/qps/client.h
4492 - test/cpp/qps/server.h
4493 src:
4494 - test/cpp/qps/worker.cc
4495 deps:
4496 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004497 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004498 - grpc++_test_util
4499 - grpc_test_util
4500 - grpc++
4501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004502 - gpr_test_util
4503 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004504 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004505- name: reconnect_interop_client
4506 build: test
4507 run: false
4508 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004509 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004510 - src/proto/grpc/testing/empty.proto
4511 - src/proto/grpc/testing/messages.proto
4512 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004513 - test/cpp/interop/reconnect_interop_client.cc
4514 deps:
4515 - grpc++_test_util
4516 - grpc_test_util
4517 - grpc++
4518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004519 - gpr_test_util
4520 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004521 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004522- name: reconnect_interop_server
4523 build: test
4524 run: false
4525 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004526 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004527 - src/proto/grpc/testing/empty.proto
4528 - src/proto/grpc/testing/messages.proto
4529 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004530 - test/cpp/interop/reconnect_interop_server.cc
4531 deps:
4532 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004533 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004534 - grpc++_test_util
4535 - grpc_test_util
4536 - grpc++
4537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004538 - gpr_test_util
4539 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004540 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004541- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004542 gtest: true
4543 build: test
4544 language: c++
4545 src:
Mark D. Rothbf816d32017-11-29 11:25:34 -08004546 - test/core/support/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004547 deps:
4548 - grpc_test_util
4549 - grpc++
4550 - grpc
4551 - gpr_test_util
4552 - gpr
4553 uses:
4554 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004555- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004556 gtest: true
4557 build: test
4558 language: c++
4559 src:
Mark D. Rothbf816d32017-11-29 11:25:34 -08004560 - test/core/support/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004561 deps:
4562 - grpc_test_util
4563 - grpc++
4564 - grpc
4565 - gpr_test_util
4566 - gpr
4567 uses:
4568 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004569- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004570 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004571 build: test
4572 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004573 src:
4574 - test/cpp/common/secure_auth_context_test.cc
4575 deps:
4576 - grpc++_test_util
4577 - grpc_test_util
4578 - grpc++
4579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004580 - gpr_test_util
4581 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004582- name: secure_sync_unary_ping_pong_test
4583 build: test
4584 language: c++
4585 src:
4586 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4587 deps:
4588 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004589 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004590 - grpc++_test_util
4591 - grpc_test_util
4592 - grpc++
4593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004594 - gpr_test_util
4595 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004596 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004597 platforms:
4598 - mac
4599 - linux
4600 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004601- name: server_builder_plugin_test
4602 gtest: true
4603 build: test
4604 language: c++
4605 src:
4606 - test/cpp/end2end/server_builder_plugin_test.cc
4607 deps:
4608 - grpc++_test_util
4609 - grpc_test_util
4610 - grpc++
4611 - grpc
4612 - gpr_test_util
4613 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004614- name: server_builder_test
4615 gtest: true
4616 build: test
4617 language: c++
4618 src:
4619 - src/proto/grpc/testing/echo_messages.proto
4620 - src/proto/grpc/testing/echo.proto
4621 - test/cpp/server/server_builder_test.cc
4622 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004623 - grpc++_test_util_unsecure
4624 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004625 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004626 - grpc++_unsecure
4627 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004628 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004629- name: server_context_test_spouse_test
4630 gtest: true
4631 build: test
4632 language: c++
4633 src:
4634 - test/cpp/test/server_context_test_spouse_test.cc
4635 deps:
4636 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004637 - grpc++
4638 - grpc
4639 - gpr_test_util
4640 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004641 uses:
4642 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004643- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004644 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004645 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004646 build: test
4647 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004648 src:
4649 - test/cpp/end2end/server_crash_test.cc
4650 deps:
4651 - grpc++_test_util
4652 - grpc_test_util
4653 - grpc++
4654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004655 - gpr_test_util
4656 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004657 platforms:
4658 - mac
4659 - linux
4660 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004661- name: server_crash_test_client
4662 build: test
4663 run: false
4664 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004665 src:
4666 - test/cpp/end2end/server_crash_test_client.cc
4667 deps:
4668 - grpc++_test_util
4669 - grpc_test_util
4670 - grpc++
4671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004672 - gpr_test_util
4673 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004674- name: server_request_call_test
4675 gtest: true
4676 build: test
4677 language: c++
4678 src:
4679 - src/proto/grpc/testing/echo_messages.proto
4680 - src/proto/grpc/testing/echo.proto
4681 - test/cpp/server/server_request_call_test.cc
4682 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004683 - grpc++_test_util_unsecure
4684 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004685 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004686 - grpc++_unsecure
4687 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004688 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004689- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004690 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004691 build: test
4692 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004693 src:
4694 - test/cpp/end2end/shutdown_test.cc
4695 deps:
4696 - grpc++_test_util
4697 - grpc_test_util
4698 - grpc++
4699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004700 - gpr_test_util
4701 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004702- name: stats_test
4703 gtest: true
4704 build: test
4705 language: c++
4706 src:
4707 - test/core/debug/stats_test.cc
4708 deps:
4709 - grpc++_test_util
4710 - grpc_test_util
4711 - grpc
4712 - gpr_test_util
4713 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004714 exclude_configs:
4715 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004716 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004717 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004718- name: status_test
4719 build: test
4720 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004721 src:
4722 - test/cpp/util/status_test.cc
4723 deps:
4724 - grpc_test_util
4725 - grpc++
4726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004727 - gpr_test_util
4728 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004729 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004730- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004731 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004732 build: test
4733 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004734 src:
4735 - test/cpp/end2end/streaming_throughput_test.cc
4736 deps:
4737 - grpc++_test_util
4738 - grpc_test_util
4739 - grpc++
4740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004741 - gpr_test_util
4742 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004743 platforms:
4744 - mac
4745 - linux
4746 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004747- name: stress_test
4748 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004749 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004750 language: c++
4751 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004752 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004753 - test/cpp/interop/interop_client.h
4754 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004755 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004756 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004757 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004758 - src/proto/grpc/testing/empty.proto
4759 - src/proto/grpc/testing/messages.proto
4760 - src/proto/grpc/testing/metrics.proto
4761 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004762 - test/cpp/interop/interop_client.cc
4763 - test/cpp/interop/stress_interop_client.cc
4764 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004765 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004766 deps:
4767 - grpc++_test_util
4768 - grpc_test_util
4769 - grpc++
4770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004771 - gpr_test_util
4772 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004773 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004774- name: thread_manager_test
4775 build: test
4776 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004777 src:
4778 - test/cpp/thread_manager/thread_manager_test.cc
4779 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004780 - grpc++_unsecure
4781 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004782 - gpr
4783 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004784- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004785 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004786 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004787 build: test
4788 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004789 src:
4790 - test/cpp/end2end/thread_stress_test.cc
4791 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004792 - grpc++_test_util_unsecure
4793 - grpc_test_util_unsecure
4794 - grpc++_unsecure
4795 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004796 - gpr_test_util
4797 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004798- name: transport_pid_controller_test
4799 build: test
4800 language: c++
4801 src:
4802 - test/core/transport/pid_controller_test.cc
4803 deps:
4804 - grpc++_test_util
4805 - grpc++
4806 - grpc_test_util
4807 - grpc
4808 - gpr_test_util
4809 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004810- name: writes_per_rpc_test
4811 gtest: true
4812 cpu_cost: 0.5
4813 build: test
4814 language: c++
4815 src:
4816 - test/cpp/performance/writes_per_rpc_test.cc
4817 deps:
4818 - grpc++_test_util
4819 - grpc_test_util
4820 - grpc++
4821 - grpc
4822 - gpr_test_util
4823 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004824 platforms:
4825 - mac
4826 - linux
4827 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004828- name: public_headers_must_be_c89
4829 build: test
4830 language: c89
4831 src:
4832 - test/core/surface/public_headers_must_be_c89.c
4833 deps:
4834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004836vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004837- linkage: static
4838 name: grpc.dependencies.zlib
4839 props: false
4840 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004841 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004842- linkage: static
4843 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004844 props: true
4845 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004846 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004847- name: gflags
4848 props: false
4849 redist: false
4850 version: 2.1.2.1
4851- name: gtest
4852 props: false
4853 redist: false
4854 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004855configs:
4856 asan:
4857 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004858 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4859 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004860 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004861 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004862 LDFLAGS: -fsanitize=address
4863 LDXX: clang++
4864 compile_the_world: true
4865 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004866 ASAN_OPTIONS: detect_leaks=1:color=always
4867 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004868 asan-noleaks:
4869 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004870 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4871 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004872 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004873 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004874 LDFLAGS: -fsanitize=address
4875 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004876 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004877 test_environ:
4878 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004879 asan-trace-cmp:
4880 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004881 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4882 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004883 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004884 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004885 LDFLAGS: -fsanitize=address
4886 LDXX: clang++
4887 compile_the_world: true
4888 test_environ:
4889 ASAN_OPTIONS: detect_leaks=1:color=always
4890 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004891 basicprof:
4892 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4893 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004894 c++-compat:
4895 CFLAGS: -Wc++-compat
4896 CPPFLAGS: -O0
4897 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004898 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004899 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004900 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004901 dbg:
4902 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004903 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004904 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004905 gcov:
4906 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004907 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004908 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004909 DEFINES: _DEBUG DEBUG GPR_GCOV
4910 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004911 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004912 LDXX: g++
4913 helgrind:
4914 CPPFLAGS: -O0
4915 DEFINES: _DEBUG DEBUG
4916 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004917 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004918 lto:
4919 CPPFLAGS: -O2
4920 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004921 memcheck:
4922 CPPFLAGS: -O0
4923 DEFINES: _DEBUG DEBUG
4924 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004925 valgrind: --tool=memcheck --leak-check=full
4926 msan:
4927 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004928 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004929 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
4930 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004931 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004932 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004933 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004934 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4935 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4936 LDXX: clang++
4937 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08004938 test_environ:
4939 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08004940 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004941 CPPFLAGS: -O3 -fno-omit-frame-pointer
4942 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004943 LDFLAGS: -rdynamic
4944 opt:
4945 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004946 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004947 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004948 stapprof:
4949 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4950 DEFINES: NDEBUG
4951 tsan:
4952 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004953 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004954 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004955 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004956 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004957 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004958 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004959 LDXX: clang++
4960 compile_the_world: true
4961 test_environ:
4962 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004963 ubsan:
4964 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004965 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4966 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004967 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004968 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004969 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004970 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004971 LDXX: clang++
4972 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004973 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004974 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004975defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004976 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004977 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4978 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07004979 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
4980 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
4981 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4982 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
4983 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004984 benchmark:
4985 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004986 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004987 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004988 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004989 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004990 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004991 global:
ncteisenf9d7c272017-11-06 20:32:57 -08004992 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004993 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004994 LDFLAGS: -g
4995 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004996 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004997 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08004998openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004999 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005000 extraction_dir: openssl-1.0.2f
5001 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005002php_config_m4:
5003 deps:
5004 - grpc
5005 - gpr
5006 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005007 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005008 headers:
5009 - src/php/ext/grpc/byte_buffer.h
5010 - src/php/ext/grpc/call.h
5011 - src/php/ext/grpc/call_credentials.h
5012 - src/php/ext/grpc/channel.h
5013 - src/php/ext/grpc/channel_credentials.h
5014 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005015 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005016 - src/php/ext/grpc/php_grpc.h
5017 - src/php/ext/grpc/server.h
5018 - src/php/ext/grpc/server_credentials.h
5019 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005020 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005021 src:
5022 - src/php/ext/grpc/byte_buffer.c
5023 - src/php/ext/grpc/call.c
5024 - src/php/ext/grpc/call_credentials.c
5025 - src/php/ext/grpc/channel.c
5026 - src/php/ext/grpc/channel_credentials.c
5027 - src/php/ext/grpc/completion_queue.c
5028 - src/php/ext/grpc/php_grpc.c
5029 - src/php/ext/grpc/server.c
5030 - src/php/ext/grpc/server_credentials.c
5031 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005032python_dependencies:
5033 deps:
5034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005035 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005036 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005037 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005038 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005039ruby_gem:
5040 deps:
5041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005042 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005043 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005044 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005045 - z