blob: 516f270e73ccb963bd3bf1a21e6ae93c8c3b6630 [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 Pai392e2132018-01-13 23:58:26 -080015 core_version: 6.0.0-dev
16 g_stands_for: glossy
Mehrdad Afsharid1915a92018-01-19 14:23:17 -080017 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
Vijay Pai42807252017-07-28 15:08:24 -070082 - include/grpc/support/cmdline.h
83 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -070084 - include/grpc/support/host_port.h
85 - include/grpc/support/log.h
86 - include/grpc/support/log_windows.h
87 - include/grpc/support/port_platform.h
88 - include/grpc/support/string_util.h
89 - include/grpc/support/subprocess.h
90 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070091 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070092 - include/grpc/support/sync_generic.h
93 - include/grpc/support/sync_posix.h
94 - include/grpc/support/sync_windows.h
95 - include/grpc/support/thd.h
96 - include/grpc/support/time.h
97 - include/grpc/support/tls.h
98 - include/grpc/support/tls_gcc.h
99 - include/grpc/support/tls_msvc.h
100 - include/grpc/support/tls_pthread.h
Vijay Pai42807252017-07-28 15:08:24 -0700101 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800102 - src/core/lib/gpr/arena.h
Vijay Paid4d0a302018-01-25 13:24:03 -0800103 - src/core/lib/gpr/avl.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800104 - src/core/lib/gpr/env.h
105 - src/core/lib/gpr/fork.h
106 - src/core/lib/gpr/mpscq.h
107 - src/core/lib/gpr/murmur_hash.h
108 - src/core/lib/gpr/spinlock.h
109 - src/core/lib/gpr/string.h
110 - src/core/lib/gpr/string_windows.h
111 - src/core/lib/gpr/thd_internal.h
112 - src/core/lib/gpr/time_precise.h
113 - src/core/lib/gpr/tmpfile.h
Vijay Paid4d0a302018-01-25 13:24:03 -0800114 - src/core/lib/gpr/useful.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
Yash Tibrewal83062842017-09-21 18:56:08 -0700256 - src/core/lib/surface/api_trace.cc
257 - src/core/lib/surface/byte_buffer.cc
258 - src/core/lib/surface/byte_buffer_reader.cc
259 - src/core/lib/surface/call.cc
260 - src/core/lib/surface/call_details.cc
261 - src/core/lib/surface/call_log_batch.cc
262 - src/core/lib/surface/channel.cc
263 - src/core/lib/surface/channel_init.cc
264 - src/core/lib/surface/channel_ping.cc
265 - src/core/lib/surface/channel_stack_type.cc
266 - src/core/lib/surface/completion_queue.cc
267 - src/core/lib/surface/completion_queue_factory.cc
268 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700269 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700270 - src/core/lib/surface/metadata_array.cc
271 - src/core/lib/surface/server.cc
272 - src/core/lib/surface/validate_metadata.cc
273 - src/core/lib/surface/version.cc
274 - src/core/lib/transport/bdp_estimator.cc
275 - src/core/lib/transport/byte_stream.cc
276 - src/core/lib/transport/connectivity_state.cc
277 - src/core/lib/transport/error_utils.cc
278 - src/core/lib/transport/metadata.cc
279 - src/core/lib/transport/metadata_batch.cc
280 - src/core/lib/transport/pid_controller.cc
281 - src/core/lib/transport/service_config.cc
282 - src/core/lib/transport/static_metadata.cc
283 - src/core/lib/transport/status_conversion.cc
284 - src/core/lib/transport/timeout_encoding.cc
285 - src/core/lib/transport/transport.cc
286 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700287 deps:
288 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700289 filegroups:
290 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700291 uses:
292 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700293 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700294- name: grpc_base_headers
295 public_headers:
296 - include/grpc/byte_buffer.h
297 - include/grpc/byte_buffer_reader.h
298 - include/grpc/compression.h
Muxi Yanf7a97e12017-10-11 16:59:27 -0700299 - include/grpc/compression_ruby.h
Ken Payson9714e032017-10-10 11:18:49 -0700300 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700301 - include/grpc/grpc.h
302 - include/grpc/grpc_posix.h
303 - include/grpc/grpc_security_constants.h
304 - include/grpc/load_reporting.h
305 - include/grpc/slice.h
306 - include/grpc/slice_buffer.h
307 - include/grpc/status.h
308 - include/grpc/support/workaround_list.h
309 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700310 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700311 - src/core/lib/channel/channel_args.h
312 - src/core/lib/channel/channel_stack.h
313 - src/core/lib/channel/channel_stack_builder.h
314 - src/core/lib/channel/connected_channel.h
315 - src/core/lib/channel/context.h
316 - src/core/lib/channel/handshaker.h
317 - src/core/lib/channel/handshaker_factory.h
318 - src/core/lib/channel/handshaker_registry.h
319 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700320 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700321 - src/core/lib/compression/message_compress.h
322 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700323 - src/core/lib/compression/stream_compression_gzip.h
324 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700325 - src/core/lib/debug/stats.h
326 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800327 - src/core/lib/gprpp/debug_location.h
328 - src/core/lib/gprpp/inlined_vector.h
329 - src/core/lib/gprpp/orphanable.h
330 - src/core/lib/gprpp/ref_counted.h
331 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700332 - src/core/lib/http/format_request.h
333 - src/core/lib/http/httpcli.h
334 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700335 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700336 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700337 - src/core/lib/iomgr/closure.h
338 - src/core/lib/iomgr/combiner.h
339 - src/core/lib/iomgr/endpoint.h
340 - src/core/lib/iomgr/endpoint_pair.h
341 - src/core/lib/iomgr/error.h
342 - src/core/lib/iomgr/error_internal.h
343 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700344 - src/core/lib/iomgr/ev_epollex_linux.h
345 - src/core/lib/iomgr/ev_epollsig_linux.h
346 - src/core/lib/iomgr/ev_poll_posix.h
347 - src/core/lib/iomgr/ev_posix.h
348 - src/core/lib/iomgr/exec_ctx.h
349 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700350 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700351 - src/core/lib/iomgr/iocp_windows.h
352 - src/core/lib/iomgr/iomgr.h
353 - src/core/lib/iomgr/iomgr_internal.h
354 - src/core/lib/iomgr/iomgr_posix.h
355 - src/core/lib/iomgr/iomgr_uv.h
356 - src/core/lib/iomgr/is_epollexclusive_available.h
357 - src/core/lib/iomgr/load_file.h
358 - src/core/lib/iomgr/lockfree_event.h
359 - src/core/lib/iomgr/nameser.h
360 - src/core/lib/iomgr/network_status_tracker.h
361 - src/core/lib/iomgr/polling_entity.h
362 - src/core/lib/iomgr/pollset.h
363 - src/core/lib/iomgr/pollset_set.h
364 - src/core/lib/iomgr/pollset_set_windows.h
365 - src/core/lib/iomgr/pollset_uv.h
366 - src/core/lib/iomgr/pollset_windows.h
367 - src/core/lib/iomgr/port.h
368 - src/core/lib/iomgr/resolve_address.h
369 - src/core/lib/iomgr/resource_quota.h
370 - src/core/lib/iomgr/sockaddr.h
371 - src/core/lib/iomgr/sockaddr_posix.h
372 - src/core/lib/iomgr/sockaddr_utils.h
373 - src/core/lib/iomgr/sockaddr_windows.h
374 - src/core/lib/iomgr/socket_factory_posix.h
375 - src/core/lib/iomgr/socket_mutator.h
376 - src/core/lib/iomgr/socket_utils.h
377 - src/core/lib/iomgr/socket_utils_posix.h
378 - src/core/lib/iomgr/socket_windows.h
379 - src/core/lib/iomgr/sys_epoll_wrapper.h
380 - src/core/lib/iomgr/tcp_client.h
381 - src/core/lib/iomgr/tcp_client_posix.h
382 - src/core/lib/iomgr/tcp_posix.h
383 - src/core/lib/iomgr/tcp_server.h
384 - src/core/lib/iomgr/tcp_server_utils_posix.h
385 - src/core/lib/iomgr/tcp_uv.h
386 - src/core/lib/iomgr/tcp_windows.h
387 - src/core/lib/iomgr/time_averaged_stats.h
388 - src/core/lib/iomgr/timer.h
389 - src/core/lib/iomgr/timer_generic.h
390 - src/core/lib/iomgr/timer_heap.h
391 - src/core/lib/iomgr/timer_manager.h
392 - src/core/lib/iomgr/timer_uv.h
393 - src/core/lib/iomgr/udp_server.h
394 - src/core/lib/iomgr/unix_sockets_posix.h
395 - src/core/lib/iomgr/wakeup_fd_cv.h
396 - src/core/lib/iomgr/wakeup_fd_pipe.h
397 - src/core/lib/iomgr/wakeup_fd_posix.h
398 - src/core/lib/json/json.h
399 - src/core/lib/json/json_common.h
400 - src/core/lib/json/json_reader.h
401 - src/core/lib/json/json_writer.h
402 - src/core/lib/slice/b64.h
403 - src/core/lib/slice/percent_encoding.h
404 - src/core/lib/slice/slice_hash_table.h
405 - src/core/lib/slice/slice_internal.h
406 - src/core/lib/slice/slice_string_helpers.h
407 - src/core/lib/surface/api_trace.h
408 - src/core/lib/surface/call.h
409 - src/core/lib/surface/call_test_only.h
410 - src/core/lib/surface/channel.h
411 - src/core/lib/surface/channel_init.h
412 - src/core/lib/surface/channel_stack_type.h
413 - src/core/lib/surface/completion_queue.h
414 - src/core/lib/surface/completion_queue_factory.h
415 - src/core/lib/surface/event_string.h
416 - src/core/lib/surface/init.h
417 - src/core/lib/surface/lame_client.h
418 - src/core/lib/surface/server.h
419 - src/core/lib/surface/validate_metadata.h
420 - src/core/lib/transport/bdp_estimator.h
421 - src/core/lib/transport/byte_stream.h
422 - src/core/lib/transport/connectivity_state.h
423 - src/core/lib/transport/error_utils.h
424 - src/core/lib/transport/http2_errors.h
425 - src/core/lib/transport/metadata.h
426 - src/core/lib/transport/metadata_batch.h
427 - src/core/lib/transport/pid_controller.h
428 - src/core/lib/transport/service_config.h
429 - src/core/lib/transport/static_metadata.h
430 - src/core/lib/transport/status_conversion.h
431 - src/core/lib/transport/timeout_encoding.h
432 - src/core/lib/transport/transport.h
433 - src/core/lib/transport/transport_impl.h
434 deps:
435 - gpr
436 uses:
437 - grpc_codegen
438 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700439- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700440 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700441 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700442 - src/core/ext/filters/client_channel/client_channel.h
443 - src/core/ext/filters/client_channel/client_channel_factory.h
444 - src/core/ext/filters/client_channel/connector.h
445 - src/core/ext/filters/client_channel/http_connect_handshaker.h
446 - src/core/ext/filters/client_channel/http_proxy.h
447 - src/core/ext/filters/client_channel/lb_policy.h
448 - src/core/ext/filters/client_channel/lb_policy_factory.h
449 - src/core/ext/filters/client_channel/lb_policy_registry.h
450 - src/core/ext/filters/client_channel/parse_address.h
451 - src/core/ext/filters/client_channel/proxy_mapper.h
452 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
453 - src/core/ext/filters/client_channel/resolver.h
454 - src/core/ext/filters/client_channel/resolver_factory.h
455 - src/core/ext/filters/client_channel/resolver_registry.h
456 - src/core/ext/filters/client_channel/retry_throttle.h
457 - src/core/ext/filters/client_channel/subchannel.h
458 - src/core/ext/filters/client_channel/subchannel_index.h
459 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700460 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700461 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700462 - src/core/ext/filters/client_channel/channel_connectivity.cc
463 - src/core/ext/filters/client_channel/client_channel.cc
464 - src/core/ext/filters/client_channel/client_channel_factory.cc
465 - src/core/ext/filters/client_channel/client_channel_plugin.cc
466 - src/core/ext/filters/client_channel/connector.cc
467 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
468 - src/core/ext/filters/client_channel/http_proxy.cc
469 - src/core/ext/filters/client_channel/lb_policy.cc
470 - src/core/ext/filters/client_channel/lb_policy_factory.cc
471 - src/core/ext/filters/client_channel/lb_policy_registry.cc
472 - src/core/ext/filters/client_channel/parse_address.cc
473 - src/core/ext/filters/client_channel/proxy_mapper.cc
474 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
475 - src/core/ext/filters/client_channel/resolver.cc
476 - src/core/ext/filters/client_channel/resolver_factory.cc
477 - src/core/ext/filters/client_channel/resolver_registry.cc
478 - src/core/ext/filters/client_channel/retry_throttle.cc
479 - src/core/ext/filters/client_channel/subchannel.cc
480 - src/core/ext/filters/client_channel/subchannel_index.cc
481 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700482 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700483 uses:
484 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700485 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800486- name: grpc_codegen
487 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700488 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700489 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800490 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800491 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800492 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800493 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700494 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800495 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700496 uses:
497 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700498- name: grpc_deadline_filter
499 headers:
500 - src/core/ext/filters/deadline/deadline_filter.h
501 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700502 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700503 plugin: grpc_deadline_filter
504 uses:
505 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700506- name: grpc_http_filters
507 headers:
508 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700509 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700510 - src/core/ext/filters/http/server/http_server_filter.h
511 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700512 - src/core/ext/filters/http/client/http_client_filter.cc
513 - src/core/ext/filters/http/http_filters_plugin.cc
514 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
515 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700516 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700517 uses:
518 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700519- name: grpc_lb_policy_grpclb
520 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700521 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700522 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
523 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700524 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700525 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
526 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700527 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700528 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
529 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
530 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
531 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
532 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700533 - 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 -0800534 plugin: grpc_lb_policy_grpclb
535 uses:
536 - grpc_base
537 - grpc_client_channel
538 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700539 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800540- name: grpc_lb_policy_grpclb_secure
541 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
547 - 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 -0800548 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700549 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
550 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
551 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
552 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
553 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700554 - 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 -0700555 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700556 uses:
557 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700558 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700559 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700560 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700561 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700562- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700563 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700564 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700565 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700566 uses:
567 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700568 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700569 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700570- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700571 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700572 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700573 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700574 uses:
575 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700576 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700577 - grpc_lb_subchannel_list
578- name: grpc_lb_subchannel_list
579 headers:
580 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
581 src:
582 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
583 uses:
584 - grpc_base
585 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700586- name: grpc_max_age_filter
587 headers:
588 - src/core/ext/filters/max_age/max_age_filter.h
589 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700590 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700591 plugin: grpc_max_age_filter
592 uses:
593 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700594- name: grpc_message_size_filter
595 headers:
596 - src/core/ext/filters/message_size/message_size_filter.h
597 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700598 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700599 plugin: grpc_message_size_filter
600 uses:
601 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700602- name: grpc_resolver_dns_ares
603 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700604 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
605 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700606 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700607 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
608 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
609 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
610 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700611 plugin: grpc_resolver_dns_ares
612 uses:
613 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700614 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700615- name: grpc_resolver_dns_native
616 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700617 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700618 plugin: grpc_resolver_dns_native
619 uses:
620 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700621 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700622- name: grpc_resolver_fake
623 headers:
624 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
625 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700626 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700627 plugin: grpc_resolver_fake
628 uses:
629 - grpc_base
630 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700631- name: grpc_resolver_sockaddr
632 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700633 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700634 plugin: grpc_resolver_sockaddr
635 uses:
636 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700637 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100638- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700639 public_headers:
640 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100641 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700642 - src/core/lib/security/context/security_context.h
643 - src/core/lib/security/credentials/composite/composite_credentials.h
644 - src/core/lib/security/credentials/credentials.h
645 - src/core/lib/security/credentials/fake/fake_credentials.h
646 - src/core/lib/security/credentials/google_default/google_default_credentials.h
647 - src/core/lib/security/credentials/iam/iam_credentials.h
648 - src/core/lib/security/credentials/jwt/json_token.h
649 - src/core/lib/security/credentials/jwt/jwt_credentials.h
650 - src/core/lib/security/credentials/jwt/jwt_verifier.h
651 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
652 - src/core/lib/security/credentials/plugin/plugin_credentials.h
653 - src/core/lib/security/credentials/ssl/ssl_credentials.h
654 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800655 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700656 - src/core/lib/security/transport/secure_endpoint.h
657 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800658 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700659 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700660 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100661 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700662 - src/core/lib/http/httpcli_security_connector.cc
663 - src/core/lib/security/context/security_context.cc
664 - src/core/lib/security/credentials/composite/composite_credentials.cc
665 - src/core/lib/security/credentials/credentials.cc
666 - src/core/lib/security/credentials/credentials_metadata.cc
667 - src/core/lib/security/credentials/fake/fake_credentials.cc
668 - src/core/lib/security/credentials/google_default/credentials_generic.cc
669 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
670 - src/core/lib/security/credentials/iam/iam_credentials.cc
671 - src/core/lib/security/credentials/jwt/json_token.cc
672 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
673 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
674 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
675 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
676 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
677 - src/core/lib/security/transport/client_auth_filter.cc
678 - src/core/lib/security/transport/lb_targets_info.cc
679 - src/core/lib/security/transport/secure_endpoint.cc
680 - src/core/lib/security/transport/security_connector.cc
681 - src/core/lib/security/transport/security_handshaker.cc
682 - src/core/lib/security/transport/server_auth_filter.cc
683 - src/core/lib/security/transport/tsi_error.cc
684 - src/core/lib/security/util/json_util.cc
685 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700686 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700687 uses:
688 - grpc_base
689 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700690 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700691- name: grpc_server_backward_compatibility
692 headers:
693 - src/core/ext/filters/workarounds/workaround_utils.h
694 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700695 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700696 uses:
697 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700698- name: grpc_server_load_reporting
699 headers:
700 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
701 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
702 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700703 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
704 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700705 plugin: grpc_server_load_reporting_plugin
706 uses:
707 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700708- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700709 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700710 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700711 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700712 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800713 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700714 - test/core/end2end/fixtures/proxy.h
715 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800716 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700717 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800718 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200719 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700720 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700721 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700722 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700723 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700724 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700725 - test/core/util/slice_splitter.h
ncteisenaa3b1972017-11-17 15:56:27 -0800726 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800727 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700728 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700729 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700730 - test/core/end2end/cq_verifier.cc
731 - test/core/end2end/fixtures/http_proxy_fixture.cc
732 - test/core/end2end/fixtures/proxy.cc
733 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700734 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700735 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800736 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700737 - test/core/util/memory_counters.cc
738 - test/core/util/mock_endpoint.cc
739 - test/core/util/parse_hexstring.cc
740 - test/core/util/passthru_endpoint.cc
741 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800742 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700743 - test/core/util/port_server_client.cc
744 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800745 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700746 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700747 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700748 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700749 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700750 uses:
751 - grpc_base
752 - grpc_client_channel
753 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700754- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700755 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700756 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700757 deps:
758 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700759 filegroups:
760 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700761 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700762- name: grpc_trace_headers
763 headers:
764 - src/core/lib/debug/trace.h
765 deps:
766 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700767- name: grpc_transport_chttp2
768 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700769 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700770 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700771 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700772 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700773 - src/core/ext/transport/chttp2/transport/frame.h
774 - src/core/ext/transport/chttp2/transport/frame_data.h
775 - src/core/ext/transport/chttp2/transport/frame_goaway.h
776 - src/core/ext/transport/chttp2/transport/frame_ping.h
777 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
778 - src/core/ext/transport/chttp2/transport/frame_settings.h
779 - src/core/ext/transport/chttp2/transport/frame_window_update.h
780 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
781 - src/core/ext/transport/chttp2/transport/hpack_parser.h
782 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700783 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700784 - src/core/ext/transport/chttp2/transport/huffsyms.h
785 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
786 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700787 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700788 - src/core/ext/transport/chttp2/transport/varint.h
789 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700790 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
791 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
792 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
793 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
794 - src/core/ext/transport/chttp2/transport/flow_control.cc
795 - src/core/ext/transport/chttp2/transport/frame_data.cc
796 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
797 - src/core/ext/transport/chttp2/transport/frame_ping.cc
798 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
799 - src/core/ext/transport/chttp2/transport/frame_settings.cc
800 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
801 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
802 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
803 - src/core/ext/transport/chttp2/transport/hpack_table.cc
804 - src/core/ext/transport/chttp2/transport/http2_settings.cc
805 - src/core/ext/transport/chttp2/transport/huffsyms.cc
806 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
807 - src/core/ext/transport/chttp2/transport/parsing.cc
808 - src/core/ext/transport/chttp2/transport/stream_lists.cc
809 - src/core/ext/transport/chttp2/transport/stream_map.cc
810 - src/core/ext/transport/chttp2/transport/varint.cc
811 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700812 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700813 uses:
814 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700815 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700816 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700817- name: grpc_transport_chttp2_alpn
818 headers:
819 - src/core/ext/transport/chttp2/alpn/alpn.h
820 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700821 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700822 deps:
823 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800824- name: grpc_transport_chttp2_client_connector
825 headers:
826 - src/core/ext/transport/chttp2/client/chttp2_connector.h
827 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700828 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800829 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800830 - grpc_transport_chttp2
831 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700832 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700833- name: grpc_transport_chttp2_client_insecure
834 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700835 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
836 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700837 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800838 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700839 - grpc_transport_chttp2
840 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700841 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700842- name: grpc_transport_chttp2_client_secure
843 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700844 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700845 uses:
846 - grpc_transport_chttp2
847 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700848 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700849 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800850 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800851- name: grpc_transport_chttp2_server
852 headers:
853 - src/core/ext/transport/chttp2/server/chttp2_server.h
854 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700855 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800856 uses:
857 - grpc_transport_chttp2
858 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700859- name: grpc_transport_chttp2_server_insecure
860 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700861 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
862 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700863 uses:
864 - grpc_transport_chttp2
865 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800866 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700867- name: grpc_transport_chttp2_server_secure
868 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700869 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700870 uses:
871 - grpc_transport_chttp2
872 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700873 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800874 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700875- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700876 public_headers:
877 - include/grpc/grpc_cronet.h
878 - include/grpc/grpc_security.h
879 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700880 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800881 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800882 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700883 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700884 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
885 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
886 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700887 filegroups:
888 - grpc_base
889 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700890 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700891- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700892 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700893 - src/core/ext/transport/inproc/inproc_plugin.cc
894 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700895 plugin: grpc_inproc_plugin
896 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700897 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700898 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700899- name: grpc_transport_inproc_headers
900 headers:
901 - src/core/ext/transport/inproc/inproc_transport.h
902 uses:
903 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700904- name: grpc_workaround_cronet_compression_filter
905 headers:
906 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
907 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700908 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700909 plugin: grpc_workaround_cronet_compression_filter
910 uses:
911 - grpc_base
912 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800913- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700914 src:
915 - third_party/nanopb/pb_common.c
916 - third_party/nanopb/pb_decode.c
917 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700918 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700919 - nanopb_headers
920- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800921 headers:
922 - third_party/nanopb/pb.h
923 - third_party/nanopb/pb_common.h
924 - third_party/nanopb/pb_decode.h
925 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700926- name: transport_security_test_lib
927 build: test
928 headers:
929 - test/core/tsi/transport_security_test_lib.h
930 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700931 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700932 deps:
933 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934- name: tsi
935 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -0800936 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700937 - src/core/tsi/fake_transport_security.h
938 - src/core/tsi/ssl_transport_security.h
939 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700940 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -0800942 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700943 - src/core/tsi/fake_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700944 - src/core/tsi/ssl_transport_security.cc
945 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 deps:
947 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -0800948 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700949 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700950 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700951 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700952 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700953 - grpc_trace
954- name: tsi_interface
955 headers:
956 - src/core/tsi/transport_security.h
957 - src/core/tsi/transport_security_adapter.h
958 - src/core/tsi/transport_security_interface.h
959 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700960 - src/core/tsi/transport_security.cc
961 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700962 deps:
963 - gpr
964 secure: true
965 uses:
966 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700967- name: grpc++_codegen_base
968 language: c++
969 public_headers:
970 - include/grpc++/impl/codegen/async_stream.h
971 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700972 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700973 - include/grpc++/impl/codegen/call.h
974 - include/grpc++/impl/codegen/call_hook.h
975 - include/grpc++/impl/codegen/channel_interface.h
976 - include/grpc++/impl/codegen/client_context.h
977 - include/grpc++/impl/codegen/client_unary_call.h
978 - include/grpc++/impl/codegen/completion_queue.h
979 - include/grpc++/impl/codegen/completion_queue_tag.h
980 - include/grpc++/impl/codegen/config.h
981 - include/grpc++/impl/codegen/core_codegen_interface.h
982 - include/grpc++/impl/codegen/create_auth_context.h
983 - include/grpc++/impl/codegen/grpc_library.h
984 - include/grpc++/impl/codegen/metadata_map.h
985 - include/grpc++/impl/codegen/method_handler_impl.h
986 - include/grpc++/impl/codegen/rpc_method.h
987 - include/grpc++/impl/codegen/rpc_service_method.h
988 - include/grpc++/impl/codegen/security/auth_context.h
989 - include/grpc++/impl/codegen/serialization_traits.h
990 - include/grpc++/impl/codegen/server_context.h
991 - include/grpc++/impl/codegen/server_interface.h
992 - include/grpc++/impl/codegen/service_type.h
993 - include/grpc++/impl/codegen/slice.h
994 - include/grpc++/impl/codegen/status.h
995 - include/grpc++/impl/codegen/status_code_enum.h
996 - include/grpc++/impl/codegen/string_ref.h
997 - include/grpc++/impl/codegen/stub_options.h
998 - include/grpc++/impl/codegen/sync_stream.h
999 - include/grpc++/impl/codegen/time.h
1000 uses:
1001 - grpc_codegen
1002- name: grpc++_codegen_base_src
1003 language: c++
1004 src:
1005 - src/cpp/codegen/codegen_init.cc
1006 uses:
1007 - grpc++_codegen_base
1008- name: grpc++_codegen_proto
1009 language: c++
1010 public_headers:
1011 - include/grpc++/impl/codegen/proto_utils.h
1012 uses:
1013 - grpc++_codegen_base
1014 - grpc++_config_proto
1015- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001016 language: c++
1017 public_headers:
1018 - include/grpc++/alarm.h
1019 - include/grpc++/channel.h
1020 - include/grpc++/client_context.h
1021 - include/grpc++/completion_queue.h
1022 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001023 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001024 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001025 - include/grpc++/generic/async_generic_service.h
1026 - include/grpc++/generic/generic_stub.h
1027 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001028 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001029 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001030 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001032 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - include/grpc++/impl/grpc_library.h
1034 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 - include/grpc++/impl/rpc_method.h
1036 - include/grpc++/impl/rpc_service_method.h
1037 - include/grpc++/impl/serialization_traits.h
1038 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001039 - include/grpc++/impl/server_builder_plugin.h
1040 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001042 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/security/auth_context.h
1044 - include/grpc++/security/auth_metadata_processor.h
1045 - include/grpc++/security/credentials.h
1046 - include/grpc++/security/server_credentials.h
1047 - include/grpc++/server.h
1048 - include/grpc++/server_builder.h
1049 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001050 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001051 - include/grpc++/support/async_stream.h
1052 - include/grpc++/support/async_unary_call.h
1053 - include/grpc++/support/byte_buffer.h
1054 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001055 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001056 - include/grpc++/support/slice.h
1057 - include/grpc++/support/status.h
1058 - include/grpc++/support/status_code_enum.h
1059 - include/grpc++/support/string_ref.h
1060 - include/grpc++/support/stub_options.h
1061 - include/grpc++/support/sync_stream.h
1062 - include/grpc++/support/time.h
1063 headers:
1064 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001065 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001066 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001067 - src/cpp/server/health/default_health_check_service.h
1068 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001070 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001072 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - src/cpp/client/client_context.cc
1074 - src/cpp/client/create_channel.cc
1075 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001076 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001077 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001079 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001081 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001082 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001084 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001086 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001087 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001088 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001089 - src/cpp/server/create_default_thread_pool.cc
1090 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001091 - src/cpp/server/health/default_health_check_service.cc
1092 - src/cpp/server/health/health.pb.c
1093 - src/cpp/server/health/health_check_service.cc
1094 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001095 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001096 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001097 - src/cpp/server/server_context.cc
1098 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001099 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001100 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001101 - src/cpp/util/byte_buffer_cc.cc
1102 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001103 - src/cpp/util/status.cc
1104 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001105 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001106 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001107 - gpr_base_headers
1108 - grpc_base_headers
1109 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001110 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001111 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001112- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001113 language: c++
1114 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001115 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001116- name: grpc++_reflection_proto
1117 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001118 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001119 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001120- name: grpc++_test
1121 language: c++
1122 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001123 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001124 - include/grpc++/test/server_context_test_spouse.h
1125 deps:
1126 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001127 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001128libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001129- name: gpr
1130 build: all
1131 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001132 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001133 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001134 secure: false
1135 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1136- name: gpr_test_util
1137 build: private
1138 language: c
1139 headers:
1140 - test/core/util/test_config.h
1141 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001142 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001143 deps:
1144 - gpr
1145 secure: false
1146 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147- name: grpc
1148 build: all
1149 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001150 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001151 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001153 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001155 filegroups:
1156 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001157 - grpc_transport_chttp2_server_secure
1158 - grpc_transport_chttp2_client_secure
1159 - grpc_transport_chttp2_server_insecure
1160 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001161 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001162 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001163 - grpc_lb_policy_pick_first
1164 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001165 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001166 - grpc_resolver_dns_native
1167 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001168 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001169 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001170 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001171 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001172 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001173 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001174 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001175 - grpc_workaround_cronet_compression_filter
1176 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001177 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001179 vs_packages:
1180 - grpc.dependencies.openssl
1181 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001183- name: grpc_cronet
1184 build: all
1185 language: c
1186 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001187 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001188 baselib: true
1189 deps_linkage: static
1190 dll: true
1191 filegroups:
1192 - grpc_base
1193 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001194 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001195 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001196 generate_plugin_registry: true
1197 platforms:
1198 - linux
1199 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001200- name: grpc_dll
1201 build: private
1202 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001203 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001204 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001205 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001206 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001207 build_system:
1208 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001209 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001210 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001211 vs_config_type: DynamicLibrary
1212 vs_packages:
1213 - grpc.dependencies.openssl
1214 - grpc.dependencies.zlib
1215 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1216 vs_props:
1217 - zlib
1218 - openssl
1219 - winsock
1220 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: grpc_test_util
1222 build: private
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 headers:
1225 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001226 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001227 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001228 - test/core/end2end/data/client_certs.cc
1229 - test/core/end2end/data/server1_cert.cc
1230 - test/core/end2end/data/server1_key.cc
1231 - test/core/end2end/data/test_root_cert.cc
1232 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001233 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001234 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001235 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001236 - grpc
1237 filegroups:
1238 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1240- name: grpc_test_util_unsecure
1241 build: private
1242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001243 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001244 - gpr
1245 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001246 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001247 filegroups:
1248 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249 secure: false
1250 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1251- name: grpc_unsecure
1252 build: all
1253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001254 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001255 - src/core/lib/surface/init.cc
1256 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001258 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001260 filegroups:
1261 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001262 - grpc_transport_chttp2_server_insecure
1263 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001264 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001265 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001266 - grpc_resolver_dns_native
1267 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001268 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001269 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001270 - grpc_lb_policy_grpclb
1271 - grpc_lb_policy_pick_first
1272 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001273 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001274 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001275 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001276 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001277 - grpc_workaround_cronet_compression_filter
1278 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001279 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280 secure: false
1281 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282- name: reconnect_server
1283 build: private
1284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001285 headers:
1286 - test/core/util/reconnect_server.h
1287 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001288 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001289 deps:
yang-gc9fca182015-11-06 16:41:33 -08001290 - test_tcp_server
1291 - grpc_test_util
1292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001293 - gpr_test_util
1294 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001295- name: test_tcp_server
1296 build: private
1297 language: c
1298 headers:
1299 - test/core/util/test_tcp_server.h
1300 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001301 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001302 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001303 - grpc_test_util
1304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr_test_util
1306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001307- name: grpc++
1308 build: all
1309 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001310 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001311 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001312 - src/cpp/client/secure_credentials.h
1313 - src/cpp/common/secure_auth_context.h
1314 - src/cpp/server/secure_server_credentials.h
1315 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001316 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001317 - src/cpp/client/secure_credentials.cc
1318 - src/cpp/common/auth_property_iterator.cc
1319 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001320 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001321 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001322 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001323 - src/cpp/server/secure_server_credentials.cc
1324 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001325 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326 baselib: true
1327 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001328 filegroups:
1329 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001330 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001331 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001332 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333 secure: check
1334 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001335- name: grpc++_core_stats
1336 build: private
1337 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001338 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001339 - src/cpp/util/core_stats.h
1340 src:
1341 - src/proto/grpc/core/stats.proto
1342 - src/cpp/util/core_stats.cc
1343 deps:
1344 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001345- name: grpc++_cronet
1346 build: all
1347 language: c++
1348 src:
1349 - src/cpp/client/cronet_credentials.cc
1350 - src/cpp/client/insecure_credentials.cc
1351 - src/cpp/common/insecure_create_auth_context.cc
1352 - src/cpp/server/insecure_server_credentials.cc
1353 deps:
1354 - gpr
1355 - grpc_cronet
1356 baselib: true
1357 dll: true
1358 filegroups:
1359 - grpc++_base
1360 - grpc++_codegen_base
1361 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001362 - grpc_transport_chttp2_client_insecure
1363 - grpc_transport_chttp2_server_insecure
1364 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001365 platforms:
1366 - linux
1367 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001368- name: grpc++_error_details
1369 build: all
1370 language: c++
1371 public_headers:
1372 - include/grpc++/support/error_details.h
1373 src:
1374 - src/proto/grpc/status/status.proto
1375 - src/cpp/util/error_details.cc
1376 deps:
1377 - grpc++
1378 baselib: true
1379 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001380- name: grpc++_proto_reflection_desc_db
1381 build: private
1382 language: c++
1383 headers:
1384 - test/cpp/util/proto_reflection_descriptor_database.h
1385 src:
1386 - test/cpp/util/proto_reflection_descriptor_database.cc
1387 deps:
1388 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001389 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001390 filegroups:
1391 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001392 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001393- name: grpc++_reflection
1394 build: all
1395 language: c++
1396 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001397 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001398 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001399 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001400 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001401 - src/cpp/ext/proto_server_reflection.cc
1402 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001403 deps:
1404 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001405 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001406 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001407 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: grpc++_test_config
1409 build: private
1410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001411 headers:
1412 - test/cpp/util/test_config.h
1413 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001414 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: grpc++_test_util
1416 build: private
1417 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001418 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001419 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001420 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001421 - test/cpp/util/create_test_channel.h
1422 - test/cpp/util/string_ref_helper.h
1423 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001424 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
yang-gc8a49d22016-12-12 11:18:49 -08001426 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001427 - src/proto/grpc/testing/echo_messages.proto
1428 - src/proto/grpc/testing/echo.proto
1429 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001430 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001431 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001432 - test/cpp/util/create_test_channel.cc
1433 - test/cpp/util/string_ref_helper.cc
1434 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001435 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001436 deps:
1437 - grpc++
1438 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001439 - grpc
yang-g17487f92016-06-03 15:21:15 -07001440 filegroups:
1441 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001442 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001443 - grpc++_codegen_proto
1444 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001445- name: grpc++_test_util_unsecure
1446 build: private
1447 language: c++
1448 headers:
1449 - test/cpp/end2end/test_service_impl.h
1450 - test/cpp/util/byte_buffer_proto_helper.h
1451 - test/cpp/util/string_ref_helper.h
1452 - test/cpp/util/subprocess.h
1453 src:
1454 - src/proto/grpc/health/v1/health.proto
1455 - src/proto/grpc/testing/echo_messages.proto
1456 - src/proto/grpc/testing/echo.proto
1457 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1458 - test/cpp/end2end/test_service_impl.cc
1459 - test/cpp/util/byte_buffer_proto_helper.cc
1460 - test/cpp/util/string_ref_helper.cc
1461 - test/cpp/util/subprocess.cc
1462 deps:
1463 - grpc++_unsecure
1464 - grpc_test_util_unsecure
1465 - grpc_unsecure
1466 filegroups:
1467 - grpc++_codegen_base
1468 - grpc++_codegen_base_src
1469 - grpc++_codegen_proto
1470 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471- name: grpc++_unsecure
1472 build: all
1473 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001474 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001475 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001476 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001477 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001478 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001479 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001480 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481 baselib: true
1482 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001483 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001484 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001485 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001486 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487 secure: false
1488 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001489- name: grpc_benchmark
1490 build: test
1491 language: c++
1492 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001493 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1494 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001495 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001496 src:
1497 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001498 deps:
1499 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001500 - grpc++_unsecure
1501 - grpc_test_util_unsecure
1502 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001503 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001504- name: grpc_cli_libs
1505 build: private
1506 language: c++
1507 headers:
1508 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001509 - test/cpp/util/cli_credentials.h
1510 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001511 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001512 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001513 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001514 src:
1515 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001516 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001517 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001518 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001519 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001520 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001521 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001522 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001523 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001524 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001525 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001526 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001527- name: grpc_plugin_support
1528 build: protoc
1529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001530 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001531 - src/compiler/config.h
1532 - src/compiler/cpp_generator.h
1533 - src/compiler/cpp_generator_helpers.h
1534 - src/compiler/csharp_generator.h
1535 - src/compiler/csharp_generator_helpers.h
1536 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001537 - src/compiler/node_generator.h
1538 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001539 - src/compiler/objective_c_generator.h
1540 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001541 - src/compiler/php_generator.h
1542 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301543 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301545 - src/compiler/python_generator_helpers.h
1546 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001547 - src/compiler/ruby_generator.h
1548 - src/compiler/ruby_generator_helpers-inl.h
1549 - src/compiler/ruby_generator_map-inl.h
1550 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301551 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
1553 - src/compiler/cpp_generator.cc
1554 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001555 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001556 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001557 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001558 - src/compiler/python_generator.cc
1559 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001560 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001561 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562 secure: false
1563 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001564 vs_props:
1565 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001566- name: http2_client_main
1567 build: private
1568 language: c++
1569 headers:
1570 - test/cpp/interop/http2_client.h
1571 src:
1572 - src/proto/grpc/testing/empty.proto
1573 - src/proto/grpc/testing/messages.proto
1574 - src/proto/grpc/testing/test.proto
1575 - test/cpp/interop/http2_client.cc
1576 deps:
1577 - grpc++_test_util
1578 - grpc_test_util
1579 - grpc++
1580 - grpc
1581 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582- name: interop_client_helper
1583 build: private
1584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001585 headers:
1586 - test/cpp/interop/client_helper.h
1587 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001588 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001589 - test/cpp/interop/client_helper.cc
1590 deps:
1591 - grpc++_test_util
1592 - grpc_test_util
1593 - grpc++
1594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001596- name: interop_client_main
1597 build: private
1598 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001599 headers:
1600 - test/cpp/interop/interop_client.h
1601 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001602 - src/proto/grpc/testing/empty.proto
1603 - src/proto/grpc/testing/messages.proto
1604 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001605 - test/cpp/interop/client.cc
1606 - test/cpp/interop/interop_client.cc
1607 deps:
1608 - interop_client_helper
1609 - grpc++_test_util
1610 - grpc_test_util
1611 - grpc++
1612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001613 - gpr_test_util
1614 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001615 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616- name: interop_server_helper
1617 build: private
1618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001619 headers:
1620 - test/cpp/interop/server_helper.h
1621 src:
1622 - test/cpp/interop/server_helper.cc
1623 deps:
yang-gcc591022017-01-11 11:10:43 -08001624 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001625 - grpc_test_util
1626 - grpc++
1627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001629- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630 build: private
1631 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001633 - src/proto/grpc/testing/empty.proto
1634 - src/proto/grpc/testing/messages.proto
1635 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001636 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001637 deps:
1638 - interop_server_helper
1639 - grpc++_test_util
1640 - grpc_test_util
1641 - grpc++
1642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001643 - gpr_test_util
1644 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001645 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001646- name: interop_server_main
1647 build: private
1648 language: c++
1649 src:
1650 - test/cpp/interop/interop_server_bootstrap.cc
1651 deps:
1652 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: qps
1654 build: private
1655 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001656 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001657 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001658 - test/cpp/qps/client.h
1659 - test/cpp/qps/driver.h
1660 - test/cpp/qps/histogram.h
1661 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001662 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001663 - test/cpp/qps/qps_worker.h
1664 - test/cpp/qps/report.h
1665 - test/cpp/qps/server.h
1666 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001667 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001669 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001670 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001671 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001672 - src/proto/grpc/testing/control.proto
1673 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001674 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001675 - test/cpp/qps/client_async.cc
1676 - test/cpp/qps/client_sync.cc
1677 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001678 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001679 - test/cpp/qps/qps_worker.cc
1680 - test/cpp/qps/report.cc
1681 - test/cpp/qps/server_async.cc
1682 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001683 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001684 deps:
1685 - grpc_test_util
1686 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001687 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001688 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001689 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690- name: grpc_csharp_ext
1691 build: all
1692 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001693 src:
1694 - src/csharp/ext/grpc_csharp_ext.c
1695 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001698 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001699 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700 dll: only
1701 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001702 vs_packages:
1703 - grpc.dependencies.openssl
1704 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001706 vs_props:
1707 - zlib
1708 - openssl
1709 - winsock
1710 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001712- name: algorithm_test
1713 build: test
1714 language: c
1715 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001716 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001717 deps:
1718 - grpc_test_util
1719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr_test_util
1721 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001722 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001723- name: alloc_test
1724 build: test
1725 language: c
1726 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001727 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001728 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001731 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001732- name: alpn_test
1733 build: test
1734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001735 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001736 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001737 deps:
1738 - grpc_test_util
1739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr_test_util
1741 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001742- name: api_fuzzer
1743 build: fuzzer
1744 language: c
1745 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001746 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001747 deps:
1748 - grpc_test_util
1749 - grpc
1750 - gpr_test_util
1751 - gpr
1752 corpus_dirs:
1753 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001754 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001755 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001756- name: arena_test
1757 build: test
1758 language: c
1759 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001760 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001761 deps:
1762 - gpr_test_util
1763 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001764 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001765- name: bad_server_response_test
1766 build: test
1767 language: c
1768 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001769 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001770 deps:
1771 - test_tcp_server
1772 - grpc_test_util
1773 - grpc
1774 - gpr_test_util
1775 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001776 exclude_iomgrs:
1777 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001778- name: bin_decoder_test
1779 build: test
1780 language: c
1781 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001782 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001783 deps:
1784 - grpc_test_util
1785 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001786 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: bin_encoder_test
1788 build: test
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001791 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001792 deps:
1793 - grpc_test_util
1794 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001795 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001796- name: byte_stream_test
1797 build: test
1798 language: c
1799 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001800 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001801 deps:
1802 - grpc_test_util
1803 - grpc
1804 - gpr_test_util
1805 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001806 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001807- name: channel_create_test
1808 build: test
1809 language: c
1810 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001811 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001812 deps:
1813 - grpc_test_util
1814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001817- name: check_epollexclusive
1818 build: tool
1819 language: c
1820 src:
1821 - test/build/check_epollexclusive.c
1822 deps:
1823 - grpc
1824 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001825- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826 build: test
1827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001828 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001829 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001830 deps:
1831 - grpc_test_util
1832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001833 - gpr_test_util
1834 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001835 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836- name: chttp2_stream_map_test
1837 build: test
1838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001839 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001840 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001846 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001847- name: chttp2_varint_test
1848 build: test
1849 language: c
1850 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001851 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001852 deps:
1853 - grpc_test_util
1854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001855 - gpr_test_util
1856 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001857 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001858- name: client_fuzzer
1859 build: fuzzer
1860 language: c
1861 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001862 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001863 deps:
1864 - grpc_test_util
1865 - grpc
1866 - gpr_test_util
1867 - gpr
1868 corpus_dirs:
1869 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001870 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001871 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001872- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001873 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001874 build: test
1875 language: c
1876 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001877 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001878 deps:
1879 - grpc_test_util
1880 - grpc
1881 - gpr_test_util
1882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: compression_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001887 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001888 deps:
1889 - grpc_test_util
1890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001893 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001894- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001895 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001896 build: test
1897 language: c
1898 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001899 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001900 deps:
1901 - grpc_test_util
1902 - grpc
1903 - gpr_test_util
1904 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001905 exclude_iomgrs:
1906 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001907- name: connection_refused_test
1908 cpu_cost: 0.1
1909 build: test
1910 language: c
1911 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001912 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001913 deps:
1914 - grpc_test_util
1915 - grpc
1916 - gpr_test_util
1917 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001918- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001919 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001920 build: test
1921 language: c
1922 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001923 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001924 deps:
1925 - grpc_test_util
1926 - grpc
1927 - gpr_test_util
1928 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001929 exclude_iomgrs:
1930 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08001931- name: dns_resolver_cooldown_test
1932 build: test
1933 language: c
1934 src:
1935 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
1936 deps:
1937 - grpc_test_util
1938 - grpc
1939 - gpr_test_util
1940 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001941- name: dns_resolver_test
1942 build: test
1943 language: c
1944 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001945 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001946 deps:
1947 - grpc_test_util
1948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr_test_util
1950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001952 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001956 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001957 deps:
1958 - grpc_test_util
1959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001962 exclude_iomgrs:
1963 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001964 platforms:
1965 - mac
1966 - linux
1967 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001968- name: endpoint_pair_test
1969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001972 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001973 deps:
1974 - grpc_test_util
1975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001978 exclude_iomgrs:
1979 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001980- name: error_test
1981 cpu_cost: 30
1982 build: test
1983 language: c
1984 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001985 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001986 deps:
1987 - grpc_test_util
1988 - grpc
1989 - gpr_test_util
1990 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001991 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001992- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001993 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001994 build: test
1995 language: c
1996 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001997 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001998 deps:
1999 - grpc_test_util
2000 - grpc
2001 - gpr_test_util
2002 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002003 exclude_iomgrs:
2004 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002005 platforms:
2006 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002007- name: fake_resolver_test
2008 build: test
2009 language: c
2010 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002011 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002012 deps:
2013 - grpc_test_util
2014 - grpc
2015 - gpr_test_util
2016 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002017- name: fake_transport_security_test
2018 build: test
2019 language: c
2020 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002021 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002022 deps:
2023 - gpr_test_util
2024 - gpr
2025 - grpc
2026 filegroups:
2027 - transport_security_test_lib
2028 platforms:
2029 - linux
2030 - posix
2031 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: fd_conservation_posix_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002036 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002042 exclude_iomgrs:
2043 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002044 platforms:
2045 - mac
2046 - linux
2047 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: fd_posix_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002052 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002053 deps:
2054 - grpc_test_util
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002058 exclude_iomgrs:
2059 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002060 platforms:
2061 - mac
2062 - linux
2063 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: fling_client
2065 build: test
2066 run: false
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002069 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: fling_server
2076 build: test
2077 run: false
2078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002080 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002081 deps:
2082 - grpc_test_util
2083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002084 - gpr_test_util
2085 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002087 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002091 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002097 platforms:
2098 - mac
2099 - linux
2100 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002102 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103 build: test
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002106 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002107 deps:
2108 - grpc_test_util
2109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002112 platforms:
2113 - mac
2114 - linux
2115 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002116- name: goaway_server_test
2117 cpu_cost: 0.1
2118 build: test
2119 language: c
2120 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002121 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002122 deps:
2123 - grpc_test_util
2124 - grpc
2125 - gpr_test_util
2126 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002127 exclude_iomgrs:
2128 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002129 platforms:
2130 - mac
2131 - linux
2132 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002133- name: gpr_avl_test
2134 build: test
2135 language: c
2136 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002137 - test/core/gpr/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002138 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr_test_util
2140 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002141 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142- name: gpr_cmdline_test
2143 build: test
2144 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002145 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002146 - test/core/gpr/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002147 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002150 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002151- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002152 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002153 build: test
2154 language: c
2155 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002156 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002157 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002160 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161- name: gpr_env_test
2162 build: test
2163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002165 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002166 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002169 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: gpr_host_port_test
2171 build: test
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002174 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002175 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002178 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: gpr_log_test
2180 build: test
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002183 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002184 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002185 - gpr_test_util
2186 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002187 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002188- name: gpr_manual_constructor_test
2189 cpu_cost: 3
2190 build: test
2191 language: c
2192 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002193 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002194 deps:
2195 - gpr_test_util
2196 - gpr
2197 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002198- name: gpr_mpscq_test
2199 cpu_cost: 30
2200 build: test
2201 language: c
2202 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002203 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002204 deps:
2205 - gpr_test_util
2206 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002207 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002208- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002209 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002210 build: test
2211 language: c
2212 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002213 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002214 deps:
2215 - gpr_test_util
2216 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002217 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218- name: gpr_string_test
2219 build: test
2220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002221 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002222 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002223 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002226 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002228 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229 build: test
2230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002232 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002233 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002234 - gpr_test_util
2235 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002236 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002238 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239 build: test
2240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002241 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002242 - test/core/gpr/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002243 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr_test_util
2245 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002246 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: gpr_time_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002251 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002252 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002255 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256- name: gpr_tls_test
2257 build: test
2258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002259 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002260 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002261 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002262 - gpr_test_util
2263 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002264 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002265- name: gpr_useful_test
2266 build: test
2267 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002268 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002269 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002270 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002271 - gpr_test_util
2272 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002273 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274- name: grpc_auth_context_test
2275 build: test
2276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002277 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002278 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002279 deps:
2280 - grpc_test_util
2281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002282 - gpr_test_util
2283 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002284 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002285- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002289 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002295 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296- name: grpc_byte_buffer_reader_test
2297 build: test
2298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002299 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002300 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002301 deps:
2302 - grpc_test_util
2303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002304 - gpr_test_util
2305 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002306 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: grpc_channel_args_test
2308 build: test
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002311 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002317 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002318- name: grpc_channel_stack_builder_test
2319 build: test
2320 language: c
2321 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002322 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002323 deps:
2324 - grpc_test_util
2325 - grpc
2326 - gpr_test_util
2327 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002328- name: grpc_channel_stack_test
2329 build: test
2330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002331 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002332 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002333 deps:
2334 - grpc_test_util
2335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr_test_util
2337 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002338 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: grpc_completion_queue_test
2340 build: test
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002343 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002344 deps:
2345 - grpc_test_util
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002349- name: grpc_completion_queue_threading_test
2350 build: test
2351 language: c
2352 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002353 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002354 deps:
2355 - grpc_test_util
2356 - grpc
2357 - gpr_test_util
2358 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002359 exclude_iomgrs:
2360 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002361- name: grpc_create_jwt
2362 build: tool
2363 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002364 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002365 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002366 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002369 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002370 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371- name: grpc_credentials_test
2372 build: test
2373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002375 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002376 deps:
2377 - grpc_test_util
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr_test_util
2380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002382 build: test
2383 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002385 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002386 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002387 deps:
2388 - grpc_test_util
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002392- name: grpc_invalid_channel_args_test
2393 build: test
2394 language: c
2395 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002396 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002397 deps:
2398 - grpc_test_util
2399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002400 - gpr_test_util
2401 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002402 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002403- name: grpc_json_token_test
2404 build: test
2405 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002406 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002407 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002408 deps:
2409 - grpc_test_util
2410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr_test_util
2412 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002413 platforms:
2414 - linux
2415 - posix
2416 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002417 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002418- name: grpc_jwt_verifier_test
2419 build: test
2420 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002421 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002422 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002423 deps:
2424 - grpc_test_util
2425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002426 - gpr_test_util
2427 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002428 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: grpc_print_google_default_creds_token
2430 build: tool
2431 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002433 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002434 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002437 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002438- name: grpc_security_connector_test
2439 build: test
2440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002441 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002442 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002443 deps:
2444 - grpc_test_util
2445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002446 - gpr_test_util
2447 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002448- name: grpc_ssl_credentials_test
2449 build: test
2450 language: c
2451 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002452 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002453 deps:
2454 - grpc_test_util
2455 - grpc
2456 - gpr_test_util
2457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: grpc_verify_jwt
2459 build: tool
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002462 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002463 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002466 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002467- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002468 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002469 language: c
2470 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002471 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002472 deps:
2473 - grpc_test_util
2474 - grpc
2475 - gpr_test_util
2476 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002477 exclude_iomgrs:
2478 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002479 platforms:
2480 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002481 secure: true
2482- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002483 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002484 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002485 headers:
2486 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002487 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002488 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002489 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002490 deps:
2491 - grpc_test_util
2492 - grpc
2493 - gpr_test_util
2494 - gpr
2495 exclude_iomgrs:
2496 - uv
2497 platforms:
2498 - linux
2499 secure: true
2500- name: handshake_server_with_readahead_handshaker
2501 build: test
2502 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002503 headers:
2504 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002505 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002506 - test/core/handshake/readahead_handshaker_server_ssl.cc
2507 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002508 deps:
2509 - grpc_test_util
2510 - grpc
2511 - gpr_test_util
2512 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002513 exclude_iomgrs:
2514 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002515 platforms:
2516 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002517 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002518- name: histogram_test
2519 build: test
2520 language: c
2521 src:
2522 - test/core/util/histogram_test.cc
2523 deps:
2524 - grpc_test_util
2525 - gpr
2526 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002527- name: hpack_parser_fuzzer_test
2528 build: fuzzer
2529 language: c
2530 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002531 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002532 deps:
2533 - grpc_test_util
2534 - grpc
2535 - gpr_test_util
2536 - gpr
2537 corpus_dirs:
2538 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002539 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002540 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002541- name: hpack_parser_test
2542 build: test
2543 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002544 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002545 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002546 deps:
2547 - grpc_test_util
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002551 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002552- name: hpack_table_test
2553 build: test
2554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002556 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002557 deps:
2558 - grpc_test_util
2559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002560 - gpr_test_util
2561 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002562 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002563- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564 build: test
2565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002566 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002567 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002568 deps:
2569 - grpc_test_util
2570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002573 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002574- name: http_request_fuzzer_test
2575 build: fuzzer
2576 language: c
2577 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002578 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002579 deps:
2580 - grpc_test_util
2581 - grpc
2582 - gpr_test_util
2583 - gpr
2584 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002585 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002586 maxlen: 2048
2587- name: http_response_fuzzer_test
2588 build: fuzzer
2589 language: c
2590 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002591 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002592 deps:
2593 - grpc_test_util
2594 - grpc
2595 - gpr_test_util
2596 - gpr
2597 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002598 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002599 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002600- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601 build: test
2602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002604 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002605 deps:
2606 - grpc_test_util
2607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr_test_util
2609 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002611 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612 build: test
2613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002614 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002615 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002616 deps:
2617 - grpc_test_util
2618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002619 - gpr_test_util
2620 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002621 platforms:
2622 - mac
2623 - linux
2624 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002625- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002626 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002627 build: test
2628 language: c
2629 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002630 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002631 deps:
2632 - grpc_test_util
2633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002634 - gpr_test_util
2635 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002636 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002637 - linux
yang-gf1183302015-12-07 16:02:05 -08002638- name: init_test
2639 build: test
2640 language: c
2641 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002642 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002643 deps:
2644 - grpc_test_util
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002648 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002649- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002650 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002651 build: test
2652 language: c
2653 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002654 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002655 deps:
2656 - grpc_test_util
2657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr_test_util
2659 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002660- name: json_fuzzer_test
2661 build: fuzzer
2662 language: c
2663 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002664 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002665 deps:
2666 - grpc_test_util
2667 - grpc
2668 - gpr_test_util
2669 - gpr
2670 corpus_dirs:
2671 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002672 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673- name: json_rewrite
2674 build: test
2675 run: false
2676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002677 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002678 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002679 deps:
2680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002681 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002682 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002683- name: json_rewrite_test
2684 build: test
2685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002686 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002687 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002688 deps:
2689 - grpc_test_util
2690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002691 - gpr_test_util
2692 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002693 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002694- name: json_stream_error_test
2695 build: test
2696 language: c
2697 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002698 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002699 deps:
2700 - grpc_test_util
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr_test_util
2703 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002704 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705- name: json_test
2706 build: test
2707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002708 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002709 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002710 deps:
2711 - grpc_test_util
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002715 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002716- name: lame_client_test
2717 build: test
2718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002719 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002720 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002721 deps:
2722 - grpc_test_util
2723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002724 - gpr_test_util
2725 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002726- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002727 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002728 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002729 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002731 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002732 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002733 deps:
2734 - grpc_test_util
2735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002736 - gpr_test_util
2737 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002738 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002739- name: load_file_test
2740 build: test
2741 language: c
2742 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002743 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002744 deps:
2745 - grpc_test_util
2746 - grpc
2747 - gpr_test_util
2748 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002749 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002750- name: low_level_ping_pong_benchmark
2751 build: benchmark
2752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002753 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002754 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002755 deps:
2756 - grpc_test_util
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr_test_util
2759 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002760 platforms:
2761 - mac
2762 - linux
2763 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002764- name: memory_profile_client
2765 build: test
2766 run: false
2767 language: c
2768 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002769 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002770 deps:
2771 - grpc_test_util
2772 - grpc
2773 - gpr_test_util
2774 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002775 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002776- name: memory_profile_server
2777 build: test
2778 run: false
2779 language: c
2780 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002781 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002782 deps:
2783 - grpc_test_util
2784 - grpc
2785 - gpr_test_util
2786 - gpr
2787- name: memory_profile_test
2788 cpu_cost: 1.5
2789 build: test
2790 language: c
2791 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002792 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002793 deps:
2794 - grpc_test_util
2795 - grpc
2796 - gpr_test_util
2797 - gpr
2798 platforms:
2799 - mac
2800 - linux
2801 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802- name: message_compress_test
2803 build: test
2804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002806 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002807 deps:
2808 - grpc_test_util
2809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002810 - gpr_test_util
2811 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002812 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002813- name: minimal_stack_is_minimal_test
2814 build: test
2815 language: c
2816 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002817 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002818 deps:
2819 - grpc_test_util
2820 - grpc
2821 - gpr_test_util
2822 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002823 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002824- name: multiple_server_queues_test
2825 build: test
2826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002827 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002828 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002829 deps:
2830 - grpc_test_util
2831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002832 - gpr_test_util
2833 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002834- name: murmur_hash_test
2835 build: test
2836 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002837 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002838 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002839 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002842 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002843- name: nanopb_fuzzer_response_test
2844 build: fuzzer
2845 language: c
2846 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002847 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002848 deps:
2849 - grpc_test_util
2850 - grpc
2851 - gpr_test_util
2852 - gpr
2853 corpus_dirs:
2854 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002855 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002856- name: nanopb_fuzzer_serverlist_test
2857 build: fuzzer
2858 language: c
2859 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002860 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002861 deps:
2862 - grpc_test_util
2863 - grpc
2864 - gpr_test_util
2865 - gpr
2866 corpus_dirs:
2867 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002868 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002869- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002870 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871 build: test
2872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002873 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002874 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002875 deps:
2876 - grpc_test_util
2877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002878 - gpr_test_util
2879 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002880- name: num_external_connectivity_watchers_test
2881 build: test
2882 language: c
2883 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002884 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002885 deps:
2886 - grpc_test_util
2887 - grpc
2888 - gpr_test_util
2889 - gpr
2890 exclude_iomgrs:
2891 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002892- name: parse_address_test
2893 build: test
2894 language: c
2895 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002896 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002897 deps:
2898 - grpc_test_util
2899 - grpc
2900 - gpr_test_util
2901 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002902 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002903- name: percent_decode_fuzzer
2904 build: fuzzer
2905 language: c
2906 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002907 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002908 deps:
2909 - grpc_test_util
2910 - grpc
2911 - gpr_test_util
2912 - gpr
2913 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002914 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002915 maxlen: 32
2916- name: percent_encode_fuzzer
2917 build: fuzzer
2918 language: c
2919 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002920 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002921 deps:
2922 - grpc_test_util
2923 - grpc
2924 - gpr_test_util
2925 - gpr
2926 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002927 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002928 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002929- name: percent_encoding_test
2930 build: test
2931 language: c
2932 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002933 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002934 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002935 - grpc_test_util
2936 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002937 - gpr_test_util
2938 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002939 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002940- name: pollset_set_test
2941 build: test
2942 language: c
2943 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002944 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002945 deps:
2946 - grpc_test_util
2947 - grpc
2948 - gpr_test_util
2949 - gpr
2950 exclude_iomgrs:
2951 - uv
2952 platforms:
2953 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002954- name: resolve_address_posix_test
2955 build: test
2956 language: c
2957 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002958 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002959 deps:
2960 - grpc_test_util
2961 - grpc
2962 - gpr_test_util
2963 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002964 exclude_iomgrs:
2965 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002966 platforms:
2967 - mac
2968 - linux
2969 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002970- name: resolve_address_test
2971 build: test
2972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002973 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002974 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002975 deps:
2976 - grpc_test_util
2977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002978 - gpr_test_util
2979 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002980- name: resource_quota_test
2981 cpu_cost: 30
2982 build: test
2983 language: c
2984 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002985 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07002986 deps:
2987 - grpc_test_util
2988 - grpc
2989 - gpr_test_util
2990 - gpr
yang-gd482e592015-12-10 14:04:00 -08002991- name: secure_channel_create_test
2992 build: test
2993 language: c
2994 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002995 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08002996 deps:
2997 - grpc_test_util
2998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002999 - gpr_test_util
3000 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003001- name: secure_endpoint_test
3002 build: test
3003 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003004 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003005 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003006 deps:
3007 - grpc_test_util
3008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003009 - gpr_test_util
3010 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003011 exclude_iomgrs:
3012 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003013- name: sequential_connectivity_test
3014 build: test
3015 language: c
3016 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003017 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003018 deps:
3019 - grpc_test_util
3020 - grpc
3021 - gpr_test_util
3022 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003023 exclude_iomgrs:
3024 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003025- name: server_chttp2_test
3026 build: test
3027 language: c
3028 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003029 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003030 deps:
3031 - grpc_test_util
3032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003033 - gpr_test_util
3034 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003035- name: server_fuzzer
3036 build: fuzzer
3037 language: c
3038 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003039 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003040 deps:
3041 - grpc_test_util
3042 - grpc
3043 - gpr_test_util
3044 - gpr
3045 corpus_dirs:
3046 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003047 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003048 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003049- name: server_test
3050 build: test
3051 language: c
3052 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003053 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003054 deps:
3055 - grpc_test_util
3056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003057 - gpr_test_util
3058 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003059- name: slice_buffer_test
3060 build: test
3061 language: c
3062 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003063 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003064 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003065 - grpc_test_util
3066 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003067 - gpr_test_util
3068 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003069 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003070- name: slice_hash_table_test
3071 build: test
3072 language: c
3073 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003074 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003075 deps:
3076 - grpc_test_util
3077 - grpc
3078 - gpr_test_util
3079 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003080 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003081- name: slice_string_helpers_test
3082 build: test
3083 language: c
3084 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003085 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003086 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003087 - grpc_test_util
3088 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003089 - gpr_test_util
3090 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003091 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003092- name: slice_test
3093 build: test
3094 language: c
3095 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003096 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003097 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003098 - grpc_test_util
3099 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003100 - gpr_test_util
3101 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003102 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003103- name: sockaddr_resolver_test
3104 build: test
3105 language: c
3106 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003107 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003108 deps:
3109 - grpc_test_util
3110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003111 - gpr_test_util
3112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003113- name: sockaddr_utils_test
3114 build: test
3115 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003116 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003117 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003118 deps:
3119 - grpc_test_util
3120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003121 - gpr_test_util
3122 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003123- name: socket_utils_test
3124 build: test
3125 language: c
3126 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003127 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003128 deps:
3129 - grpc_test_util
3130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003131 - gpr_test_util
3132 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003133 exclude_iomgrs:
3134 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003135 platforms:
3136 - mac
3137 - linux
3138 - posix
yang-g31e21282016-11-04 15:10:03 -07003139- name: ssl_server_fuzzer
3140 build: fuzzer
3141 language: c
3142 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003143 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003144 deps:
3145 - grpc_test_util
3146 - grpc
3147 - gpr_test_util
3148 - gpr
3149 corpus_dirs:
3150 - test/core/security/corpus/ssl_server_corpus
3151 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003152- name: ssl_transport_security_test
3153 build: test
3154 language: c
3155 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003156 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003157 deps:
3158 - gpr_test_util
3159 - gpr
3160 - grpc
3161 filegroups:
3162 - transport_security_test_lib
3163 platforms:
3164 - linux
3165 - posix
3166 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003167- name: status_conversion_test
3168 build: test
3169 language: c
3170 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003171 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003172 deps:
3173 - grpc_test_util
3174 - grpc
3175 - gpr_test_util
3176 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003177 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003178- name: stream_compression_test
3179 build: test
3180 language: c
3181 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003182 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003183 deps:
3184 - grpc_test_util
3185 - grpc
3186 - gpr_test_util
3187 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003188 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003189- name: stream_owned_slice_test
3190 build: test
3191 language: c
3192 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003193 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003194 deps:
3195 - grpc_test_util
3196 - grpc
3197 - gpr_test_util
3198 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003199 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003201 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003202 build: test
3203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003204 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003205 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003206 deps:
3207 - grpc_test_util
3208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003209 - gpr_test_util
3210 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003211 exclude_iomgrs:
3212 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003213 platforms:
3214 - mac
3215 - linux
3216 - posix
murgatroid991191b722017-02-08 11:56:52 -08003217- name: tcp_client_uv_test
3218 cpu_cost: 0.5
3219 build: test
3220 language: c
3221 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003222 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003223 deps:
3224 - grpc_test_util
3225 - grpc
3226 - gpr_test_util
3227 - gpr
3228 exclude_iomgrs:
3229 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003230- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003231 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003232 build: test
3233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003234 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003235 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003236 deps:
3237 - grpc_test_util
3238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003239 - gpr_test_util
3240 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003241 exclude_iomgrs:
3242 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003243 platforms:
3244 - mac
3245 - linux
3246 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003247- name: tcp_server_posix_test
3248 build: test
3249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003250 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003251 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003252 deps:
3253 - grpc_test_util
3254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003255 - gpr_test_util
3256 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003257 exclude_iomgrs:
3258 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003259 platforms:
3260 - mac
3261 - linux
3262 - posix
murgatroid991191b722017-02-08 11:56:52 -08003263- name: tcp_server_uv_test
3264 build: test
3265 language: c
3266 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003267 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003268 deps:
3269 - grpc_test_util
3270 - grpc
3271 - gpr_test_util
3272 - gpr
3273 exclude_iomgrs:
3274 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003275- name: time_averaged_stats_test
3276 build: test
3277 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003278 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003279 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003280 deps:
3281 - grpc_test_util
3282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003283 - gpr_test_util
3284 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003285 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003286- name: timeout_encoding_test
3287 build: test
3288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003289 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003290 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003291 deps:
3292 - grpc_test_util
3293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003294 - gpr_test_util
3295 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003296 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003297- name: timer_heap_test
3298 build: test
3299 language: c
3300 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003301 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003302 deps:
3303 - grpc_test_util
3304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003305 - gpr_test_util
3306 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003307 exclude_iomgrs:
3308 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003309 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003310- name: timer_list_test
3311 build: test
3312 language: c
3313 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003314 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003315 deps:
3316 - grpc_test_util
3317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003318 - gpr_test_util
3319 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003320 exclude_iomgrs:
3321 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003322 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003323- name: transport_connectivity_state_test
3324 build: test
3325 language: c
3326 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003327 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003328 deps:
3329 - grpc_test_util
3330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003331 - gpr_test_util
3332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003333- name: transport_metadata_test
3334 build: test
3335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003336 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003337 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003338 deps:
3339 - grpc_test_util
3340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003341 - gpr_test_util
3342 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003343- name: transport_security_test
3344 build: test
3345 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003346 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003347 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003348 deps:
3349 - grpc_test_util
3350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003351 - gpr_test_util
3352 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003353 platforms:
3354 - linux
3355 - posix
3356 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003357- name: udp_server_test
3358 build: test
3359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003360 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003361 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003362 deps:
3363 - grpc_test_util
3364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003365 - gpr_test_util
3366 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003367 exclude_iomgrs:
3368 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003369 platforms:
3370 - mac
3371 - linux
3372 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003373- name: uri_fuzzer_test
3374 build: fuzzer
3375 language: c
3376 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003377 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003378 deps:
3379 - grpc_test_util
3380 - grpc
3381 - gpr_test_util
3382 - gpr
3383 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003384 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003385 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003386- name: uri_parser_test
3387 build: test
3388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003389 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003390 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003391 deps:
3392 - grpc_test_util
3393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003394 - gpr_test_util
3395 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003396- name: wakeup_fd_cv_test
3397 build: test
3398 language: c
3399 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003400 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003401 deps:
3402 - grpc_test_util
3403 - grpc
3404 - gpr_test_util
3405 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003406 exclude_iomgrs:
3407 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003408 platforms:
3409 - mac
3410 - linux
3411 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003412- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003413 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003414 build: test
3415 language: c++
3416 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003417 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003418 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003419 - grpc++_test_util_unsecure
3420 - grpc_test_util_unsecure
3421 - grpc++_unsecure
3422 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003423 - gpr_test_util
3424 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003425- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003426 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003427 build: test
3428 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003429 src:
3430 - test/cpp/end2end/async_end2end_test.cc
3431 deps:
3432 - grpc++_test_util
3433 - grpc_test_util
3434 - grpc++
3435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003436 - gpr_test_util
3437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003439 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003440 build: test
3441 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003442 src:
3443 - test/cpp/common/auth_property_iterator_test.cc
3444 deps:
3445 - grpc++_test_util
3446 - grpc_test_util
3447 - grpc++
3448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003449 - gpr_test_util
3450 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003451 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003452- name: backoff_test
3453 build: test
3454 language: c++
3455 src:
3456 - test/core/backoff/backoff_test.cc
3457 deps:
3458 - grpc_test_util
3459 - grpc
3460 - gpr_test_util
3461 - gpr
3462 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003463- name: bdp_estimator_test
3464 build: test
3465 language: c++
3466 src:
3467 - test/core/transport/bdp_estimator_test.cc
3468 deps:
3469 - grpc++_test_util
3470 - grpc++
3471 - grpc_test_util
3472 - grpc
3473 - gpr_test_util
3474 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003475 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003476- name: bm_arena
3477 build: test
3478 language: c++
3479 src:
3480 - test/cpp/microbenchmarks/bm_arena.cc
3481 deps:
3482 - grpc_benchmark
3483 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003484 - grpc++_test_util_unsecure
3485 - grpc_test_util_unsecure
3486 - grpc++_unsecure
3487 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003488 - gpr_test_util
3489 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003490 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003491 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003492 platforms:
3493 - mac
3494 - linux
3495 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003496 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003497- name: bm_call_create
3498 build: test
3499 language: c++
3500 src:
3501 - test/cpp/microbenchmarks/bm_call_create.cc
3502 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003503 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003504 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003505 - grpc++_test_util_unsecure
3506 - grpc_test_util_unsecure
3507 - grpc++_unsecure
3508 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003509 - gpr_test_util
3510 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003511 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003512 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003513 platforms:
3514 - mac
3515 - linux
3516 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003517 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003518- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003519 build: test
3520 language: c++
3521 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003522 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003523 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003524 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003525 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003526 - grpc++_test_util_unsecure
3527 - grpc_test_util_unsecure
3528 - grpc++_unsecure
3529 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003530 - gpr_test_util
3531 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003532 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003533 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003534 platforms:
3535 - mac
3536 - linux
3537 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003538 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003539- name: bm_chttp2_transport
3540 build: test
3541 language: c++
3542 src:
3543 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3544 deps:
3545 - grpc_benchmark
3546 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003547 - grpc++_test_util_unsecure
3548 - grpc_test_util_unsecure
3549 - grpc++_unsecure
3550 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003551 - gpr_test_util
3552 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003553 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003554 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003555 platforms:
3556 - mac
3557 - linux
3558 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003559- name: bm_closure
3560 build: test
3561 language: c++
3562 src:
3563 - test/cpp/microbenchmarks/bm_closure.cc
3564 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003565 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003566 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003567 - grpc++_test_util_unsecure
3568 - grpc_test_util_unsecure
3569 - grpc++_unsecure
3570 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003571 - gpr_test_util
3572 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003573 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003574 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003575 platforms:
3576 - mac
3577 - linux
3578 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003579- name: bm_cq
3580 build: test
3581 language: c++
3582 src:
3583 - test/cpp/microbenchmarks/bm_cq.cc
3584 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003585 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003586 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003587 - grpc++_test_util_unsecure
3588 - grpc_test_util_unsecure
3589 - grpc++_unsecure
3590 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003591 - gpr_test_util
3592 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003593 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003594 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003595 platforms:
3596 - mac
3597 - linux
3598 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003599- name: bm_cq_multiple_threads
3600 build: test
3601 language: c++
3602 src:
3603 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3604 deps:
3605 - grpc_benchmark
3606 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003607 - grpc++_test_util_unsecure
3608 - grpc_test_util_unsecure
3609 - grpc++_unsecure
3610 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003611 - gpr_test_util
3612 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003613 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003614 defaults: benchmark
3615 platforms:
3616 - mac
3617 - linux
3618 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003619- name: bm_error
3620 build: test
3621 language: c++
3622 src:
3623 - test/cpp/microbenchmarks/bm_error.cc
3624 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003625 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003626 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003627 - grpc++_test_util_unsecure
3628 - grpc_test_util_unsecure
3629 - grpc++_unsecure
3630 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003631 - gpr_test_util
3632 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003633 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003634 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003635 platforms:
3636 - mac
3637 - linux
3638 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003639 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003640- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003641 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003642 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003643 headers:
3644 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003645 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003646 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003647 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003648 - grpc_benchmark
3649 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003650 - grpc++_test_util_unsecure
3651 - grpc_test_util_unsecure
3652 - grpc++_unsecure
3653 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003654 - gpr_test_util
3655 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003656 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003657 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003658 excluded_poll_engines:
3659 - poll
3660 - poll-cv
3661 platforms:
3662 - mac
3663 - linux
3664 - posix
3665 timeout_seconds: 1200
3666- name: bm_fullstack_streaming_pump
3667 build: test
3668 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003669 headers:
3670 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003671 src:
3672 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003673 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003674 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003675 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003676 - grpc++_test_util_unsecure
3677 - grpc_test_util_unsecure
3678 - grpc++_unsecure
3679 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003680 - gpr_test_util
3681 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003682 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003683 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003684 excluded_poll_engines:
3685 - poll
3686 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003687 platforms:
3688 - mac
3689 - linux
3690 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003691 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003692- name: bm_fullstack_trickle
3693 build: test
3694 language: c++
3695 src:
3696 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3697 deps:
3698 - grpc_benchmark
3699 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003700 - grpc++_test_util_unsecure
3701 - grpc_test_util_unsecure
3702 - grpc++_unsecure
3703 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003704 - gpr_test_util
3705 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003706 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003707 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003708 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003709 exclude_configs:
3710 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003711 excluded_poll_engines:
3712 - poll
3713 - poll-cv
3714 platforms:
3715 - mac
3716 - linux
3717 - posix
3718 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003719- name: bm_fullstack_unary_ping_pong
3720 build: test
3721 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003722 headers:
3723 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003724 src:
3725 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3726 deps:
3727 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003728 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003729 - grpc++_test_util_unsecure
3730 - grpc_test_util_unsecure
3731 - grpc++_unsecure
3732 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003733 - gpr_test_util
3734 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003735 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003736 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003737 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003738 - poll
3739 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003740 platforms:
3741 - mac
3742 - linux
3743 - posix
3744 timeout_seconds: 1200
3745- name: bm_metadata
3746 build: test
3747 language: c++
3748 src:
3749 - test/cpp/microbenchmarks/bm_metadata.cc
3750 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003751 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003752 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003753 - grpc++_test_util_unsecure
3754 - grpc_test_util_unsecure
3755 - grpc++_unsecure
3756 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003757 - gpr_test_util
3758 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003759 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003760 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003761 platforms:
3762 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003763 - linux
3764 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003765 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003766- name: bm_pollset
3767 build: test
3768 language: c++
3769 src:
3770 - test/cpp/microbenchmarks/bm_pollset.cc
3771 deps:
3772 - grpc_benchmark
3773 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003774 - grpc++_test_util_unsecure
3775 - grpc_test_util_unsecure
3776 - grpc++_unsecure
3777 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003778 - gpr_test_util
3779 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003780 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003781 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003782 platforms:
3783 - mac
3784 - linux
3785 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003786- name: channel_arguments_test
3787 gtest: true
3788 build: test
3789 language: c++
3790 src:
3791 - test/cpp/common/channel_arguments_test.cc
3792 deps:
3793 - grpc++
3794 - grpc
3795 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003796 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003797- name: channel_filter_test
3798 gtest: true
3799 build: test
3800 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003801 src:
3802 - test/cpp/common/channel_filter_test.cc
3803 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003804 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003805 - grpc
3806 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003807 uses_polling: false
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08003808- name: chttp2_settings_timeout_test
3809 gtest: true
3810 build: test
3811 language: c++
3812 src:
3813 - test/core/transport/chttp2/settings_timeout_test.cc
3814 deps:
3815 - grpc_test_util
3816 - grpc
3817 - gpr_test_util
3818 - gpr
3819 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003820- name: cli_call_test
3821 gtest: true
3822 build: test
3823 language: c++
3824 src:
Craig Tiller25834342015-09-25 08:08:24 -07003825 - test/cpp/util/cli_call_test.cc
3826 deps:
3827 - grpc_cli_libs
3828 - grpc++_test_util
3829 - grpc_test_util
3830 - grpc++
3831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003832 - gpr_test_util
3833 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003834- name: client_channel_stress_test
3835 gtest: false
3836 build: test
3837 language: c++
3838 src:
3839 - src/proto/grpc/lb/v1/load_balancer.proto
3840 - test/cpp/client/client_channel_stress_test.cc
3841 deps:
3842 - grpc++_test_util
3843 - grpc_test_util
3844 - grpc++
3845 - grpc
3846 - gpr_test_util
3847 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003848- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003849 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003850 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003851 build: test
3852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003853 src:
3854 - test/cpp/end2end/client_crash_test.cc
3855 deps:
3856 - grpc++_test_util
3857 - grpc_test_util
3858 - grpc++
3859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003860 - gpr_test_util
3861 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003862 platforms:
3863 - mac
3864 - linux
3865 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003866- name: client_crash_test_server
3867 build: test
3868 run: false
3869 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003870 src:
3871 - test/cpp/end2end/client_crash_test_server.cc
3872 deps:
3873 - grpc++_test_util
3874 - grpc_test_util
3875 - grpc++
3876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003877 - gpr_test_util
3878 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003879- name: client_lb_end2end_test
3880 gtest: true
3881 build: test
3882 language: c++
3883 src:
3884 - test/cpp/end2end/client_lb_end2end_test.cc
3885 deps:
3886 - grpc++_test_util
3887 - grpc_test_util
3888 - grpc++
3889 - grpc
3890 - gpr_test_util
3891 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003892- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003893 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003894 build: test
3895 language: c++
3896 src:
3897 - src/proto/grpc/testing/control.proto
3898 - src/proto/grpc/testing/messages.proto
3899 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003900 - src/proto/grpc/testing/services.proto
3901 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003902 - test/cpp/codegen/codegen_test_full.cc
3903 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003904 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003905 - grpc++
3906 - grpc
3907 - gpr
3908 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003909 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003910 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003911- name: codegen_test_minimal
3912 gtest: true
3913 build: test
3914 language: c++
3915 src:
3916 - src/proto/grpc/testing/control.proto
3917 - src/proto/grpc/testing/messages.proto
3918 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003919 - src/proto/grpc/testing/services.proto
3920 - src/proto/grpc/testing/stats.proto
3921 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003922 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003923 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003924 - grpc
3925 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003926 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003927 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003928 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003929 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003930- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003931 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003932 build: test
3933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003934 src:
3935 - test/cpp/client/credentials_test.cc
3936 deps:
3937 - grpc++
3938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003940- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003941 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003942 build: test
3943 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003944 src:
3945 - test/cpp/util/byte_buffer_test.cc
3946 deps:
3947 - grpc_test_util
3948 - grpc++
3949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003950 - gpr_test_util
3951 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003952 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003953- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003954 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003955 build: test
3956 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003957 src:
3958 - test/cpp/util/slice_test.cc
3959 deps:
3960 - grpc_test_util
3961 - grpc++
3962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003963 - gpr_test_util
3964 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003965 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003966- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003967 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003968 build: test
3969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003970 src:
3971 - test/cpp/util/string_ref_test.cc
3972 deps:
3973 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003974 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003975 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003976- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003977 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003978 build: test
3979 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003980 src:
3981 - test/cpp/util/time_test.cc
3982 deps:
3983 - grpc_test_util
3984 - grpc++
3985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003986 - gpr_test_util
3987 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003988 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003989- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003990 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003991 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003992 build: test
3993 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003994 src:
3995 - test/cpp/end2end/end2end_test.cc
3996 deps:
3997 - grpc++_test_util
3998 - grpc_test_util
3999 - grpc++
4000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004001 - gpr_test_util
4002 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004003- name: error_details_test
4004 gtest: true
4005 build: test
4006 language: c++
4007 src:
4008 - src/proto/grpc/testing/echo_messages.proto
4009 - test/cpp/util/error_details_test.cc
4010 deps:
4011 - grpc++_error_details
4012 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004013- name: exception_test
4014 gtest: true
4015 build: test
4016 language: c++
4017 src:
4018 - test/cpp/end2end/exception_test.cc
4019 deps:
4020 - grpc++_test_util
4021 - grpc_test_util
4022 - grpc++
4023 - grpc
4024 - gpr_test_util
4025 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004026- name: filter_end2end_test
4027 gtest: true
4028 build: test
4029 language: c++
4030 src:
4031 - test/cpp/end2end/filter_end2end_test.cc
4032 deps:
4033 - grpc++_test_util
4034 - grpc_test_util
4035 - grpc++
4036 - grpc
4037 - gpr_test_util
4038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004039- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004040 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004041 build: test
4042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004043 src:
4044 - test/cpp/end2end/generic_end2end_test.cc
4045 deps:
4046 - grpc++_test_util
4047 - grpc_test_util
4048 - grpc++
4049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004050 - gpr_test_util
4051 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004052- name: golden_file_test
4053 gtest: true
4054 build: test
4055 language: c++
4056 src:
4057 - src/proto/grpc/testing/compiler_test.proto
4058 - test/cpp/codegen/golden_file_test.cc
4059 deps:
4060 - grpc++
4061 - grpc
4062 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004063 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004064 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004065 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004066- name: grpc_cli
4067 build: test
4068 run: false
4069 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004070 src:
4071 - test/cpp/util/grpc_cli.cc
4072 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004073 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004074 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004075 - grpc++
4076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004077 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004078 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004079- name: grpc_cpp_plugin
4080 build: protoc
4081 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004082 src:
4083 - src/compiler/cpp_plugin.cc
4084 deps:
4085 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004086 secure: false
4087 vs_config_type: Application
4088 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4089- name: grpc_csharp_plugin
4090 build: protoc
4091 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004092 src:
4093 - src/compiler/csharp_plugin.cc
4094 deps:
4095 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004096 secure: false
4097 vs_config_type: Application
4098 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004099- name: grpc_node_plugin
4100 build: protoc
4101 language: c++
4102 src:
4103 - src/compiler/node_plugin.cc
4104 deps:
4105 - grpc_plugin_support
4106 secure: false
4107 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004108- name: grpc_objective_c_plugin
4109 build: protoc
4110 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004111 src:
4112 - src/compiler/objective_c_plugin.cc
4113 deps:
4114 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004115 secure: false
4116 vs_config_type: Application
4117 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004118- name: grpc_php_plugin
4119 build: protoc
4120 language: c++
4121 src:
4122 - src/compiler/php_plugin.cc
4123 deps:
4124 - grpc_plugin_support
4125 secure: false
4126 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004127- name: grpc_python_plugin
4128 build: protoc
4129 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004130 src:
4131 - src/compiler/python_plugin.cc
4132 deps:
4133 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004134 secure: false
4135 vs_config_type: Application
4136 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4137- name: grpc_ruby_plugin
4138 build: protoc
4139 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004140 src:
4141 - src/compiler/ruby_plugin.cc
4142 deps:
4143 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004144 secure: false
4145 vs_config_type: Application
4146 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004147- name: grpc_tool_test
4148 gtest: true
4149 build: test
4150 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004151 src:
4152 - src/proto/grpc/testing/echo.proto
4153 - src/proto/grpc/testing/echo_messages.proto
4154 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004155 deps:
4156 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004157 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004158 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004159 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004160 - grpc_test_util
4161 - grpc++
4162 - grpc
4163 - gpr_test_util
4164 - gpr
4165 filegroups:
4166 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004167- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004168 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004169 build: test
4170 language: c++
4171 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004172 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004173 - test/cpp/grpclb/grpclb_api_test.cc
4174 deps:
4175 - grpc++_test_util
4176 - grpc_test_util
4177 - grpc++
4178 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004179- name: grpclb_end2end_test
4180 gtest: true
4181 build: test
4182 language: c++
4183 src:
4184 - src/proto/grpc/lb/v1/load_balancer.proto
4185 - test/cpp/end2end/grpclb_end2end_test.cc
4186 deps:
4187 - grpc++_test_util
4188 - grpc_test_util
4189 - grpc++
4190 - grpc
4191 - gpr_test_util
4192 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004193- name: grpclb_test
4194 gtest: false
4195 build: test
4196 language: c++
4197 src:
4198 - src/proto/grpc/lb/v1/load_balancer.proto
4199 - test/cpp/grpclb/grpclb_test.cc
4200 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004201 - grpc++_test_util
4202 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004203 - grpc++
4204 - grpc
4205 - gpr_test_util
4206 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004207- name: h2_ssl_cert_test
4208 gtest: true
4209 build: test
4210 language: c++
4211 headers:
4212 - test/core/end2end/end2end_tests.h
4213 src:
4214 - test/core/end2end/h2_ssl_cert_test.cc
4215 deps:
4216 - grpc_test_util
4217 - grpc++
4218 - grpc
4219 - gpr_test_util
4220 - gpr
4221 uses:
4222 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004223- name: health_service_end2end_test
4224 gtest: true
4225 build: test
4226 language: c++
4227 src:
4228 - test/cpp/end2end/health_service_end2end_test.cc
4229 deps:
4230 - grpc++_test_util
4231 - grpc_test_util
4232 - grpc++
4233 - grpc
4234 - gpr_test_util
4235 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004236- name: http2_client
4237 build: test
4238 run: false
4239 language: c++
4240 src: []
4241 deps:
4242 - http2_client_main
4243 - grpc++_test_util
4244 - grpc_test_util
4245 - grpc++
4246 - grpc
4247 - grpc++_test_config
4248 platforms:
4249 - mac
4250 - linux
4251 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004252- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004253 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004254 build: test
4255 language: c++
4256 src:
4257 - test/cpp/end2end/hybrid_end2end_test.cc
4258 deps:
4259 - grpc++_test_util
4260 - grpc_test_util
4261 - grpc++
4262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004263 - gpr_test_util
4264 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004265- name: inlined_vector_test
4266 gtest: true
4267 build: test
4268 language: c++
4269 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004270 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004271 deps:
4272 - grpc_test_util
4273 - grpc++
4274 - grpc
4275 - gpr_test_util
4276 - gpr
4277 uses:
4278 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004279- name: inproc_sync_unary_ping_pong_test
4280 build: test
4281 language: c++
4282 src:
4283 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4284 deps:
4285 - qps
4286 - grpc++_core_stats
4287 - grpc++_test_util
4288 - grpc_test_util
4289 - grpc++
4290 - grpc
4291 - gpr_test_util
4292 - gpr
4293 - grpc++_test_config
4294 platforms:
4295 - mac
4296 - linux
4297 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004298- name: interop_client
4299 build: test
4300 run: false
4301 language: c++
4302 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004303 deps:
4304 - interop_client_main
4305 - interop_client_helper
4306 - grpc++_test_util
4307 - grpc_test_util
4308 - grpc++
4309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004310 - gpr_test_util
4311 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004312 - grpc++_test_config
4313 platforms:
4314 - mac
4315 - linux
4316 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004317- name: interop_server
4318 build: test
4319 run: false
4320 language: c++
4321 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004322 deps:
4323 - interop_server_main
4324 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004325 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004326 - grpc++_test_util
4327 - grpc_test_util
4328 - grpc++
4329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004330 - gpr_test_util
4331 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004332 - grpc++_test_config
4333 platforms:
4334 - mac
4335 - linux
4336 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004337- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004338 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004339 build: test
4340 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004341 src:
4342 - test/cpp/interop/interop_test.cc
4343 deps:
4344 - grpc_test_util
4345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004346 - gpr_test_util
4347 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004348 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004349 platforms:
4350 - mac
4351 - linux
4352 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004353- name: json_run_localhost
4354 build: test
4355 run: false
4356 language: c++
4357 src:
4358 - test/cpp/qps/json_run_localhost.cc
4359 deps:
4360 - grpc++_test_util
4361 - grpc_test_util
4362 - grpc++
4363 - grpc
4364 - gpr_test_util
4365 - gpr
4366 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004367 platforms:
4368 - mac
4369 - linux
4370 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004371- name: memory_test
4372 gtest: true
4373 build: test
4374 language: c++
4375 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004376 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004377 deps:
4378 - grpc_test_util
4379 - grpc++
4380 - grpc
4381 - gpr_test_util
4382 - gpr
4383 uses:
4384 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004385 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004386- name: metrics_client
4387 build: test
4388 run: false
4389 language: c++
4390 headers:
4391 - test/cpp/util/metrics_server.h
4392 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004393 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004394 - test/cpp/interop/metrics_client.cc
4395 deps:
4396 - grpc++
4397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004398 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004399 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004400- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004401 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004402 build: test
4403 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004404 headers:
4405 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004406 src:
4407 - test/cpp/end2end/mock_test.cc
4408 deps:
4409 - grpc++_test_util
4410 - grpc_test_util
4411 - grpc++
4412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004413 - gpr_test_util
4414 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004415- name: noop-benchmark
4416 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004417 language: c++
4418 src:
4419 - test/cpp/microbenchmarks/noop-benchmark.cc
4420 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004421 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004422 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004423- name: orphanable_test
4424 gtest: true
4425 build: test
4426 language: c++
4427 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004428 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004429 deps:
4430 - grpc_test_util
4431 - grpc++
4432 - grpc
4433 - gpr_test_util
4434 - gpr
4435 uses:
4436 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004437- name: proto_server_reflection_test
4438 gtest: true
4439 build: test
4440 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004441 src:
4442 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004443 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004444 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004445 - grpc++_reflection
4446 - grpc++_test_util
4447 - grpc_test_util
4448 - grpc++
4449 - grpc
4450 - gpr_test_util
4451 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004452- name: proto_utils_test
4453 gtest: true
4454 build: test
4455 language: c++
4456 src:
4457 - test/cpp/codegen/proto_utils_test.cc
4458 deps:
4459 - grpc++
4460 - grpc
4461 filegroups:
4462 - grpc++_codegen_base
4463 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004464 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004465- name: qps_interarrival_test
4466 build: test
4467 run: false
4468 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004469 src:
4470 - test/cpp/qps/qps_interarrival_test.cc
4471 deps:
4472 - qps
4473 - grpc++_test_util
4474 - grpc_test_util
4475 - grpc++
4476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004477 - gpr_test_util
4478 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004479 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004480 platforms:
4481 - mac
4482 - linux
4483 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004484 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004485- name: qps_json_driver
4486 build: test
4487 run: false
4488 language: c++
4489 src:
4490 - test/cpp/qps/qps_json_driver.cc
4491 deps:
4492 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004493 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004494 - grpc++_test_util
4495 - grpc_test_util
4496 - grpc++
4497 - grpc
4498 - gpr_test_util
4499 - gpr
4500 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004501- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004502 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004503 build: test
4504 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004505 src:
4506 - test/cpp/qps/qps_openloop_test.cc
4507 deps:
4508 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004509 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004510 - grpc++_test_util
4511 - grpc_test_util
4512 - grpc++
4513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004514 - gpr_test_util
4515 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004516 - grpc++_test_config
4517 platforms:
4518 - mac
4519 - linux
4520 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004521- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004522 build: test
4523 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004524 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004525 headers:
4526 - test/cpp/qps/client.h
4527 - test/cpp/qps/server.h
4528 src:
4529 - test/cpp/qps/worker.cc
4530 deps:
4531 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004532 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004533 - grpc++_test_util
4534 - grpc_test_util
4535 - grpc++
4536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004537 - gpr_test_util
4538 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004539 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004540- name: reconnect_interop_client
4541 build: test
4542 run: false
4543 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004544 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004545 - src/proto/grpc/testing/empty.proto
4546 - src/proto/grpc/testing/messages.proto
4547 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004548 - test/cpp/interop/reconnect_interop_client.cc
4549 deps:
4550 - grpc++_test_util
4551 - grpc_test_util
4552 - grpc++
4553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004554 - gpr_test_util
4555 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004556 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004557- name: reconnect_interop_server
4558 build: test
4559 run: false
4560 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004561 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004562 - src/proto/grpc/testing/empty.proto
4563 - src/proto/grpc/testing/messages.proto
4564 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004565 - test/cpp/interop/reconnect_interop_server.cc
4566 deps:
4567 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004568 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004569 - grpc++_test_util
4570 - grpc_test_util
4571 - grpc++
4572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004573 - gpr_test_util
4574 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004575 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004576- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004577 gtest: true
4578 build: test
4579 language: c++
4580 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004581 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004582 deps:
4583 - grpc_test_util
4584 - grpc++
4585 - grpc
4586 - gpr_test_util
4587 - gpr
4588 uses:
4589 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004590- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004591 gtest: true
4592 build: test
4593 language: c++
4594 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004595 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004596 deps:
4597 - grpc_test_util
4598 - grpc++
4599 - grpc
4600 - gpr_test_util
4601 - gpr
4602 uses:
4603 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004604- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004605 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004606 build: test
4607 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004608 src:
4609 - test/cpp/common/secure_auth_context_test.cc
4610 deps:
4611 - grpc++_test_util
4612 - grpc_test_util
4613 - grpc++
4614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004615 - gpr_test_util
4616 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004617- name: secure_sync_unary_ping_pong_test
4618 build: test
4619 language: c++
4620 src:
4621 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4622 deps:
4623 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004624 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004625 - grpc++_test_util
4626 - grpc_test_util
4627 - grpc++
4628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004629 - gpr_test_util
4630 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004631 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004632 platforms:
4633 - mac
4634 - linux
4635 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004636- name: server_builder_plugin_test
4637 gtest: true
4638 build: test
4639 language: c++
4640 src:
4641 - test/cpp/end2end/server_builder_plugin_test.cc
4642 deps:
4643 - grpc++_test_util
4644 - grpc_test_util
4645 - grpc++
4646 - grpc
4647 - gpr_test_util
4648 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004649- name: server_builder_test
4650 gtest: true
4651 build: test
4652 language: c++
4653 src:
4654 - src/proto/grpc/testing/echo_messages.proto
4655 - src/proto/grpc/testing/echo.proto
4656 - test/cpp/server/server_builder_test.cc
4657 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004658 - grpc++_test_util_unsecure
4659 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004660 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004661 - grpc++_unsecure
4662 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004663 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004664- name: server_context_test_spouse_test
4665 gtest: true
4666 build: test
4667 language: c++
4668 src:
4669 - test/cpp/test/server_context_test_spouse_test.cc
4670 deps:
4671 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004672 - grpc++
4673 - grpc
4674 - gpr_test_util
4675 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004676 uses:
4677 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004678- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004679 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004680 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004681 build: test
4682 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004683 src:
4684 - test/cpp/end2end/server_crash_test.cc
4685 deps:
4686 - grpc++_test_util
4687 - grpc_test_util
4688 - grpc++
4689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004690 - gpr_test_util
4691 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004692 platforms:
4693 - mac
4694 - linux
4695 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004696- name: server_crash_test_client
4697 build: test
4698 run: false
4699 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004700 src:
4701 - test/cpp/end2end/server_crash_test_client.cc
4702 deps:
4703 - grpc++_test_util
4704 - grpc_test_util
4705 - grpc++
4706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004707 - gpr_test_util
4708 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08004709- name: server_early_return_test
4710 gtest: true
4711 build: test
4712 language: c++
4713 src:
4714 - test/cpp/end2end/server_early_return_test.cc
4715 deps:
4716 - grpc++_test_util
4717 - grpc_test_util
4718 - grpc++
4719 - grpc
4720 - gpr_test_util
4721 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004722- name: server_request_call_test
4723 gtest: true
4724 build: test
4725 language: c++
4726 src:
4727 - src/proto/grpc/testing/echo_messages.proto
4728 - src/proto/grpc/testing/echo.proto
4729 - test/cpp/server/server_request_call_test.cc
4730 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004731 - grpc++_test_util_unsecure
4732 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004733 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004734 - grpc++_unsecure
4735 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004737- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004738 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004739 build: test
4740 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004741 src:
4742 - test/cpp/end2end/shutdown_test.cc
4743 deps:
4744 - grpc++_test_util
4745 - grpc_test_util
4746 - grpc++
4747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004748 - gpr_test_util
4749 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004750- name: stats_test
4751 gtest: true
4752 build: test
4753 language: c++
4754 src:
4755 - test/core/debug/stats_test.cc
4756 deps:
4757 - grpc++_test_util
4758 - grpc_test_util
4759 - grpc
4760 - gpr_test_util
4761 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004762 exclude_configs:
4763 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004764 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004765 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004766- name: status_test
4767 build: test
4768 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004769 src:
4770 - test/cpp/util/status_test.cc
4771 deps:
4772 - grpc_test_util
4773 - grpc++
4774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004775 - gpr_test_util
4776 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004777 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004778- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004779 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004780 build: test
4781 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004782 src:
4783 - test/cpp/end2end/streaming_throughput_test.cc
4784 deps:
4785 - grpc++_test_util
4786 - grpc_test_util
4787 - grpc++
4788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004789 - gpr_test_util
4790 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004791 platforms:
4792 - mac
4793 - linux
4794 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004795- name: stress_test
4796 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004797 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004798 language: c++
4799 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004800 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004801 - test/cpp/interop/interop_client.h
4802 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004803 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004804 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004805 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004806 - src/proto/grpc/testing/empty.proto
4807 - src/proto/grpc/testing/messages.proto
4808 - src/proto/grpc/testing/metrics.proto
4809 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004810 - test/cpp/interop/interop_client.cc
4811 - test/cpp/interop/stress_interop_client.cc
4812 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004813 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004814 deps:
4815 - grpc++_test_util
4816 - grpc_test_util
4817 - grpc++
4818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004819 - gpr_test_util
4820 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004821 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004822- name: thread_manager_test
4823 build: test
4824 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004825 src:
4826 - test/cpp/thread_manager/thread_manager_test.cc
4827 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004828 - grpc++_unsecure
4829 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004830 - gpr
4831 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004832- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004833 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004834 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004835 build: test
4836 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004837 src:
4838 - test/cpp/end2end/thread_stress_test.cc
4839 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004840 - grpc++_test_util_unsecure
4841 - grpc_test_util_unsecure
4842 - grpc++_unsecure
4843 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004844 - gpr_test_util
4845 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004846- name: transport_pid_controller_test
4847 build: test
4848 language: c++
4849 src:
4850 - test/core/transport/pid_controller_test.cc
4851 deps:
4852 - grpc++_test_util
4853 - grpc++
4854 - grpc_test_util
4855 - grpc
4856 - gpr_test_util
4857 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004858- name: writes_per_rpc_test
4859 gtest: true
4860 cpu_cost: 0.5
4861 build: test
4862 language: c++
4863 src:
4864 - test/cpp/performance/writes_per_rpc_test.cc
4865 deps:
4866 - grpc++_test_util
4867 - grpc_test_util
4868 - grpc++
4869 - grpc
4870 - gpr_test_util
4871 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004872 platforms:
4873 - mac
4874 - linux
4875 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004876- name: public_headers_must_be_c89
4877 build: test
4878 language: c89
4879 src:
4880 - test/core/surface/public_headers_must_be_c89.c
4881 deps:
4882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004883 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08004884- name: gen_hpack_tables
4885 build: tool
4886 language: cc
4887 src:
4888 - tools/codegen/core/gen_hpack_tables.cc
4889 deps:
4890 - gpr
4891 - grpc
4892 uses_polling: false
4893- name: gen_legal_metadata_characters
4894 build: tool
4895 language: cc
4896 src:
4897 - tools/codegen/core/gen_legal_metadata_characters.cc
4898 deps: []
4899- name: gen_percent_encoding_tables
4900 build: tool
4901 language: cc
4902 src:
4903 - tools/codegen/core/gen_percent_encoding_tables.cc
4904 deps: []
4905 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004906vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004907- linkage: static
4908 name: grpc.dependencies.zlib
4909 props: false
4910 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004911 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004912- linkage: static
4913 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004914 props: true
4915 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004916 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004917- name: gflags
4918 props: false
4919 redist: false
4920 version: 2.1.2.1
4921- name: gtest
4922 props: false
4923 redist: false
4924 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004925configs:
4926 asan:
4927 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004928 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4929 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004930 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004931 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004932 LDFLAGS: -fsanitize=address
4933 LDXX: clang++
4934 compile_the_world: true
4935 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004936 ASAN_OPTIONS: detect_leaks=1:color=always
4937 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004938 asan-noleaks:
4939 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004940 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4941 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004942 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004943 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004944 LDFLAGS: -fsanitize=address
4945 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004946 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004947 test_environ:
4948 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004949 asan-trace-cmp:
4950 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004951 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4952 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004953 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004954 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004955 LDFLAGS: -fsanitize=address
4956 LDXX: clang++
4957 compile_the_world: true
4958 test_environ:
4959 ASAN_OPTIONS: detect_leaks=1:color=always
4960 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004961 basicprof:
4962 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4963 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004964 c++-compat:
4965 CFLAGS: -Wc++-compat
4966 CPPFLAGS: -O0
4967 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004968 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004969 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004970 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004971 dbg:
4972 CPPFLAGS: -O0
4973 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004974 gcov:
4975 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004976 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004977 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004978 DEFINES: _DEBUG DEBUG GPR_GCOV
4979 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004980 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004981 LDXX: g++
4982 helgrind:
4983 CPPFLAGS: -O0
4984 DEFINES: _DEBUG DEBUG
4985 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004986 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004987 lto:
4988 CPPFLAGS: -O2
4989 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004990 memcheck:
4991 CPPFLAGS: -O0
4992 DEFINES: _DEBUG DEBUG
4993 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004994 valgrind: --tool=memcheck --leak-check=full
4995 msan:
4996 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004997 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004998 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
4999 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005000 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005001 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005002 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005003 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5004 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5005 LDXX: clang++
5006 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005007 test_environ:
5008 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005009 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005010 CPPFLAGS: -O3 -fno-omit-frame-pointer
5011 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005012 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005013 noexcept:
Craig Tillera0f85172016-01-20 15:56:06 -08005014 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07005015 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005016 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005017 opt:
5018 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08005019 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005020 stapprof:
5021 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5022 DEFINES: NDEBUG
5023 tsan:
5024 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005025 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005026 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005027 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005028 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005029 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005030 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005031 LDXX: clang++
5032 compile_the_world: true
5033 test_environ:
5034 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005035 ubsan:
5036 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005037 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5038 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005039 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005040 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005041 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005042 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005043 LDXX: clang++
5044 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005045 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005046 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005047defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005048 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005049 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5050 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005051 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5052 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5053 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5054 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5055 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005056 benchmark:
5057 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005058 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005059 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005060 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5061 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005062 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005063 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005064 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005065 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005066 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005067 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005068 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005069 LDFLAGS: -g
5070 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005071 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005072 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005073openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005074 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005075 extraction_dir: openssl-1.0.2f
5076 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005077php_config_m4:
5078 deps:
5079 - grpc
5080 - gpr
5081 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005082 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005083 headers:
5084 - src/php/ext/grpc/byte_buffer.h
5085 - src/php/ext/grpc/call.h
5086 - src/php/ext/grpc/call_credentials.h
5087 - src/php/ext/grpc/channel.h
5088 - src/php/ext/grpc/channel_credentials.h
5089 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005090 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005091 - src/php/ext/grpc/php_grpc.h
5092 - src/php/ext/grpc/server.h
5093 - src/php/ext/grpc/server_credentials.h
5094 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005095 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005096 src:
5097 - src/php/ext/grpc/byte_buffer.c
5098 - src/php/ext/grpc/call.c
5099 - src/php/ext/grpc/call_credentials.c
5100 - src/php/ext/grpc/channel.c
5101 - src/php/ext/grpc/channel_credentials.c
5102 - src/php/ext/grpc/completion_queue.c
5103 - src/php/ext/grpc/php_grpc.c
5104 - src/php/ext/grpc/server.c
5105 - src/php/ext/grpc/server_credentials.c
5106 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005107python_dependencies:
5108 deps:
5109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005110 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005111 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005112 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005113 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005114ruby_gem:
5115 deps:
5116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005117 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005118 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005119 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005120 - z