blob: 9018e51adbb7a4edc552745055624ebdacaae900 [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
murgatroid9998873792017-10-02 17:28:27 -070016 g_stands_for: generous
17 version: 1.8.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
43 - src/core/lib/support/histogram.cc
44 - 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
52 - src/core/lib/support/stack_lockfree.cc
53 - src/core/lib/support/string.cc
54 - src/core/lib/support/string_posix.cc
55 - src/core/lib/support/string_util_windows.cc
56 - src/core/lib/support/string_windows.cc
57 - src/core/lib/support/subprocess_posix.cc
58 - src/core/lib/support/subprocess_windows.cc
59 - src/core/lib/support/sync.cc
60 - src/core/lib/support/sync_posix.cc
61 - src/core/lib/support/sync_windows.cc
62 - src/core/lib/support/thd.cc
63 - src/core/lib/support/thd_posix.cc
64 - src/core/lib/support/thd_windows.cc
65 - src/core/lib/support/time.cc
66 - src/core/lib/support/time_posix.cc
67 - src/core/lib/support/time_precise.cc
68 - src/core/lib/support/time_windows.cc
69 - src/core/lib/support/tls_pthread.cc
70 - src/core/lib/support/tmpfile_msys.cc
71 - src/core/lib/support/tmpfile_posix.cc
72 - src/core/lib/support/tmpfile_windows.cc
73 - src/core/lib/support/wrap_memcpy.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070074 uses:
Vijay Pai42807252017-07-28 15:08:24 -070075 - gpr_base_headers
76- name: gpr_base_headers
77 public_headers:
78 - include/grpc/support/alloc.h
79 - include/grpc/support/atm.h
80 - include/grpc/support/atm_gcc_atomic.h
81 - include/grpc/support/atm_gcc_sync.h
82 - include/grpc/support/atm_windows.h
83 - include/grpc/support/avl.h
84 - include/grpc/support/cmdline.h
85 - include/grpc/support/cpu.h
86 - include/grpc/support/histogram.h
87 - include/grpc/support/host_port.h
88 - include/grpc/support/log.h
89 - include/grpc/support/log_windows.h
90 - include/grpc/support/port_platform.h
91 - include/grpc/support/string_util.h
92 - include/grpc/support/subprocess.h
93 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070094 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070095 - include/grpc/support/sync_generic.h
96 - include/grpc/support/sync_posix.h
97 - include/grpc/support/sync_windows.h
98 - include/grpc/support/thd.h
99 - include/grpc/support/time.h
100 - include/grpc/support/tls.h
101 - include/grpc/support/tls_gcc.h
102 - include/grpc/support/tls_msvc.h
103 - include/grpc/support/tls_pthread.h
104 - include/grpc/support/useful.h
105 headers:
106 - src/core/lib/profiling/timers.h
107 - src/core/lib/support/arena.h
108 - src/core/lib/support/atomic.h
109 - src/core/lib/support/atomic_with_atm.h
110 - src/core/lib/support/atomic_with_std.h
Vijay Pai42807252017-07-28 15:08:24 -0700111 - src/core/lib/support/env.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
117 - src/core/lib/support/stack_lockfree.h
118 - src/core/lib/support/string.h
119 - src/core/lib/support/string_windows.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
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800130 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700131 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800132 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800133 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700134 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/sync_generic.h
136 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700138- name: grpc++_base
139 deps:
140 - grpc
141 uses:
142 - grpc++_common
143 - grpc++_codegen_base
144- name: grpc++_base_unsecure
145 deps:
146 - grpc_unsecure
147 uses:
148 - grpc++_common
149 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700150- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700151 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700152 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700153 - src/core/lib/channel/channel_args.cc
154 - src/core/lib/channel/channel_stack.cc
155 - src/core/lib/channel/channel_stack_builder.cc
156 - src/core/lib/channel/connected_channel.cc
157 - src/core/lib/channel/handshaker.cc
158 - src/core/lib/channel/handshaker_factory.cc
159 - src/core/lib/channel/handshaker_registry.cc
160 - src/core/lib/compression/compression.cc
161 - src/core/lib/compression/message_compress.cc
162 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700163 - src/core/lib/compression/stream_compression_gzip.cc
164 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700165 - src/core/lib/debug/stats.cc
166 - src/core/lib/debug/stats_data.cc
167 - src/core/lib/http/format_request.cc
168 - src/core/lib/http/httpcli.cc
169 - src/core/lib/http/parser.cc
170 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700171 - src/core/lib/iomgr/combiner.cc
172 - src/core/lib/iomgr/endpoint.cc
173 - src/core/lib/iomgr/endpoint_pair_posix.cc
174 - src/core/lib/iomgr/endpoint_pair_uv.cc
175 - src/core/lib/iomgr/endpoint_pair_windows.cc
176 - src/core/lib/iomgr/error.cc
177 - src/core/lib/iomgr/ev_epoll1_linux.cc
178 - src/core/lib/iomgr/ev_epollex_linux.cc
179 - src/core/lib/iomgr/ev_epollsig_linux.cc
180 - src/core/lib/iomgr/ev_poll_posix.cc
181 - src/core/lib/iomgr/ev_posix.cc
182 - src/core/lib/iomgr/ev_windows.cc
183 - src/core/lib/iomgr/exec_ctx.cc
184 - src/core/lib/iomgr/executor.cc
185 - src/core/lib/iomgr/gethostname_fallback.cc
186 - src/core/lib/iomgr/gethostname_host_name_max.cc
187 - src/core/lib/iomgr/gethostname_sysconf.cc
188 - src/core/lib/iomgr/iocp_windows.cc
189 - src/core/lib/iomgr/iomgr.cc
190 - src/core/lib/iomgr/iomgr_posix.cc
191 - src/core/lib/iomgr/iomgr_uv.cc
192 - src/core/lib/iomgr/iomgr_windows.cc
193 - src/core/lib/iomgr/is_epollexclusive_available.cc
194 - src/core/lib/iomgr/load_file.cc
195 - src/core/lib/iomgr/lockfree_event.cc
196 - src/core/lib/iomgr/network_status_tracker.cc
197 - src/core/lib/iomgr/polling_entity.cc
198 - src/core/lib/iomgr/pollset_set_uv.cc
199 - src/core/lib/iomgr/pollset_set_windows.cc
200 - src/core/lib/iomgr/pollset_uv.cc
201 - src/core/lib/iomgr/pollset_windows.cc
202 - src/core/lib/iomgr/resolve_address_posix.cc
203 - src/core/lib/iomgr/resolve_address_uv.cc
204 - src/core/lib/iomgr/resolve_address_windows.cc
205 - src/core/lib/iomgr/resource_quota.cc
206 - src/core/lib/iomgr/sockaddr_utils.cc
207 - src/core/lib/iomgr/socket_factory_posix.cc
208 - src/core/lib/iomgr/socket_mutator.cc
209 - src/core/lib/iomgr/socket_utils_common_posix.cc
210 - src/core/lib/iomgr/socket_utils_linux.cc
211 - src/core/lib/iomgr/socket_utils_posix.cc
212 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700213 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700214 - src/core/lib/iomgr/socket_windows.cc
215 - src/core/lib/iomgr/tcp_client_posix.cc
216 - src/core/lib/iomgr/tcp_client_uv.cc
217 - src/core/lib/iomgr/tcp_client_windows.cc
218 - src/core/lib/iomgr/tcp_posix.cc
219 - src/core/lib/iomgr/tcp_server_posix.cc
220 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
221 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
222 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
223 - src/core/lib/iomgr/tcp_server_uv.cc
224 - src/core/lib/iomgr/tcp_server_windows.cc
225 - src/core/lib/iomgr/tcp_uv.cc
226 - src/core/lib/iomgr/tcp_windows.cc
227 - src/core/lib/iomgr/time_averaged_stats.cc
228 - src/core/lib/iomgr/timer_generic.cc
229 - src/core/lib/iomgr/timer_heap.cc
230 - src/core/lib/iomgr/timer_manager.cc
231 - src/core/lib/iomgr/timer_uv.cc
232 - src/core/lib/iomgr/udp_server.cc
233 - src/core/lib/iomgr/unix_sockets_posix.cc
234 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
235 - src/core/lib/iomgr/wakeup_fd_cv.cc
236 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
237 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
238 - src/core/lib/iomgr/wakeup_fd_pipe.cc
239 - src/core/lib/iomgr/wakeup_fd_posix.cc
240 - src/core/lib/json/json.cc
241 - src/core/lib/json/json_reader.cc
242 - src/core/lib/json/json_string.cc
243 - src/core/lib/json/json_writer.cc
244 - src/core/lib/slice/b64.cc
245 - src/core/lib/slice/percent_encoding.cc
246 - src/core/lib/slice/slice.cc
247 - src/core/lib/slice/slice_buffer.cc
248 - src/core/lib/slice/slice_hash_table.cc
249 - src/core/lib/slice/slice_intern.cc
250 - src/core/lib/slice/slice_string_helpers.cc
251 - src/core/lib/surface/alarm.cc
252 - src/core/lib/surface/api_trace.cc
253 - src/core/lib/surface/byte_buffer.cc
254 - src/core/lib/surface/byte_buffer_reader.cc
255 - src/core/lib/surface/call.cc
256 - src/core/lib/surface/call_details.cc
257 - src/core/lib/surface/call_log_batch.cc
258 - src/core/lib/surface/channel.cc
259 - src/core/lib/surface/channel_init.cc
260 - src/core/lib/surface/channel_ping.cc
261 - src/core/lib/surface/channel_stack_type.cc
262 - src/core/lib/surface/completion_queue.cc
263 - src/core/lib/surface/completion_queue_factory.cc
264 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700265 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700266 - src/core/lib/surface/metadata_array.cc
267 - src/core/lib/surface/server.cc
268 - src/core/lib/surface/validate_metadata.cc
269 - src/core/lib/surface/version.cc
270 - src/core/lib/transport/bdp_estimator.cc
271 - src/core/lib/transport/byte_stream.cc
272 - src/core/lib/transport/connectivity_state.cc
273 - src/core/lib/transport/error_utils.cc
274 - src/core/lib/transport/metadata.cc
275 - src/core/lib/transport/metadata_batch.cc
276 - src/core/lib/transport/pid_controller.cc
277 - src/core/lib/transport/service_config.cc
278 - src/core/lib/transport/static_metadata.cc
279 - src/core/lib/transport/status_conversion.cc
280 - src/core/lib/transport/timeout_encoding.cc
281 - src/core/lib/transport/transport.cc
282 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700283 deps:
284 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700285 filegroups:
286 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700287 uses:
288 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700289 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700290- name: grpc_base_headers
291 public_headers:
292 - include/grpc/byte_buffer.h
293 - include/grpc/byte_buffer_reader.h
294 - include/grpc/compression.h
295 - include/grpc/grpc.h
296 - include/grpc/grpc_posix.h
297 - include/grpc/grpc_security_constants.h
298 - include/grpc/load_reporting.h
299 - include/grpc/slice.h
300 - include/grpc/slice_buffer.h
301 - include/grpc/status.h
302 - include/grpc/support/workaround_list.h
303 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700304 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700305 - src/core/lib/channel/channel_args.h
306 - src/core/lib/channel/channel_stack.h
307 - src/core/lib/channel/channel_stack_builder.h
308 - src/core/lib/channel/connected_channel.h
309 - src/core/lib/channel/context.h
310 - src/core/lib/channel/handshaker.h
311 - src/core/lib/channel/handshaker_factory.h
312 - src/core/lib/channel/handshaker_registry.h
313 - src/core/lib/compression/algorithm_metadata.h
314 - src/core/lib/compression/message_compress.h
315 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700316 - src/core/lib/compression/stream_compression_gzip.h
317 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700318 - src/core/lib/debug/stats.h
319 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700320 - src/core/lib/http/format_request.h
321 - src/core/lib/http/httpcli.h
322 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700323 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700324 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700325 - src/core/lib/iomgr/closure.h
326 - src/core/lib/iomgr/combiner.h
327 - src/core/lib/iomgr/endpoint.h
328 - src/core/lib/iomgr/endpoint_pair.h
329 - src/core/lib/iomgr/error.h
330 - src/core/lib/iomgr/error_internal.h
331 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700332 - src/core/lib/iomgr/ev_epollex_linux.h
333 - src/core/lib/iomgr/ev_epollsig_linux.h
334 - src/core/lib/iomgr/ev_poll_posix.h
335 - src/core/lib/iomgr/ev_posix.h
336 - src/core/lib/iomgr/exec_ctx.h
337 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700338 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700339 - src/core/lib/iomgr/iocp_windows.h
340 - src/core/lib/iomgr/iomgr.h
341 - src/core/lib/iomgr/iomgr_internal.h
342 - src/core/lib/iomgr/iomgr_posix.h
343 - src/core/lib/iomgr/iomgr_uv.h
344 - src/core/lib/iomgr/is_epollexclusive_available.h
345 - src/core/lib/iomgr/load_file.h
346 - src/core/lib/iomgr/lockfree_event.h
347 - src/core/lib/iomgr/nameser.h
348 - src/core/lib/iomgr/network_status_tracker.h
349 - src/core/lib/iomgr/polling_entity.h
350 - src/core/lib/iomgr/pollset.h
351 - src/core/lib/iomgr/pollset_set.h
352 - src/core/lib/iomgr/pollset_set_windows.h
353 - src/core/lib/iomgr/pollset_uv.h
354 - src/core/lib/iomgr/pollset_windows.h
355 - src/core/lib/iomgr/port.h
356 - src/core/lib/iomgr/resolve_address.h
357 - src/core/lib/iomgr/resource_quota.h
358 - src/core/lib/iomgr/sockaddr.h
359 - src/core/lib/iomgr/sockaddr_posix.h
360 - src/core/lib/iomgr/sockaddr_utils.h
361 - src/core/lib/iomgr/sockaddr_windows.h
362 - src/core/lib/iomgr/socket_factory_posix.h
363 - src/core/lib/iomgr/socket_mutator.h
364 - src/core/lib/iomgr/socket_utils.h
365 - src/core/lib/iomgr/socket_utils_posix.h
366 - src/core/lib/iomgr/socket_windows.h
367 - src/core/lib/iomgr/sys_epoll_wrapper.h
368 - src/core/lib/iomgr/tcp_client.h
369 - src/core/lib/iomgr/tcp_client_posix.h
370 - src/core/lib/iomgr/tcp_posix.h
371 - src/core/lib/iomgr/tcp_server.h
372 - src/core/lib/iomgr/tcp_server_utils_posix.h
373 - src/core/lib/iomgr/tcp_uv.h
374 - src/core/lib/iomgr/tcp_windows.h
375 - src/core/lib/iomgr/time_averaged_stats.h
376 - src/core/lib/iomgr/timer.h
377 - src/core/lib/iomgr/timer_generic.h
378 - src/core/lib/iomgr/timer_heap.h
379 - src/core/lib/iomgr/timer_manager.h
380 - src/core/lib/iomgr/timer_uv.h
381 - src/core/lib/iomgr/udp_server.h
382 - src/core/lib/iomgr/unix_sockets_posix.h
383 - src/core/lib/iomgr/wakeup_fd_cv.h
384 - src/core/lib/iomgr/wakeup_fd_pipe.h
385 - src/core/lib/iomgr/wakeup_fd_posix.h
386 - src/core/lib/json/json.h
387 - src/core/lib/json/json_common.h
388 - src/core/lib/json/json_reader.h
389 - src/core/lib/json/json_writer.h
390 - src/core/lib/slice/b64.h
391 - src/core/lib/slice/percent_encoding.h
392 - src/core/lib/slice/slice_hash_table.h
393 - src/core/lib/slice/slice_internal.h
394 - src/core/lib/slice/slice_string_helpers.h
Craig Tiller6f2b5f02017-10-11 08:20:03 -0700395 - src/core/lib/support/vector.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700396 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700397 - src/core/lib/surface/api_trace.h
398 - src/core/lib/surface/call.h
399 - src/core/lib/surface/call_test_only.h
400 - src/core/lib/surface/channel.h
401 - src/core/lib/surface/channel_init.h
402 - src/core/lib/surface/channel_stack_type.h
403 - src/core/lib/surface/completion_queue.h
404 - src/core/lib/surface/completion_queue_factory.h
405 - src/core/lib/surface/event_string.h
406 - src/core/lib/surface/init.h
407 - src/core/lib/surface/lame_client.h
408 - src/core/lib/surface/server.h
409 - src/core/lib/surface/validate_metadata.h
410 - src/core/lib/transport/bdp_estimator.h
411 - src/core/lib/transport/byte_stream.h
412 - src/core/lib/transport/connectivity_state.h
413 - src/core/lib/transport/error_utils.h
414 - src/core/lib/transport/http2_errors.h
415 - src/core/lib/transport/metadata.h
416 - src/core/lib/transport/metadata_batch.h
417 - src/core/lib/transport/pid_controller.h
418 - src/core/lib/transport/service_config.h
419 - src/core/lib/transport/static_metadata.h
420 - src/core/lib/transport/status_conversion.h
421 - src/core/lib/transport/timeout_encoding.h
422 - src/core/lib/transport/transport.h
423 - src/core/lib/transport/transport_impl.h
424 deps:
425 - gpr
426 uses:
427 - grpc_codegen
428 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700429- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700430 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700431 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700432 - src/core/ext/filters/client_channel/client_channel.h
433 - src/core/ext/filters/client_channel/client_channel_factory.h
434 - src/core/ext/filters/client_channel/connector.h
435 - src/core/ext/filters/client_channel/http_connect_handshaker.h
436 - src/core/ext/filters/client_channel/http_proxy.h
437 - src/core/ext/filters/client_channel/lb_policy.h
438 - src/core/ext/filters/client_channel/lb_policy_factory.h
439 - src/core/ext/filters/client_channel/lb_policy_registry.h
440 - src/core/ext/filters/client_channel/parse_address.h
441 - src/core/ext/filters/client_channel/proxy_mapper.h
442 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
443 - src/core/ext/filters/client_channel/resolver.h
444 - src/core/ext/filters/client_channel/resolver_factory.h
445 - src/core/ext/filters/client_channel/resolver_registry.h
446 - src/core/ext/filters/client_channel/retry_throttle.h
447 - src/core/ext/filters/client_channel/subchannel.h
448 - src/core/ext/filters/client_channel/subchannel_index.h
449 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700450 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700451 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700452 - src/core/ext/filters/client_channel/channel_connectivity.cc
453 - src/core/ext/filters/client_channel/client_channel.cc
454 - src/core/ext/filters/client_channel/client_channel_factory.cc
455 - src/core/ext/filters/client_channel/client_channel_plugin.cc
456 - src/core/ext/filters/client_channel/connector.cc
457 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
458 - src/core/ext/filters/client_channel/http_proxy.cc
459 - src/core/ext/filters/client_channel/lb_policy.cc
460 - src/core/ext/filters/client_channel/lb_policy_factory.cc
461 - src/core/ext/filters/client_channel/lb_policy_registry.cc
462 - src/core/ext/filters/client_channel/parse_address.cc
463 - src/core/ext/filters/client_channel/proxy_mapper.cc
464 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
465 - src/core/ext/filters/client_channel/resolver.cc
466 - src/core/ext/filters/client_channel/resolver_factory.cc
467 - src/core/ext/filters/client_channel/resolver_registry.cc
468 - src/core/ext/filters/client_channel/retry_throttle.cc
469 - src/core/ext/filters/client_channel/subchannel.cc
470 - src/core/ext/filters/client_channel/subchannel_index.cc
471 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700472 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700473 uses:
474 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700475 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800476- name: grpc_codegen
477 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700478 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700479 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800480 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800481 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800482 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800483 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800484 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700485 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800486 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700487 uses:
488 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700489- name: grpc_deadline_filter
490 headers:
491 - src/core/ext/filters/deadline/deadline_filter.h
492 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700493 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700494 plugin: grpc_deadline_filter
495 uses:
496 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700497- name: grpc_http_filters
498 headers:
499 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700500 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700501 - src/core/ext/filters/http/server/http_server_filter.h
502 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700503 - src/core/ext/filters/http/client/http_client_filter.cc
504 - src/core/ext/filters/http/http_filters_plugin.cc
505 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
506 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700507 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700508 uses:
509 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700510- name: grpc_lb_policy_grpclb
511 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700512 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700513 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
514 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700515 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700516 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
517 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700518 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700519 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
520 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
521 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
522 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
523 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700524 - 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 -0800525 plugin: grpc_lb_policy_grpclb
526 uses:
527 - grpc_base
528 - grpc_client_channel
529 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700530 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800531- name: grpc_lb_policy_grpclb_secure
532 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700533 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700534 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
535 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700536 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700537 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
538 - 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 -0800539 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700540 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700545 - 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 -0700546 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700547 uses:
548 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700549 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700550 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700551 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700552 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700553- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700554 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700555 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700556 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700557 uses:
558 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700559 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700560 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700561- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700562 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700563 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700564 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700565 uses:
566 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700567 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700568 - grpc_lb_subchannel_list
569- name: grpc_lb_subchannel_list
570 headers:
571 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
572 src:
573 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
574 uses:
575 - grpc_base
576 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700577- name: grpc_max_age_filter
578 headers:
579 - src/core/ext/filters/max_age/max_age_filter.h
580 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700581 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700582 plugin: grpc_max_age_filter
583 uses:
584 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700585- name: grpc_message_size_filter
586 headers:
587 - src/core/ext/filters/message_size/message_size_filter.h
588 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700589 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700590 plugin: grpc_message_size_filter
591 uses:
592 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700593- name: grpc_resolver_dns_ares
594 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700595 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
596 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700597 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700598 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
599 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
600 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
601 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700602 plugin: grpc_resolver_dns_ares
603 uses:
604 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700605 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700606- name: grpc_resolver_dns_native
607 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700608 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700609 plugin: grpc_resolver_dns_native
610 uses:
611 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700612 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700613- name: grpc_resolver_fake
614 headers:
615 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
616 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700617 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700618 plugin: grpc_resolver_fake
619 uses:
620 - grpc_base
621 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700622- name: grpc_resolver_sockaddr
623 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700624 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700625 plugin: grpc_resolver_sockaddr
626 uses:
627 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700628 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100629- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700630 public_headers:
631 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100632 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700633 - src/core/lib/security/context/security_context.h
634 - src/core/lib/security/credentials/composite/composite_credentials.h
635 - src/core/lib/security/credentials/credentials.h
636 - src/core/lib/security/credentials/fake/fake_credentials.h
637 - src/core/lib/security/credentials/google_default/google_default_credentials.h
638 - src/core/lib/security/credentials/iam/iam_credentials.h
639 - src/core/lib/security/credentials/jwt/json_token.h
640 - src/core/lib/security/credentials/jwt/jwt_credentials.h
641 - src/core/lib/security/credentials/jwt/jwt_verifier.h
642 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
643 - src/core/lib/security/credentials/plugin/plugin_credentials.h
644 - src/core/lib/security/credentials/ssl/ssl_credentials.h
645 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800646 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700647 - src/core/lib/security/transport/secure_endpoint.h
648 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800649 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700650 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700651 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100652 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700653 - src/core/lib/http/httpcli_security_connector.cc
654 - src/core/lib/security/context/security_context.cc
655 - src/core/lib/security/credentials/composite/composite_credentials.cc
656 - src/core/lib/security/credentials/credentials.cc
657 - src/core/lib/security/credentials/credentials_metadata.cc
658 - src/core/lib/security/credentials/fake/fake_credentials.cc
659 - src/core/lib/security/credentials/google_default/credentials_generic.cc
660 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
661 - src/core/lib/security/credentials/iam/iam_credentials.cc
662 - src/core/lib/security/credentials/jwt/json_token.cc
663 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
664 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
665 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
666 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
667 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
668 - src/core/lib/security/transport/client_auth_filter.cc
669 - src/core/lib/security/transport/lb_targets_info.cc
670 - src/core/lib/security/transport/secure_endpoint.cc
671 - src/core/lib/security/transport/security_connector.cc
672 - src/core/lib/security/transport/security_handshaker.cc
673 - src/core/lib/security/transport/server_auth_filter.cc
674 - src/core/lib/security/transport/tsi_error.cc
675 - src/core/lib/security/util/json_util.cc
676 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700677 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700678 uses:
679 - grpc_base
680 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700681 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700682- name: grpc_server_backward_compatibility
683 headers:
684 - src/core/ext/filters/workarounds/workaround_utils.h
685 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700686 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700687 uses:
688 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700689- name: grpc_server_load_reporting
690 headers:
691 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
692 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
693 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700694 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
695 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700696 plugin: grpc_server_load_reporting_plugin
697 uses:
698 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700699- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700700 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700701 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700702 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700703 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800704 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700705 - test/core/end2end/fixtures/proxy.h
706 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800707 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700708 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200709 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700710 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700711 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700712 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700713 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700714 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700715 - test/core/util/slice_splitter.h
ncteisenaa3b1972017-11-17 15:56:27 -0800716 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800717 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700718 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700719 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700720 - test/core/end2end/cq_verifier.cc
721 - test/core/end2end/fixtures/http_proxy_fixture.cc
722 - test/core/end2end/fixtures/proxy.cc
723 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700724 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700725 - test/core/util/grpc_profiler.cc
726 - test/core/util/memory_counters.cc
727 - test/core/util/mock_endpoint.cc
728 - test/core/util/parse_hexstring.cc
729 - test/core/util/passthru_endpoint.cc
730 - test/core/util/port.cc
731 - test/core/util/port_server_client.cc
732 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800733 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700734 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700735 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700736 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700737 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700738 uses:
739 - grpc_base
740 - grpc_client_channel
741 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700742- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700743 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700744 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700745 deps:
746 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700747 filegroups:
748 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700749 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700750- name: grpc_trace_headers
751 headers:
752 - src/core/lib/debug/trace.h
753 deps:
754 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700755- name: grpc_transport_chttp2
756 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700757 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700758 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700759 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700760 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700761 - src/core/ext/transport/chttp2/transport/frame.h
762 - src/core/ext/transport/chttp2/transport/frame_data.h
763 - src/core/ext/transport/chttp2/transport/frame_goaway.h
764 - src/core/ext/transport/chttp2/transport/frame_ping.h
765 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
766 - src/core/ext/transport/chttp2/transport/frame_settings.h
767 - src/core/ext/transport/chttp2/transport/frame_window_update.h
768 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
769 - src/core/ext/transport/chttp2/transport/hpack_parser.h
770 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700771 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700772 - src/core/ext/transport/chttp2/transport/huffsyms.h
773 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
774 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700775 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700776 - src/core/ext/transport/chttp2/transport/varint.h
777 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700778 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
779 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
780 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
781 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
782 - src/core/ext/transport/chttp2/transport/flow_control.cc
783 - src/core/ext/transport/chttp2/transport/frame_data.cc
784 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
785 - src/core/ext/transport/chttp2/transport/frame_ping.cc
786 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
787 - src/core/ext/transport/chttp2/transport/frame_settings.cc
788 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
789 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
790 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
791 - src/core/ext/transport/chttp2/transport/hpack_table.cc
792 - src/core/ext/transport/chttp2/transport/http2_settings.cc
793 - src/core/ext/transport/chttp2/transport/huffsyms.cc
794 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
795 - src/core/ext/transport/chttp2/transport/parsing.cc
796 - src/core/ext/transport/chttp2/transport/stream_lists.cc
797 - src/core/ext/transport/chttp2/transport/stream_map.cc
798 - src/core/ext/transport/chttp2/transport/varint.cc
799 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700800 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700801 uses:
802 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700803 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700804 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700805- name: grpc_transport_chttp2_alpn
806 headers:
807 - src/core/ext/transport/chttp2/alpn/alpn.h
808 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700809 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700810 deps:
811 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800812- name: grpc_transport_chttp2_client_connector
813 headers:
814 - src/core/ext/transport/chttp2/client/chttp2_connector.h
815 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700816 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800817 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800818 - grpc_transport_chttp2
819 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700820 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700821- name: grpc_transport_chttp2_client_insecure
822 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700823 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
824 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700825 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800826 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700827 - grpc_transport_chttp2
828 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700829 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700830- name: grpc_transport_chttp2_client_secure
831 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700832 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700833 uses:
834 - grpc_transport_chttp2
835 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700836 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700837 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800838 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800839- name: grpc_transport_chttp2_server
840 headers:
841 - src/core/ext/transport/chttp2/server/chttp2_server.h
842 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700843 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800844 uses:
845 - grpc_transport_chttp2
846 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700847- name: grpc_transport_chttp2_server_insecure
848 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700849 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
850 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700851 uses:
852 - grpc_transport_chttp2
853 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800854 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700855- name: grpc_transport_chttp2_server_secure
856 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700857 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700858 uses:
859 - grpc_transport_chttp2
860 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700861 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800862 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700863- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700864 public_headers:
865 - include/grpc/grpc_cronet.h
866 - include/grpc/grpc_security.h
867 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700868 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800869 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800870 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700871 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700872 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
873 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
874 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700875 filegroups:
876 - grpc_base
877 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700878 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700879- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700880 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700881 - src/core/ext/transport/inproc/inproc_plugin.cc
882 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700883 plugin: grpc_inproc_plugin
884 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700885 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700886 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700887- name: grpc_transport_inproc_headers
888 headers:
889 - src/core/ext/transport/inproc/inproc_transport.h
890 uses:
891 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700892- name: grpc_workaround_cronet_compression_filter
893 headers:
894 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
895 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700896 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700897 plugin: grpc_workaround_cronet_compression_filter
898 uses:
899 - grpc_base
900 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800901- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700902 src:
903 - third_party/nanopb/pb_common.c
904 - third_party/nanopb/pb_decode.c
905 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700906 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700907 - nanopb_headers
908- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800909 headers:
910 - third_party/nanopb/pb.h
911 - third_party/nanopb/pb_common.h
912 - third_party/nanopb/pb_decode.h
913 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700914- name: transport_security_test_lib
915 build: test
916 headers:
917 - test/core/tsi/transport_security_test_lib.h
918 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700919 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700920 deps:
921 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700922- name: tsi
923 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700924 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700925 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700926 - src/core/tsi/ssl_transport_security.h
927 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700928 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700929 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700930 - src/core/tsi/fake_transport_security.cc
931 - src/core/tsi/gts_transport_security.cc
932 - src/core/tsi/ssl_transport_security.cc
933 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 deps:
935 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700936 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700938 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700939 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700940 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700941 - grpc_trace
942- name: tsi_interface
943 headers:
944 - src/core/tsi/transport_security.h
945 - src/core/tsi/transport_security_adapter.h
946 - src/core/tsi/transport_security_interface.h
947 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700948 - src/core/tsi/transport_security.cc
949 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700950 deps:
951 - gpr
952 secure: true
953 uses:
954 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700955- name: grpc++_codegen_base
956 language: c++
957 public_headers:
958 - include/grpc++/impl/codegen/async_stream.h
959 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700960 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700961 - include/grpc++/impl/codegen/call.h
962 - include/grpc++/impl/codegen/call_hook.h
963 - include/grpc++/impl/codegen/channel_interface.h
964 - include/grpc++/impl/codegen/client_context.h
965 - include/grpc++/impl/codegen/client_unary_call.h
966 - include/grpc++/impl/codegen/completion_queue.h
967 - include/grpc++/impl/codegen/completion_queue_tag.h
968 - include/grpc++/impl/codegen/config.h
969 - include/grpc++/impl/codegen/core_codegen_interface.h
970 - include/grpc++/impl/codegen/create_auth_context.h
971 - include/grpc++/impl/codegen/grpc_library.h
972 - include/grpc++/impl/codegen/metadata_map.h
973 - include/grpc++/impl/codegen/method_handler_impl.h
974 - include/grpc++/impl/codegen/rpc_method.h
975 - include/grpc++/impl/codegen/rpc_service_method.h
976 - include/grpc++/impl/codegen/security/auth_context.h
977 - include/grpc++/impl/codegen/serialization_traits.h
978 - include/grpc++/impl/codegen/server_context.h
979 - include/grpc++/impl/codegen/server_interface.h
980 - include/grpc++/impl/codegen/service_type.h
981 - include/grpc++/impl/codegen/slice.h
982 - include/grpc++/impl/codegen/status.h
983 - include/grpc++/impl/codegen/status_code_enum.h
984 - include/grpc++/impl/codegen/string_ref.h
985 - include/grpc++/impl/codegen/stub_options.h
986 - include/grpc++/impl/codegen/sync_stream.h
987 - include/grpc++/impl/codegen/time.h
988 uses:
989 - grpc_codegen
990- name: grpc++_codegen_base_src
991 language: c++
992 src:
993 - src/cpp/codegen/codegen_init.cc
994 uses:
995 - grpc++_codegen_base
996- name: grpc++_codegen_proto
997 language: c++
998 public_headers:
999 - include/grpc++/impl/codegen/proto_utils.h
1000 uses:
1001 - grpc++_codegen_base
1002 - grpc++_config_proto
1003- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001004 language: c++
1005 public_headers:
1006 - include/grpc++/alarm.h
1007 - include/grpc++/channel.h
1008 - include/grpc++/client_context.h
1009 - include/grpc++/completion_queue.h
1010 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001011 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001012 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001013 - include/grpc++/generic/async_generic_service.h
1014 - include/grpc++/generic/generic_stub.h
1015 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001016 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001017 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001018 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001019 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001020 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001021 - include/grpc++/impl/grpc_library.h
1022 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001023 - include/grpc++/impl/rpc_method.h
1024 - include/grpc++/impl/rpc_service_method.h
1025 - include/grpc++/impl/serialization_traits.h
1026 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001027 - include/grpc++/impl/server_builder_plugin.h
1028 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001029 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001030 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/security/auth_context.h
1032 - include/grpc++/security/auth_metadata_processor.h
1033 - include/grpc++/security/credentials.h
1034 - include/grpc++/security/server_credentials.h
1035 - include/grpc++/server.h
1036 - include/grpc++/server_builder.h
1037 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001038 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001039 - include/grpc++/support/async_stream.h
1040 - include/grpc++/support/async_unary_call.h
1041 - include/grpc++/support/byte_buffer.h
1042 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001043 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001044 - include/grpc++/support/slice.h
1045 - include/grpc++/support/status.h
1046 - include/grpc++/support/status_code_enum.h
1047 - include/grpc++/support/string_ref.h
1048 - include/grpc++/support/stub_options.h
1049 - include/grpc++/support/sync_stream.h
1050 - include/grpc++/support/time.h
1051 headers:
1052 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001053 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001054 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001055 - src/cpp/server/health/default_health_check_service.h
1056 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001057 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001058 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001059 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001060 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001061 - src/cpp/client/client_context.cc
1062 - src/cpp/client/create_channel.cc
1063 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001064 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001065 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001066 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001068 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001069 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001071 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001073 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001075 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 - src/cpp/server/create_default_thread_pool.cc
1077 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001078 - src/cpp/server/health/default_health_check_service.cc
1079 - src/cpp/server/health/health.pb.c
1080 - src/cpp/server/health/health_check_service.cc
1081 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001082 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001083 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001084 - src/cpp/server/server_context.cc
1085 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001086 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001087 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001088 - src/cpp/util/byte_buffer_cc.cc
1089 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001090 - src/cpp/util/status.cc
1091 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001092 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001093 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001094 - gpr_base_headers
1095 - grpc_base_headers
1096 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001097 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001098 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001099- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001100 language: c++
1101 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001102 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001103- name: grpc++_reflection_proto
1104 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001105 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001106 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001107- name: grpc++_test
1108 language: c++
1109 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001110 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001111 - include/grpc++/test/server_context_test_spouse.h
1112 deps:
1113 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001114 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001115libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001116- name: gpr
1117 build: all
1118 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001119 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001120 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001121 secure: false
1122 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1123- name: gpr_test_util
1124 build: private
1125 language: c
1126 headers:
1127 - test/core/util/test_config.h
1128 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001129 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001130 deps:
1131 - gpr
1132 secure: false
1133 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134- name: grpc
1135 build: all
1136 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001137 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001138 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001140 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001141 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001142 filegroups:
1143 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001144 - grpc_transport_chttp2_server_secure
1145 - grpc_transport_chttp2_client_secure
1146 - grpc_transport_chttp2_server_insecure
1147 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001148 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001149 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001150 - grpc_lb_policy_pick_first
1151 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001152 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001153 - grpc_resolver_dns_native
1154 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001155 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001156 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001157 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001158 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001159 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001160 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001161 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001162 - grpc_workaround_cronet_compression_filter
1163 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001164 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001165 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001166 vs_packages:
1167 - grpc.dependencies.openssl
1168 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001170- name: grpc_cronet
1171 build: all
1172 language: c
1173 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001174 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001175 baselib: true
1176 deps_linkage: static
1177 dll: true
1178 filegroups:
1179 - grpc_base
1180 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001181 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001182 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001183 generate_plugin_registry: true
1184 platforms:
1185 - linux
1186 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001187- name: grpc_dll
1188 build: private
1189 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001190 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001191 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001192 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001193 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001194 build_system:
1195 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001196 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001197 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001198 vs_config_type: DynamicLibrary
1199 vs_packages:
1200 - grpc.dependencies.openssl
1201 - grpc.dependencies.zlib
1202 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1203 vs_props:
1204 - zlib
1205 - openssl
1206 - winsock
1207 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001208- name: grpc_test_util
1209 build: private
1210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001211 headers:
1212 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001213 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001214 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001215 - test/core/end2end/data/client_certs.cc
1216 - test/core/end2end/data/server1_cert.cc
1217 - test/core/end2end/data/server1_key.cc
1218 - test/core/end2end/data/test_root_cert.cc
1219 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001220 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001221 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001222 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001223 - grpc
1224 filegroups:
1225 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001226 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1227- name: grpc_test_util_unsecure
1228 build: private
1229 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001230 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001231 - gpr
1232 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001233 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001234 filegroups:
1235 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001236 secure: false
1237 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1238- name: grpc_unsecure
1239 build: all
1240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001241 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001242 - src/core/lib/surface/init.cc
1243 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001245 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001246 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001247 filegroups:
1248 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001249 - grpc_transport_chttp2_server_insecure
1250 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001251 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001252 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001253 - grpc_resolver_dns_native
1254 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001255 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001256 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001257 - grpc_lb_policy_grpclb
1258 - grpc_lb_policy_pick_first
1259 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001260 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001261 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001262 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001263 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001264 - grpc_workaround_cronet_compression_filter
1265 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001266 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001267 secure: false
1268 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001269- name: reconnect_server
1270 build: private
1271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001272 headers:
1273 - test/core/util/reconnect_server.h
1274 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001275 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001276 deps:
yang-gc9fca182015-11-06 16:41:33 -08001277 - test_tcp_server
1278 - grpc_test_util
1279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001282- name: test_tcp_server
1283 build: private
1284 language: c
1285 headers:
1286 - test/core/util/test_tcp_server.h
1287 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001288 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001289 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001290 - grpc_test_util
1291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001292 - gpr_test_util
1293 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001294- name: grpc++
1295 build: all
1296 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001297 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001298 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001299 - src/cpp/client/secure_credentials.h
1300 - src/cpp/common/secure_auth_context.h
1301 - src/cpp/server/secure_server_credentials.h
1302 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001303 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001304 - src/cpp/client/secure_credentials.cc
1305 - src/cpp/common/auth_property_iterator.cc
1306 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001307 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001308 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001309 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001310 - src/cpp/server/secure_server_credentials.cc
1311 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001312 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001313 baselib: true
1314 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001315 filegroups:
1316 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001317 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001318 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001319 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001320 secure: check
1321 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001322- name: grpc++_core_stats
1323 build: private
1324 language: c++
1325 public_headers:
1326 - src/cpp/util/core_stats.h
1327 src:
1328 - src/proto/grpc/core/stats.proto
1329 - src/cpp/util/core_stats.cc
1330 deps:
1331 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001332- name: grpc++_cronet
1333 build: all
1334 language: c++
1335 src:
1336 - src/cpp/client/cronet_credentials.cc
1337 - src/cpp/client/insecure_credentials.cc
1338 - src/cpp/common/insecure_create_auth_context.cc
1339 - src/cpp/server/insecure_server_credentials.cc
1340 deps:
1341 - gpr
1342 - grpc_cronet
1343 baselib: true
1344 dll: true
1345 filegroups:
1346 - grpc++_base
1347 - grpc++_codegen_base
1348 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001349 - grpc_transport_chttp2_client_insecure
1350 - grpc_transport_chttp2_server_insecure
1351 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001352 platforms:
1353 - linux
1354 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001355- name: grpc++_error_details
1356 build: all
1357 language: c++
1358 public_headers:
1359 - include/grpc++/support/error_details.h
1360 src:
1361 - src/proto/grpc/status/status.proto
1362 - src/cpp/util/error_details.cc
1363 deps:
1364 - grpc++
1365 baselib: true
1366 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001367- name: grpc++_proto_reflection_desc_db
1368 build: private
1369 language: c++
1370 headers:
1371 - test/cpp/util/proto_reflection_descriptor_database.h
1372 src:
1373 - test/cpp/util/proto_reflection_descriptor_database.cc
1374 deps:
1375 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001376 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001377 filegroups:
1378 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001379 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001380- name: grpc++_reflection
1381 build: all
1382 language: c++
1383 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001384 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001385 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001386 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001387 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001388 - src/cpp/ext/proto_server_reflection.cc
1389 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001390 deps:
1391 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001392 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001393 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001394 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001395- name: grpc++_test_config
1396 build: private
1397 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001398 headers:
1399 - test/cpp/util/test_config.h
1400 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001401 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001402- name: grpc++_test_util
1403 build: private
1404 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001405 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001406 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001407 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001408 - test/cpp/util/create_test_channel.h
1409 - test/cpp/util/string_ref_helper.h
1410 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001411 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001412 src:
yang-gc8a49d22016-12-12 11:18:49 -08001413 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001414 - src/proto/grpc/testing/echo_messages.proto
1415 - src/proto/grpc/testing/echo.proto
1416 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001417 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001418 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001419 - test/cpp/util/create_test_channel.cc
1420 - test/cpp/util/string_ref_helper.cc
1421 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001422 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001423 deps:
1424 - grpc++
1425 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001426 - grpc
yang-g17487f92016-06-03 15:21:15 -07001427 filegroups:
1428 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001429 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001430 - grpc++_codegen_proto
1431 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001432- name: grpc++_test_util_unsecure
1433 build: private
1434 language: c++
1435 headers:
1436 - test/cpp/end2end/test_service_impl.h
1437 - test/cpp/util/byte_buffer_proto_helper.h
1438 - test/cpp/util/string_ref_helper.h
1439 - test/cpp/util/subprocess.h
1440 src:
1441 - src/proto/grpc/health/v1/health.proto
1442 - src/proto/grpc/testing/echo_messages.proto
1443 - src/proto/grpc/testing/echo.proto
1444 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1445 - test/cpp/end2end/test_service_impl.cc
1446 - test/cpp/util/byte_buffer_proto_helper.cc
1447 - test/cpp/util/string_ref_helper.cc
1448 - test/cpp/util/subprocess.cc
1449 deps:
1450 - grpc++_unsecure
1451 - grpc_test_util_unsecure
1452 - grpc_unsecure
1453 filegroups:
1454 - grpc++_codegen_base
1455 - grpc++_codegen_base_src
1456 - grpc++_codegen_proto
1457 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001458- name: grpc++_unsecure
1459 build: all
1460 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001461 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001462 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001463 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001464 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001465 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001466 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001467 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001468 baselib: true
1469 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001470 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001471 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001472 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001473 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474 secure: false
1475 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001476- name: grpc_benchmark
1477 build: test
1478 language: c++
1479 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001480 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1481 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001482 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001483 src:
1484 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001485 deps:
1486 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001487 - grpc++_unsecure
1488 - grpc_test_util_unsecure
1489 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001490 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001491- name: grpc_cli_libs
1492 build: private
1493 language: c++
1494 headers:
1495 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001496 - test/cpp/util/cli_credentials.h
1497 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001498 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001499 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001500 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001501 src:
1502 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001503 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001504 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001505 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001506 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001507 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001508 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001509 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001510 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001511 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001512 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001513 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001514- name: grpc_plugin_support
1515 build: protoc
1516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001517 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001518 - src/compiler/config.h
1519 - src/compiler/cpp_generator.h
1520 - src/compiler/cpp_generator_helpers.h
1521 - src/compiler/csharp_generator.h
1522 - src/compiler/csharp_generator_helpers.h
1523 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001524 - src/compiler/node_generator.h
1525 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001526 - src/compiler/objective_c_generator.h
1527 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001528 - src/compiler/php_generator.h
1529 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301530 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001531 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301532 - src/compiler/python_generator_helpers.h
1533 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001534 - src/compiler/ruby_generator.h
1535 - src/compiler/ruby_generator_helpers-inl.h
1536 - src/compiler/ruby_generator_map-inl.h
1537 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301538 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001539 src:
1540 - src/compiler/cpp_generator.cc
1541 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001542 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001543 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001544 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001545 - src/compiler/python_generator.cc
1546 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001547 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001548 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549 secure: false
1550 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001551 vs_props:
1552 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001553- name: http2_client_main
1554 build: private
1555 language: c++
1556 headers:
1557 - test/cpp/interop/http2_client.h
1558 src:
1559 - src/proto/grpc/testing/empty.proto
1560 - src/proto/grpc/testing/messages.proto
1561 - src/proto/grpc/testing/test.proto
1562 - test/cpp/interop/http2_client.cc
1563 deps:
1564 - grpc++_test_util
1565 - grpc_test_util
1566 - grpc++
1567 - grpc
1568 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569- name: interop_client_helper
1570 build: private
1571 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001572 headers:
1573 - test/cpp/interop/client_helper.h
1574 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001575 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001576 - test/cpp/interop/client_helper.cc
1577 deps:
1578 - grpc++_test_util
1579 - grpc_test_util
1580 - grpc++
1581 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001583- name: interop_client_main
1584 build: private
1585 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001586 headers:
1587 - test/cpp/interop/interop_client.h
1588 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001589 - src/proto/grpc/testing/empty.proto
1590 - src/proto/grpc/testing/messages.proto
1591 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001592 - test/cpp/interop/client.cc
1593 - test/cpp/interop/interop_client.cc
1594 deps:
1595 - interop_client_helper
1596 - grpc++_test_util
1597 - grpc_test_util
1598 - grpc++
1599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001602 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: interop_server_helper
1604 build: private
1605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001606 headers:
1607 - test/cpp/interop/server_helper.h
1608 src:
1609 - test/cpp/interop/server_helper.cc
1610 deps:
yang-gcc591022017-01-11 11:10:43 -08001611 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001612 - grpc_test_util
1613 - grpc++
1614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001615 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001616- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001617 build: private
1618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001619 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001620 - src/proto/grpc/testing/empty.proto
1621 - src/proto/grpc/testing/messages.proto
1622 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001623 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001624 deps:
1625 - interop_server_helper
1626 - grpc++_test_util
1627 - grpc_test_util
1628 - grpc++
1629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001630 - gpr_test_util
1631 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001632 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001633- name: interop_server_main
1634 build: private
1635 language: c++
1636 src:
1637 - test/cpp/interop/interop_server_bootstrap.cc
1638 deps:
1639 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640- name: qps
1641 build: private
1642 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001643 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001644 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001645 - test/cpp/qps/client.h
1646 - test/cpp/qps/driver.h
1647 - test/cpp/qps/histogram.h
1648 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001649 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001650 - test/cpp/qps/qps_worker.h
1651 - test/cpp/qps/report.h
1652 - test/cpp/qps/server.h
1653 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001654 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001656 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001657 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001658 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001659 - src/proto/grpc/testing/control.proto
1660 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001661 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001662 - test/cpp/qps/client_async.cc
1663 - test/cpp/qps/client_sync.cc
1664 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001665 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001666 - test/cpp/qps/qps_worker.cc
1667 - test/cpp/qps/report.cc
1668 - test/cpp/qps/server_async.cc
1669 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001670 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001671 deps:
1672 - grpc_test_util
1673 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001674 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001675 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001676 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: grpc_csharp_ext
1678 build: all
1679 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - src/csharp/ext/grpc_csharp_ext.c
1682 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001685 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001686 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687 dll: only
1688 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001689 vs_packages:
1690 - grpc.dependencies.openssl
1691 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001693 vs_props:
1694 - zlib
1695 - openssl
1696 - winsock
1697 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001699- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001700 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001701 build: test
1702 language: c
1703 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001704 - test/core/surface/alarm_test.cc
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001708 - gpr_test_util
1709 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001710- name: algorithm_test
1711 build: test
1712 language: c
1713 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001714 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001720 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001721- name: alloc_test
1722 build: test
1723 language: c
1724 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001725 - test/core/support/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001726 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001729 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: alpn_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001734 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001740- name: api_fuzzer
1741 build: fuzzer
1742 language: c
1743 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001744 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001745 deps:
1746 - grpc_test_util
1747 - grpc
1748 - gpr_test_util
1749 - gpr
1750 corpus_dirs:
1751 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001752 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001753 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001754- name: arena_test
1755 build: test
1756 language: c
1757 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001758 - test/core/support/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001759 deps:
1760 - gpr_test_util
1761 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001762 uses_polling: false
Craig Tillerc0df1c02017-07-17 16:12:33 -07001763- name: backoff_test
1764 build: test
1765 language: c
1766 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001767 - test/core/backoff/backoff_test.cc
Craig Tillerc0df1c02017-07-17 16:12:33 -07001768 deps:
1769 - grpc_test_util
1770 - grpc
1771 - gpr_test_util
1772 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001773 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001774- name: bad_server_response_test
1775 build: test
1776 language: c
1777 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001778 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001779 deps:
1780 - test_tcp_server
1781 - grpc_test_util
1782 - grpc
1783 - gpr_test_util
1784 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001785 exclude_iomgrs:
1786 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001787- name: bin_decoder_test
1788 build: test
1789 language: c
1790 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001791 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001792 deps:
1793 - grpc_test_util
1794 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001795 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001796- name: bin_encoder_test
1797 build: test
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001800 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001801 deps:
1802 - grpc_test_util
1803 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001804 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001805- name: byte_stream_test
1806 build: test
1807 language: c
1808 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001809 - test/core/transport/byte_stream_test.cc
Vizerai12d1fc62016-09-09 14:22:19 -07001810 deps:
1811 - grpc_test_util
1812 - grpc
1813 - gpr_test_util
1814 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001815 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001816- name: channel_create_test
1817 build: test
1818 language: c
1819 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001820 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001821 deps:
1822 - grpc_test_util
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001826- name: check_epollexclusive
1827 build: tool
1828 language: c
1829 src:
1830 - test/build/check_epollexclusive.c
1831 deps:
1832 - grpc
1833 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001834- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001835 build: test
1836 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001837 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001838 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001839 deps:
1840 - grpc_test_util
1841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001842 - gpr_test_util
1843 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001844 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845- name: chttp2_stream_map_test
1846 build: test
1847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001849 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001850 deps:
1851 - grpc_test_util
1852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001855 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001856- name: chttp2_varint_test
1857 build: test
1858 language: c
1859 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001860 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001866 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001867- name: client_fuzzer
1868 build: fuzzer
1869 language: c
1870 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001871 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001872 deps:
1873 - grpc_test_util
1874 - grpc
1875 - gpr_test_util
1876 - gpr
1877 corpus_dirs:
1878 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001879 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001880 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001881- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001882 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001883 build: test
1884 language: c
1885 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001886 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001887 deps:
1888 - grpc_test_util
1889 - grpc
1890 - gpr_test_util
1891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892- name: compression_test
1893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001896 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001897 deps:
1898 - grpc_test_util
1899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001902 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001903- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001904 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001905 build: test
1906 language: c
1907 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001908 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001909 deps:
1910 - grpc_test_util
1911 - grpc
1912 - gpr_test_util
1913 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001914 exclude_iomgrs:
1915 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001916- name: connection_refused_test
1917 cpu_cost: 0.1
1918 build: test
1919 language: c
1920 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001921 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001922 deps:
1923 - grpc_test_util
1924 - grpc
1925 - gpr_test_util
1926 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001927- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001928 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001929 build: test
1930 language: c
1931 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001932 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001933 deps:
1934 - grpc_test_util
1935 - grpc
1936 - gpr_test_util
1937 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001938 exclude_iomgrs:
1939 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001940- name: dns_resolver_test
1941 build: test
1942 language: c
1943 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001944 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001945 deps:
1946 - grpc_test_util
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001951 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952 build: test
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001955 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001956 deps:
1957 - grpc_test_util
1958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001959 - gpr_test_util
1960 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001961 exclude_iomgrs:
1962 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001963 platforms:
1964 - mac
1965 - linux
1966 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001967- name: endpoint_pair_test
1968 build: test
1969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001971 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001972 deps:
1973 - grpc_test_util
1974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001977 exclude_iomgrs:
1978 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001979- name: error_test
1980 cpu_cost: 30
1981 build: test
1982 language: c
1983 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001984 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001985 deps:
1986 - grpc_test_util
1987 - grpc
1988 - gpr_test_util
1989 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001990 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001991- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001992 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001993 build: test
1994 language: c
1995 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001996 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001997 deps:
1998 - grpc_test_util
1999 - grpc
2000 - gpr_test_util
2001 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002002 exclude_iomgrs:
2003 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002004 platforms:
2005 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002006- name: fake_resolver_test
2007 build: test
2008 language: c
2009 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002010 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002011 deps:
2012 - grpc_test_util
2013 - grpc
2014 - gpr_test_util
2015 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002016- name: fake_transport_security_test
2017 build: test
2018 language: c
2019 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002020 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002021 deps:
2022 - gpr_test_util
2023 - gpr
2024 - grpc
2025 filegroups:
2026 - transport_security_test_lib
2027 platforms:
2028 - linux
2029 - posix
2030 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031- name: fd_conservation_posix_test
2032 build: test
2033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002034 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002035 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002036 deps:
2037 - grpc_test_util
2038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002039 - gpr_test_util
2040 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002041 exclude_iomgrs:
2042 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002043 platforms:
2044 - mac
2045 - linux
2046 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: fd_posix_test
2048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002051 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002052 deps:
2053 - grpc_test_util
2054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002057 exclude_iomgrs:
2058 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002059 platforms:
2060 - mac
2061 - linux
2062 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: fling_client
2064 build: test
2065 run: false
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002068 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002069 deps:
2070 - grpc_test_util
2071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: fling_server
2075 build: test
2076 run: false
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002079 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002086 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087 build: test
2088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002089 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002090 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002091 deps:
2092 - grpc_test_util
2093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 - gpr_test_util
2095 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002096 platforms:
2097 - mac
2098 - linux
2099 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002101 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102 build: test
2103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002104 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002105 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002106 deps:
2107 - grpc_test_util
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002111 platforms:
2112 - mac
2113 - linux
2114 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: gen_hpack_tables
2116 build: tool
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - tools/codegen/core/gen_hpack_tables.c
2120 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002121 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002122 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002123 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002124- name: gen_legal_metadata_characters
2125 build: tool
2126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002127 src:
2128 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002130- name: gen_percent_encoding_tables
2131 build: tool
2132 language: c
2133 src:
2134 - tools/codegen/core/gen_percent_encoding_tables.c
2135 deps: []
Vijay Pai58f38f52017-10-11 10:53:11 -07002136 uses_polling: false
Craig Tiller1b719582016-03-24 09:06:13 -07002137- name: goaway_server_test
2138 cpu_cost: 0.1
2139 build: test
2140 language: c
2141 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002142 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002143 deps:
2144 - grpc_test_util
2145 - grpc
2146 - gpr_test_util
2147 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002148 exclude_iomgrs:
2149 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002150 platforms:
2151 - mac
2152 - linux
2153 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002154- name: gpr_avl_test
2155 build: test
2156 language: c
2157 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002158 - test/core/support/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002159 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002160 - gpr_test_util
2161 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002162 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163- name: gpr_cmdline_test
2164 build: test
2165 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002166 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002167 - test/core/support/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002168 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002171 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002172- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002173 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002174 build: test
2175 language: c
2176 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002177 - test/core/support/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002178 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002181 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182- name: gpr_env_test
2183 build: test
2184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002185 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002186 - test/core/support/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002187 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002190 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002191- name: gpr_histogram_test
2192 build: test
2193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002194 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002195 - test/core/support/histogram_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002196 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002199 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002200- name: gpr_host_port_test
2201 build: test
2202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002203 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002204 - test/core/support/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002205 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr_test_util
2207 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002208 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: gpr_log_test
2210 build: test
2211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002212 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002213 - test/core/support/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002214 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002217 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002218- name: gpr_mpscq_test
2219 cpu_cost: 30
2220 build: test
2221 language: c
2222 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002223 - test/core/support/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002224 deps:
2225 - gpr_test_util
2226 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002227 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002228- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002229 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002230 build: test
2231 language: c
2232 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002233 - test/core/support/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002234 deps:
2235 - gpr_test_util
2236 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002237 uses_polling: false
Ken Paysona4710a02017-07-10 16:49:59 -07002238- name: gpr_stack_lockfree_test
2239 cpu_cost: 7
2240 build: test
2241 language: c
2242 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002243 - test/core/support/stack_lockfree_test.cc
Ken Paysona4710a02017-07-10 16:49:59 -07002244 deps:
2245 - gpr_test_util
2246 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002247 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: gpr_string_test
2249 build: test
2250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002252 - test/core/support/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002253 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr_test_util
2255 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002256 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002258 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259 build: test
2260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002261 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002262 - test/core/support/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002263 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr_test_util
2265 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002266 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002268 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269 build: test
2270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002272 - test/core/support/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002273 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002276 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002277- name: gpr_time_test
2278 build: test
2279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002280 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002281 - test/core/support/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002282 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002285 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286- name: gpr_tls_test
2287 build: test
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002290 - test/core/support/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002291 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002294 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: gpr_useful_test
2296 build: test
2297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002299 - test/core/support/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002300 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002303 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304- name: grpc_auth_context_test
2305 build: test
2306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002307 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002308 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002314 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002315- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002316 build: test
2317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002319 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002325 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: grpc_byte_buffer_reader_test
2327 build: test
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002330 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002331 deps:
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002336 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: grpc_channel_args_test
2338 build: test
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002341 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002347 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002348- name: grpc_channel_stack_builder_test
2349 build: test
2350 language: c
2351 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002352 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002353 deps:
2354 - grpc_test_util
2355 - grpc
2356 - gpr_test_util
2357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: grpc_channel_stack_test
2359 build: test
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002362 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002368 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: grpc_completion_queue_test
2370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002373 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002379- name: grpc_completion_queue_threading_test
2380 build: test
2381 language: c
2382 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002383 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002384 deps:
2385 - grpc_test_util
2386 - grpc
2387 - gpr_test_util
2388 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002389 exclude_iomgrs:
2390 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391- name: grpc_create_jwt
2392 build: tool
2393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002395 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002396 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002399 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002400 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401- name: grpc_credentials_test
2402 build: test
2403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002404 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002405 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002406 deps:
2407 - grpc_test_util
2408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 - gpr_test_util
2410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002412 build: test
2413 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002416 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002422- name: grpc_invalid_channel_args_test
2423 build: test
2424 language: c
2425 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002426 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002427 deps:
2428 - grpc_test_util
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002432 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: grpc_json_token_test
2434 build: test
2435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002436 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002437 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002438 deps:
2439 - grpc_test_util
2440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002441 - gpr_test_util
2442 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002443 platforms:
2444 - linux
2445 - posix
2446 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002447 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: grpc_jwt_verifier_test
2449 build: test
2450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002452 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002458 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: grpc_print_google_default_creds_token
2460 build: tool
2461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002463 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002464 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002467 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: grpc_security_connector_test
2469 build: test
2470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002472 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002478- name: grpc_ssl_credentials_test
2479 build: test
2480 language: c
2481 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002482 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002483 deps:
2484 - grpc_test_util
2485 - grpc
2486 - gpr_test_util
2487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: grpc_verify_jwt
2489 build: tool
2490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002492 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002493 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002495 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002496 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002497- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002498 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002499 language: c
2500 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002501 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002502 deps:
2503 - grpc_test_util
2504 - grpc
2505 - gpr_test_util
2506 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002507 exclude_iomgrs:
2508 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002509 platforms:
2510 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002511 secure: true
2512- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002513 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002514 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002515 headers:
2516 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002517 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002518 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002519 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002520 deps:
2521 - grpc_test_util
2522 - grpc
2523 - gpr_test_util
2524 - gpr
2525 exclude_iomgrs:
2526 - uv
2527 platforms:
2528 - linux
2529 secure: true
2530- name: handshake_server_with_readahead_handshaker
2531 build: test
2532 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002533 headers:
2534 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002535 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002536 - test/core/handshake/readahead_handshaker_server_ssl.cc
2537 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002538 deps:
2539 - grpc_test_util
2540 - grpc
2541 - gpr_test_util
2542 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002543 exclude_iomgrs:
2544 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002545 platforms:
2546 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002547 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002548- name: hpack_parser_fuzzer_test
2549 build: fuzzer
2550 language: c
2551 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002552 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002553 deps:
2554 - grpc_test_util
2555 - grpc
2556 - gpr_test_util
2557 - gpr
2558 corpus_dirs:
2559 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002560 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002561 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002562- name: hpack_parser_test
2563 build: test
2564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002565 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002566 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002567 deps:
2568 - grpc_test_util
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002572 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002573- name: hpack_table_test
2574 build: test
2575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002577 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002578 deps:
2579 - grpc_test_util
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002583 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002584- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585 build: test
2586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002588 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002589 deps:
2590 - grpc_test_util
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002594 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002595- name: http_request_fuzzer_test
2596 build: fuzzer
2597 language: c
2598 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002599 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002600 deps:
2601 - grpc_test_util
2602 - grpc
2603 - gpr_test_util
2604 - gpr
2605 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002606 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002607 maxlen: 2048
2608- name: http_response_fuzzer_test
2609 build: fuzzer
2610 language: c
2611 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002612 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002613 deps:
2614 - grpc_test_util
2615 - grpc
2616 - gpr_test_util
2617 - gpr
2618 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002619 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002620 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002621- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622 build: test
2623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002624 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002625 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002626 deps:
2627 - grpc_test_util
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr_test_util
2630 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002632 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002633 build: test
2634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002635 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002636 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002637 deps:
2638 - grpc_test_util
2639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002640 - gpr_test_util
2641 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002642 platforms:
2643 - mac
2644 - linux
2645 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002646- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002647 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002648 build: test
2649 language: c
2650 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002651 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002652 deps:
2653 - grpc_test_util
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002657 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002658 - linux
yang-gf1183302015-12-07 16:02:05 -08002659- name: init_test
2660 build: test
2661 language: c
2662 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002663 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002664 deps:
2665 - grpc_test_util
2666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002667 - gpr_test_util
2668 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002669 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002670- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002671 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002672 build: test
2673 language: c
2674 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002675 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002676 deps:
2677 - grpc_test_util
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002681- name: json_fuzzer_test
2682 build: fuzzer
2683 language: c
2684 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002685 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002686 deps:
2687 - grpc_test_util
2688 - grpc
2689 - gpr_test_util
2690 - gpr
2691 corpus_dirs:
2692 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002693 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694- name: json_rewrite
2695 build: test
2696 run: false
2697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002698 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002699 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002700 deps:
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002703 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704- name: json_rewrite_test
2705 build: test
2706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002708 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002709 deps:
2710 - grpc_test_util
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002714 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002715- name: json_stream_error_test
2716 build: test
2717 language: c
2718 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002719 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002725 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002726- name: json_test
2727 build: test
2728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002729 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002730 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002731 deps:
2732 - grpc_test_util
2733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002734 - gpr_test_util
2735 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002736 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002737- name: lame_client_test
2738 build: test
2739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002740 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002741 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002742 deps:
2743 - grpc_test_util
2744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002745 - gpr_test_util
2746 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002747- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002748 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002749 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002750 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002752 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002753 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002754 deps:
2755 - grpc_test_util
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002759 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002760- name: load_file_test
2761 build: test
2762 language: c
2763 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002764 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002765 deps:
2766 - grpc_test_util
2767 - grpc
2768 - gpr_test_util
2769 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002770 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771- name: low_level_ping_pong_benchmark
2772 build: benchmark
2773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002774 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002775 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002776 deps:
2777 - grpc_test_util
2778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002779 - gpr_test_util
2780 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002781 platforms:
2782 - mac
2783 - linux
2784 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002785- name: memory_profile_client
2786 build: test
2787 run: false
2788 language: c
2789 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002790 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002791 deps:
2792 - grpc_test_util
2793 - grpc
2794 - gpr_test_util
2795 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002796 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002797- name: memory_profile_server
2798 build: test
2799 run: false
2800 language: c
2801 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002802 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002803 deps:
2804 - grpc_test_util
2805 - grpc
2806 - gpr_test_util
2807 - gpr
2808- name: memory_profile_test
2809 cpu_cost: 1.5
2810 build: test
2811 language: c
2812 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002813 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002814 deps:
2815 - grpc_test_util
2816 - grpc
2817 - gpr_test_util
2818 - gpr
2819 platforms:
2820 - mac
2821 - linux
2822 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: message_compress_test
2824 build: test
2825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002826 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002827 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002828 deps:
2829 - grpc_test_util
2830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002831 - gpr_test_util
2832 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002833 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002834- name: minimal_stack_is_minimal_test
2835 build: test
2836 language: c
2837 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002838 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller732a8752016-02-22 15:59:19 -08002839 deps:
2840 - grpc_test_util
2841 - grpc
2842 - gpr_test_util
2843 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002844 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: multiple_server_queues_test
2846 build: test
2847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002848 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002849 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002850 deps:
2851 - grpc_test_util
2852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002853 - gpr_test_util
2854 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002855- name: murmur_hash_test
2856 build: test
2857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002858 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002859 - test/core/support/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002860 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002861 - gpr_test_util
2862 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002863 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002864- name: nanopb_fuzzer_response_test
2865 build: fuzzer
2866 language: c
2867 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002868 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002869 deps:
2870 - grpc_test_util
2871 - grpc
2872 - gpr_test_util
2873 - gpr
2874 corpus_dirs:
2875 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002876 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002877- name: nanopb_fuzzer_serverlist_test
2878 build: fuzzer
2879 language: c
2880 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002881 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002882 deps:
2883 - grpc_test_util
2884 - grpc
2885 - gpr_test_util
2886 - gpr
2887 corpus_dirs:
2888 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002889 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002890- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002891 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892 build: test
2893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002894 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002895 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002896 deps:
2897 - grpc_test_util
2898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002899 - gpr_test_util
2900 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002901- name: num_external_connectivity_watchers_test
2902 build: test
2903 language: c
2904 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002905 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002906 deps:
2907 - grpc_test_util
2908 - grpc
2909 - gpr_test_util
2910 - gpr
2911 exclude_iomgrs:
2912 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002913- name: parse_address_test
2914 build: test
2915 language: c
2916 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002917 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002918 deps:
2919 - grpc_test_util
2920 - grpc
2921 - gpr_test_util
2922 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002923 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002924- name: percent_decode_fuzzer
2925 build: fuzzer
2926 language: c
2927 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002928 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002929 deps:
2930 - grpc_test_util
2931 - grpc
2932 - gpr_test_util
2933 - gpr
2934 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002935 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002936 maxlen: 32
2937- name: percent_encode_fuzzer
2938 build: fuzzer
2939 language: c
2940 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002941 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002942 deps:
2943 - grpc_test_util
2944 - grpc
2945 - gpr_test_util
2946 - gpr
2947 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002948 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002949 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002950- name: percent_encoding_test
2951 build: test
2952 language: c
2953 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002954 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002955 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002956 - grpc_test_util
2957 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002958 - gpr_test_util
2959 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002960 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002961- name: pollset_set_test
2962 build: test
2963 language: c
2964 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002965 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002966 deps:
2967 - grpc_test_util
2968 - grpc
2969 - gpr_test_util
2970 - gpr
2971 exclude_iomgrs:
2972 - uv
2973 platforms:
2974 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002975- name: resolve_address_posix_test
2976 build: test
2977 language: c
2978 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002979 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002980 deps:
2981 - grpc_test_util
2982 - grpc
2983 - gpr_test_util
2984 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002985 exclude_iomgrs:
2986 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002987 platforms:
2988 - mac
2989 - linux
2990 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002991- name: resolve_address_test
2992 build: test
2993 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002994 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002995 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002996 deps:
2997 - grpc_test_util
2998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002999 - gpr_test_util
3000 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003001- name: resource_quota_test
3002 cpu_cost: 30
3003 build: test
3004 language: c
3005 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003006 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003007 deps:
3008 - grpc_test_util
3009 - grpc
3010 - gpr_test_util
3011 - gpr
yang-gd482e592015-12-10 14:04:00 -08003012- name: secure_channel_create_test
3013 build: test
3014 language: c
3015 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003016 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003017 deps:
3018 - grpc_test_util
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003022- name: secure_endpoint_test
3023 build: test
3024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003025 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003026 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003027 deps:
3028 - grpc_test_util
3029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003030 - gpr_test_util
3031 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003032 exclude_iomgrs:
3033 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003034- name: sequential_connectivity_test
3035 build: test
3036 language: c
3037 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003038 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003039 deps:
3040 - grpc_test_util
3041 - grpc
3042 - gpr_test_util
3043 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003044 exclude_iomgrs:
3045 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003046- name: server_chttp2_test
3047 build: test
3048 language: c
3049 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003050 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003051 deps:
3052 - grpc_test_util
3053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003054 - gpr_test_util
3055 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003056- name: server_fuzzer
3057 build: fuzzer
3058 language: c
3059 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003060 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003061 deps:
3062 - grpc_test_util
3063 - grpc
3064 - gpr_test_util
3065 - gpr
3066 corpus_dirs:
3067 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003068 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003069 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003070- name: server_test
3071 build: test
3072 language: c
3073 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003074 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003075 deps:
3076 - grpc_test_util
3077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003078 - gpr_test_util
3079 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003080- name: slice_buffer_test
3081 build: test
3082 language: c
3083 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003084 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003085 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003086 - grpc_test_util
3087 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003088 - gpr_test_util
3089 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003090 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003091- name: slice_hash_table_test
3092 build: test
3093 language: c
3094 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003095 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003096 deps:
3097 - grpc_test_util
3098 - grpc
3099 - gpr_test_util
3100 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003101 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003102- name: slice_string_helpers_test
3103 build: test
3104 language: c
3105 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003106 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003107 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003108 - grpc_test_util
3109 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003110 - gpr_test_util
3111 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003112 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003113- name: slice_test
3114 build: test
3115 language: c
3116 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003117 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003118 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003119 - grpc_test_util
3120 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003121 - gpr_test_util
3122 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003123 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003124- name: sockaddr_resolver_test
3125 build: test
3126 language: c
3127 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003128 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003129 deps:
3130 - grpc_test_util
3131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003132 - gpr_test_util
3133 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003134- name: sockaddr_utils_test
3135 build: test
3136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003137 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003138 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003139 deps:
3140 - grpc_test_util
3141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003142 - gpr_test_util
3143 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003144- name: socket_utils_test
3145 build: test
3146 language: c
3147 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003148 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003149 deps:
3150 - grpc_test_util
3151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003152 - gpr_test_util
3153 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003154 exclude_iomgrs:
3155 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003156 platforms:
3157 - mac
3158 - linux
3159 - posix
yang-g31e21282016-11-04 15:10:03 -07003160- name: ssl_server_fuzzer
3161 build: fuzzer
3162 language: c
3163 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003164 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003165 deps:
3166 - grpc_test_util
3167 - grpc
3168 - gpr_test_util
3169 - gpr
3170 corpus_dirs:
3171 - test/core/security/corpus/ssl_server_corpus
3172 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003173- name: ssl_transport_security_test
3174 build: test
3175 language: c
3176 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003177 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003178 deps:
3179 - gpr_test_util
3180 - gpr
3181 - grpc
3182 filegroups:
3183 - transport_security_test_lib
3184 platforms:
3185 - linux
3186 - posix
3187 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003188- name: status_conversion_test
3189 build: test
3190 language: c
3191 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003192 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003193 deps:
3194 - grpc_test_util
3195 - grpc
3196 - gpr_test_util
3197 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003198 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003199- name: stream_compression_test
3200 build: test
3201 language: c
3202 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003203 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003204 deps:
3205 - grpc_test_util
3206 - grpc
3207 - gpr_test_util
3208 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003209 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003210- name: stream_owned_slice_test
3211 build: test
3212 language: c
3213 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003214 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003215 deps:
3216 - grpc_test_util
3217 - grpc
3218 - gpr_test_util
3219 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003220 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003221- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003222 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003223 build: test
3224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003225 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003226 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003227 deps:
3228 - grpc_test_util
3229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003230 - gpr_test_util
3231 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003232 exclude_iomgrs:
3233 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003234 platforms:
3235 - mac
3236 - linux
3237 - posix
murgatroid991191b722017-02-08 11:56:52 -08003238- name: tcp_client_uv_test
3239 cpu_cost: 0.5
3240 build: test
3241 language: c
3242 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003243 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003244 deps:
3245 - grpc_test_util
3246 - grpc
3247 - gpr_test_util
3248 - gpr
3249 exclude_iomgrs:
3250 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003251- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003252 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003253 build: test
3254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003255 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003256 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003257 deps:
3258 - grpc_test_util
3259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003260 - gpr_test_util
3261 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003262 exclude_iomgrs:
3263 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003264 platforms:
3265 - mac
3266 - linux
3267 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003268- name: tcp_server_posix_test
3269 build: test
3270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003271 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003272 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003273 deps:
3274 - grpc_test_util
3275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003276 - gpr_test_util
3277 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003278 exclude_iomgrs:
3279 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003280 platforms:
3281 - mac
3282 - linux
3283 - posix
murgatroid991191b722017-02-08 11:56:52 -08003284- name: tcp_server_uv_test
3285 build: test
3286 language: c
3287 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003288 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003289 deps:
3290 - grpc_test_util
3291 - grpc
3292 - gpr_test_util
3293 - gpr
3294 exclude_iomgrs:
3295 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003296- name: time_averaged_stats_test
3297 build: test
3298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003299 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003300 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003301 deps:
3302 - grpc_test_util
3303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003304 - gpr_test_util
3305 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003306 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003307- name: timeout_encoding_test
3308 build: test
3309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003310 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003311 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003312 deps:
3313 - grpc_test_util
3314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003315 - gpr_test_util
3316 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003317 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003318- name: timer_heap_test
3319 build: test
3320 language: c
3321 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003322 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003323 deps:
3324 - grpc_test_util
3325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003326 - gpr_test_util
3327 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003328 exclude_iomgrs:
3329 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003330 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003331- name: timer_list_test
3332 build: test
3333 language: c
3334 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003335 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003336 deps:
3337 - grpc_test_util
3338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003339 - gpr_test_util
3340 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003341 exclude_iomgrs:
3342 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003343 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003344- name: transport_connectivity_state_test
3345 build: test
3346 language: c
3347 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003348 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003349 deps:
3350 - grpc_test_util
3351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003352 - gpr_test_util
3353 - gpr
Craig Tiller48bed5e2017-10-16 15:42:41 -07003354- name: transport_metadata_test
3355 build: test
3356 language: c
3357 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003358 - test/core/transport/metadata_test.cc
Craig Tiller48bed5e2017-10-16 15:42:41 -07003359 deps:
3360 - grpc_test_util
3361 - grpc
3362 - gpr_test_util
3363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003364- name: transport_security_test
3365 build: test
3366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003367 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003368 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003369 deps:
3370 - grpc_test_util
3371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003372 - gpr_test_util
3373 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003374 platforms:
3375 - linux
3376 - posix
3377 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003378- name: udp_server_test
3379 build: test
3380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003381 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003382 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003383 deps:
3384 - grpc_test_util
3385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003386 - gpr_test_util
3387 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003388 exclude_iomgrs:
3389 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003390 platforms:
3391 - mac
3392 - linux
3393 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003394- name: uri_fuzzer_test
3395 build: fuzzer
3396 language: c
3397 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003398 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003399 deps:
3400 - grpc_test_util
3401 - grpc
3402 - gpr_test_util
3403 - gpr
3404 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003405 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003406 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003407- name: uri_parser_test
3408 build: test
3409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003410 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003411 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003412 deps:
3413 - grpc_test_util
3414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003415 - gpr_test_util
3416 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003417- name: wakeup_fd_cv_test
3418 build: test
3419 language: c
3420 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003421 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003422 deps:
3423 - grpc_test_util
3424 - grpc
3425 - gpr_test_util
3426 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003427 exclude_iomgrs:
3428 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003429 platforms:
3430 - mac
3431 - linux
3432 - posix
vjpai04e992a2016-02-10 16:58:38 -08003433- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003434 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003435 build: test
3436 language: c++
3437 src:
3438 - test/cpp/common/alarm_cpp_test.cc
3439 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003440 - grpc++_test_util_unsecure
3441 - grpc_test_util_unsecure
3442 - grpc++_unsecure
3443 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003444 - gpr_test_util
3445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003446- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003447 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003448 build: test
3449 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003450 src:
3451 - test/cpp/end2end/async_end2end_test.cc
3452 deps:
3453 - grpc++_test_util
3454 - grpc_test_util
3455 - grpc++
3456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003457 - gpr_test_util
3458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003459- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003460 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003461 build: test
3462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003463 src:
3464 - test/cpp/common/auth_property_iterator_test.cc
3465 deps:
3466 - grpc++_test_util
3467 - grpc_test_util
3468 - grpc++
3469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003470 - gpr_test_util
3471 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003472 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003473- name: bdp_estimator_test
3474 build: test
3475 language: c++
3476 src:
3477 - test/core/transport/bdp_estimator_test.cc
3478 deps:
3479 - grpc++_test_util
3480 - grpc++
3481 - grpc_test_util
3482 - grpc
3483 - gpr_test_util
3484 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003485 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003486- name: bm_arena
3487 build: test
3488 language: c++
3489 src:
3490 - test/cpp/microbenchmarks/bm_arena.cc
3491 deps:
3492 - grpc_benchmark
3493 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003494 - grpc++_test_util_unsecure
3495 - grpc_test_util_unsecure
3496 - grpc++_unsecure
3497 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003498 - gpr_test_util
3499 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003500 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003501 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003502 platforms:
3503 - mac
3504 - linux
3505 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003506 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003507- name: bm_call_create
3508 build: test
3509 language: c++
3510 src:
3511 - test/cpp/microbenchmarks/bm_call_create.cc
3512 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003513 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003514 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003515 - grpc++_test_util_unsecure
3516 - grpc_test_util_unsecure
3517 - grpc++_unsecure
3518 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003519 - gpr_test_util
3520 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003521 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003522 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003523 platforms:
3524 - mac
3525 - linux
3526 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003527 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003528- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003529 build: test
3530 language: c++
3531 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003532 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003533 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003534 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003535 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003536 - grpc++_test_util_unsecure
3537 - grpc_test_util_unsecure
3538 - grpc++_unsecure
3539 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003540 - gpr_test_util
3541 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003542 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003543 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003544 platforms:
3545 - mac
3546 - linux
3547 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003548 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003549- name: bm_chttp2_transport
3550 build: test
3551 language: c++
3552 src:
3553 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3554 deps:
3555 - grpc_benchmark
3556 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003557 - grpc++_test_util_unsecure
3558 - grpc_test_util_unsecure
3559 - grpc++_unsecure
3560 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003561 - gpr_test_util
3562 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003563 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003564 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003565 platforms:
3566 - mac
3567 - linux
3568 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003569- name: bm_closure
3570 build: test
3571 language: c++
3572 src:
3573 - test/cpp/microbenchmarks/bm_closure.cc
3574 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003575 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003576 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003577 - grpc++_test_util_unsecure
3578 - grpc_test_util_unsecure
3579 - grpc++_unsecure
3580 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003581 - gpr_test_util
3582 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003583 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003584 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003585 platforms:
3586 - mac
3587 - linux
3588 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003589- name: bm_cq
3590 build: test
3591 language: c++
3592 src:
3593 - test/cpp/microbenchmarks/bm_cq.cc
3594 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003595 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003596 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003597 - grpc++_test_util_unsecure
3598 - grpc_test_util_unsecure
3599 - grpc++_unsecure
3600 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003601 - gpr_test_util
3602 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003603 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003604 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003605 platforms:
3606 - mac
3607 - linux
3608 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003609- name: bm_cq_multiple_threads
3610 build: test
3611 language: c++
3612 src:
3613 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3614 deps:
3615 - grpc_benchmark
3616 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003617 - grpc++_test_util_unsecure
3618 - grpc_test_util_unsecure
3619 - grpc++_unsecure
3620 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003621 - gpr_test_util
3622 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003623 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003624 defaults: benchmark
3625 platforms:
3626 - mac
3627 - linux
3628 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003629- name: bm_error
3630 build: test
3631 language: c++
3632 src:
3633 - test/cpp/microbenchmarks/bm_error.cc
3634 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003635 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003636 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003637 - grpc++_test_util_unsecure
3638 - grpc_test_util_unsecure
3639 - grpc++_unsecure
3640 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003641 - gpr_test_util
3642 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003643 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003644 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003645 platforms:
3646 - mac
3647 - linux
3648 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003649 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003650- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003651 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003652 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003653 headers:
3654 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003655 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003656 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003657 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003658 - grpc_benchmark
3659 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003660 - grpc++_test_util_unsecure
3661 - grpc_test_util_unsecure
3662 - grpc++_unsecure
3663 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003664 - gpr_test_util
3665 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003666 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003667 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003668 excluded_poll_engines:
3669 - poll
3670 - poll-cv
3671 platforms:
3672 - mac
3673 - linux
3674 - posix
3675 timeout_seconds: 1200
3676- name: bm_fullstack_streaming_pump
3677 build: test
3678 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003679 headers:
3680 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003681 src:
3682 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003683 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003684 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003685 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003686 - grpc++_test_util_unsecure
3687 - grpc_test_util_unsecure
3688 - grpc++_unsecure
3689 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003690 - gpr_test_util
3691 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003692 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003693 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003694 excluded_poll_engines:
3695 - poll
3696 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003697 platforms:
3698 - mac
3699 - linux
3700 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003701 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003702- name: bm_fullstack_trickle
3703 build: test
3704 language: c++
3705 src:
3706 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3707 deps:
3708 - grpc_benchmark
3709 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003710 - grpc++_test_util_unsecure
3711 - grpc_test_util_unsecure
3712 - grpc++_unsecure
3713 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003714 - gpr_test_util
3715 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003716 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003717 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003718 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003719 exclude_configs:
3720 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003721 excluded_poll_engines:
3722 - poll
3723 - poll-cv
3724 platforms:
3725 - mac
3726 - linux
3727 - posix
3728 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003729- name: bm_fullstack_unary_ping_pong
3730 build: test
3731 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003732 headers:
3733 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003734 src:
3735 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3736 deps:
3737 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003738 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003739 - grpc++_test_util_unsecure
3740 - grpc_test_util_unsecure
3741 - grpc++_unsecure
3742 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003743 - gpr_test_util
3744 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003745 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003746 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003747 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003748 - poll
3749 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003750 platforms:
3751 - mac
3752 - linux
3753 - posix
3754 timeout_seconds: 1200
3755- name: bm_metadata
3756 build: test
3757 language: c++
3758 src:
3759 - test/cpp/microbenchmarks/bm_metadata.cc
3760 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003761 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003762 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003763 - grpc++_test_util_unsecure
3764 - grpc_test_util_unsecure
3765 - grpc++_unsecure
3766 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003767 - gpr_test_util
3768 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003769 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003770 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003771 platforms:
3772 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003773 - linux
3774 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003775 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003776- name: bm_pollset
3777 build: test
3778 language: c++
3779 src:
3780 - test/cpp/microbenchmarks/bm_pollset.cc
3781 deps:
3782 - grpc_benchmark
3783 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003784 - grpc++_test_util_unsecure
3785 - grpc_test_util_unsecure
3786 - grpc++_unsecure
3787 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003788 - gpr_test_util
3789 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003790 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003791 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003792 platforms:
3793 - mac
3794 - linux
3795 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003796- name: channel_arguments_test
3797 gtest: true
3798 build: test
3799 language: c++
3800 src:
3801 - test/cpp/common/channel_arguments_test.cc
3802 deps:
3803 - grpc++
3804 - grpc
3805 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003806 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003807- name: channel_filter_test
3808 gtest: true
3809 build: test
3810 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003811 src:
3812 - test/cpp/common/channel_filter_test.cc
3813 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003814 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003815 - grpc
3816 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003817 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003818- name: cli_call_test
3819 gtest: true
3820 build: test
3821 language: c++
3822 src:
Craig Tiller25834342015-09-25 08:08:24 -07003823 - test/cpp/util/cli_call_test.cc
3824 deps:
3825 - grpc_cli_libs
3826 - grpc++_test_util
3827 - grpc_test_util
3828 - grpc++
3829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003830 - gpr_test_util
3831 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003832- name: client_channel_stress_test
3833 gtest: false
3834 build: test
3835 language: c++
3836 src:
3837 - src/proto/grpc/lb/v1/load_balancer.proto
3838 - test/cpp/client/client_channel_stress_test.cc
3839 deps:
3840 - grpc++_test_util
3841 - grpc_test_util
3842 - grpc++
3843 - grpc
3844 - gpr_test_util
3845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003846- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003847 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003848 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003849 build: test
3850 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003851 src:
3852 - test/cpp/end2end/client_crash_test.cc
3853 deps:
3854 - grpc++_test_util
3855 - grpc_test_util
3856 - grpc++
3857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003858 - gpr_test_util
3859 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003860 platforms:
3861 - mac
3862 - linux
3863 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003864- name: client_crash_test_server
3865 build: test
3866 run: false
3867 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003868 src:
3869 - test/cpp/end2end/client_crash_test_server.cc
3870 deps:
3871 - grpc++_test_util
3872 - grpc_test_util
3873 - grpc++
3874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003875 - gpr_test_util
3876 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003877- name: client_lb_end2end_test
3878 gtest: true
3879 build: test
3880 language: c++
3881 src:
3882 - test/cpp/end2end/client_lb_end2end_test.cc
3883 deps:
3884 - grpc++_test_util
3885 - grpc_test_util
3886 - grpc++
3887 - grpc
3888 - gpr_test_util
3889 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003890- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003891 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003892 build: test
3893 language: c++
3894 src:
3895 - src/proto/grpc/testing/control.proto
3896 - src/proto/grpc/testing/messages.proto
3897 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003898 - src/proto/grpc/testing/services.proto
3899 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003900 - test/cpp/codegen/codegen_test_full.cc
3901 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003902 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003903 - grpc++
3904 - grpc
3905 - gpr
3906 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003907 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003908 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003909- name: codegen_test_minimal
3910 gtest: true
3911 build: test
3912 language: c++
3913 src:
3914 - src/proto/grpc/testing/control.proto
3915 - src/proto/grpc/testing/messages.proto
3916 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003917 - src/proto/grpc/testing/services.proto
3918 - src/proto/grpc/testing/stats.proto
3919 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003920 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003921 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003922 - grpc
3923 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003924 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003925 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003926 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003927 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003929 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003930 build: test
3931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003932 src:
3933 - test/cpp/client/credentials_test.cc
3934 deps:
3935 - grpc++
3936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003938- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003939 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003940 build: test
3941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003942 src:
3943 - test/cpp/util/byte_buffer_test.cc
3944 deps:
3945 - grpc_test_util
3946 - grpc++
3947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003948 - gpr_test_util
3949 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003950 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003951- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003952 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003953 build: test
3954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003955 src:
3956 - test/cpp/util/slice_test.cc
3957 deps:
3958 - grpc_test_util
3959 - grpc++
3960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003961 - gpr_test_util
3962 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003963 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003964- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003965 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003966 build: test
3967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003968 src:
3969 - test/cpp/util/string_ref_test.cc
3970 deps:
3971 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003972 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003973 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003974- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003975 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003976 build: test
3977 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003978 src:
3979 - test/cpp/util/time_test.cc
3980 deps:
3981 - grpc_test_util
3982 - grpc++
3983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003984 - gpr_test_util
3985 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003986 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003987- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003988 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003989 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990 build: test
3991 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003992 src:
3993 - test/cpp/end2end/end2end_test.cc
3994 deps:
3995 - grpc++_test_util
3996 - grpc_test_util
3997 - grpc++
3998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003999 - gpr_test_util
4000 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004001- name: error_details_test
4002 gtest: true
4003 build: test
4004 language: c++
4005 src:
4006 - src/proto/grpc/testing/echo_messages.proto
4007 - test/cpp/util/error_details_test.cc
4008 deps:
4009 - grpc++_error_details
4010 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004011- name: filter_end2end_test
4012 gtest: true
4013 build: test
4014 language: c++
4015 src:
4016 - test/cpp/end2end/filter_end2end_test.cc
4017 deps:
4018 - grpc++_test_util
4019 - grpc_test_util
4020 - grpc++
4021 - grpc
4022 - gpr_test_util
4023 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004024- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004025 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004026 build: test
4027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004028 src:
4029 - test/cpp/end2end/generic_end2end_test.cc
4030 deps:
4031 - grpc++_test_util
4032 - grpc_test_util
4033 - grpc++
4034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004035 - gpr_test_util
4036 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004037- name: golden_file_test
4038 gtest: true
4039 build: test
4040 language: c++
4041 src:
4042 - src/proto/grpc/testing/compiler_test.proto
4043 - test/cpp/codegen/golden_file_test.cc
4044 deps:
4045 - grpc++
4046 - grpc
4047 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004048 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004049 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004050 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004051- name: grpc_cli
4052 build: test
4053 run: false
4054 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004055 src:
4056 - test/cpp/util/grpc_cli.cc
4057 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004058 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004059 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004060 - grpc++
4061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004062 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004063 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004064- name: grpc_cpp_plugin
4065 build: protoc
4066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004067 src:
4068 - src/compiler/cpp_plugin.cc
4069 deps:
4070 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004071 secure: false
4072 vs_config_type: Application
4073 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4074- name: grpc_csharp_plugin
4075 build: protoc
4076 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004077 src:
4078 - src/compiler/csharp_plugin.cc
4079 deps:
4080 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004081 secure: false
4082 vs_config_type: Application
4083 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004084- name: grpc_node_plugin
4085 build: protoc
4086 language: c++
4087 src:
4088 - src/compiler/node_plugin.cc
4089 deps:
4090 - grpc_plugin_support
4091 secure: false
4092 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004093- name: grpc_objective_c_plugin
4094 build: protoc
4095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004096 src:
4097 - src/compiler/objective_c_plugin.cc
4098 deps:
4099 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004100 secure: false
4101 vs_config_type: Application
4102 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004103- name: grpc_php_plugin
4104 build: protoc
4105 language: c++
4106 src:
4107 - src/compiler/php_plugin.cc
4108 deps:
4109 - grpc_plugin_support
4110 secure: false
4111 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004112- name: grpc_python_plugin
4113 build: protoc
4114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004115 src:
4116 - src/compiler/python_plugin.cc
4117 deps:
4118 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004119 secure: false
4120 vs_config_type: Application
4121 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4122- name: grpc_ruby_plugin
4123 build: protoc
4124 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004125 src:
4126 - src/compiler/ruby_plugin.cc
4127 deps:
4128 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004129 secure: false
4130 vs_config_type: Application
4131 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004132- name: grpc_tool_test
4133 gtest: true
4134 build: test
4135 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004136 src:
4137 - src/proto/grpc/testing/echo.proto
4138 - src/proto/grpc/testing/echo_messages.proto
4139 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004140 deps:
4141 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004142 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004143 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004144 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004145 - grpc_test_util
4146 - grpc++
4147 - grpc
4148 - gpr_test_util
4149 - gpr
4150 filegroups:
4151 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004152- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004153 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004154 build: test
4155 language: c++
4156 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004157 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004158 - test/cpp/grpclb/grpclb_api_test.cc
4159 deps:
4160 - grpc++_test_util
4161 - grpc_test_util
4162 - grpc++
4163 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004164- name: grpclb_end2end_test
4165 gtest: true
4166 build: test
4167 language: c++
4168 src:
4169 - src/proto/grpc/lb/v1/load_balancer.proto
4170 - test/cpp/end2end/grpclb_end2end_test.cc
4171 deps:
4172 - grpc++_test_util
4173 - grpc_test_util
4174 - grpc++
4175 - grpc
4176 - gpr_test_util
4177 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004178- name: grpclb_test
4179 gtest: false
4180 build: test
4181 language: c++
4182 src:
4183 - src/proto/grpc/lb/v1/load_balancer.proto
4184 - test/cpp/grpclb/grpclb_test.cc
4185 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004186 - grpc++_test_util
4187 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004188 - grpc++
4189 - grpc
4190 - gpr_test_util
4191 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004192- name: h2_ssl_cert_test
4193 gtest: true
4194 build: test
4195 language: c++
4196 headers:
4197 - test/core/end2end/end2end_tests.h
4198 src:
4199 - test/core/end2end/h2_ssl_cert_test.cc
4200 deps:
4201 - grpc_test_util
4202 - grpc++
4203 - grpc
4204 - gpr_test_util
4205 - gpr
4206 uses:
4207 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004208- name: health_service_end2end_test
4209 gtest: true
4210 build: test
4211 language: c++
4212 src:
4213 - test/cpp/end2end/health_service_end2end_test.cc
4214 deps:
4215 - grpc++_test_util
4216 - grpc_test_util
4217 - grpc++
4218 - grpc
4219 - gpr_test_util
4220 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004221- name: http2_client
4222 build: test
4223 run: false
4224 language: c++
4225 src: []
4226 deps:
4227 - http2_client_main
4228 - grpc++_test_util
4229 - grpc_test_util
4230 - grpc++
4231 - grpc
4232 - grpc++_test_config
4233 platforms:
4234 - mac
4235 - linux
4236 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004237- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004238 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004239 build: test
4240 language: c++
4241 src:
4242 - test/cpp/end2end/hybrid_end2end_test.cc
4243 deps:
4244 - grpc++_test_util
4245 - grpc_test_util
4246 - grpc++
4247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004248 - gpr_test_util
4249 - gpr
Vijay Pai088112f2017-08-24 10:42:27 -07004250- name: inproc_sync_unary_ping_pong_test
4251 build: test
4252 language: c++
4253 src:
4254 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4255 deps:
4256 - qps
4257 - grpc++_core_stats
4258 - grpc++_test_util
4259 - grpc_test_util
4260 - grpc++
4261 - grpc
4262 - gpr_test_util
4263 - gpr
4264 - grpc++_test_config
4265 platforms:
4266 - mac
4267 - linux
4268 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004269- name: interop_client
4270 build: test
4271 run: false
4272 language: c++
4273 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004274 deps:
4275 - interop_client_main
4276 - interop_client_helper
4277 - grpc++_test_util
4278 - grpc_test_util
4279 - grpc++
4280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004281 - gpr_test_util
4282 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004283 - grpc++_test_config
4284 platforms:
4285 - mac
4286 - linux
4287 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004288- name: interop_server
4289 build: test
4290 run: false
4291 language: c++
4292 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004293 deps:
4294 - interop_server_main
4295 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004296 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004297 - grpc++_test_util
4298 - grpc_test_util
4299 - grpc++
4300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004301 - gpr_test_util
4302 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004303 - grpc++_test_config
4304 platforms:
4305 - mac
4306 - linux
4307 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004308- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004309 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004310 build: test
4311 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004312 src:
4313 - test/cpp/interop/interop_test.cc
4314 deps:
4315 - grpc_test_util
4316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004317 - gpr_test_util
4318 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004319 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004320 platforms:
4321 - mac
4322 - linux
4323 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004324- name: json_run_localhost
4325 build: test
4326 run: false
4327 language: c++
4328 src:
4329 - test/cpp/qps/json_run_localhost.cc
4330 deps:
4331 - grpc++_test_util
4332 - grpc_test_util
4333 - grpc++
4334 - grpc
4335 - gpr_test_util
4336 - gpr
4337 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004338 platforms:
4339 - mac
4340 - linux
4341 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004342- name: memory_test
4343 gtest: true
4344 build: test
4345 language: c++
4346 src:
4347 - test/core/support/memory_test.cc
4348 deps:
4349 - grpc_test_util
4350 - grpc++
4351 - grpc
4352 - gpr_test_util
4353 - gpr
4354 uses:
4355 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004356 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004357- name: metrics_client
4358 build: test
4359 run: false
4360 language: c++
4361 headers:
4362 - test/cpp/util/metrics_server.h
4363 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004364 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004365 - test/cpp/interop/metrics_client.cc
4366 deps:
4367 - grpc++
4368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004369 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004370 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004371- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004372 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004373 build: test
4374 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004375 headers:
4376 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004377 src:
4378 - test/cpp/end2end/mock_test.cc
4379 deps:
4380 - grpc++_test_util
4381 - grpc_test_util
4382 - grpc++
4383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004384 - gpr_test_util
4385 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004386- name: noop-benchmark
4387 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004388 language: c++
4389 src:
4390 - test/cpp/microbenchmarks/noop-benchmark.cc
4391 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004392 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004393 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004394- name: proto_server_reflection_test
4395 gtest: true
4396 build: test
4397 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004398 src:
4399 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004400 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004401 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004402 - grpc++_reflection
4403 - grpc++_test_util
4404 - grpc_test_util
4405 - grpc++
4406 - grpc
4407 - gpr_test_util
4408 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004409- name: proto_utils_test
4410 gtest: true
4411 build: test
4412 language: c++
4413 src:
4414 - test/cpp/codegen/proto_utils_test.cc
4415 deps:
4416 - grpc++
4417 - grpc
4418 filegroups:
4419 - grpc++_codegen_base
4420 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004421 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004422- name: qps_interarrival_test
4423 build: test
4424 run: false
4425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004426 src:
4427 - test/cpp/qps/qps_interarrival_test.cc
4428 deps:
4429 - qps
4430 - grpc++_test_util
4431 - grpc_test_util
4432 - grpc++
4433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004434 - gpr_test_util
4435 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004436 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004437 platforms:
4438 - mac
4439 - linux
4440 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004441 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004442- name: qps_json_driver
4443 build: test
4444 run: false
4445 language: c++
4446 src:
4447 - test/cpp/qps/qps_json_driver.cc
4448 deps:
4449 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004450 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004451 - grpc++_test_util
4452 - grpc_test_util
4453 - grpc++
4454 - grpc
4455 - gpr_test_util
4456 - gpr
4457 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004458- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004459 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004460 build: test
4461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004462 src:
4463 - test/cpp/qps/qps_openloop_test.cc
4464 deps:
4465 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004466 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004467 - grpc++_test_util
4468 - grpc_test_util
4469 - grpc++
4470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004471 - gpr_test_util
4472 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004473 - grpc++_test_config
4474 platforms:
4475 - mac
4476 - linux
4477 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004478- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004479 build: test
4480 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004481 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004482 headers:
4483 - test/cpp/qps/client.h
4484 - test/cpp/qps/server.h
4485 src:
4486 - test/cpp/qps/worker.cc
4487 deps:
4488 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004489 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004490 - grpc++_test_util
4491 - grpc_test_util
4492 - grpc++
4493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004494 - gpr_test_util
4495 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004496 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004497- name: reconnect_interop_client
4498 build: test
4499 run: false
4500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004501 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004502 - src/proto/grpc/testing/empty.proto
4503 - src/proto/grpc/testing/messages.proto
4504 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004505 - test/cpp/interop/reconnect_interop_client.cc
4506 deps:
4507 - grpc++_test_util
4508 - grpc_test_util
4509 - grpc++
4510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004511 - gpr_test_util
4512 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004513 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004514- name: reconnect_interop_server
4515 build: test
4516 run: false
4517 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004518 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004519 - src/proto/grpc/testing/empty.proto
4520 - src/proto/grpc/testing/messages.proto
4521 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004522 - test/cpp/interop/reconnect_interop_server.cc
4523 deps:
4524 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004525 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004526 - grpc++_test_util
4527 - grpc_test_util
4528 - grpc++
4529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004530 - gpr_test_util
4531 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004532 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004533- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004534 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004535 build: test
4536 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004537 src:
4538 - test/cpp/common/secure_auth_context_test.cc
4539 deps:
4540 - grpc++_test_util
4541 - grpc_test_util
4542 - grpc++
4543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004544 - gpr_test_util
4545 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004546- name: secure_sync_unary_ping_pong_test
4547 build: test
4548 language: c++
4549 src:
4550 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4551 deps:
4552 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004553 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004554 - grpc++_test_util
4555 - grpc_test_util
4556 - grpc++
4557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004558 - gpr_test_util
4559 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004560 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004561 platforms:
4562 - mac
4563 - linux
4564 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004565- name: server_builder_plugin_test
4566 gtest: true
4567 build: test
4568 language: c++
4569 src:
4570 - test/cpp/end2end/server_builder_plugin_test.cc
4571 deps:
4572 - grpc++_test_util
4573 - grpc_test_util
4574 - grpc++
4575 - grpc
4576 - gpr_test_util
4577 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004578- name: server_builder_test
4579 gtest: true
4580 build: test
4581 language: c++
4582 src:
4583 - src/proto/grpc/testing/echo_messages.proto
4584 - src/proto/grpc/testing/echo.proto
4585 - test/cpp/server/server_builder_test.cc
4586 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004587 - grpc++_test_util_unsecure
4588 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004589 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004590 - grpc++_unsecure
4591 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004592 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004593- name: server_context_test_spouse_test
4594 gtest: true
4595 build: test
4596 language: c++
4597 src:
4598 - test/cpp/test/server_context_test_spouse_test.cc
4599 deps:
4600 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004601 - grpc++
4602 - grpc
4603 - gpr_test_util
4604 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004605 uses:
4606 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004607- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004608 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004609 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004610 build: test
4611 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004612 src:
4613 - test/cpp/end2end/server_crash_test.cc
4614 deps:
4615 - grpc++_test_util
4616 - grpc_test_util
4617 - grpc++
4618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004619 - gpr_test_util
4620 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004621 platforms:
4622 - mac
4623 - linux
4624 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004625- name: server_crash_test_client
4626 build: test
4627 run: false
4628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004629 src:
4630 - test/cpp/end2end/server_crash_test_client.cc
4631 deps:
4632 - grpc++_test_util
4633 - grpc_test_util
4634 - grpc++
4635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004636 - gpr_test_util
4637 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004638- name: server_request_call_test
4639 gtest: true
4640 build: test
4641 language: c++
4642 src:
4643 - src/proto/grpc/testing/echo_messages.proto
4644 - src/proto/grpc/testing/echo.proto
4645 - test/cpp/server/server_request_call_test.cc
4646 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004647 - grpc++_test_util_unsecure
4648 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004649 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004650 - grpc++_unsecure
4651 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004653- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004654 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004655 build: test
4656 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004657 src:
4658 - test/cpp/end2end/shutdown_test.cc
4659 deps:
4660 - grpc++_test_util
4661 - grpc_test_util
4662 - grpc++
4663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004664 - gpr_test_util
4665 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004666- name: stats_test
4667 gtest: true
4668 build: test
4669 language: c++
4670 src:
4671 - test/core/debug/stats_test.cc
4672 deps:
4673 - grpc++_test_util
4674 - grpc_test_util
4675 - grpc
4676 - gpr_test_util
4677 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004678 exclude_configs:
4679 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004680 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004681 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004682- name: status_test
4683 build: test
4684 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004685 src:
4686 - test/cpp/util/status_test.cc
4687 deps:
4688 - grpc_test_util
4689 - grpc++
4690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004691 - gpr_test_util
4692 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004693 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004694- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004695 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004696 build: test
4697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004698 src:
4699 - test/cpp/end2end/streaming_throughput_test.cc
4700 deps:
4701 - grpc++_test_util
4702 - grpc_test_util
4703 - grpc++
4704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004705 - gpr_test_util
4706 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004707 platforms:
4708 - mac
4709 - linux
4710 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004711- name: stress_test
4712 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004713 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004714 language: c++
4715 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004716 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004717 - test/cpp/interop/interop_client.h
4718 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004719 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004720 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004721 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004722 - src/proto/grpc/testing/empty.proto
4723 - src/proto/grpc/testing/messages.proto
4724 - src/proto/grpc/testing/metrics.proto
4725 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004726 - test/cpp/interop/interop_client.cc
4727 - test/cpp/interop/stress_interop_client.cc
4728 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004729 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004730 deps:
4731 - grpc++_test_util
4732 - grpc_test_util
4733 - grpc++
4734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004735 - gpr_test_util
4736 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004737 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004738- name: thread_manager_test
4739 build: test
4740 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004741 src:
4742 - test/cpp/thread_manager/thread_manager_test.cc
4743 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004744 - grpc++_unsecure
4745 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004746 - gpr
4747 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004748- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004749 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004750 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004751 build: test
4752 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004753 src:
4754 - test/cpp/end2end/thread_stress_test.cc
4755 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004756 - grpc++_test_util_unsecure
4757 - grpc_test_util_unsecure
4758 - grpc++_unsecure
4759 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004760 - gpr_test_util
4761 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004762- name: transport_pid_controller_test
4763 build: test
4764 language: c++
4765 src:
4766 - test/core/transport/pid_controller_test.cc
4767 deps:
4768 - grpc++_test_util
4769 - grpc++
4770 - grpc_test_util
4771 - grpc
4772 - gpr_test_util
4773 - gpr
Craig Tillerb7a8cac2017-10-05 09:50:18 -07004774- name: vector_test
4775 gtest: true
4776 build: test
4777 language: c++
4778 src:
4779 - test/core/support/vector_test.cc
4780 deps:
4781 - grpc_test_util
4782 - grpc++
4783 - grpc
4784 - gpr_test_util
4785 - gpr
4786 uses:
4787 - grpc++_test
Craig Tiller9a3997c2017-01-30 13:22:33 -08004788- name: writes_per_rpc_test
4789 gtest: true
4790 cpu_cost: 0.5
4791 build: test
4792 language: c++
4793 src:
4794 - test/cpp/performance/writes_per_rpc_test.cc
4795 deps:
4796 - grpc++_test_util
4797 - grpc_test_util
4798 - grpc++
4799 - grpc
4800 - gpr_test_util
4801 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004802 platforms:
4803 - mac
4804 - linux
4805 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004806- name: public_headers_must_be_c89
4807 build: test
4808 language: c89
4809 src:
4810 - test/core/surface/public_headers_must_be_c89.c
4811 deps:
4812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004814vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004815- linkage: static
4816 name: grpc.dependencies.zlib
4817 props: false
4818 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004819 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004820- linkage: static
4821 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004822 props: true
4823 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004824 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004825- name: gflags
4826 props: false
4827 redist: false
4828 version: 2.1.2.1
4829- name: gtest
4830 props: false
4831 redist: false
4832 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004833configs:
4834 asan:
4835 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004836 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4837 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004838 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004839 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004840 LDFLAGS: -fsanitize=address
4841 LDXX: clang++
4842 compile_the_world: true
4843 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004844 ASAN_OPTIONS: detect_leaks=1:color=always
4845 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004846 asan-noleaks:
4847 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004848 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4849 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004850 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004851 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004852 LDFLAGS: -fsanitize=address
4853 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004854 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004855 test_environ:
4856 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004857 asan-trace-cmp:
4858 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004859 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4860 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004861 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004862 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004863 LDFLAGS: -fsanitize=address
4864 LDXX: clang++
4865 compile_the_world: true
4866 test_environ:
4867 ASAN_OPTIONS: detect_leaks=1:color=always
4868 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004869 basicprof:
4870 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4871 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004872 c++-compat:
4873 CFLAGS: -Wc++-compat
4874 CPPFLAGS: -O0
4875 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004876 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004877 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004878 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004879 dbg:
4880 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004881 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004882 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004883 gcov:
4884 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004885 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004886 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004887 DEFINES: _DEBUG DEBUG GPR_GCOV
4888 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004889 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004890 LDXX: g++
4891 helgrind:
4892 CPPFLAGS: -O0
4893 DEFINES: _DEBUG DEBUG
4894 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004895 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004896 lto:
4897 CPPFLAGS: -O2
4898 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004899 memcheck:
4900 CPPFLAGS: -O0
4901 DEFINES: _DEBUG DEBUG
4902 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004903 valgrind: --tool=memcheck --leak-check=full
4904 msan:
4905 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004906 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4907 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4908 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004909 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004910 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004911 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004912 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4913 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4914 LDXX: clang++
4915 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004916 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004917 CPPFLAGS: -O3 -fno-omit-frame-pointer
4918 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004919 LDFLAGS: -rdynamic
4920 opt:
4921 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004922 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004923 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004924 stapprof:
4925 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4926 DEFINES: NDEBUG
4927 tsan:
4928 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004929 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004930 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004931 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004932 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004933 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004934 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004935 LDXX: clang++
4936 compile_the_world: true
4937 test_environ:
4938 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004939 ubsan:
4940 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004941 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4942 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004943 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004944 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004945 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004946 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004947 LDXX: clang++
4948 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004949 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004950 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004951defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004952 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004953 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4954 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07004955 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
4956 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
4957 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4958 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
4959 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004960 benchmark:
4961 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004962 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004963 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004964 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004965 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004966 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004967 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004968 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Craig Tillerb7a8cac2017-10-05 09:50:18 -07004969 -Ithird_party/abseil-cpp
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004970 LDFLAGS: -g
4971 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004972 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004973 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08004974openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004975 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004976 extraction_dir: openssl-1.0.2f
4977 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004978php_config_m4:
4979 deps:
4980 - grpc
4981 - gpr
4982 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004983 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004984 headers:
4985 - src/php/ext/grpc/byte_buffer.h
4986 - src/php/ext/grpc/call.h
4987 - src/php/ext/grpc/call_credentials.h
4988 - src/php/ext/grpc/channel.h
4989 - src/php/ext/grpc/channel_credentials.h
4990 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004991 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004992 - src/php/ext/grpc/php_grpc.h
4993 - src/php/ext/grpc/server.h
4994 - src/php/ext/grpc/server_credentials.h
4995 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004996 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004997 src:
4998 - src/php/ext/grpc/byte_buffer.c
4999 - src/php/ext/grpc/call.c
5000 - src/php/ext/grpc/call_credentials.c
5001 - src/php/ext/grpc/channel.c
5002 - src/php/ext/grpc/channel_credentials.c
5003 - src/php/ext/grpc/completion_queue.c
5004 - src/php/ext/grpc/php_grpc.c
5005 - src/php/ext/grpc/server.c
5006 - src/php/ext/grpc/server_credentials.c
5007 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005008python_dependencies:
5009 deps:
5010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005011 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005012 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005013 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005014 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005015ruby_gem:
5016 deps:
5017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005018 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005019 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005020 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005021 - z