blob: 76fa639c7ad806cfa9124a78b1541306285649a9 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai58c33ba2017-09-01 14:08:42 -070015 core_version: 5.0.0-dev
Mehrdad Afsharid1915a92018-01-19 14:23:17 -080016 g_stands_for: glamorous
17 version: 1.10.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070023 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070024 uses:
25 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070026 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070027- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010028 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -080029 - src/core/lib/gpr/alloc.cc
30 - src/core/lib/gpr/arena.cc
31 - src/core/lib/gpr/atm.cc
32 - src/core/lib/gpr/avl.cc
33 - src/core/lib/gpr/cmdline.cc
34 - src/core/lib/gpr/cpu_iphone.cc
35 - src/core/lib/gpr/cpu_linux.cc
36 - src/core/lib/gpr/cpu_posix.cc
37 - src/core/lib/gpr/cpu_windows.cc
38 - src/core/lib/gpr/env_linux.cc
39 - src/core/lib/gpr/env_posix.cc
40 - src/core/lib/gpr/env_windows.cc
41 - src/core/lib/gpr/fork.cc
42 - src/core/lib/gpr/host_port.cc
43 - src/core/lib/gpr/log.cc
44 - src/core/lib/gpr/log_android.cc
45 - src/core/lib/gpr/log_linux.cc
46 - src/core/lib/gpr/log_posix.cc
47 - src/core/lib/gpr/log_windows.cc
48 - src/core/lib/gpr/mpscq.cc
49 - src/core/lib/gpr/murmur_hash.cc
50 - src/core/lib/gpr/string.cc
51 - src/core/lib/gpr/string_posix.cc
52 - src/core/lib/gpr/string_util_windows.cc
53 - src/core/lib/gpr/string_windows.cc
54 - src/core/lib/gpr/subprocess_posix.cc
55 - src/core/lib/gpr/subprocess_windows.cc
56 - src/core/lib/gpr/sync.cc
57 - src/core/lib/gpr/sync_posix.cc
58 - src/core/lib/gpr/sync_windows.cc
59 - src/core/lib/gpr/thd.cc
60 - src/core/lib/gpr/thd_posix.cc
61 - src/core/lib/gpr/thd_windows.cc
62 - src/core/lib/gpr/time.cc
63 - src/core/lib/gpr/time_posix.cc
64 - src/core/lib/gpr/time_precise.cc
65 - src/core/lib/gpr/time_windows.cc
66 - src/core/lib/gpr/tls_pthread.cc
67 - src/core/lib/gpr/tmpfile_msys.cc
68 - src/core/lib/gpr/tmpfile_posix.cc
69 - src/core/lib/gpr/tmpfile_windows.cc
70 - src/core/lib/gpr/wrap_memcpy.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070071 - src/core/lib/profiling/basic_timers.cc
72 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070073 uses:
Vijay Pai42807252017-07-28 15:08:24 -070074 - gpr_base_headers
75- name: gpr_base_headers
76 public_headers:
77 - include/grpc/support/alloc.h
78 - include/grpc/support/atm.h
79 - include/grpc/support/atm_gcc_atomic.h
80 - include/grpc/support/atm_gcc_sync.h
81 - include/grpc/support/atm_windows.h
82 - include/grpc/support/avl.h
83 - include/grpc/support/cmdline.h
84 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -070085 - include/grpc/support/host_port.h
86 - include/grpc/support/log.h
87 - include/grpc/support/log_windows.h
88 - include/grpc/support/port_platform.h
89 - include/grpc/support/string_util.h
90 - include/grpc/support/subprocess.h
91 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070092 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070093 - include/grpc/support/sync_generic.h
94 - include/grpc/support/sync_posix.h
95 - include/grpc/support/sync_windows.h
96 - include/grpc/support/thd.h
97 - include/grpc/support/time.h
98 - include/grpc/support/tls.h
99 - include/grpc/support/tls_gcc.h
100 - include/grpc/support/tls_msvc.h
101 - include/grpc/support/tls_pthread.h
102 - include/grpc/support/useful.h
103 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800104 - src/core/lib/gpr/arena.h
105 - src/core/lib/gpr/env.h
106 - src/core/lib/gpr/fork.h
107 - src/core/lib/gpr/mpscq.h
108 - src/core/lib/gpr/murmur_hash.h
109 - src/core/lib/gpr/spinlock.h
110 - src/core/lib/gpr/string.h
111 - src/core/lib/gpr/string_windows.h
112 - src/core/lib/gpr/thd_internal.h
113 - src/core/lib/gpr/time_precise.h
114 - src/core/lib/gpr/tmpfile.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800115 - src/core/lib/gprpp/abstract.h
116 - src/core/lib/gprpp/atomic.h
117 - src/core/lib/gprpp/atomic_with_atm.h
118 - src/core/lib/gprpp/atomic_with_std.h
119 - src/core/lib/gprpp/manual_constructor.h
120 - src/core/lib/gprpp/memory.h
Vijay Pai42807252017-07-28 15:08:24 -0700121 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700122 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700123 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800124- name: gpr_codegen
125 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800126 - include/grpc/impl/codegen/atm.h
127 - include/grpc/impl/codegen/atm_gcc_atomic.h
128 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700130 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800131 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700132 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800133 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800134 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700135 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800136 - include/grpc/impl/codegen/sync_generic.h
137 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700139- name: grpc++_base
140 deps:
141 - grpc
142 uses:
143 - grpc++_common
144 - grpc++_codegen_base
145- name: grpc++_base_unsecure
146 deps:
147 - grpc_unsecure
148 uses:
149 - grpc++_common
150 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700151- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700152 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700153 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700154 - src/core/lib/channel/channel_args.cc
155 - src/core/lib/channel/channel_stack.cc
156 - src/core/lib/channel/channel_stack_builder.cc
157 - src/core/lib/channel/connected_channel.cc
158 - src/core/lib/channel/handshaker.cc
159 - src/core/lib/channel/handshaker_factory.cc
160 - src/core/lib/channel/handshaker_registry.cc
161 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700162 - src/core/lib/compression/compression_internal.cc
Muxi Yanf7a97e12017-10-11 16:59:27 -0700163 - src/core/lib/compression/compression_ruby.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700164 - src/core/lib/compression/message_compress.cc
165 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700166 - src/core/lib/compression/stream_compression_gzip.cc
167 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700168 - src/core/lib/debug/stats.cc
169 - src/core/lib/debug/stats_data.cc
170 - src/core/lib/http/format_request.cc
171 - src/core/lib/http/httpcli.cc
172 - src/core/lib/http/parser.cc
173 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700174 - src/core/lib/iomgr/combiner.cc
175 - src/core/lib/iomgr/endpoint.cc
176 - src/core/lib/iomgr/endpoint_pair_posix.cc
177 - src/core/lib/iomgr/endpoint_pair_uv.cc
178 - src/core/lib/iomgr/endpoint_pair_windows.cc
179 - src/core/lib/iomgr/error.cc
180 - src/core/lib/iomgr/ev_epoll1_linux.cc
181 - src/core/lib/iomgr/ev_epollex_linux.cc
182 - src/core/lib/iomgr/ev_epollsig_linux.cc
183 - src/core/lib/iomgr/ev_poll_posix.cc
184 - src/core/lib/iomgr/ev_posix.cc
185 - src/core/lib/iomgr/ev_windows.cc
186 - src/core/lib/iomgr/exec_ctx.cc
187 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100188 - src/core/lib/iomgr/fork_posix.cc
189 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700190 - src/core/lib/iomgr/gethostname_fallback.cc
191 - src/core/lib/iomgr/gethostname_host_name_max.cc
192 - src/core/lib/iomgr/gethostname_sysconf.cc
193 - src/core/lib/iomgr/iocp_windows.cc
194 - src/core/lib/iomgr/iomgr.cc
195 - src/core/lib/iomgr/iomgr_posix.cc
196 - src/core/lib/iomgr/iomgr_uv.cc
197 - src/core/lib/iomgr/iomgr_windows.cc
198 - src/core/lib/iomgr/is_epollexclusive_available.cc
199 - src/core/lib/iomgr/load_file.cc
200 - src/core/lib/iomgr/lockfree_event.cc
201 - src/core/lib/iomgr/network_status_tracker.cc
202 - src/core/lib/iomgr/polling_entity.cc
203 - src/core/lib/iomgr/pollset_set_uv.cc
204 - src/core/lib/iomgr/pollset_set_windows.cc
205 - src/core/lib/iomgr/pollset_uv.cc
206 - src/core/lib/iomgr/pollset_windows.cc
207 - src/core/lib/iomgr/resolve_address_posix.cc
208 - src/core/lib/iomgr/resolve_address_uv.cc
209 - src/core/lib/iomgr/resolve_address_windows.cc
210 - src/core/lib/iomgr/resource_quota.cc
211 - src/core/lib/iomgr/sockaddr_utils.cc
212 - src/core/lib/iomgr/socket_factory_posix.cc
213 - src/core/lib/iomgr/socket_mutator.cc
214 - src/core/lib/iomgr/socket_utils_common_posix.cc
215 - src/core/lib/iomgr/socket_utils_linux.cc
216 - src/core/lib/iomgr/socket_utils_posix.cc
217 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700218 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700219 - src/core/lib/iomgr/socket_windows.cc
220 - src/core/lib/iomgr/tcp_client_posix.cc
221 - src/core/lib/iomgr/tcp_client_uv.cc
222 - src/core/lib/iomgr/tcp_client_windows.cc
223 - src/core/lib/iomgr/tcp_posix.cc
224 - src/core/lib/iomgr/tcp_server_posix.cc
225 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
226 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
227 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
228 - src/core/lib/iomgr/tcp_server_uv.cc
229 - src/core/lib/iomgr/tcp_server_windows.cc
230 - src/core/lib/iomgr/tcp_uv.cc
231 - src/core/lib/iomgr/tcp_windows.cc
232 - src/core/lib/iomgr/time_averaged_stats.cc
233 - src/core/lib/iomgr/timer_generic.cc
234 - src/core/lib/iomgr/timer_heap.cc
235 - src/core/lib/iomgr/timer_manager.cc
236 - src/core/lib/iomgr/timer_uv.cc
237 - src/core/lib/iomgr/udp_server.cc
238 - src/core/lib/iomgr/unix_sockets_posix.cc
239 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
240 - src/core/lib/iomgr/wakeup_fd_cv.cc
241 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
242 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
243 - src/core/lib/iomgr/wakeup_fd_pipe.cc
244 - src/core/lib/iomgr/wakeup_fd_posix.cc
245 - src/core/lib/json/json.cc
246 - src/core/lib/json/json_reader.cc
247 - src/core/lib/json/json_string.cc
248 - src/core/lib/json/json_writer.cc
249 - src/core/lib/slice/b64.cc
250 - src/core/lib/slice/percent_encoding.cc
251 - src/core/lib/slice/slice.cc
252 - src/core/lib/slice/slice_buffer.cc
253 - src/core/lib/slice/slice_hash_table.cc
254 - src/core/lib/slice/slice_intern.cc
255 - src/core/lib/slice/slice_string_helpers.cc
256 - src/core/lib/surface/alarm.cc
257 - src/core/lib/surface/api_trace.cc
258 - src/core/lib/surface/byte_buffer.cc
259 - src/core/lib/surface/byte_buffer_reader.cc
260 - src/core/lib/surface/call.cc
261 - src/core/lib/surface/call_details.cc
262 - src/core/lib/surface/call_log_batch.cc
263 - src/core/lib/surface/channel.cc
264 - src/core/lib/surface/channel_init.cc
265 - src/core/lib/surface/channel_ping.cc
266 - src/core/lib/surface/channel_stack_type.cc
267 - src/core/lib/surface/completion_queue.cc
268 - src/core/lib/surface/completion_queue_factory.cc
269 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700270 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700271 - src/core/lib/surface/metadata_array.cc
272 - src/core/lib/surface/server.cc
273 - src/core/lib/surface/validate_metadata.cc
274 - src/core/lib/surface/version.cc
275 - src/core/lib/transport/bdp_estimator.cc
276 - src/core/lib/transport/byte_stream.cc
277 - src/core/lib/transport/connectivity_state.cc
278 - src/core/lib/transport/error_utils.cc
279 - src/core/lib/transport/metadata.cc
280 - src/core/lib/transport/metadata_batch.cc
281 - src/core/lib/transport/pid_controller.cc
282 - src/core/lib/transport/service_config.cc
283 - src/core/lib/transport/static_metadata.cc
284 - src/core/lib/transport/status_conversion.cc
285 - src/core/lib/transport/timeout_encoding.cc
286 - src/core/lib/transport/transport.cc
287 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700288 deps:
289 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700290 filegroups:
291 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700292 uses:
293 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700294 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700295- name: grpc_base_headers
296 public_headers:
297 - include/grpc/byte_buffer.h
298 - include/grpc/byte_buffer_reader.h
299 - include/grpc/compression.h
Muxi Yanf7a97e12017-10-11 16:59:27 -0700300 - include/grpc/compression_ruby.h
Ken Payson9714e032017-10-10 11:18:49 -0700301 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700302 - include/grpc/grpc.h
303 - include/grpc/grpc_posix.h
304 - include/grpc/grpc_security_constants.h
305 - include/grpc/load_reporting.h
306 - include/grpc/slice.h
307 - include/grpc/slice_buffer.h
308 - include/grpc/status.h
309 - include/grpc/support/workaround_list.h
310 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700311 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700312 - src/core/lib/channel/channel_args.h
313 - src/core/lib/channel/channel_stack.h
314 - src/core/lib/channel/channel_stack_builder.h
315 - src/core/lib/channel/connected_channel.h
316 - src/core/lib/channel/context.h
317 - src/core/lib/channel/handshaker.h
318 - src/core/lib/channel/handshaker_factory.h
319 - src/core/lib/channel/handshaker_registry.h
320 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700321 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700322 - src/core/lib/compression/message_compress.h
323 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700324 - src/core/lib/compression/stream_compression_gzip.h
325 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700326 - src/core/lib/debug/stats.h
327 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800328 - src/core/lib/gprpp/debug_location.h
329 - src/core/lib/gprpp/inlined_vector.h
330 - src/core/lib/gprpp/orphanable.h
331 - src/core/lib/gprpp/ref_counted.h
332 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700333 - src/core/lib/http/format_request.h
334 - src/core/lib/http/httpcli.h
335 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700336 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth764cf042017-09-01 09:00:06 -0700337 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700338 - src/core/lib/iomgr/closure.h
339 - src/core/lib/iomgr/combiner.h
340 - src/core/lib/iomgr/endpoint.h
341 - src/core/lib/iomgr/endpoint_pair.h
342 - src/core/lib/iomgr/error.h
343 - src/core/lib/iomgr/error_internal.h
344 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700345 - src/core/lib/iomgr/ev_epollex_linux.h
346 - src/core/lib/iomgr/ev_epollsig_linux.h
347 - src/core/lib/iomgr/ev_poll_posix.h
348 - src/core/lib/iomgr/ev_posix.h
349 - src/core/lib/iomgr/exec_ctx.h
350 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700351 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700352 - src/core/lib/iomgr/iocp_windows.h
353 - src/core/lib/iomgr/iomgr.h
354 - src/core/lib/iomgr/iomgr_internal.h
355 - src/core/lib/iomgr/iomgr_posix.h
356 - src/core/lib/iomgr/iomgr_uv.h
357 - src/core/lib/iomgr/is_epollexclusive_available.h
358 - src/core/lib/iomgr/load_file.h
359 - src/core/lib/iomgr/lockfree_event.h
360 - src/core/lib/iomgr/nameser.h
361 - src/core/lib/iomgr/network_status_tracker.h
362 - src/core/lib/iomgr/polling_entity.h
363 - src/core/lib/iomgr/pollset.h
364 - src/core/lib/iomgr/pollset_set.h
365 - src/core/lib/iomgr/pollset_set_windows.h
366 - src/core/lib/iomgr/pollset_uv.h
367 - src/core/lib/iomgr/pollset_windows.h
368 - src/core/lib/iomgr/port.h
369 - src/core/lib/iomgr/resolve_address.h
370 - src/core/lib/iomgr/resource_quota.h
371 - src/core/lib/iomgr/sockaddr.h
372 - src/core/lib/iomgr/sockaddr_posix.h
373 - src/core/lib/iomgr/sockaddr_utils.h
374 - src/core/lib/iomgr/sockaddr_windows.h
375 - src/core/lib/iomgr/socket_factory_posix.h
376 - src/core/lib/iomgr/socket_mutator.h
377 - src/core/lib/iomgr/socket_utils.h
378 - src/core/lib/iomgr/socket_utils_posix.h
379 - src/core/lib/iomgr/socket_windows.h
380 - src/core/lib/iomgr/sys_epoll_wrapper.h
381 - src/core/lib/iomgr/tcp_client.h
382 - src/core/lib/iomgr/tcp_client_posix.h
383 - src/core/lib/iomgr/tcp_posix.h
384 - src/core/lib/iomgr/tcp_server.h
385 - src/core/lib/iomgr/tcp_server_utils_posix.h
386 - src/core/lib/iomgr/tcp_uv.h
387 - src/core/lib/iomgr/tcp_windows.h
388 - src/core/lib/iomgr/time_averaged_stats.h
389 - src/core/lib/iomgr/timer.h
390 - src/core/lib/iomgr/timer_generic.h
391 - src/core/lib/iomgr/timer_heap.h
392 - src/core/lib/iomgr/timer_manager.h
393 - src/core/lib/iomgr/timer_uv.h
394 - src/core/lib/iomgr/udp_server.h
395 - src/core/lib/iomgr/unix_sockets_posix.h
396 - src/core/lib/iomgr/wakeup_fd_cv.h
397 - src/core/lib/iomgr/wakeup_fd_pipe.h
398 - src/core/lib/iomgr/wakeup_fd_posix.h
399 - src/core/lib/json/json.h
400 - src/core/lib/json/json_common.h
401 - src/core/lib/json/json_reader.h
402 - src/core/lib/json/json_writer.h
403 - src/core/lib/slice/b64.h
404 - src/core/lib/slice/percent_encoding.h
405 - src/core/lib/slice/slice_hash_table.h
406 - src/core/lib/slice/slice_internal.h
407 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700408 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700409 - src/core/lib/surface/api_trace.h
410 - src/core/lib/surface/call.h
411 - src/core/lib/surface/call_test_only.h
412 - src/core/lib/surface/channel.h
413 - src/core/lib/surface/channel_init.h
414 - src/core/lib/surface/channel_stack_type.h
415 - src/core/lib/surface/completion_queue.h
416 - src/core/lib/surface/completion_queue_factory.h
417 - src/core/lib/surface/event_string.h
418 - src/core/lib/surface/init.h
419 - src/core/lib/surface/lame_client.h
420 - src/core/lib/surface/server.h
421 - src/core/lib/surface/validate_metadata.h
422 - src/core/lib/transport/bdp_estimator.h
423 - src/core/lib/transport/byte_stream.h
424 - src/core/lib/transport/connectivity_state.h
425 - src/core/lib/transport/error_utils.h
426 - src/core/lib/transport/http2_errors.h
427 - src/core/lib/transport/metadata.h
428 - src/core/lib/transport/metadata_batch.h
429 - src/core/lib/transport/pid_controller.h
430 - src/core/lib/transport/service_config.h
431 - src/core/lib/transport/static_metadata.h
432 - src/core/lib/transport/status_conversion.h
433 - src/core/lib/transport/timeout_encoding.h
434 - src/core/lib/transport/transport.h
435 - src/core/lib/transport/transport_impl.h
436 deps:
437 - gpr
438 uses:
439 - grpc_codegen
440 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700441- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700442 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700443 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700444 - src/core/ext/filters/client_channel/client_channel.h
445 - src/core/ext/filters/client_channel/client_channel_factory.h
446 - src/core/ext/filters/client_channel/connector.h
447 - src/core/ext/filters/client_channel/http_connect_handshaker.h
448 - src/core/ext/filters/client_channel/http_proxy.h
449 - src/core/ext/filters/client_channel/lb_policy.h
450 - src/core/ext/filters/client_channel/lb_policy_factory.h
451 - src/core/ext/filters/client_channel/lb_policy_registry.h
452 - src/core/ext/filters/client_channel/parse_address.h
453 - src/core/ext/filters/client_channel/proxy_mapper.h
454 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
455 - src/core/ext/filters/client_channel/resolver.h
456 - src/core/ext/filters/client_channel/resolver_factory.h
457 - src/core/ext/filters/client_channel/resolver_registry.h
458 - src/core/ext/filters/client_channel/retry_throttle.h
459 - src/core/ext/filters/client_channel/subchannel.h
460 - src/core/ext/filters/client_channel/subchannel_index.h
461 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700462 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700463 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700464 - src/core/ext/filters/client_channel/channel_connectivity.cc
465 - src/core/ext/filters/client_channel/client_channel.cc
466 - src/core/ext/filters/client_channel/client_channel_factory.cc
467 - src/core/ext/filters/client_channel/client_channel_plugin.cc
468 - src/core/ext/filters/client_channel/connector.cc
469 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
470 - src/core/ext/filters/client_channel/http_proxy.cc
471 - src/core/ext/filters/client_channel/lb_policy.cc
472 - src/core/ext/filters/client_channel/lb_policy_factory.cc
473 - src/core/ext/filters/client_channel/lb_policy_registry.cc
474 - src/core/ext/filters/client_channel/parse_address.cc
475 - src/core/ext/filters/client_channel/proxy_mapper.cc
476 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
477 - src/core/ext/filters/client_channel/resolver.cc
478 - src/core/ext/filters/client_channel/resolver_factory.cc
479 - src/core/ext/filters/client_channel/resolver_registry.cc
480 - src/core/ext/filters/client_channel/retry_throttle.cc
481 - src/core/ext/filters/client_channel/subchannel.cc
482 - src/core/ext/filters/client_channel/subchannel_index.cc
483 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700484 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700485 uses:
486 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700487 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800488- name: grpc_codegen
489 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700490 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700491 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800492 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800493 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800494 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800495 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700496 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800497 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700498 uses:
499 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700500- name: grpc_deadline_filter
501 headers:
502 - src/core/ext/filters/deadline/deadline_filter.h
503 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700504 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700505 plugin: grpc_deadline_filter
506 uses:
507 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700508- name: grpc_http_filters
509 headers:
510 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700511 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700512 - src/core/ext/filters/http/server/http_server_filter.h
513 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700514 - src/core/ext/filters/http/client/http_client_filter.cc
515 - src/core/ext/filters/http/http_filters_plugin.cc
516 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
517 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700518 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700519 uses:
520 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700521- name: grpc_lb_policy_grpclb
522 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700523 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700524 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
525 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700526 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700527 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
528 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700529 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700530 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
531 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
532 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
533 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
534 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700535 - 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 -0800536 plugin: grpc_lb_policy_grpclb
537 uses:
538 - grpc_base
539 - grpc_client_channel
540 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700541 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800542- name: grpc_lb_policy_grpclb_secure
543 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700544 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
546 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700548 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
549 - 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 -0800550 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700551 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
552 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
553 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
554 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
555 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700556 - 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 -0700557 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700558 uses:
559 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700560 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700561 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700562 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700563 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700564- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700565 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700566 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700567 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700568 uses:
569 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700570 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700571 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700572- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700573 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700574 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700575 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700576 uses:
577 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700578 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700579 - grpc_lb_subchannel_list
580- name: grpc_lb_subchannel_list
581 headers:
582 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
583 src:
584 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
585 uses:
586 - grpc_base
587 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700588- name: grpc_max_age_filter
589 headers:
590 - src/core/ext/filters/max_age/max_age_filter.h
591 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700592 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700593 plugin: grpc_max_age_filter
594 uses:
595 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700596- name: grpc_message_size_filter
597 headers:
598 - src/core/ext/filters/message_size/message_size_filter.h
599 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700600 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700601 plugin: grpc_message_size_filter
602 uses:
603 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700604- name: grpc_resolver_dns_ares
605 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700606 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
607 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700608 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700609 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
610 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
611 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
612 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700613 plugin: grpc_resolver_dns_ares
614 uses:
615 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700616 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700617- name: grpc_resolver_dns_native
618 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700619 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700620 plugin: grpc_resolver_dns_native
621 uses:
622 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700623 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700624- name: grpc_resolver_fake
625 headers:
626 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
627 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700628 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700629 plugin: grpc_resolver_fake
630 uses:
631 - grpc_base
632 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700633- name: grpc_resolver_sockaddr
634 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700635 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700636 plugin: grpc_resolver_sockaddr
637 uses:
638 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700639 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100640- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700641 public_headers:
642 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100643 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700644 - src/core/lib/security/context/security_context.h
645 - src/core/lib/security/credentials/composite/composite_credentials.h
646 - src/core/lib/security/credentials/credentials.h
647 - src/core/lib/security/credentials/fake/fake_credentials.h
648 - src/core/lib/security/credentials/google_default/google_default_credentials.h
649 - src/core/lib/security/credentials/iam/iam_credentials.h
650 - src/core/lib/security/credentials/jwt/json_token.h
651 - src/core/lib/security/credentials/jwt/jwt_credentials.h
652 - src/core/lib/security/credentials/jwt/jwt_verifier.h
653 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
654 - src/core/lib/security/credentials/plugin/plugin_credentials.h
655 - src/core/lib/security/credentials/ssl/ssl_credentials.h
656 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800657 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700658 - src/core/lib/security/transport/secure_endpoint.h
659 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800660 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700661 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700662 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100663 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700664 - src/core/lib/http/httpcli_security_connector.cc
665 - src/core/lib/security/context/security_context.cc
666 - src/core/lib/security/credentials/composite/composite_credentials.cc
667 - src/core/lib/security/credentials/credentials.cc
668 - src/core/lib/security/credentials/credentials_metadata.cc
669 - src/core/lib/security/credentials/fake/fake_credentials.cc
670 - src/core/lib/security/credentials/google_default/credentials_generic.cc
671 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
672 - src/core/lib/security/credentials/iam/iam_credentials.cc
673 - src/core/lib/security/credentials/jwt/json_token.cc
674 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
675 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
676 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
677 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
678 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
679 - src/core/lib/security/transport/client_auth_filter.cc
680 - src/core/lib/security/transport/lb_targets_info.cc
681 - src/core/lib/security/transport/secure_endpoint.cc
682 - src/core/lib/security/transport/security_connector.cc
683 - src/core/lib/security/transport/security_handshaker.cc
684 - src/core/lib/security/transport/server_auth_filter.cc
685 - src/core/lib/security/transport/tsi_error.cc
686 - src/core/lib/security/util/json_util.cc
687 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700688 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700689 uses:
690 - grpc_base
691 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700692 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700693- name: grpc_server_backward_compatibility
694 headers:
695 - src/core/ext/filters/workarounds/workaround_utils.h
696 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700697 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700698 uses:
699 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700700- name: grpc_server_load_reporting
701 headers:
702 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
703 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
704 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700705 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
706 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700707 plugin: grpc_server_load_reporting_plugin
708 uses:
709 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700710- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700711 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700712 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700713 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700714 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800715 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700716 - test/core/end2end/fixtures/proxy.h
717 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800718 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700719 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800720 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200721 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700722 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700723 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700724 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700725 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700726 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700727 - test/core/util/slice_splitter.h
ncteisenaa3b1972017-11-17 15:56:27 -0800728 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800729 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700730 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700731 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700732 - test/core/end2end/cq_verifier.cc
733 - test/core/end2end/fixtures/http_proxy_fixture.cc
734 - test/core/end2end/fixtures/proxy.cc
735 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700736 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700737 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800738 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700739 - test/core/util/memory_counters.cc
740 - test/core/util/mock_endpoint.cc
741 - test/core/util/parse_hexstring.cc
742 - test/core/util/passthru_endpoint.cc
743 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800744 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700745 - test/core/util/port_server_client.cc
746 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800747 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700748 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700749 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700750 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700751 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700752 uses:
753 - grpc_base
754 - grpc_client_channel
755 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700756- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700757 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700758 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700759 deps:
760 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700761 filegroups:
762 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700763 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700764- name: grpc_trace_headers
765 headers:
766 - src/core/lib/debug/trace.h
767 deps:
768 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700769- name: grpc_transport_chttp2
770 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700771 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700772 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700773 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700774 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700775 - src/core/ext/transport/chttp2/transport/frame.h
776 - src/core/ext/transport/chttp2/transport/frame_data.h
777 - src/core/ext/transport/chttp2/transport/frame_goaway.h
778 - src/core/ext/transport/chttp2/transport/frame_ping.h
779 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
780 - src/core/ext/transport/chttp2/transport/frame_settings.h
781 - src/core/ext/transport/chttp2/transport/frame_window_update.h
782 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
783 - src/core/ext/transport/chttp2/transport/hpack_parser.h
784 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700785 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700786 - src/core/ext/transport/chttp2/transport/huffsyms.h
787 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
788 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700789 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700790 - src/core/ext/transport/chttp2/transport/varint.h
791 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700792 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
793 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
794 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
795 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
796 - src/core/ext/transport/chttp2/transport/flow_control.cc
797 - src/core/ext/transport/chttp2/transport/frame_data.cc
798 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
799 - src/core/ext/transport/chttp2/transport/frame_ping.cc
800 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
801 - src/core/ext/transport/chttp2/transport/frame_settings.cc
802 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
803 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
804 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
805 - src/core/ext/transport/chttp2/transport/hpack_table.cc
806 - src/core/ext/transport/chttp2/transport/http2_settings.cc
807 - src/core/ext/transport/chttp2/transport/huffsyms.cc
808 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
809 - src/core/ext/transport/chttp2/transport/parsing.cc
810 - src/core/ext/transport/chttp2/transport/stream_lists.cc
811 - src/core/ext/transport/chttp2/transport/stream_map.cc
812 - src/core/ext/transport/chttp2/transport/varint.cc
813 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700814 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700815 uses:
816 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700817 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700818 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700819- name: grpc_transport_chttp2_alpn
820 headers:
821 - src/core/ext/transport/chttp2/alpn/alpn.h
822 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700823 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700824 deps:
825 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800826- name: grpc_transport_chttp2_client_connector
827 headers:
828 - src/core/ext/transport/chttp2/client/chttp2_connector.h
829 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700830 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800831 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800832 - grpc_transport_chttp2
833 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700834 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700835- name: grpc_transport_chttp2_client_insecure
836 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700837 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
838 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700839 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800840 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700841 - grpc_transport_chttp2
842 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700843 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700844- name: grpc_transport_chttp2_client_secure
845 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700846 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700847 uses:
848 - grpc_transport_chttp2
849 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700850 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700851 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800852 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800853- name: grpc_transport_chttp2_server
854 headers:
855 - src/core/ext/transport/chttp2/server/chttp2_server.h
856 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700857 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800858 uses:
859 - grpc_transport_chttp2
860 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700861- name: grpc_transport_chttp2_server_insecure
862 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700863 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
864 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700865 uses:
866 - grpc_transport_chttp2
867 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800868 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700869- name: grpc_transport_chttp2_server_secure
870 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700871 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700872 uses:
873 - grpc_transport_chttp2
874 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700875 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800876 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700877- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700878 public_headers:
879 - include/grpc/grpc_cronet.h
880 - include/grpc/grpc_security.h
881 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700882 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800883 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800884 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700885 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700886 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
887 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
888 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700889 filegroups:
890 - grpc_base
891 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700892 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700893- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700894 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700895 - src/core/ext/transport/inproc/inproc_plugin.cc
896 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700897 plugin: grpc_inproc_plugin
898 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700899 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700900 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700901- name: grpc_transport_inproc_headers
902 headers:
903 - src/core/ext/transport/inproc/inproc_transport.h
904 uses:
905 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700906- name: grpc_workaround_cronet_compression_filter
907 headers:
908 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
909 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700910 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700911 plugin: grpc_workaround_cronet_compression_filter
912 uses:
913 - grpc_base
914 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800915- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700916 src:
917 - third_party/nanopb/pb_common.c
918 - third_party/nanopb/pb_decode.c
919 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700920 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700921 - nanopb_headers
922- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800923 headers:
924 - third_party/nanopb/pb.h
925 - third_party/nanopb/pb_common.h
926 - third_party/nanopb/pb_decode.h
927 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700928- name: transport_security_test_lib
929 build: test
930 headers:
931 - test/core/tsi/transport_security_test_lib.h
932 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700933 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700934 deps:
935 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936- name: tsi
937 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -0800938 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700939 - src/core/tsi/fake_transport_security.h
940 - src/core/tsi/ssl_transport_security.h
941 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700942 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -0800944 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700945 - src/core/tsi/fake_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700946 - src/core/tsi/ssl_transport_security.cc
947 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700948 deps:
949 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -0800950 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700951 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700952 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700953 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700954 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700955 - grpc_trace
956- name: tsi_interface
957 headers:
958 - src/core/tsi/transport_security.h
959 - src/core/tsi/transport_security_adapter.h
960 - src/core/tsi/transport_security_interface.h
961 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700962 - src/core/tsi/transport_security.cc
963 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700964 deps:
965 - gpr
966 secure: true
967 uses:
968 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700969- name: grpc++_codegen_base
970 language: c++
971 public_headers:
972 - include/grpc++/impl/codegen/async_stream.h
973 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700974 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700975 - include/grpc++/impl/codegen/call.h
976 - include/grpc++/impl/codegen/call_hook.h
977 - include/grpc++/impl/codegen/channel_interface.h
978 - include/grpc++/impl/codegen/client_context.h
979 - include/grpc++/impl/codegen/client_unary_call.h
980 - include/grpc++/impl/codegen/completion_queue.h
981 - include/grpc++/impl/codegen/completion_queue_tag.h
982 - include/grpc++/impl/codegen/config.h
983 - include/grpc++/impl/codegen/core_codegen_interface.h
984 - include/grpc++/impl/codegen/create_auth_context.h
985 - include/grpc++/impl/codegen/grpc_library.h
986 - include/grpc++/impl/codegen/metadata_map.h
987 - include/grpc++/impl/codegen/method_handler_impl.h
988 - include/grpc++/impl/codegen/rpc_method.h
989 - include/grpc++/impl/codegen/rpc_service_method.h
990 - include/grpc++/impl/codegen/security/auth_context.h
991 - include/grpc++/impl/codegen/serialization_traits.h
992 - include/grpc++/impl/codegen/server_context.h
993 - include/grpc++/impl/codegen/server_interface.h
994 - include/grpc++/impl/codegen/service_type.h
995 - include/grpc++/impl/codegen/slice.h
996 - include/grpc++/impl/codegen/status.h
997 - include/grpc++/impl/codegen/status_code_enum.h
998 - include/grpc++/impl/codegen/string_ref.h
999 - include/grpc++/impl/codegen/stub_options.h
1000 - include/grpc++/impl/codegen/sync_stream.h
1001 - include/grpc++/impl/codegen/time.h
1002 uses:
1003 - grpc_codegen
1004- name: grpc++_codegen_base_src
1005 language: c++
1006 src:
1007 - src/cpp/codegen/codegen_init.cc
1008 uses:
1009 - grpc++_codegen_base
1010- name: grpc++_codegen_proto
1011 language: c++
1012 public_headers:
1013 - include/grpc++/impl/codegen/proto_utils.h
1014 uses:
1015 - grpc++_codegen_base
1016 - grpc++_config_proto
1017- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001018 language: c++
1019 public_headers:
1020 - include/grpc++/alarm.h
1021 - include/grpc++/channel.h
1022 - include/grpc++/client_context.h
1023 - include/grpc++/completion_queue.h
1024 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001025 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001026 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001027 - include/grpc++/generic/async_generic_service.h
1028 - include/grpc++/generic/generic_stub.h
1029 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001030 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001032 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001034 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 - include/grpc++/impl/grpc_library.h
1036 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 - include/grpc++/impl/rpc_method.h
1038 - include/grpc++/impl/rpc_service_method.h
1039 - include/grpc++/impl/serialization_traits.h
1040 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001041 - include/grpc++/impl/server_builder_plugin.h
1042 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001044 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001045 - include/grpc++/security/auth_context.h
1046 - include/grpc++/security/auth_metadata_processor.h
1047 - include/grpc++/security/credentials.h
1048 - include/grpc++/security/server_credentials.h
1049 - include/grpc++/server.h
1050 - include/grpc++/server_builder.h
1051 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001052 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053 - include/grpc++/support/async_stream.h
1054 - include/grpc++/support/async_unary_call.h
1055 - include/grpc++/support/byte_buffer.h
1056 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001057 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 - include/grpc++/support/slice.h
1059 - include/grpc++/support/status.h
1060 - include/grpc++/support/status_code_enum.h
1061 - include/grpc++/support/string_ref.h
1062 - include/grpc++/support/stub_options.h
1063 - include/grpc++/support/sync_stream.h
1064 - include/grpc++/support/time.h
1065 headers:
1066 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001067 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001068 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001069 - src/cpp/server/health/default_health_check_service.h
1070 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001072 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001074 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/client/client_context.cc
1076 - src/cpp/client/create_channel.cc
1077 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001078 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001079 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001082 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001083 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001084 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001085 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001087 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001089 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001090 - src/cpp/server/create_default_thread_pool.cc
1091 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001092 - src/cpp/server/health/default_health_check_service.cc
1093 - src/cpp/server/health/health.pb.c
1094 - src/cpp/server/health/health_check_service.cc
1095 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001096 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001097 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001098 - src/cpp/server/server_context.cc
1099 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001100 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001101 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001102 - src/cpp/util/byte_buffer_cc.cc
1103 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001104 - src/cpp/util/status.cc
1105 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001106 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001107 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001108 - gpr_base_headers
1109 - grpc_base_headers
1110 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001111 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001112 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001113- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001114 language: c++
1115 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001116 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001117- name: grpc++_reflection_proto
1118 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001119 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001120 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001121- name: grpc++_test
1122 language: c++
1123 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001124 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001125 - include/grpc++/test/server_context_test_spouse.h
1126 deps:
1127 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001128 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001129libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001130- name: gpr
1131 build: all
1132 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001133 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001134 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001135 secure: false
1136 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1137- name: gpr_test_util
1138 build: private
1139 language: c
1140 headers:
1141 - test/core/util/test_config.h
1142 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001143 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001144 deps:
1145 - gpr
1146 secure: false
1147 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001148- name: grpc
1149 build: all
1150 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001151 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001152 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001153 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001154 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001156 filegroups:
1157 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001158 - grpc_transport_chttp2_server_secure
1159 - grpc_transport_chttp2_client_secure
1160 - grpc_transport_chttp2_server_insecure
1161 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001162 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001163 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001164 - grpc_lb_policy_pick_first
1165 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001166 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001167 - grpc_resolver_dns_native
1168 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001169 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001170 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001171 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001172 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001173 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001174 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001175 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001176 - grpc_workaround_cronet_compression_filter
1177 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001178 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001180 vs_packages:
1181 - grpc.dependencies.openssl
1182 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001184- name: grpc_cronet
1185 build: all
1186 language: c
1187 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001188 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001189 baselib: true
1190 deps_linkage: static
1191 dll: true
1192 filegroups:
1193 - grpc_base
1194 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001195 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001196 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001197 generate_plugin_registry: true
1198 platforms:
1199 - linux
1200 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001201- name: grpc_dll
1202 build: private
1203 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001204 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001205 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001206 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001207 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001208 build_system:
1209 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001210 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001211 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001212 vs_config_type: DynamicLibrary
1213 vs_packages:
1214 - grpc.dependencies.openssl
1215 - grpc.dependencies.zlib
1216 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1217 vs_props:
1218 - zlib
1219 - openssl
1220 - winsock
1221 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001222- name: grpc_test_util
1223 build: private
1224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001225 headers:
1226 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001227 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001228 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001229 - test/core/end2end/data/client_certs.cc
1230 - test/core/end2end/data/server1_cert.cc
1231 - test/core/end2end/data/server1_key.cc
1232 - test/core/end2end/data/test_root_cert.cc
1233 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001236 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001237 - grpc
1238 filegroups:
1239 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1241- name: grpc_test_util_unsecure
1242 build: private
1243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001244 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001245 - gpr
1246 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001247 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001248 filegroups:
1249 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250 secure: false
1251 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1252- name: grpc_unsecure
1253 build: all
1254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001255 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001256 - src/core/lib/surface/init.cc
1257 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001259 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001261 filegroups:
1262 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001263 - grpc_transport_chttp2_server_insecure
1264 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001265 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001266 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001267 - grpc_resolver_dns_native
1268 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001269 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001270 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001271 - grpc_lb_policy_grpclb
1272 - grpc_lb_policy_pick_first
1273 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001274 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001275 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001276 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001277 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001278 - grpc_workaround_cronet_compression_filter
1279 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001280 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281 secure: false
1282 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001283- name: reconnect_server
1284 build: private
1285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001286 headers:
1287 - test/core/util/reconnect_server.h
1288 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001289 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001290 deps:
yang-gc9fca182015-11-06 16:41:33 -08001291 - test_tcp_server
1292 - grpc_test_util
1293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001294 - gpr_test_util
1295 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001296- name: test_tcp_server
1297 build: private
1298 language: c
1299 headers:
1300 - test/core/util/test_tcp_server.h
1301 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001302 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001303 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001304 - grpc_test_util
1305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: grpc++
1309 build: all
1310 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001311 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001312 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001313 - src/cpp/client/secure_credentials.h
1314 - src/cpp/common/secure_auth_context.h
1315 - src/cpp/server/secure_server_credentials.h
1316 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001317 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001318 - src/cpp/client/secure_credentials.cc
1319 - src/cpp/common/auth_property_iterator.cc
1320 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001321 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001322 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001323 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001324 - src/cpp/server/secure_server_credentials.cc
1325 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001326 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001327 baselib: true
1328 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001329 filegroups:
1330 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001331 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001332 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001333 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334 secure: check
1335 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001336- name: grpc++_core_stats
1337 build: private
1338 language: c++
1339 public_headers:
1340 - src/cpp/util/core_stats.h
1341 src:
1342 - src/proto/grpc/core/stats.proto
1343 - src/cpp/util/core_stats.cc
1344 deps:
1345 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001346- name: grpc++_cronet
1347 build: all
1348 language: c++
1349 src:
1350 - src/cpp/client/cronet_credentials.cc
1351 - src/cpp/client/insecure_credentials.cc
1352 - src/cpp/common/insecure_create_auth_context.cc
1353 - src/cpp/server/insecure_server_credentials.cc
1354 deps:
1355 - gpr
1356 - grpc_cronet
1357 baselib: true
1358 dll: true
1359 filegroups:
1360 - grpc++_base
1361 - grpc++_codegen_base
1362 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001363 - grpc_transport_chttp2_client_insecure
1364 - grpc_transport_chttp2_server_insecure
1365 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001366 platforms:
1367 - linux
1368 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001369- name: grpc++_error_details
1370 build: all
1371 language: c++
1372 public_headers:
1373 - include/grpc++/support/error_details.h
1374 src:
1375 - src/proto/grpc/status/status.proto
1376 - src/cpp/util/error_details.cc
1377 deps:
1378 - grpc++
1379 baselib: true
1380 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001381- name: grpc++_proto_reflection_desc_db
1382 build: private
1383 language: c++
1384 headers:
1385 - test/cpp/util/proto_reflection_descriptor_database.h
1386 src:
1387 - test/cpp/util/proto_reflection_descriptor_database.cc
1388 deps:
1389 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001390 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001391 filegroups:
1392 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001393 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001394- name: grpc++_reflection
1395 build: all
1396 language: c++
1397 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001398 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001399 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001400 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001401 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001402 - src/cpp/ext/proto_server_reflection.cc
1403 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001404 deps:
1405 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001406 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001407 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001408 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001409- name: grpc++_test_config
1410 build: private
1411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001412 headers:
1413 - test/cpp/util/test_config.h
1414 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001415 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416- name: grpc++_test_util
1417 build: private
1418 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001419 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001420 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001421 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001422 - test/cpp/util/create_test_channel.h
1423 - test/cpp/util/string_ref_helper.h
1424 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001425 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
yang-gc8a49d22016-12-12 11:18:49 -08001427 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001428 - src/proto/grpc/testing/echo_messages.proto
1429 - src/proto/grpc/testing/echo.proto
1430 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001431 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001432 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001433 - test/cpp/util/create_test_channel.cc
1434 - test/cpp/util/string_ref_helper.cc
1435 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001436 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001437 deps:
1438 - grpc++
1439 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001440 - grpc
yang-g17487f92016-06-03 15:21:15 -07001441 filegroups:
1442 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001443 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001444 - grpc++_codegen_proto
1445 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001446- name: grpc++_test_util_unsecure
1447 build: private
1448 language: c++
1449 headers:
1450 - test/cpp/end2end/test_service_impl.h
1451 - test/cpp/util/byte_buffer_proto_helper.h
1452 - test/cpp/util/string_ref_helper.h
1453 - test/cpp/util/subprocess.h
1454 src:
1455 - src/proto/grpc/health/v1/health.proto
1456 - src/proto/grpc/testing/echo_messages.proto
1457 - src/proto/grpc/testing/echo.proto
1458 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1459 - test/cpp/end2end/test_service_impl.cc
1460 - test/cpp/util/byte_buffer_proto_helper.cc
1461 - test/cpp/util/string_ref_helper.cc
1462 - test/cpp/util/subprocess.cc
1463 deps:
1464 - grpc++_unsecure
1465 - grpc_test_util_unsecure
1466 - grpc_unsecure
1467 filegroups:
1468 - grpc++_codegen_base
1469 - grpc++_codegen_base_src
1470 - grpc++_codegen_proto
1471 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: grpc++_unsecure
1473 build: all
1474 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001476 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001477 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001478 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001479 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001480 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001481 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482 baselib: true
1483 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001484 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001485 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001486 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001487 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488 secure: false
1489 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001490- name: grpc_benchmark
1491 build: test
1492 language: c++
1493 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001494 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1495 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001496 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001497 src:
1498 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001499 deps:
1500 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001501 - grpc++_unsecure
1502 - grpc_test_util_unsecure
1503 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001504 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001505- name: grpc_cli_libs
1506 build: private
1507 language: c++
1508 headers:
1509 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001510 - test/cpp/util/cli_credentials.h
1511 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001512 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001513 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001514 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001515 src:
1516 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001517 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001518 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001519 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001520 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001521 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001522 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001523 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001524 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001525 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001526 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001527 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001528- name: grpc_plugin_support
1529 build: protoc
1530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001531 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001532 - src/compiler/config.h
1533 - src/compiler/cpp_generator.h
1534 - src/compiler/cpp_generator_helpers.h
1535 - src/compiler/csharp_generator.h
1536 - src/compiler/csharp_generator_helpers.h
1537 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001538 - src/compiler/node_generator.h
1539 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001540 - src/compiler/objective_c_generator.h
1541 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001542 - src/compiler/php_generator.h
1543 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301544 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001545 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301546 - src/compiler/python_generator_helpers.h
1547 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001548 - src/compiler/ruby_generator.h
1549 - src/compiler/ruby_generator_helpers-inl.h
1550 - src/compiler/ruby_generator_map-inl.h
1551 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301552 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001553 src:
1554 - src/compiler/cpp_generator.cc
1555 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001556 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001557 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001558 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001559 - src/compiler/python_generator.cc
1560 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001561 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001562 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563 secure: false
1564 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001565 vs_props:
1566 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001567- name: http2_client_main
1568 build: private
1569 language: c++
1570 headers:
1571 - test/cpp/interop/http2_client.h
1572 src:
1573 - src/proto/grpc/testing/empty.proto
1574 - src/proto/grpc/testing/messages.proto
1575 - src/proto/grpc/testing/test.proto
1576 - test/cpp/interop/http2_client.cc
1577 deps:
1578 - grpc++_test_util
1579 - grpc_test_util
1580 - grpc++
1581 - grpc
1582 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001583- name: interop_client_helper
1584 build: private
1585 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001586 headers:
1587 - test/cpp/interop/client_helper.h
1588 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001589 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001590 - test/cpp/interop/client_helper.cc
1591 deps:
1592 - grpc++_test_util
1593 - grpc_test_util
1594 - grpc++
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597- name: interop_client_main
1598 build: private
1599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001600 headers:
1601 - test/cpp/interop/interop_client.h
1602 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001603 - src/proto/grpc/testing/empty.proto
1604 - src/proto/grpc/testing/messages.proto
1605 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001606 - test/cpp/interop/client.cc
1607 - test/cpp/interop/interop_client.cc
1608 deps:
1609 - interop_client_helper
1610 - grpc++_test_util
1611 - grpc_test_util
1612 - grpc++
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001616 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001617- name: interop_server_helper
1618 build: private
1619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001620 headers:
1621 - test/cpp/interop/server_helper.h
1622 src:
1623 - test/cpp/interop/server_helper.cc
1624 deps:
yang-gcc591022017-01-11 11:10:43 -08001625 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001626 - grpc_test_util
1627 - grpc++
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001630- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001631 build: private
1632 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001634 - src/proto/grpc/testing/empty.proto
1635 - src/proto/grpc/testing/messages.proto
1636 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001637 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001638 deps:
1639 - interop_server_helper
1640 - grpc++_test_util
1641 - grpc_test_util
1642 - grpc++
1643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001646 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001647- name: interop_server_main
1648 build: private
1649 language: c++
1650 src:
1651 - test/cpp/interop/interop_server_bootstrap.cc
1652 deps:
1653 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001654- name: qps
1655 build: private
1656 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001657 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001658 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001659 - test/cpp/qps/client.h
1660 - test/cpp/qps/driver.h
1661 - test/cpp/qps/histogram.h
1662 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001663 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001664 - test/cpp/qps/qps_worker.h
1665 - test/cpp/qps/report.h
1666 - test/cpp/qps/server.h
1667 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001668 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001670 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001671 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001672 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001673 - src/proto/grpc/testing/control.proto
1674 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001675 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001676 - test/cpp/qps/client_async.cc
1677 - test/cpp/qps/client_sync.cc
1678 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001679 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001680 - test/cpp/qps/qps_worker.cc
1681 - test/cpp/qps/report.cc
1682 - test/cpp/qps/server_async.cc
1683 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001684 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001685 deps:
1686 - grpc_test_util
1687 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001688 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001689 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001690 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691- name: grpc_csharp_ext
1692 build: all
1693 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001694 src:
1695 - src/csharp/ext/grpc_csharp_ext.c
1696 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001699 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001700 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701 dll: only
1702 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001703 vs_packages:
1704 - grpc.dependencies.openssl
1705 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001707 vs_props:
1708 - zlib
1709 - openssl
1710 - winsock
1711 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001713- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001714 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001715 build: test
1716 language: c
1717 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001718 - test/core/surface/alarm_test.cc
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001719 deps:
1720 - grpc_test_util
1721 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001722 - gpr_test_util
1723 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001724- name: algorithm_test
1725 build: test
1726 language: c
1727 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001728 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001729 deps:
1730 - grpc_test_util
1731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001734 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001735- name: alloc_test
1736 build: test
1737 language: c
1738 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001739 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001740 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001743 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744- name: alpn_test
1745 build: test
1746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001747 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001748 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001749 deps:
1750 - grpc_test_util
1751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001754- name: api_fuzzer
1755 build: fuzzer
1756 language: c
1757 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001758 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001759 deps:
1760 - grpc_test_util
1761 - grpc
1762 - gpr_test_util
1763 - gpr
1764 corpus_dirs:
1765 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001766 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001767 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001768- name: arena_test
1769 build: test
1770 language: c
1771 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001772 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001773 deps:
1774 - gpr_test_util
1775 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001776 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001777- name: bad_server_response_test
1778 build: test
1779 language: c
1780 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001781 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001782 deps:
1783 - test_tcp_server
1784 - grpc_test_util
1785 - grpc
1786 - gpr_test_util
1787 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001788 exclude_iomgrs:
1789 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001790- name: bin_decoder_test
1791 build: test
1792 language: c
1793 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001794 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001795 deps:
1796 - grpc_test_util
1797 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001798 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: bin_encoder_test
1800 build: test
1801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001802 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001803 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001804 deps:
1805 - grpc_test_util
1806 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001807 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001808- name: byte_stream_test
1809 build: test
1810 language: c
1811 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001812 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001813 deps:
1814 - grpc_test_util
1815 - grpc
1816 - gpr_test_util
1817 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001818 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001819- name: channel_create_test
1820 build: test
1821 language: c
1822 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001823 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001824 deps:
1825 - grpc_test_util
1826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001829- name: check_epollexclusive
1830 build: tool
1831 language: c
1832 src:
1833 - test/build/check_epollexclusive.c
1834 deps:
1835 - grpc
1836 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001837- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838 build: test
1839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001840 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001841 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001842 deps:
1843 - grpc_test_util
1844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001845 - gpr_test_util
1846 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001847 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001848- name: chttp2_stream_map_test
1849 build: test
1850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001851 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001852 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001853 deps:
1854 - grpc_test_util
1855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001858 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001859- name: chttp2_varint_test
1860 build: test
1861 language: c
1862 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001863 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001864 deps:
1865 - grpc_test_util
1866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001869 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001870- name: client_fuzzer
1871 build: fuzzer
1872 language: c
1873 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001874 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001875 deps:
1876 - grpc_test_util
1877 - grpc
1878 - gpr_test_util
1879 - gpr
1880 corpus_dirs:
1881 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001882 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001883 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001884- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001885 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001886 build: test
1887 language: c
1888 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001889 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001890 deps:
1891 - grpc_test_util
1892 - grpc
1893 - gpr_test_util
1894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: compression_test
1896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001899 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001900 deps:
1901 - grpc_test_util
1902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001905 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001906- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001907 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001908 build: test
1909 language: c
1910 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001911 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001912 deps:
1913 - grpc_test_util
1914 - grpc
1915 - gpr_test_util
1916 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001917 exclude_iomgrs:
1918 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001919- name: connection_refused_test
1920 cpu_cost: 0.1
1921 build: test
1922 language: c
1923 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001924 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001925 deps:
1926 - grpc_test_util
1927 - grpc
1928 - gpr_test_util
1929 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001930- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001931 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001932 build: test
1933 language: c
1934 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001935 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001936 deps:
1937 - grpc_test_util
1938 - grpc
1939 - gpr_test_util
1940 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001941 exclude_iomgrs:
1942 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001943- name: dns_resolver_test
1944 build: test
1945 language: c
1946 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001947 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001948 deps:
1949 - grpc_test_util
1950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001951 - gpr_test_util
1952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001954 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955 build: test
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001958 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001959 deps:
1960 - grpc_test_util
1961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001964 exclude_iomgrs:
1965 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001966 platforms:
1967 - mac
1968 - linux
1969 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001970- name: endpoint_pair_test
1971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001974 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001980 exclude_iomgrs:
1981 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001982- name: error_test
1983 cpu_cost: 30
1984 build: test
1985 language: c
1986 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001987 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001988 deps:
1989 - grpc_test_util
1990 - grpc
1991 - gpr_test_util
1992 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001993 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001994- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001995 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001996 build: test
1997 language: c
1998 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001999 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002000 deps:
2001 - grpc_test_util
2002 - grpc
2003 - gpr_test_util
2004 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002005 exclude_iomgrs:
2006 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002007 platforms:
2008 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002009- name: fake_resolver_test
2010 build: test
2011 language: c
2012 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002013 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002014 deps:
2015 - grpc_test_util
2016 - grpc
2017 - gpr_test_util
2018 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002019- name: fake_transport_security_test
2020 build: test
2021 language: c
2022 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002023 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002024 deps:
2025 - gpr_test_util
2026 - gpr
2027 - grpc
2028 filegroups:
2029 - transport_security_test_lib
2030 platforms:
2031 - linux
2032 - posix
2033 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: fd_conservation_posix_test
2035 build: test
2036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002037 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002038 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002039 deps:
2040 - grpc_test_util
2041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 - gpr_test_util
2043 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002044 exclude_iomgrs:
2045 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002046 platforms:
2047 - mac
2048 - linux
2049 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050- name: fd_posix_test
2051 build: test
2052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002053 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002054 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002055 deps:
2056 - grpc_test_util
2057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002058 - gpr_test_util
2059 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002060 exclude_iomgrs:
2061 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002062 platforms:
2063 - mac
2064 - linux
2065 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002066- name: fling_client
2067 build: test
2068 run: false
2069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002070 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002071 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002072 deps:
2073 - grpc_test_util
2074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr_test_util
2076 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077- name: fling_server
2078 build: test
2079 run: false
2080 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002081 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002082 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002083 deps:
2084 - grpc_test_util
2085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002086 - gpr_test_util
2087 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002088- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002089 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002093 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002094 deps:
2095 - grpc_test_util
2096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002099 platforms:
2100 - mac
2101 - linux
2102 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002104 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105 build: test
2106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002107 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002108 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002109 deps:
2110 - grpc_test_util
2111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 - gpr_test_util
2113 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002114 platforms:
2115 - mac
2116 - linux
2117 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002118- name: goaway_server_test
2119 cpu_cost: 0.1
2120 build: test
2121 language: c
2122 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002123 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002124 deps:
2125 - grpc_test_util
2126 - grpc
2127 - gpr_test_util
2128 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002129 exclude_iomgrs:
2130 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002131 platforms:
2132 - mac
2133 - linux
2134 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002135- name: gpr_avl_test
2136 build: test
2137 language: c
2138 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002139 - test/core/gpr/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002140 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr_test_util
2142 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002143 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144- name: gpr_cmdline_test
2145 build: test
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002148 - test/core/gpr/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002149 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002150 - gpr_test_util
2151 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002152 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002153- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002154 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002155 build: test
2156 language: c
2157 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002158 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002159 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_env_test
2164 build: test
2165 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002166 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002167 - test/core/gpr/env_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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172- name: gpr_host_port_test
2173 build: test
2174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002175 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002176 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002177 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002180 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002181- name: gpr_log_test
2182 build: test
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002185 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002186 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002189 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002190- name: gpr_manual_constructor_test
2191 cpu_cost: 3
2192 build: test
2193 language: c
2194 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002195 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002196 deps:
2197 - gpr_test_util
2198 - gpr
2199 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002200- name: gpr_mpscq_test
2201 cpu_cost: 30
2202 build: test
2203 language: c
2204 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002205 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002206 deps:
2207 - gpr_test_util
2208 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002209 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002210- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002211 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002212 build: test
2213 language: c
2214 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002215 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002216 deps:
2217 - gpr_test_util
2218 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002219 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002220- name: gpr_string_test
2221 build: test
2222 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002223 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002224 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002225 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002226 - gpr_test_util
2227 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002228 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002230 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231 build: test
2232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002233 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002234 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002235 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002236 - gpr_test_util
2237 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002238 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002240 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241 build: test
2242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002243 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002244 - test/core/gpr/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002245 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002248 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: gpr_time_test
2250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002253 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002254 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 - gpr_test_util
2256 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002257 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258- name: gpr_tls_test
2259 build: test
2260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002261 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002262 - test/core/gpr/tls_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_useful_test
2268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002271 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002272 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002275 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: grpc_auth_context_test
2277 build: test
2278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002279 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002280 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002281 deps:
2282 - grpc_test_util
2283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002284 - gpr_test_util
2285 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002286 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002287- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002291 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002297 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298- name: grpc_byte_buffer_reader_test
2299 build: test
2300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002301 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002302 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002303 deps:
2304 - grpc_test_util
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002308 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: grpc_channel_args_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002313 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002319 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002320- name: grpc_channel_stack_builder_test
2321 build: test
2322 language: c
2323 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002324 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002325 deps:
2326 - grpc_test_util
2327 - grpc
2328 - gpr_test_util
2329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330- name: grpc_channel_stack_test
2331 build: test
2332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002333 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002334 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002335 deps:
2336 - grpc_test_util
2337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002340 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341- name: grpc_completion_queue_test
2342 build: test
2343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002345 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002346 deps:
2347 - grpc_test_util
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002351- name: grpc_completion_queue_threading_test
2352 build: test
2353 language: c
2354 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002355 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002356 deps:
2357 - grpc_test_util
2358 - grpc
2359 - gpr_test_util
2360 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002361 exclude_iomgrs:
2362 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363- name: grpc_create_jwt
2364 build: tool
2365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002367 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002368 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002370 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002371 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002372 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002373- name: grpc_credentials_test
2374 build: test
2375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002376 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002377 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002378 deps:
2379 - grpc_test_util
2380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002381 - gpr_test_util
2382 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002384 build: test
2385 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002387 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002388 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002389 deps:
2390 - grpc_test_util
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002394- name: grpc_invalid_channel_args_test
2395 build: test
2396 language: c
2397 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002398 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002399 deps:
2400 - grpc_test_util
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002404 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405- name: grpc_json_token_test
2406 build: test
2407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002409 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002410 deps:
2411 - grpc_test_util
2412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002413 - gpr_test_util
2414 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002415 platforms:
2416 - linux
2417 - posix
2418 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002419 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: grpc_jwt_verifier_test
2421 build: test
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002424 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002430 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431- name: grpc_print_google_default_creds_token
2432 build: tool
2433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002435 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002436 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002439 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440- name: grpc_security_connector_test
2441 build: test
2442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002443 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002444 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002445 deps:
2446 - grpc_test_util
2447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 - gpr_test_util
2449 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002450- name: grpc_ssl_credentials_test
2451 build: test
2452 language: c
2453 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002454 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002455 deps:
2456 - grpc_test_util
2457 - grpc
2458 - gpr_test_util
2459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460- name: grpc_verify_jwt
2461 build: tool
2462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002464 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002465 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002467 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002468 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002469- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002470 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002471 language: c
2472 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002473 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002474 deps:
2475 - grpc_test_util
2476 - grpc
2477 - gpr_test_util
2478 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002479 exclude_iomgrs:
2480 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002481 platforms:
2482 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002483 secure: true
2484- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002485 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002486 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002487 headers:
2488 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002489 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002490 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002491 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002492 deps:
2493 - grpc_test_util
2494 - grpc
2495 - gpr_test_util
2496 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002497 exclude_iomgrs:
2498 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002499 platforms:
2500 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002501 secure: true
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002502- name: handshake_server_with_readahead_handshaker
2503 build: test
2504 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002505 headers:
2506 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002507 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002508 - test/core/handshake/readahead_handshaker_server_ssl.cc
2509 - test/core/handshake/server_ssl_common.cc
Craig Tiller25834342015-09-25 08:08:24 -07002510 deps:
2511 - grpc_test_util
2512 - grpc
Craig Tiller71c610d2016-03-18 15:57:08 -07002513 - gpr_test_util
2514 - gpr
2515 exclude_iomgrs:
2516 - uv
Craig Tiller71c610d2016-03-18 15:57:08 -07002517 platforms:
2518 - linux
2519 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002520- name: histogram_test
2521 build: test
2522 language: c
2523 src:
2524 - test/core/util/histogram_test.cc
2525 deps:
2526 - grpc_test_util
2527 - gpr
2528 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002529- name: hpack_parser_fuzzer_test
2530 build: fuzzer
2531 language: c
2532 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002533 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002534 deps:
2535 - grpc_test_util
2536 - grpc
2537 - gpr_test_util
2538 - gpr
2539 corpus_dirs:
2540 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002541 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002542 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002543- name: hpack_parser_test
2544 build: test
2545 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002546 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002547 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002548 deps:
2549 - grpc_test_util
2550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002551 - gpr_test_util
2552 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002553 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554- name: hpack_table_test
2555 build: test
2556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002557 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002558 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002559 deps:
2560 - grpc_test_util
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002564 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002565- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566 build: test
2567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002569 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002570 deps:
2571 - grpc_test_util
2572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002573 - gpr_test_util
2574 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002575 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002576- name: http_request_fuzzer_test
2577 build: fuzzer
2578 language: c
2579 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002580 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002581 deps:
2582 - grpc_test_util
2583 - grpc
2584 - gpr_test_util
2585 - gpr
2586 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002587 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002588 maxlen: 2048
2589- name: http_response_fuzzer_test
2590 build: fuzzer
2591 language: c
2592 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002593 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002594 deps:
2595 - grpc_test_util
2596 - grpc
2597 - gpr_test_util
2598 - gpr
2599 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002600 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002601 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002602- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002603 build: test
2604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002605 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002606 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002607 deps:
2608 - grpc_test_util
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002613 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614 build: test
2615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002617 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002618 deps:
2619 - grpc_test_util
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002623 platforms:
2624 - mac
2625 - linux
2626 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002627- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002628 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002629 build: test
2630 language: c
2631 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002632 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002633 deps:
2634 - grpc_test_util
2635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 - gpr_test_util
2637 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002638 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002639 - linux
yang-gf1183302015-12-07 16:02:05 -08002640- name: init_test
2641 build: test
2642 language: c
2643 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002644 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002645 deps:
2646 - grpc_test_util
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002650 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002651- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002652 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002653 build: test
2654 language: c
2655 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002656 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002657 deps:
2658 - grpc_test_util
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002662- name: json_fuzzer_test
2663 build: fuzzer
2664 language: c
2665 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002666 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002667 deps:
2668 - grpc_test_util
2669 - grpc
2670 - gpr_test_util
2671 - gpr
2672 corpus_dirs:
2673 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002674 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002675- name: json_rewrite
2676 build: test
2677 run: false
2678 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002679 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002680 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002681 deps:
2682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002683 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002684 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002685- name: json_rewrite_test
2686 build: test
2687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002688 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002689 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002690 deps:
2691 - grpc_test_util
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr_test_util
2694 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002695 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002696- name: json_stream_error_test
2697 build: test
2698 language: c
2699 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002700 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002701 deps:
2702 - grpc_test_util
2703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002704 - gpr_test_util
2705 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002706 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707- name: json_test
2708 build: test
2709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002710 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002711 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002712 deps:
2713 - grpc_test_util
2714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002715 - gpr_test_util
2716 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002717 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718- name: lame_client_test
2719 build: test
2720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002721 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002722 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002723 deps:
2724 - grpc_test_util
2725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002726 - gpr_test_util
2727 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002728- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002729 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002730 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002731 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002733 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002734 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002735 deps:
2736 - grpc_test_util
2737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002738 - gpr_test_util
2739 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002740 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002741- name: load_file_test
2742 build: test
2743 language: c
2744 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002745 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002746 deps:
2747 - grpc_test_util
2748 - grpc
2749 - gpr_test_util
2750 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002751 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002752- name: low_level_ping_pong_benchmark
2753 build: benchmark
2754 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002755 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002756 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002757 deps:
2758 - grpc_test_util
2759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002760 - gpr_test_util
2761 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002762 platforms:
2763 - mac
2764 - linux
2765 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002766- name: memory_profile_client
2767 build: test
2768 run: false
2769 language: c
2770 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002771 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002772 deps:
2773 - grpc_test_util
2774 - grpc
2775 - gpr_test_util
2776 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002777 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002778- name: memory_profile_server
2779 build: test
2780 run: false
2781 language: c
2782 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002783 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002784 deps:
2785 - grpc_test_util
2786 - grpc
2787 - gpr_test_util
2788 - gpr
2789- name: memory_profile_test
2790 cpu_cost: 1.5
2791 build: test
2792 language: c
2793 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002794 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002795 deps:
2796 - grpc_test_util
2797 - grpc
2798 - gpr_test_util
2799 - gpr
2800 platforms:
2801 - mac
2802 - linux
2803 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804- name: message_compress_test
2805 build: test
2806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002808 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002809 deps:
2810 - grpc_test_util
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002814 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002815- name: minimal_stack_is_minimal_test
2816 build: test
2817 language: c
2818 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002819 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002820 deps:
2821 - grpc_test_util
2822 - grpc
2823 - gpr_test_util
2824 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002825 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002826- name: multiple_server_queues_test
2827 build: test
2828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002829 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002830 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002831 deps:
2832 - grpc_test_util
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr_test_util
2835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836- name: murmur_hash_test
2837 build: test
2838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002839 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002840 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002841 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002842 - gpr_test_util
2843 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002844 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002845- name: nanopb_fuzzer_response_test
2846 build: fuzzer
2847 language: c
2848 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002849 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002850 deps:
2851 - grpc_test_util
2852 - grpc
2853 - gpr_test_util
2854 - gpr
2855 corpus_dirs:
2856 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002857 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002858- name: nanopb_fuzzer_serverlist_test
2859 build: fuzzer
2860 language: c
2861 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002862 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002863 deps:
2864 - grpc_test_util
2865 - grpc
2866 - gpr_test_util
2867 - gpr
2868 corpus_dirs:
2869 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002870 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002872 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002873 build: test
2874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002875 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002876 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002877 deps:
2878 - grpc_test_util
2879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002880 - gpr_test_util
2881 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002882- name: num_external_connectivity_watchers_test
2883 build: test
2884 language: c
2885 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002886 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002887 deps:
2888 - grpc_test_util
2889 - grpc
2890 - gpr_test_util
2891 - gpr
2892 exclude_iomgrs:
2893 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002894- name: parse_address_test
2895 build: test
2896 language: c
2897 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002898 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002899 deps:
2900 - grpc_test_util
2901 - grpc
2902 - gpr_test_util
2903 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002904 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002905- name: percent_decode_fuzzer
2906 build: fuzzer
2907 language: c
2908 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002909 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002910 deps:
2911 - grpc_test_util
2912 - grpc
2913 - gpr_test_util
2914 - gpr
2915 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002916 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002917 maxlen: 32
2918- name: percent_encode_fuzzer
2919 build: fuzzer
2920 language: c
2921 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002922 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002923 deps:
2924 - grpc_test_util
2925 - grpc
2926 - gpr_test_util
2927 - gpr
2928 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002929 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002930 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002931- name: percent_encoding_test
2932 build: test
2933 language: c
2934 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002935 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002936 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002937 - grpc_test_util
2938 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002939 - gpr_test_util
2940 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002941 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002942- name: pollset_set_test
2943 build: test
2944 language: c
2945 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002946 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002947 deps:
2948 - grpc_test_util
2949 - grpc
2950 - gpr_test_util
2951 - gpr
2952 exclude_iomgrs:
2953 - uv
2954 platforms:
2955 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002956- name: resolve_address_posix_test
2957 build: test
2958 language: c
2959 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002960 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002961 deps:
2962 - grpc_test_util
2963 - grpc
2964 - gpr_test_util
2965 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002966 exclude_iomgrs:
2967 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002968 platforms:
2969 - mac
2970 - linux
2971 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972- name: resolve_address_test
2973 build: test
2974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002975 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002976 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002977 deps:
2978 - grpc_test_util
2979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002980 - gpr_test_util
2981 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002982- name: resource_quota_test
2983 cpu_cost: 30
2984 build: test
2985 language: c
2986 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002987 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07002988 deps:
2989 - grpc_test_util
2990 - grpc
2991 - gpr_test_util
2992 - gpr
yang-gd482e592015-12-10 14:04:00 -08002993- name: secure_channel_create_test
2994 build: test
2995 language: c
2996 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002997 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08002998 deps:
2999 - grpc_test_util
3000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003001 - gpr_test_util
3002 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003003- name: secure_endpoint_test
3004 build: test
3005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003006 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003007 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003008 deps:
3009 - grpc_test_util
3010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003011 - gpr_test_util
3012 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003013 exclude_iomgrs:
3014 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003015- name: sequential_connectivity_test
3016 build: test
3017 language: c
3018 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003019 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003020 deps:
3021 - grpc_test_util
3022 - grpc
3023 - gpr_test_util
3024 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003025 exclude_iomgrs:
3026 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003027- name: server_chttp2_test
3028 build: test
3029 language: c
3030 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003031 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003032 deps:
3033 - grpc_test_util
3034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003035 - gpr_test_util
3036 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003037- name: server_fuzzer
3038 build: fuzzer
3039 language: c
3040 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003041 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003042 deps:
3043 - grpc_test_util
3044 - grpc
3045 - gpr_test_util
3046 - gpr
3047 corpus_dirs:
3048 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003049 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003050 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003051- name: server_test
3052 build: test
3053 language: c
3054 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003055 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003056 deps:
3057 - grpc_test_util
3058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003059 - gpr_test_util
3060 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003061- name: slice_buffer_test
3062 build: test
3063 language: c
3064 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003065 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003066 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003067 - grpc_test_util
3068 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003069 - gpr_test_util
3070 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003071 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003072- name: slice_hash_table_test
3073 build: test
3074 language: c
3075 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003076 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003077 deps:
3078 - grpc_test_util
3079 - grpc
3080 - gpr_test_util
3081 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003082 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003083- name: slice_string_helpers_test
3084 build: test
3085 language: c
3086 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003087 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003088 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003089 - grpc_test_util
3090 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003091 - gpr_test_util
3092 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003093 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003094- name: slice_test
3095 build: test
3096 language: c
3097 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003098 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003099 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003100 - grpc_test_util
3101 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003102 - gpr_test_util
3103 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003104 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003105- name: sockaddr_resolver_test
3106 build: test
3107 language: c
3108 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003109 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003110 deps:
3111 - grpc_test_util
3112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003113 - gpr_test_util
3114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003115- name: sockaddr_utils_test
3116 build: test
3117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003118 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003119 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003120 deps:
3121 - grpc_test_util
3122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003123 - gpr_test_util
3124 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003125- name: socket_utils_test
3126 build: test
3127 language: c
3128 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003129 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003130 deps:
3131 - grpc_test_util
3132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003133 - gpr_test_util
3134 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003135 exclude_iomgrs:
3136 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003137 platforms:
3138 - mac
3139 - linux
3140 - posix
yang-g31e21282016-11-04 15:10:03 -07003141- name: ssl_server_fuzzer
3142 build: fuzzer
3143 language: c
3144 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003145 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003146 deps:
3147 - grpc_test_util
3148 - grpc
3149 - gpr_test_util
3150 - gpr
3151 corpus_dirs:
3152 - test/core/security/corpus/ssl_server_corpus
3153 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003154- name: ssl_transport_security_test
3155 build: test
3156 language: c
3157 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003158 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003159 deps:
3160 - gpr_test_util
3161 - gpr
3162 - grpc
3163 filegroups:
3164 - transport_security_test_lib
3165 platforms:
3166 - linux
3167 - posix
3168 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003169- name: status_conversion_test
3170 build: test
3171 language: c
3172 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003173 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003174 deps:
3175 - grpc_test_util
3176 - grpc
3177 - gpr_test_util
3178 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003179 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003180- name: stream_compression_test
3181 build: test
3182 language: c
3183 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003184 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003185 deps:
3186 - grpc_test_util
3187 - grpc
3188 - gpr_test_util
3189 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003190 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003191- name: stream_owned_slice_test
3192 build: test
3193 language: c
3194 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003195 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003196 deps:
3197 - grpc_test_util
3198 - grpc
3199 - gpr_test_util
3200 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003201 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003202- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003203 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003204 build: test
3205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003206 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003207 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003208 deps:
3209 - grpc_test_util
3210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003211 - gpr_test_util
3212 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003213 exclude_iomgrs:
3214 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003215 platforms:
3216 - mac
3217 - linux
3218 - posix
murgatroid991191b722017-02-08 11:56:52 -08003219- name: tcp_client_uv_test
3220 cpu_cost: 0.5
3221 build: test
3222 language: c
3223 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003224 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003225 deps:
3226 - grpc_test_util
3227 - grpc
3228 - gpr_test_util
3229 - gpr
3230 exclude_iomgrs:
3231 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003232- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003233 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003234 build: test
3235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003236 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003237 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003238 deps:
3239 - grpc_test_util
3240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003241 - gpr_test_util
3242 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003243 exclude_iomgrs:
3244 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003245 platforms:
3246 - mac
3247 - linux
3248 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003249- name: tcp_server_posix_test
3250 build: test
3251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003252 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003253 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003254 deps:
3255 - grpc_test_util
3256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003257 - gpr_test_util
3258 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003259 exclude_iomgrs:
3260 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003261 platforms:
3262 - mac
3263 - linux
3264 - posix
murgatroid991191b722017-02-08 11:56:52 -08003265- name: tcp_server_uv_test
3266 build: test
3267 language: c
3268 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003269 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003270 deps:
3271 - grpc_test_util
3272 - grpc
3273 - gpr_test_util
3274 - gpr
3275 exclude_iomgrs:
3276 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003277- name: time_averaged_stats_test
3278 build: test
3279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003280 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003281 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003282 deps:
3283 - grpc_test_util
3284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003285 - gpr_test_util
3286 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003287 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003288- name: timeout_encoding_test
3289 build: test
3290 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003291 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003292 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003293 deps:
3294 - grpc_test_util
3295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003296 - gpr_test_util
3297 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003298 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003299- name: timer_heap_test
3300 build: test
3301 language: c
3302 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003303 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003304 deps:
3305 - grpc_test_util
3306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003307 - gpr_test_util
3308 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003309 exclude_iomgrs:
3310 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003311 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003312- name: timer_list_test
3313 build: test
3314 language: c
3315 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003316 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003317 deps:
3318 - grpc_test_util
3319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003320 - gpr_test_util
3321 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003322 exclude_iomgrs:
3323 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003324 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003325- name: transport_connectivity_state_test
3326 build: test
3327 language: c
3328 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003329 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003330 deps:
3331 - grpc_test_util
3332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003333 - gpr_test_util
3334 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003335- name: transport_metadata_test
3336 build: test
3337 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003338 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003339 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003340 deps:
3341 - grpc_test_util
3342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003343 - gpr_test_util
3344 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003345- name: transport_security_test
3346 build: test
3347 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003348 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003349 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003350 deps:
3351 - grpc_test_util
3352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003353 - gpr_test_util
3354 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003355 platforms:
3356 - linux
3357 - posix
3358 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003359- name: udp_server_test
3360 build: test
3361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003362 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003363 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003364 deps:
3365 - grpc_test_util
3366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003367 - gpr_test_util
3368 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003369 exclude_iomgrs:
3370 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003371 platforms:
3372 - mac
3373 - linux
3374 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003375- name: uri_fuzzer_test
3376 build: fuzzer
3377 language: c
3378 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003379 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003380 deps:
3381 - grpc_test_util
3382 - grpc
3383 - gpr_test_util
3384 - gpr
3385 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003386 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003387 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003388- name: uri_parser_test
3389 build: test
3390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003391 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003392 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003393 deps:
3394 - grpc_test_util
3395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003396 - gpr_test_util
3397 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003398- name: wakeup_fd_cv_test
3399 build: test
3400 language: c
3401 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003402 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003403 deps:
3404 - grpc_test_util
3405 - grpc
3406 - gpr_test_util
3407 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003408 exclude_iomgrs:
3409 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003410 platforms:
3411 - mac
3412 - linux
3413 - posix
vjpai04e992a2016-02-10 16:58:38 -08003414- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003415 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003416 build: test
3417 language: c++
3418 src:
3419 - test/cpp/common/alarm_cpp_test.cc
3420 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003421 - grpc++_test_util_unsecure
3422 - grpc_test_util_unsecure
3423 - grpc++_unsecure
3424 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003425 - gpr_test_util
3426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003427- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003428 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429 build: test
3430 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003431 src:
3432 - test/cpp/end2end/async_end2end_test.cc
3433 deps:
3434 - grpc++_test_util
3435 - grpc_test_util
3436 - grpc++
3437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003438 - gpr_test_util
3439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003440- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003441 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003442 build: test
3443 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003444 src:
3445 - test/cpp/common/auth_property_iterator_test.cc
3446 deps:
3447 - grpc++_test_util
3448 - grpc_test_util
3449 - grpc++
3450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003451 - gpr_test_util
3452 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003453 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003454- name: backoff_test
3455 build: test
3456 language: c++
3457 src:
3458 - test/core/backoff/backoff_test.cc
3459 deps:
3460 - grpc_test_util
3461 - grpc
3462 - gpr_test_util
3463 - gpr
3464 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003465- name: bdp_estimator_test
3466 build: test
3467 language: c++
3468 src:
3469 - test/core/transport/bdp_estimator_test.cc
3470 deps:
3471 - grpc++_test_util
3472 - grpc++
3473 - grpc_test_util
3474 - grpc
3475 - gpr_test_util
3476 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003477 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003478- name: bm_arena
3479 build: test
3480 language: c++
3481 src:
3482 - test/cpp/microbenchmarks/bm_arena.cc
3483 deps:
3484 - grpc_benchmark
3485 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003486 - grpc++_test_util_unsecure
3487 - grpc_test_util_unsecure
3488 - grpc++_unsecure
3489 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003490 - gpr_test_util
3491 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003492 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003493 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003494 platforms:
3495 - mac
3496 - linux
3497 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003498 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003499- name: bm_call_create
3500 build: test
3501 language: c++
3502 src:
3503 - test/cpp/microbenchmarks/bm_call_create.cc
3504 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003505 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003506 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003507 - grpc++_test_util_unsecure
3508 - grpc_test_util_unsecure
3509 - grpc++_unsecure
3510 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003511 - gpr_test_util
3512 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003513 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003514 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003515 platforms:
3516 - mac
3517 - linux
3518 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003519 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003520- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003521 build: test
3522 language: c++
3523 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003524 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003525 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003526 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003527 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003528 - grpc++_test_util_unsecure
3529 - grpc_test_util_unsecure
3530 - grpc++_unsecure
3531 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003532 - gpr_test_util
3533 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003534 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003535 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003536 platforms:
3537 - mac
3538 - linux
3539 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003540 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003541- name: bm_chttp2_transport
3542 build: test
3543 language: c++
3544 src:
3545 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3546 deps:
3547 - grpc_benchmark
3548 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003549 - grpc++_test_util_unsecure
3550 - grpc_test_util_unsecure
3551 - grpc++_unsecure
3552 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003553 - gpr_test_util
3554 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003555 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003556 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003557 platforms:
3558 - mac
3559 - linux
3560 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003561- name: bm_closure
3562 build: test
3563 language: c++
3564 src:
3565 - test/cpp/microbenchmarks/bm_closure.cc
3566 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003567 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003568 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003569 - grpc++_test_util_unsecure
3570 - grpc_test_util_unsecure
3571 - grpc++_unsecure
3572 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003573 - gpr_test_util
3574 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003575 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003576 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003577 platforms:
3578 - mac
3579 - linux
3580 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003581- name: bm_cq
3582 build: test
3583 language: c++
3584 src:
3585 - test/cpp/microbenchmarks/bm_cq.cc
3586 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003587 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003588 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003589 - grpc++_test_util_unsecure
3590 - grpc_test_util_unsecure
3591 - grpc++_unsecure
3592 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003593 - gpr_test_util
3594 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003595 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003596 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003597 platforms:
3598 - mac
3599 - linux
3600 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003601- name: bm_cq_multiple_threads
3602 build: test
3603 language: c++
3604 src:
3605 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3606 deps:
3607 - grpc_benchmark
3608 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003609 - grpc++_test_util_unsecure
3610 - grpc_test_util_unsecure
3611 - grpc++_unsecure
3612 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003613 - gpr_test_util
3614 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003615 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003616 defaults: benchmark
3617 platforms:
3618 - mac
3619 - linux
3620 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003621- name: bm_error
3622 build: test
3623 language: c++
3624 src:
3625 - test/cpp/microbenchmarks/bm_error.cc
3626 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003627 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003628 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003629 - grpc++_test_util_unsecure
3630 - grpc_test_util_unsecure
3631 - grpc++_unsecure
3632 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003633 - gpr_test_util
3634 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003635 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003636 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003637 platforms:
3638 - mac
3639 - linux
3640 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003641 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003642- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003643 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003644 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003645 headers:
3646 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003647 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003648 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003649 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003650 - grpc_benchmark
3651 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003652 - grpc++_test_util_unsecure
3653 - grpc_test_util_unsecure
3654 - grpc++_unsecure
3655 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003656 - gpr_test_util
3657 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003658 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003659 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003660 excluded_poll_engines:
3661 - poll
3662 - poll-cv
3663 platforms:
3664 - mac
3665 - linux
3666 - posix
3667 timeout_seconds: 1200
3668- name: bm_fullstack_streaming_pump
3669 build: test
3670 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003671 headers:
3672 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003673 src:
3674 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003675 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003676 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003677 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003678 - grpc++_test_util_unsecure
3679 - grpc_test_util_unsecure
3680 - grpc++_unsecure
3681 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003682 - gpr_test_util
3683 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003684 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003685 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003686 excluded_poll_engines:
3687 - poll
3688 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003689 platforms:
3690 - mac
3691 - linux
3692 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003693 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003694- name: bm_fullstack_trickle
3695 build: test
3696 language: c++
3697 src:
3698 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3699 deps:
3700 - grpc_benchmark
3701 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003702 - grpc++_test_util_unsecure
3703 - grpc_test_util_unsecure
3704 - grpc++_unsecure
3705 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003706 - gpr_test_util
3707 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003708 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003709 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003710 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003711 exclude_configs:
3712 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003713 excluded_poll_engines:
3714 - poll
3715 - poll-cv
3716 platforms:
3717 - mac
3718 - linux
3719 - posix
3720 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003721- name: bm_fullstack_unary_ping_pong
3722 build: test
3723 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003724 headers:
3725 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003726 src:
3727 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3728 deps:
3729 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003730 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003731 - grpc++_test_util_unsecure
3732 - grpc_test_util_unsecure
3733 - grpc++_unsecure
3734 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003735 - gpr_test_util
3736 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003737 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003738 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003739 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003740 - poll
3741 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003742 platforms:
3743 - mac
3744 - linux
3745 - posix
3746 timeout_seconds: 1200
3747- name: bm_metadata
3748 build: test
3749 language: c++
3750 src:
3751 - test/cpp/microbenchmarks/bm_metadata.cc
3752 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003753 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003754 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003755 - grpc++_test_util_unsecure
3756 - grpc_test_util_unsecure
3757 - grpc++_unsecure
3758 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003759 - gpr_test_util
3760 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003761 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003762 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003763 platforms:
3764 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003765 - linux
3766 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003767 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003768- name: bm_pollset
3769 build: test
3770 language: c++
3771 src:
3772 - test/cpp/microbenchmarks/bm_pollset.cc
3773 deps:
3774 - grpc_benchmark
3775 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003776 - grpc++_test_util_unsecure
3777 - grpc_test_util_unsecure
3778 - grpc++_unsecure
3779 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003780 - gpr_test_util
3781 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003782 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003783 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003784 platforms:
3785 - mac
3786 - linux
3787 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003788- name: channel_arguments_test
3789 gtest: true
3790 build: test
3791 language: c++
3792 src:
3793 - test/cpp/common/channel_arguments_test.cc
3794 deps:
3795 - grpc++
3796 - grpc
3797 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003798 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003799- name: channel_filter_test
3800 gtest: true
3801 build: test
3802 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003803 src:
3804 - test/cpp/common/channel_filter_test.cc
3805 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003806 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003807 - grpc
3808 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003809 uses_polling: false
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08003810- name: chttp2_settings_timeout_test
3811 gtest: true
3812 build: test
3813 language: c++
3814 src:
3815 - test/core/transport/chttp2/settings_timeout_test.cc
3816 deps:
3817 - grpc_test_util
3818 - grpc
3819 - gpr_test_util
3820 - gpr
3821 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003822- name: cli_call_test
3823 gtest: true
3824 build: test
3825 language: c++
3826 src:
Craig Tiller25834342015-09-25 08:08:24 -07003827 - test/cpp/util/cli_call_test.cc
3828 deps:
3829 - grpc_cli_libs
3830 - grpc++_test_util
3831 - grpc_test_util
3832 - grpc++
3833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003834 - gpr_test_util
3835 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003836- name: client_channel_stress_test
3837 gtest: false
3838 build: test
3839 language: c++
3840 src:
3841 - src/proto/grpc/lb/v1/load_balancer.proto
3842 - test/cpp/client/client_channel_stress_test.cc
3843 deps:
3844 - grpc++_test_util
3845 - grpc_test_util
3846 - grpc++
3847 - grpc
3848 - gpr_test_util
3849 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003850- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003851 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003852 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003853 build: test
3854 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003855 src:
3856 - test/cpp/end2end/client_crash_test.cc
3857 deps:
3858 - grpc++_test_util
3859 - grpc_test_util
3860 - grpc++
3861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003862 - gpr_test_util
3863 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003864 platforms:
3865 - mac
3866 - linux
3867 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003868- name: client_crash_test_server
3869 build: test
3870 run: false
3871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003872 src:
3873 - test/cpp/end2end/client_crash_test_server.cc
3874 deps:
3875 - grpc++_test_util
3876 - grpc_test_util
3877 - grpc++
3878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003879 - gpr_test_util
3880 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003881- name: client_lb_end2end_test
3882 gtest: true
3883 build: test
3884 language: c++
3885 src:
3886 - test/cpp/end2end/client_lb_end2end_test.cc
3887 deps:
3888 - grpc++_test_util
3889 - grpc_test_util
3890 - grpc++
3891 - grpc
3892 - gpr_test_util
3893 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003894- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003895 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003896 build: test
3897 language: c++
3898 src:
3899 - src/proto/grpc/testing/control.proto
3900 - src/proto/grpc/testing/messages.proto
3901 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003902 - src/proto/grpc/testing/services.proto
3903 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003904 - test/cpp/codegen/codegen_test_full.cc
3905 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003906 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003907 - grpc++
3908 - grpc
3909 - gpr
3910 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003911 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003912 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003913- name: codegen_test_minimal
3914 gtest: true
3915 build: test
3916 language: c++
3917 src:
3918 - src/proto/grpc/testing/control.proto
3919 - src/proto/grpc/testing/messages.proto
3920 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003921 - src/proto/grpc/testing/services.proto
3922 - src/proto/grpc/testing/stats.proto
3923 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003924 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003925 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003926 - grpc
3927 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003928 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003929 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003930 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003931 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003932- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003933 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003934 build: test
3935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003936 src:
3937 - test/cpp/client/credentials_test.cc
3938 deps:
3939 - grpc++
3940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003942- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003943 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003944 build: test
3945 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003946 src:
3947 - test/cpp/util/byte_buffer_test.cc
3948 deps:
3949 - grpc_test_util
3950 - grpc++
3951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003952 - gpr_test_util
3953 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003954 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003955- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003956 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003957 build: test
3958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003959 src:
3960 - test/cpp/util/slice_test.cc
3961 deps:
3962 - grpc_test_util
3963 - grpc++
3964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003965 - gpr_test_util
3966 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003967 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003968- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003969 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003970 build: test
3971 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003972 src:
3973 - test/cpp/util/string_ref_test.cc
3974 deps:
3975 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003976 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003977 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003978- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003979 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003980 build: test
3981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003982 src:
3983 - test/cpp/util/time_test.cc
3984 deps:
3985 - grpc_test_util
3986 - grpc++
3987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003988 - gpr_test_util
3989 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003990 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003991- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003992 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003993 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003994 build: test
3995 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003996 src:
3997 - test/cpp/end2end/end2end_test.cc
3998 deps:
3999 - grpc++_test_util
4000 - grpc_test_util
4001 - grpc++
4002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004003 - gpr_test_util
4004 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004005- name: error_details_test
4006 gtest: true
4007 build: test
4008 language: c++
4009 src:
4010 - src/proto/grpc/testing/echo_messages.proto
4011 - test/cpp/util/error_details_test.cc
4012 deps:
4013 - grpc++_error_details
4014 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004015- name: exception_test
4016 gtest: true
4017 build: test
4018 language: c++
4019 src:
4020 - test/cpp/end2end/exception_test.cc
4021 deps:
4022 - grpc++_test_util
4023 - grpc_test_util
4024 - grpc++
4025 - grpc
4026 - gpr_test_util
4027 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004028- name: filter_end2end_test
4029 gtest: true
4030 build: test
4031 language: c++
4032 src:
4033 - test/cpp/end2end/filter_end2end_test.cc
4034 deps:
4035 - grpc++_test_util
4036 - grpc_test_util
4037 - grpc++
4038 - grpc
4039 - gpr_test_util
4040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004041- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004042 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004043 build: test
4044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004045 src:
4046 - test/cpp/end2end/generic_end2end_test.cc
4047 deps:
4048 - grpc++_test_util
4049 - grpc_test_util
4050 - grpc++
4051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004052 - gpr_test_util
4053 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004054- name: golden_file_test
4055 gtest: true
4056 build: test
4057 language: c++
4058 src:
4059 - src/proto/grpc/testing/compiler_test.proto
4060 - test/cpp/codegen/golden_file_test.cc
4061 deps:
4062 - grpc++
4063 - grpc
4064 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004065 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004066 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004067 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004068- name: grpc_cli
4069 build: test
4070 run: false
4071 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004072 src:
4073 - test/cpp/util/grpc_cli.cc
4074 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004075 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004076 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004077 - grpc++
4078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004079 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004080 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004081- name: grpc_cpp_plugin
4082 build: protoc
4083 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004084 src:
4085 - src/compiler/cpp_plugin.cc
4086 deps:
4087 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004088 secure: false
4089 vs_config_type: Application
4090 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4091- name: grpc_csharp_plugin
4092 build: protoc
4093 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004094 src:
4095 - src/compiler/csharp_plugin.cc
4096 deps:
4097 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004098 secure: false
4099 vs_config_type: Application
4100 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004101- name: grpc_node_plugin
4102 build: protoc
4103 language: c++
4104 src:
4105 - src/compiler/node_plugin.cc
4106 deps:
4107 - grpc_plugin_support
4108 secure: false
4109 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004110- name: grpc_objective_c_plugin
4111 build: protoc
4112 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004113 src:
4114 - src/compiler/objective_c_plugin.cc
4115 deps:
4116 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004117 secure: false
4118 vs_config_type: Application
4119 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004120- name: grpc_php_plugin
4121 build: protoc
4122 language: c++
4123 src:
4124 - src/compiler/php_plugin.cc
4125 deps:
4126 - grpc_plugin_support
4127 secure: false
4128 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004129- name: grpc_python_plugin
4130 build: protoc
4131 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004132 src:
4133 - src/compiler/python_plugin.cc
4134 deps:
4135 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004136 secure: false
4137 vs_config_type: Application
4138 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4139- name: grpc_ruby_plugin
4140 build: protoc
4141 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004142 src:
4143 - src/compiler/ruby_plugin.cc
4144 deps:
4145 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004146 secure: false
4147 vs_config_type: Application
4148 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004149- name: grpc_tool_test
4150 gtest: true
4151 build: test
4152 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004153 src:
4154 - src/proto/grpc/testing/echo.proto
4155 - src/proto/grpc/testing/echo_messages.proto
4156 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004157 deps:
4158 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004159 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004160 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004161 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004162 - grpc_test_util
4163 - grpc++
4164 - grpc
4165 - gpr_test_util
4166 - gpr
4167 filegroups:
4168 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004169- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004170 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004171 build: test
4172 language: c++
4173 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004174 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004175 - test/cpp/grpclb/grpclb_api_test.cc
4176 deps:
4177 - grpc++_test_util
4178 - grpc_test_util
4179 - grpc++
4180 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004181- name: grpclb_end2end_test
4182 gtest: true
4183 build: test
4184 language: c++
4185 src:
4186 - src/proto/grpc/lb/v1/load_balancer.proto
4187 - test/cpp/end2end/grpclb_end2end_test.cc
4188 deps:
4189 - grpc++_test_util
4190 - grpc_test_util
4191 - grpc++
4192 - grpc
4193 - gpr_test_util
4194 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004195- name: grpclb_test
4196 gtest: false
4197 build: test
4198 language: c++
4199 src:
4200 - src/proto/grpc/lb/v1/load_balancer.proto
4201 - test/cpp/grpclb/grpclb_test.cc
4202 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004203 - grpc++_test_util
4204 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004205 - grpc++
4206 - grpc
4207 - gpr_test_util
4208 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004209- name: h2_ssl_cert_test
4210 gtest: true
4211 build: test
4212 language: c++
4213 headers:
4214 - test/core/end2end/end2end_tests.h
4215 src:
4216 - test/core/end2end/h2_ssl_cert_test.cc
4217 deps:
4218 - grpc_test_util
4219 - grpc++
4220 - grpc
4221 - gpr_test_util
4222 - gpr
4223 uses:
4224 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004225- name: health_service_end2end_test
4226 gtest: true
4227 build: test
4228 language: c++
4229 src:
4230 - test/cpp/end2end/health_service_end2end_test.cc
4231 deps:
4232 - grpc++_test_util
4233 - grpc_test_util
4234 - grpc++
4235 - grpc
4236 - gpr_test_util
4237 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004238- name: http2_client
4239 build: test
4240 run: false
4241 language: c++
4242 src: []
4243 deps:
4244 - http2_client_main
4245 - grpc++_test_util
4246 - grpc_test_util
4247 - grpc++
4248 - grpc
4249 - grpc++_test_config
4250 platforms:
4251 - mac
4252 - linux
4253 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004254- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004255 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004256 build: test
4257 language: c++
4258 src:
4259 - test/cpp/end2end/hybrid_end2end_test.cc
4260 deps:
4261 - grpc++_test_util
4262 - grpc_test_util
4263 - grpc++
4264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004265 - gpr_test_util
4266 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004267- name: inlined_vector_test
4268 gtest: true
4269 build: test
4270 language: c++
4271 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004272 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004273 deps:
4274 - grpc_test_util
4275 - grpc++
4276 - grpc
4277 - gpr_test_util
4278 - gpr
4279 uses:
4280 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004281- name: inproc_sync_unary_ping_pong_test
4282 build: test
4283 language: c++
4284 src:
4285 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4286 deps:
4287 - qps
4288 - grpc++_core_stats
4289 - grpc++_test_util
4290 - grpc_test_util
4291 - grpc++
4292 - grpc
4293 - gpr_test_util
4294 - gpr
4295 - grpc++_test_config
4296 platforms:
4297 - mac
4298 - linux
4299 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004300- name: interop_client
4301 build: test
4302 run: false
4303 language: c++
4304 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004305 deps:
4306 - interop_client_main
4307 - interop_client_helper
4308 - grpc++_test_util
4309 - grpc_test_util
4310 - grpc++
4311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004312 - gpr_test_util
4313 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004314 - grpc++_test_config
4315 platforms:
4316 - mac
4317 - linux
4318 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004319- name: interop_server
4320 build: test
4321 run: false
4322 language: c++
4323 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004324 deps:
4325 - interop_server_main
4326 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004327 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004328 - grpc++_test_util
4329 - grpc_test_util
4330 - grpc++
4331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004332 - gpr_test_util
4333 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004334 - grpc++_test_config
4335 platforms:
4336 - mac
4337 - linux
4338 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004339- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004340 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004341 build: test
4342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004343 src:
4344 - test/cpp/interop/interop_test.cc
4345 deps:
4346 - grpc_test_util
4347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004348 - gpr_test_util
4349 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004350 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004351 platforms:
4352 - mac
4353 - linux
4354 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004355- name: json_run_localhost
4356 build: test
4357 run: false
4358 language: c++
4359 src:
4360 - test/cpp/qps/json_run_localhost.cc
4361 deps:
4362 - grpc++_test_util
4363 - grpc_test_util
4364 - grpc++
4365 - grpc
4366 - gpr_test_util
4367 - gpr
4368 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004369 platforms:
4370 - mac
4371 - linux
4372 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004373- name: memory_test
4374 gtest: true
4375 build: test
4376 language: c++
4377 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004378 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004379 deps:
4380 - grpc_test_util
4381 - grpc++
4382 - grpc
4383 - gpr_test_util
4384 - gpr
4385 uses:
4386 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004387 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004388- name: metrics_client
4389 build: test
4390 run: false
4391 language: c++
4392 headers:
4393 - test/cpp/util/metrics_server.h
4394 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004395 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004396 - test/cpp/interop/metrics_client.cc
4397 deps:
4398 - grpc++
4399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004400 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004401 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004402- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004403 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004404 build: test
4405 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004406 headers:
4407 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004408 src:
4409 - test/cpp/end2end/mock_test.cc
4410 deps:
4411 - grpc++_test_util
4412 - grpc_test_util
4413 - grpc++
4414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004415 - gpr_test_util
4416 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004417- name: noop-benchmark
4418 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004419 language: c++
4420 src:
4421 - test/cpp/microbenchmarks/noop-benchmark.cc
4422 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004423 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004424 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004425- name: orphanable_test
4426 gtest: true
4427 build: test
4428 language: c++
4429 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004430 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004431 deps:
4432 - grpc_test_util
4433 - grpc++
4434 - grpc
4435 - gpr_test_util
4436 - gpr
4437 uses:
4438 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004439- name: proto_server_reflection_test
4440 gtest: true
4441 build: test
4442 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004443 src:
4444 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004445 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004446 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004447 - grpc++_reflection
4448 - grpc++_test_util
4449 - grpc_test_util
4450 - grpc++
4451 - grpc
4452 - gpr_test_util
4453 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004454- name: proto_utils_test
4455 gtest: true
4456 build: test
4457 language: c++
4458 src:
4459 - test/cpp/codegen/proto_utils_test.cc
4460 deps:
4461 - grpc++
4462 - grpc
4463 filegroups:
4464 - grpc++_codegen_base
4465 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004466 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004467- name: qps_interarrival_test
4468 build: test
4469 run: false
4470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004471 src:
4472 - test/cpp/qps/qps_interarrival_test.cc
4473 deps:
4474 - qps
4475 - grpc++_test_util
4476 - grpc_test_util
4477 - grpc++
4478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004479 - gpr_test_util
4480 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004481 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004482 platforms:
4483 - mac
4484 - linux
4485 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004486 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004487- name: qps_json_driver
4488 build: test
4489 run: false
4490 language: c++
4491 src:
4492 - test/cpp/qps/qps_json_driver.cc
4493 deps:
4494 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004495 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004496 - grpc++_test_util
4497 - grpc_test_util
4498 - grpc++
4499 - grpc
4500 - gpr_test_util
4501 - gpr
4502 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004503- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004504 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004505 build: test
4506 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004507 src:
4508 - test/cpp/qps/qps_openloop_test.cc
4509 deps:
4510 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004511 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004512 - grpc++_test_util
4513 - grpc_test_util
4514 - grpc++
4515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004516 - gpr_test_util
4517 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004518 - grpc++_test_config
4519 platforms:
4520 - mac
4521 - linux
4522 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004523- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004524 build: test
4525 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004526 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004527 headers:
4528 - test/cpp/qps/client.h
4529 - test/cpp/qps/server.h
4530 src:
4531 - test/cpp/qps/worker.cc
4532 deps:
4533 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004534 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004535 - grpc++_test_util
4536 - grpc_test_util
4537 - grpc++
4538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004539 - gpr_test_util
4540 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004541 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004542- name: reconnect_interop_client
4543 build: test
4544 run: false
4545 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004546 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004547 - src/proto/grpc/testing/empty.proto
4548 - src/proto/grpc/testing/messages.proto
4549 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004550 - test/cpp/interop/reconnect_interop_client.cc
4551 deps:
4552 - grpc++_test_util
4553 - grpc_test_util
4554 - grpc++
4555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004556 - gpr_test_util
4557 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004558 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004559- name: reconnect_interop_server
4560 build: test
4561 run: false
4562 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004563 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004564 - src/proto/grpc/testing/empty.proto
4565 - src/proto/grpc/testing/messages.proto
4566 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004567 - test/cpp/interop/reconnect_interop_server.cc
4568 deps:
4569 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004570 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004571 - grpc++_test_util
4572 - grpc_test_util
4573 - grpc++
4574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004575 - gpr_test_util
4576 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004577 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004578- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004579 gtest: true
4580 build: test
4581 language: c++
4582 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004583 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004584 deps:
4585 - grpc_test_util
4586 - grpc++
4587 - grpc
4588 - gpr_test_util
4589 - gpr
4590 uses:
4591 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004592- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004593 gtest: true
4594 build: test
4595 language: c++
4596 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004597 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004598 deps:
4599 - grpc_test_util
4600 - grpc++
4601 - grpc
4602 - gpr_test_util
4603 - gpr
4604 uses:
4605 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004606- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004607 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004608 build: test
4609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004610 src:
4611 - test/cpp/common/secure_auth_context_test.cc
4612 deps:
4613 - grpc++_test_util
4614 - grpc_test_util
4615 - grpc++
4616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004617 - gpr_test_util
4618 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004619- name: secure_sync_unary_ping_pong_test
4620 build: test
4621 language: c++
4622 src:
4623 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4624 deps:
4625 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004626 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004627 - grpc++_test_util
4628 - grpc_test_util
4629 - grpc++
4630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004631 - gpr_test_util
4632 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004633 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004634 platforms:
4635 - mac
4636 - linux
4637 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004638- name: server_builder_plugin_test
4639 gtest: true
4640 build: test
4641 language: c++
4642 src:
4643 - test/cpp/end2end/server_builder_plugin_test.cc
4644 deps:
4645 - grpc++_test_util
4646 - grpc_test_util
4647 - grpc++
4648 - grpc
4649 - gpr_test_util
4650 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004651- name: server_builder_test
4652 gtest: true
4653 build: test
4654 language: c++
4655 src:
4656 - src/proto/grpc/testing/echo_messages.proto
4657 - src/proto/grpc/testing/echo.proto
4658 - test/cpp/server/server_builder_test.cc
4659 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004660 - grpc++_test_util_unsecure
4661 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004662 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004663 - grpc++_unsecure
4664 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004665 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004666- name: server_context_test_spouse_test
4667 gtest: true
4668 build: test
4669 language: c++
4670 src:
4671 - test/cpp/test/server_context_test_spouse_test.cc
4672 deps:
4673 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004674 - grpc++
4675 - grpc
4676 - gpr_test_util
4677 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004678 uses:
4679 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004680- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004681 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004682 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004683 build: test
4684 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004685 src:
4686 - test/cpp/end2end/server_crash_test.cc
4687 deps:
4688 - grpc++_test_util
4689 - grpc_test_util
4690 - grpc++
4691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004692 - gpr_test_util
4693 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004694 platforms:
4695 - mac
4696 - linux
4697 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004698- name: server_crash_test_client
4699 build: test
4700 run: false
4701 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004702 src:
4703 - test/cpp/end2end/server_crash_test_client.cc
4704 deps:
4705 - grpc++_test_util
4706 - grpc_test_util
4707 - grpc++
4708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004709 - gpr_test_util
4710 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08004711- name: server_early_return_test
4712 gtest: true
4713 build: test
4714 language: c++
4715 src:
4716 - test/cpp/end2end/server_early_return_test.cc
4717 deps:
4718 - grpc++_test_util
4719 - grpc_test_util
4720 - grpc++
4721 - grpc
4722 - gpr_test_util
4723 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004724- name: server_request_call_test
4725 gtest: true
4726 build: test
4727 language: c++
4728 src:
4729 - src/proto/grpc/testing/echo_messages.proto
4730 - src/proto/grpc/testing/echo.proto
4731 - test/cpp/server/server_request_call_test.cc
4732 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004733 - grpc++_test_util_unsecure
4734 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004735 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004736 - grpc++_unsecure
4737 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004738 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004739- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004740 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004741 build: test
4742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004743 src:
4744 - test/cpp/end2end/shutdown_test.cc
4745 deps:
4746 - grpc++_test_util
4747 - grpc_test_util
4748 - grpc++
4749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004750 - gpr_test_util
4751 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004752- name: stats_test
4753 gtest: true
4754 build: test
4755 language: c++
4756 src:
4757 - test/core/debug/stats_test.cc
4758 deps:
4759 - grpc++_test_util
4760 - grpc_test_util
4761 - grpc
4762 - gpr_test_util
4763 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004764 exclude_configs:
4765 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004766 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004767 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004768- name: status_test
4769 build: test
4770 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004771 src:
4772 - test/cpp/util/status_test.cc
4773 deps:
4774 - grpc_test_util
4775 - grpc++
4776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004777 - gpr_test_util
4778 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004779 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004780- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004781 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004782 build: test
4783 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004784 src:
4785 - test/cpp/end2end/streaming_throughput_test.cc
4786 deps:
4787 - grpc++_test_util
4788 - grpc_test_util
4789 - grpc++
4790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004791 - gpr_test_util
4792 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004793 platforms:
4794 - mac
4795 - linux
4796 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004797- name: stress_test
4798 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004799 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004800 language: c++
4801 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004802 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004803 - test/cpp/interop/interop_client.h
4804 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004805 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004806 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004807 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004808 - src/proto/grpc/testing/empty.proto
4809 - src/proto/grpc/testing/messages.proto
4810 - src/proto/grpc/testing/metrics.proto
4811 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004812 - test/cpp/interop/interop_client.cc
4813 - test/cpp/interop/stress_interop_client.cc
4814 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004815 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004816 deps:
4817 - grpc++_test_util
4818 - grpc_test_util
4819 - grpc++
4820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004821 - gpr_test_util
4822 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004823 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004824- name: thread_manager_test
4825 build: test
4826 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004827 src:
4828 - test/cpp/thread_manager/thread_manager_test.cc
4829 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004830 - grpc++_unsecure
4831 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004832 - gpr
4833 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004834- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004835 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004836 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004837 build: test
4838 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004839 src:
4840 - test/cpp/end2end/thread_stress_test.cc
4841 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004842 - grpc++_test_util_unsecure
4843 - grpc_test_util_unsecure
4844 - grpc++_unsecure
4845 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004846 - gpr_test_util
4847 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004848- name: transport_pid_controller_test
4849 build: test
4850 language: c++
4851 src:
4852 - test/core/transport/pid_controller_test.cc
4853 deps:
4854 - grpc++_test_util
4855 - grpc++
4856 - grpc_test_util
4857 - grpc
4858 - gpr_test_util
4859 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004860- name: writes_per_rpc_test
4861 gtest: true
4862 cpu_cost: 0.5
4863 build: test
4864 language: c++
4865 src:
4866 - test/cpp/performance/writes_per_rpc_test.cc
4867 deps:
4868 - grpc++_test_util
4869 - grpc_test_util
4870 - grpc++
4871 - grpc
4872 - gpr_test_util
4873 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004874 platforms:
4875 - mac
4876 - linux
4877 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004878- name: public_headers_must_be_c89
4879 build: test
4880 language: c89
4881 src:
4882 - test/core/surface/public_headers_must_be_c89.c
4883 deps:
4884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004885 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08004886- name: gen_hpack_tables
4887 build: tool
4888 language: cc
4889 src:
4890 - tools/codegen/core/gen_hpack_tables.cc
4891 deps:
4892 - gpr
4893 - grpc
4894 uses_polling: false
4895- name: gen_legal_metadata_characters
4896 build: tool
4897 language: cc
4898 src:
4899 - tools/codegen/core/gen_legal_metadata_characters.cc
4900 deps: []
4901- name: gen_percent_encoding_tables
4902 build: tool
4903 language: cc
4904 src:
4905 - tools/codegen/core/gen_percent_encoding_tables.cc
4906 deps: []
4907 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004908vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004909- linkage: static
4910 name: grpc.dependencies.zlib
4911 props: false
4912 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004913 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004914- linkage: static
4915 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004916 props: true
4917 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004918 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004919- name: gflags
4920 props: false
4921 redist: false
4922 version: 2.1.2.1
4923- name: gtest
4924 props: false
4925 redist: false
4926 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004927configs:
4928 asan:
4929 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004930 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4931 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004932 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004933 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004934 LDFLAGS: -fsanitize=address
4935 LDXX: clang++
4936 compile_the_world: true
4937 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004938 ASAN_OPTIONS: detect_leaks=1:color=always
4939 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004940 asan-noleaks:
4941 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004942 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4943 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004944 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004945 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004946 LDFLAGS: -fsanitize=address
4947 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004948 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004949 test_environ:
4950 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004951 asan-trace-cmp:
4952 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004953 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4954 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004955 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004956 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004957 LDFLAGS: -fsanitize=address
4958 LDXX: clang++
4959 compile_the_world: true
4960 test_environ:
4961 ASAN_OPTIONS: detect_leaks=1:color=always
4962 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004963 basicprof:
4964 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4965 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004966 c++-compat:
4967 CFLAGS: -Wc++-compat
4968 CPPFLAGS: -O0
4969 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004970 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004971 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004972 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004973 dbg:
4974 CPPFLAGS: -O0
4975 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004976 gcov:
4977 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004978 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004979 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004980 DEFINES: _DEBUG DEBUG GPR_GCOV
4981 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004982 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004983 LDXX: g++
4984 helgrind:
4985 CPPFLAGS: -O0
4986 DEFINES: _DEBUG DEBUG
4987 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004988 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004989 lto:
4990 CPPFLAGS: -O2
4991 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004992 memcheck:
4993 CPPFLAGS: -O0
4994 DEFINES: _DEBUG DEBUG
4995 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004996 valgrind: --tool=memcheck --leak-check=full
4997 msan:
4998 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004999 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005000 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5001 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005002 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005003 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005004 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005005 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5006 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5007 LDXX: clang++
5008 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005009 test_environ:
5010 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005011 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005012 CPPFLAGS: -O3 -fno-omit-frame-pointer
5013 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005014 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005015 noexcept:
Craig Tillera0f85172016-01-20 15:56:06 -08005016 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07005017 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005018 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005019 opt:
5020 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08005021 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005022 stapprof:
5023 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5024 DEFINES: NDEBUG
5025 tsan:
5026 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005027 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005028 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005029 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005030 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005031 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005032 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005033 LDXX: clang++
5034 compile_the_world: true
5035 test_environ:
5036 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005037 ubsan:
5038 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005039 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5040 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005041 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005042 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005043 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005044 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005045 LDXX: clang++
5046 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005047 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005048 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005049defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005050 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005051 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5052 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005053 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5054 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5055 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5056 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5057 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005058 benchmark:
5059 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005060 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005061 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005062 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5063 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005064 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005065 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005066 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005067 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005068 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005069 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005070 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005071 LDFLAGS: -g
5072 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005073 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005074 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005075openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005076 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005077 extraction_dir: openssl-1.0.2f
5078 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005079php_config_m4:
5080 deps:
5081 - grpc
5082 - gpr
5083 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005084 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005085 headers:
5086 - src/php/ext/grpc/byte_buffer.h
5087 - src/php/ext/grpc/call.h
5088 - src/php/ext/grpc/call_credentials.h
5089 - src/php/ext/grpc/channel.h
5090 - src/php/ext/grpc/channel_credentials.h
5091 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005092 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005093 - src/php/ext/grpc/php_grpc.h
5094 - src/php/ext/grpc/server.h
5095 - src/php/ext/grpc/server_credentials.h
5096 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005097 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005098 src:
5099 - src/php/ext/grpc/byte_buffer.c
5100 - src/php/ext/grpc/call.c
5101 - src/php/ext/grpc/call_credentials.c
5102 - src/php/ext/grpc/channel.c
5103 - src/php/ext/grpc/channel_credentials.c
5104 - src/php/ext/grpc/completion_queue.c
5105 - src/php/ext/grpc/php_grpc.c
5106 - src/php/ext/grpc/server.c
5107 - src/php/ext/grpc/server_credentials.c
5108 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005109python_dependencies:
5110 deps:
5111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005112 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005113 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005114 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005115 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005116ruby_gem:
5117 deps:
5118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005119 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005120 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005121 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005122 - z