blob: b20eba997490a5d5d06befd70fdee36b31a1f7d4 [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
Mehrdad Afsharib9335eb2018-02-05 23:23:42 -080016 g_stands_for: glamorous
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
Vijay Pai80e23d12018-01-25 21:50:18 -080027- name: cmdline
28 headers:
29 - test/core/util/cmdline.h
30 src:
31 - test/core/util/cmdline.cc
32 uses:
33 - gpr_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -070034- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010035 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -080036 - src/core/lib/gpr/alloc.cc
37 - src/core/lib/gpr/arena.cc
38 - src/core/lib/gpr/atm.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -080039 - src/core/lib/gpr/cpu_iphone.cc
40 - src/core/lib/gpr/cpu_linux.cc
41 - src/core/lib/gpr/cpu_posix.cc
42 - src/core/lib/gpr/cpu_windows.cc
43 - src/core/lib/gpr/env_linux.cc
44 - src/core/lib/gpr/env_posix.cc
45 - src/core/lib/gpr/env_windows.cc
46 - src/core/lib/gpr/fork.cc
47 - src/core/lib/gpr/host_port.cc
48 - src/core/lib/gpr/log.cc
49 - src/core/lib/gpr/log_android.cc
50 - src/core/lib/gpr/log_linux.cc
51 - src/core/lib/gpr/log_posix.cc
52 - src/core/lib/gpr/log_windows.cc
53 - src/core/lib/gpr/mpscq.cc
54 - src/core/lib/gpr/murmur_hash.cc
55 - src/core/lib/gpr/string.cc
56 - src/core/lib/gpr/string_posix.cc
57 - src/core/lib/gpr/string_util_windows.cc
58 - src/core/lib/gpr/string_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -080059 - src/core/lib/gpr/sync.cc
60 - src/core/lib/gpr/sync_posix.cc
61 - src/core/lib/gpr/sync_windows.cc
62 - src/core/lib/gpr/thd.cc
63 - src/core/lib/gpr/thd_posix.cc
64 - src/core/lib/gpr/thd_windows.cc
65 - src/core/lib/gpr/time.cc
66 - src/core/lib/gpr/time_posix.cc
67 - src/core/lib/gpr/time_precise.cc
68 - src/core/lib/gpr/time_windows.cc
69 - src/core/lib/gpr/tls_pthread.cc
70 - src/core/lib/gpr/tmpfile_msys.cc
71 - src/core/lib/gpr/tmpfile_posix.cc
72 - src/core/lib/gpr/tmpfile_windows.cc
73 - src/core/lib/gpr/wrap_memcpy.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070074 - src/core/lib/profiling/basic_timers.cc
75 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070076 uses:
Vijay Pai42807252017-07-28 15:08:24 -070077 - gpr_base_headers
78- name: gpr_base_headers
79 public_headers:
80 - include/grpc/support/alloc.h
81 - include/grpc/support/atm.h
82 - include/grpc/support/atm_gcc_atomic.h
83 - include/grpc/support/atm_gcc_sync.h
84 - include/grpc/support/atm_windows.h
Vijay Pai42807252017-07-28 15:08:24 -070085 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -070086 - include/grpc/support/log.h
87 - include/grpc/support/log_windows.h
88 - include/grpc/support/port_platform.h
89 - include/grpc/support/string_util.h
Vijay Pai42807252017-07-28 15:08:24 -070090 - 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
Vijay Paic7456902018-02-12 10:28:24 -080095 - include/grpc/support/thd_id.h
Vijay Pai42807252017-07-28 15:08:24 -070096 - include/grpc/support/time.h
Vijay Pai42807252017-07-28 15:08:24 -070097 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -080098 - src/core/lib/gpr/arena.h
99 - src/core/lib/gpr/env.h
100 - src/core/lib/gpr/fork.h
Vijay Paiae376bf2018-01-25 22:54:02 -0800101 - src/core/lib/gpr/host_port.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800102 - src/core/lib/gpr/mpscq.h
103 - src/core/lib/gpr/murmur_hash.h
104 - src/core/lib/gpr/spinlock.h
105 - src/core/lib/gpr/string.h
106 - src/core/lib/gpr/string_windows.h
Vijay Paic7456902018-02-12 10:28:24 -0800107 - src/core/lib/gpr/thd.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800108 - src/core/lib/gpr/time_precise.h
Vijay Paib6cf1232018-01-25 21:02:26 -0800109 - src/core/lib/gpr/tls.h
110 - src/core/lib/gpr/tls_gcc.h
111 - src/core/lib/gpr/tls_msvc.h
112 - src/core/lib/gpr/tls_pthread.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800113 - 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:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800153 - src/core/lib/avl/avl.cc
Craig Tillerd48bd072017-10-06 11:25:14 -0700154 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700155 - src/core/lib/channel/channel_args.cc
156 - src/core/lib/channel/channel_stack.cc
157 - src/core/lib/channel/channel_stack_builder.cc
158 - src/core/lib/channel/connected_channel.cc
159 - src/core/lib/channel/handshaker.cc
160 - src/core/lib/channel/handshaker_factory.cc
161 - src/core/lib/channel/handshaker_registry.cc
162 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700163 - src/core/lib/compression/compression_internal.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
Ken Payson9714e032017-10-10 11:18:49 -0700299 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700300 - include/grpc/grpc.h
301 - include/grpc/grpc_posix.h
302 - include/grpc/grpc_security_constants.h
303 - include/grpc/load_reporting.h
304 - include/grpc/slice.h
305 - include/grpc/slice_buffer.h
306 - include/grpc/status.h
307 - include/grpc/support/workaround_list.h
308 headers:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800309 - src/core/lib/avl/avl.h
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
Yash Tibrewal83062842017-09-21 18:56:08 -0700476 - src/core/ext/filters/client_channel/resolver_registry.cc
477 - src/core/ext/filters/client_channel/retry_throttle.cc
478 - src/core/ext/filters/client_channel/subchannel.cc
479 - src/core/ext/filters/client_channel/subchannel_index.cc
480 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700481 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700482 uses:
483 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700484 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800485- name: grpc_codegen
486 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700487 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700488 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800489 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800490 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800491 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800492 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700493 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800494 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700495 uses:
496 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700497- name: grpc_deadline_filter
498 headers:
499 - src/core/ext/filters/deadline/deadline_filter.h
500 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700501 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700502 plugin: grpc_deadline_filter
503 uses:
504 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700505- name: grpc_http_filters
506 headers:
507 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700508 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700509 - src/core/ext/filters/http/server/http_server_filter.h
510 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700511 - src/core/ext/filters/http/client/http_client_filter.cc
512 - src/core/ext/filters/http/http_filters_plugin.cc
513 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
514 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700515 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700516 uses:
517 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700518- name: grpc_lb_policy_grpclb
519 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700520 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700521 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700522 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700523 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
524 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700525 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700526 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
527 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
528 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
529 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
530 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700531 - 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 -0800532 plugin: grpc_lb_policy_grpclb
533 uses:
534 - grpc_base
535 - grpc_client_channel
536 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700537 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800538- name: grpc_lb_policy_grpclb_secure
539 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700540 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800545 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
549 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
550 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700551 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700552 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700553 uses:
554 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700555 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700556 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700557 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700558 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700559- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700560 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700561 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700562 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700563 uses:
564 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700565 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700566 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700567- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700568 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700569 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700570 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700571 uses:
572 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700573 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700574 - grpc_lb_subchannel_list
575- name: grpc_lb_subchannel_list
576 headers:
577 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
578 src:
579 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
580 uses:
581 - grpc_base
582 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700583- name: grpc_max_age_filter
584 headers:
585 - src/core/ext/filters/max_age/max_age_filter.h
586 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700587 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700588 plugin: grpc_max_age_filter
589 uses:
590 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700591- name: grpc_message_size_filter
592 headers:
593 - src/core/ext/filters/message_size/message_size_filter.h
594 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700595 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700596 plugin: grpc_message_size_filter
597 uses:
598 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700599- name: grpc_resolver_dns_ares
600 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700601 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
602 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700603 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700604 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
605 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
606 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
607 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700608 plugin: grpc_resolver_dns_ares
609 uses:
610 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700611 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700612- name: grpc_resolver_dns_native
613 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700614 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700615 plugin: grpc_resolver_dns_native
616 uses:
617 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700618 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700619- name: grpc_resolver_fake
620 headers:
621 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
622 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700623 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700624 plugin: grpc_resolver_fake
625 uses:
626 - grpc_base
627 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700628- name: grpc_resolver_sockaddr
629 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700630 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700631 plugin: grpc_resolver_sockaddr
632 uses:
633 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700634 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100635- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700636 public_headers:
637 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100638 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700639 - src/core/lib/security/context/security_context.h
640 - src/core/lib/security/credentials/composite/composite_credentials.h
641 - src/core/lib/security/credentials/credentials.h
642 - src/core/lib/security/credentials/fake/fake_credentials.h
643 - src/core/lib/security/credentials/google_default/google_default_credentials.h
644 - src/core/lib/security/credentials/iam/iam_credentials.h
645 - src/core/lib/security/credentials/jwt/json_token.h
646 - src/core/lib/security/credentials/jwt/jwt_credentials.h
647 - src/core/lib/security/credentials/jwt/jwt_verifier.h
648 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
649 - src/core/lib/security/credentials/plugin/plugin_credentials.h
650 - src/core/lib/security/credentials/ssl/ssl_credentials.h
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800651 - src/core/lib/security/security_connector/security_connector.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700652 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800653 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700654 - src/core/lib/security/transport/secure_endpoint.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800655 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700656 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700657 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100658 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700659 - src/core/lib/http/httpcli_security_connector.cc
660 - src/core/lib/security/context/security_context.cc
661 - src/core/lib/security/credentials/composite/composite_credentials.cc
662 - src/core/lib/security/credentials/credentials.cc
663 - src/core/lib/security/credentials/credentials_metadata.cc
664 - src/core/lib/security/credentials/fake/fake_credentials.cc
665 - src/core/lib/security/credentials/google_default/credentials_generic.cc
666 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
667 - src/core/lib/security/credentials/iam/iam_credentials.cc
668 - src/core/lib/security/credentials/jwt/json_token.cc
669 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
670 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
671 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
672 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
673 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800674 - src/core/lib/security/security_connector/security_connector.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700675 - src/core/lib/security/transport/client_auth_filter.cc
676 - src/core/lib/security/transport/lb_targets_info.cc
677 - src/core/lib/security/transport/secure_endpoint.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700678 - src/core/lib/security/transport/security_handshaker.cc
679 - src/core/lib/security/transport/server_auth_filter.cc
680 - src/core/lib/security/transport/tsi_error.cc
681 - src/core/lib/security/util/json_util.cc
682 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700683 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700684 uses:
685 - grpc_base
686 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700687 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700688- name: grpc_server_backward_compatibility
689 headers:
690 - src/core/ext/filters/workarounds/workaround_utils.h
691 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700692 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700693 uses:
694 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700695- name: grpc_server_load_reporting
696 headers:
697 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
698 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
699 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700700 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
701 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700702 plugin: grpc_server_load_reporting_plugin
703 uses:
704 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700705- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700707 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700708 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700709 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800710 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700711 - test/core/end2end/fixtures/proxy.h
712 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800713 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700714 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800715 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200716 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700717 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700718 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700719 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700720 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700721 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700722 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800723 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800724 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800725 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700727 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700728 - test/core/end2end/cq_verifier.cc
729 - test/core/end2end/fixtures/http_proxy_fixture.cc
730 - test/core/end2end/fixtures/proxy.cc
731 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700732 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700733 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800734 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700735 - test/core/util/memory_counters.cc
736 - test/core/util/mock_endpoint.cc
737 - test/core/util/parse_hexstring.cc
738 - test/core/util/passthru_endpoint.cc
739 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800740 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700741 - test/core/util/port_server_client.cc
742 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800743 - test/core/util/subprocess_posix.cc
744 - test/core/util/subprocess_windows.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:
Vijay Pai80e23d12018-01-25 21:50:18 -0800751 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700752 - grpc_base
753 - grpc_client_channel
754 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700755- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700756 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700757 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700758 deps:
759 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700760 filegroups:
761 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700762 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700763- name: grpc_trace_headers
764 headers:
765 - src/core/lib/debug/trace.h
766 deps:
767 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700768- name: grpc_transport_chttp2
769 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700770 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700771 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700772 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700773 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700774 - src/core/ext/transport/chttp2/transport/frame.h
775 - src/core/ext/transport/chttp2/transport/frame_data.h
776 - src/core/ext/transport/chttp2/transport/frame_goaway.h
777 - src/core/ext/transport/chttp2/transport/frame_ping.h
778 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
779 - src/core/ext/transport/chttp2/transport/frame_settings.h
780 - src/core/ext/transport/chttp2/transport/frame_window_update.h
781 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
782 - src/core/ext/transport/chttp2/transport/hpack_parser.h
783 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700784 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700785 - src/core/ext/transport/chttp2/transport/huffsyms.h
786 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
787 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700788 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700789 - src/core/ext/transport/chttp2/transport/varint.h
790 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700791 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
792 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
793 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
794 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
795 - src/core/ext/transport/chttp2/transport/flow_control.cc
796 - src/core/ext/transport/chttp2/transport/frame_data.cc
797 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
798 - src/core/ext/transport/chttp2/transport/frame_ping.cc
799 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
800 - src/core/ext/transport/chttp2/transport/frame_settings.cc
801 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
802 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
803 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
804 - src/core/ext/transport/chttp2/transport/hpack_table.cc
805 - src/core/ext/transport/chttp2/transport/http2_settings.cc
806 - src/core/ext/transport/chttp2/transport/huffsyms.cc
807 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
808 - src/core/ext/transport/chttp2/transport/parsing.cc
809 - src/core/ext/transport/chttp2/transport/stream_lists.cc
810 - src/core/ext/transport/chttp2/transport/stream_map.cc
811 - src/core/ext/transport/chttp2/transport/varint.cc
812 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700813 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700814 uses:
815 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700816 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700817 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700818- name: grpc_transport_chttp2_alpn
819 headers:
820 - src/core/ext/transport/chttp2/alpn/alpn.h
821 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700822 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700823 deps:
824 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800825- name: grpc_transport_chttp2_client_connector
826 headers:
827 - src/core/ext/transport/chttp2/client/chttp2_connector.h
828 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700829 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800830 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800831 - grpc_transport_chttp2
832 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700833 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700834- name: grpc_transport_chttp2_client_insecure
835 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700836 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
837 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700838 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800839 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700840 - grpc_transport_chttp2
841 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700842 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700843- name: grpc_transport_chttp2_client_secure
844 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700845 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700846 uses:
847 - grpc_transport_chttp2
848 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700849 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700850 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800851 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800852- name: grpc_transport_chttp2_server
853 headers:
854 - src/core/ext/transport/chttp2/server/chttp2_server.h
855 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700856 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800857 uses:
858 - grpc_transport_chttp2
859 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700860- name: grpc_transport_chttp2_server_insecure
861 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700862 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
863 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700864 uses:
865 - grpc_transport_chttp2
866 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800867 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700868- name: grpc_transport_chttp2_server_secure
869 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700870 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700871 uses:
872 - grpc_transport_chttp2
873 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700874 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800875 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700876- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700877 public_headers:
878 - include/grpc/grpc_cronet.h
879 - include/grpc/grpc_security.h
880 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700881 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800882 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800883 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700884 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700885 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
886 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
887 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700888 filegroups:
889 - grpc_base
890 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700891 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700892- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700893 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700894 - src/core/ext/transport/inproc/inproc_plugin.cc
895 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700896 plugin: grpc_inproc_plugin
897 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700898 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700899 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700900- name: grpc_transport_inproc_headers
901 headers:
902 - src/core/ext/transport/inproc/inproc_transport.h
903 uses:
904 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700905- name: grpc_workaround_cronet_compression_filter
906 headers:
907 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
908 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700909 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700910 plugin: grpc_workaround_cronet_compression_filter
911 uses:
912 - grpc_base
913 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800914- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700915 src:
916 - third_party/nanopb/pb_common.c
917 - third_party/nanopb/pb_decode.c
918 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700919 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700920 - nanopb_headers
921- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800922 headers:
923 - third_party/nanopb/pb.h
924 - third_party/nanopb/pb_common.h
925 - third_party/nanopb/pb_decode.h
926 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700927- name: transport_security_test_lib
928 build: test
929 headers:
930 - test/core/tsi/transport_security_test_lib.h
931 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700932 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700933 deps:
934 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935- name: tsi
936 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -0800937 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700938 - src/core/tsi/fake_transport_security.h
939 - src/core/tsi/ssl_transport_security.h
940 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700941 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700942 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -0800943 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700944 - src/core/tsi/fake_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700945 - src/core/tsi/ssl_transport_security.cc
946 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700947 deps:
948 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -0800949 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700951 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700952 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700953 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700954 - grpc_trace
955- name: tsi_interface
956 headers:
957 - src/core/tsi/transport_security.h
958 - src/core/tsi/transport_security_adapter.h
959 - src/core/tsi/transport_security_interface.h
960 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700961 - src/core/tsi/transport_security.cc
962 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700963 deps:
964 - gpr
965 secure: true
966 uses:
967 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700968- name: grpc++_codegen_base
969 language: c++
970 public_headers:
971 - include/grpc++/impl/codegen/async_stream.h
972 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700973 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700974 - include/grpc++/impl/codegen/call.h
975 - include/grpc++/impl/codegen/call_hook.h
976 - include/grpc++/impl/codegen/channel_interface.h
977 - include/grpc++/impl/codegen/client_context.h
978 - include/grpc++/impl/codegen/client_unary_call.h
979 - include/grpc++/impl/codegen/completion_queue.h
980 - include/grpc++/impl/codegen/completion_queue_tag.h
981 - include/grpc++/impl/codegen/config.h
982 - include/grpc++/impl/codegen/core_codegen_interface.h
983 - include/grpc++/impl/codegen/create_auth_context.h
984 - include/grpc++/impl/codegen/grpc_library.h
985 - include/grpc++/impl/codegen/metadata_map.h
986 - include/grpc++/impl/codegen/method_handler_impl.h
987 - include/grpc++/impl/codegen/rpc_method.h
988 - include/grpc++/impl/codegen/rpc_service_method.h
989 - include/grpc++/impl/codegen/security/auth_context.h
990 - include/grpc++/impl/codegen/serialization_traits.h
991 - include/grpc++/impl/codegen/server_context.h
992 - include/grpc++/impl/codegen/server_interface.h
993 - include/grpc++/impl/codegen/service_type.h
994 - include/grpc++/impl/codegen/slice.h
995 - include/grpc++/impl/codegen/status.h
996 - include/grpc++/impl/codegen/status_code_enum.h
997 - include/grpc++/impl/codegen/string_ref.h
998 - include/grpc++/impl/codegen/stub_options.h
999 - include/grpc++/impl/codegen/sync_stream.h
1000 - include/grpc++/impl/codegen/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001001 - include/grpcpp/impl/codegen/async_stream.h
1002 - include/grpcpp/impl/codegen/async_unary_call.h
1003 - include/grpcpp/impl/codegen/byte_buffer.h
1004 - include/grpcpp/impl/codegen/call.h
1005 - include/grpcpp/impl/codegen/call_hook.h
1006 - include/grpcpp/impl/codegen/channel_interface.h
1007 - include/grpcpp/impl/codegen/client_context.h
1008 - include/grpcpp/impl/codegen/client_unary_call.h
1009 - include/grpcpp/impl/codegen/completion_queue.h
1010 - include/grpcpp/impl/codegen/completion_queue_tag.h
1011 - include/grpcpp/impl/codegen/config.h
1012 - include/grpcpp/impl/codegen/core_codegen_interface.h
1013 - include/grpcpp/impl/codegen/create_auth_context.h
1014 - include/grpcpp/impl/codegen/grpc_library.h
1015 - include/grpcpp/impl/codegen/metadata_map.h
1016 - include/grpcpp/impl/codegen/method_handler_impl.h
1017 - include/grpcpp/impl/codegen/rpc_method.h
1018 - include/grpcpp/impl/codegen/rpc_service_method.h
1019 - include/grpcpp/impl/codegen/security/auth_context.h
1020 - include/grpcpp/impl/codegen/serialization_traits.h
1021 - include/grpcpp/impl/codegen/server_context.h
1022 - include/grpcpp/impl/codegen/server_interface.h
1023 - include/grpcpp/impl/codegen/service_type.h
1024 - include/grpcpp/impl/codegen/slice.h
1025 - include/grpcpp/impl/codegen/status.h
1026 - include/grpcpp/impl/codegen/status_code_enum.h
1027 - include/grpcpp/impl/codegen/string_ref.h
1028 - include/grpcpp/impl/codegen/stub_options.h
1029 - include/grpcpp/impl/codegen/sync_stream.h
1030 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001031 uses:
1032 - grpc_codegen
1033- name: grpc++_codegen_base_src
1034 language: c++
1035 src:
1036 - src/cpp/codegen/codegen_init.cc
1037 uses:
1038 - grpc++_codegen_base
1039- name: grpc++_codegen_proto
1040 language: c++
1041 public_headers:
1042 - include/grpc++/impl/codegen/proto_utils.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001043 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001044 uses:
1045 - grpc++_codegen_base
1046 - grpc++_config_proto
1047- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001048 language: c++
1049 public_headers:
1050 - include/grpc++/alarm.h
1051 - include/grpc++/channel.h
1052 - include/grpc++/client_context.h
1053 - include/grpc++/completion_queue.h
1054 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001055 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001056 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001057 - include/grpc++/generic/async_generic_service.h
1058 - include/grpc++/generic/generic_stub.h
1059 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001060 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001061 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001062 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001063 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001064 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - include/grpc++/impl/grpc_library.h
1066 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 - include/grpc++/impl/rpc_method.h
1068 - include/grpc++/impl/rpc_service_method.h
1069 - include/grpc++/impl/serialization_traits.h
1070 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001071 - include/grpc++/impl/server_builder_plugin.h
1072 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001074 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - include/grpc++/security/auth_context.h
1076 - include/grpc++/security/auth_metadata_processor.h
1077 - include/grpc++/security/credentials.h
1078 - include/grpc++/security/server_credentials.h
1079 - include/grpc++/server.h
1080 - include/grpc++/server_builder.h
1081 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001082 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - include/grpc++/support/async_stream.h
1084 - include/grpc++/support/async_unary_call.h
1085 - include/grpc++/support/byte_buffer.h
1086 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001087 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - include/grpc++/support/slice.h
1089 - include/grpc++/support/status.h
1090 - include/grpc++/support/status_code_enum.h
1091 - include/grpc++/support/string_ref.h
1092 - include/grpc++/support/stub_options.h
1093 - include/grpc++/support/sync_stream.h
1094 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001095 - include/grpcpp/alarm.h
1096 - include/grpcpp/channel.h
1097 - include/grpcpp/client_context.h
1098 - include/grpcpp/completion_queue.h
1099 - include/grpcpp/create_channel.h
1100 - include/grpcpp/create_channel_posix.h
1101 - include/grpcpp/ext/health_check_service_server_builder_option.h
1102 - include/grpcpp/generic/async_generic_service.h
1103 - include/grpcpp/generic/generic_stub.h
1104 - include/grpcpp/grpcpp.h
1105 - include/grpcpp/health_check_service_interface.h
1106 - include/grpcpp/impl/call.h
1107 - include/grpcpp/impl/channel_argument_option.h
1108 - include/grpcpp/impl/client_unary_call.h
1109 - include/grpcpp/impl/codegen/core_codegen.h
1110 - include/grpcpp/impl/grpc_library.h
1111 - include/grpcpp/impl/method_handler_impl.h
1112 - include/grpcpp/impl/rpc_method.h
1113 - include/grpcpp/impl/rpc_service_method.h
1114 - include/grpcpp/impl/serialization_traits.h
1115 - include/grpcpp/impl/server_builder_option.h
1116 - include/grpcpp/impl/server_builder_plugin.h
1117 - include/grpcpp/impl/server_initializer.h
1118 - include/grpcpp/impl/service_type.h
1119 - include/grpcpp/resource_quota.h
1120 - include/grpcpp/security/auth_context.h
1121 - include/grpcpp/security/auth_metadata_processor.h
1122 - include/grpcpp/security/credentials.h
1123 - include/grpcpp/security/server_credentials.h
1124 - include/grpcpp/server.h
1125 - include/grpcpp/server_builder.h
1126 - include/grpcpp/server_context.h
1127 - include/grpcpp/server_posix.h
1128 - include/grpcpp/support/async_stream.h
1129 - include/grpcpp/support/async_unary_call.h
1130 - include/grpcpp/support/byte_buffer.h
1131 - include/grpcpp/support/channel_arguments.h
1132 - include/grpcpp/support/config.h
1133 - include/grpcpp/support/slice.h
1134 - include/grpcpp/support/status.h
1135 - include/grpcpp/support/status_code_enum.h
1136 - include/grpcpp/support/string_ref.h
1137 - include/grpcpp/support/stub_options.h
1138 - include/grpcpp/support/sync_stream.h
1139 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001140 headers:
1141 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001142 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001143 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001144 - src/cpp/server/health/default_health_check_service.h
1145 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001146 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001147 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001148 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001149 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001150 - src/cpp/client/client_context.cc
1151 - src/cpp/client/create_channel.cc
1152 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001153 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001154 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001155 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001156 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001157 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001158 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001159 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001160 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001161 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001162 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001163 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001164 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001165 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001166 - src/cpp/server/create_default_thread_pool.cc
1167 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001168 - src/cpp/server/health/default_health_check_service.cc
1169 - src/cpp/server/health/health.pb.c
1170 - src/cpp/server/health/health_check_service.cc
1171 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001172 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001173 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001174 - src/cpp/server/server_context.cc
1175 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001176 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001177 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001178 - src/cpp/util/byte_buffer_cc.cc
1179 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001180 - src/cpp/util/status.cc
1181 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001182 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001183 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001184 - gpr_base_headers
1185 - grpc_base_headers
1186 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001187 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001188 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001189- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001190 language: c++
1191 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001192 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001193 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001194- name: grpc++_reflection_proto
1195 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001196 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001197 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001198- name: grpc++_test
1199 language: c++
1200 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001201 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001202 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001203 - include/grpcpp/test/mock_stream.h
1204 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001205 deps:
1206 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001207 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001208libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001209- name: gpr
1210 build: all
1211 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001212 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001213 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001214 secure: false
1215 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1216- name: gpr_test_util
1217 build: private
1218 language: c
1219 headers:
1220 - test/core/util/test_config.h
1221 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001222 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001223 deps:
1224 - gpr
1225 secure: false
1226 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001227- name: grpc
1228 build: all
1229 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001230 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001231 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001233 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001235 filegroups:
1236 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001237 - grpc_transport_chttp2_server_secure
1238 - grpc_transport_chttp2_client_secure
1239 - grpc_transport_chttp2_server_insecure
1240 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001241 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001242 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001243 - grpc_lb_policy_pick_first
1244 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001245 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001246 - grpc_resolver_dns_native
1247 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001248 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001249 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001250 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001251 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001252 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001253 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001254 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001255 - grpc_workaround_cronet_compression_filter
1256 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001257 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001259 vs_packages:
1260 - grpc.dependencies.openssl
1261 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001263- name: grpc_cronet
1264 build: all
1265 language: c
1266 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001267 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001268 baselib: true
1269 deps_linkage: static
1270 dll: true
1271 filegroups:
1272 - grpc_base
1273 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001274 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001275 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001276 generate_plugin_registry: true
1277 platforms:
1278 - linux
1279 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001280- name: grpc_dll
1281 build: private
1282 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001283 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001284 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001285 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001286 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001287 build_system:
1288 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001289 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001290 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001291 vs_config_type: DynamicLibrary
1292 vs_packages:
1293 - grpc.dependencies.openssl
1294 - grpc.dependencies.zlib
1295 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1296 vs_props:
1297 - zlib
1298 - openssl
1299 - winsock
1300 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301- name: grpc_test_util
1302 build: private
1303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001304 headers:
1305 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001306 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001307 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001308 - test/core/end2end/data/client_certs.cc
1309 - test/core/end2end/data/server1_cert.cc
1310 - test/core/end2end/data/server1_key.cc
1311 - test/core/end2end/data/test_root_cert.cc
1312 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001313 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001314 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001315 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001316 - grpc
1317 filegroups:
1318 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001319 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1320- name: grpc_test_util_unsecure
1321 build: private
1322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001323 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001324 - gpr
1325 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001326 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001327 filegroups:
1328 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001329 secure: false
1330 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1331- name: grpc_unsecure
1332 build: all
1333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001334 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001335 - src/core/lib/surface/init.cc
1336 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001337 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001338 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001339 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001340 filegroups:
1341 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001342 - grpc_transport_chttp2_server_insecure
1343 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001344 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001345 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001346 - grpc_resolver_dns_native
1347 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001348 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001349 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001350 - grpc_lb_policy_grpclb
1351 - grpc_lb_policy_pick_first
1352 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001353 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001354 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001355 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001356 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001357 - grpc_workaround_cronet_compression_filter
1358 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001359 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001360 secure: false
1361 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362- name: reconnect_server
1363 build: private
1364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001365 headers:
1366 - test/core/util/reconnect_server.h
1367 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001368 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001369 deps:
yang-gc9fca182015-11-06 16:41:33 -08001370 - test_tcp_server
1371 - grpc_test_util
1372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr_test_util
1374 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001375- name: test_tcp_server
1376 build: private
1377 language: c
1378 headers:
1379 - test/core/util/test_tcp_server.h
1380 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001381 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001382 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001383 - grpc_test_util
1384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001385 - gpr_test_util
1386 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387- name: grpc++
1388 build: all
1389 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001390 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001391 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001392 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001393 - src/cpp/client/secure_credentials.h
1394 - src/cpp/common/secure_auth_context.h
1395 - src/cpp/server/secure_server_credentials.h
1396 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001397 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001398 - src/cpp/client/secure_credentials.cc
1399 - src/cpp/common/auth_property_iterator.cc
1400 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001401 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001402 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001403 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001404 - src/cpp/server/secure_server_credentials.cc
1405 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001406 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407 baselib: true
1408 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001409 filegroups:
1410 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001411 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001412 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001413 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001414 secure: check
1415 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001416- name: grpc++_core_stats
1417 build: private
1418 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001419 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001420 - src/cpp/util/core_stats.h
1421 src:
1422 - src/proto/grpc/core/stats.proto
1423 - src/cpp/util/core_stats.cc
1424 deps:
1425 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001426- name: grpc++_cronet
1427 build: all
1428 language: c++
1429 src:
1430 - src/cpp/client/cronet_credentials.cc
1431 - src/cpp/client/insecure_credentials.cc
1432 - src/cpp/common/insecure_create_auth_context.cc
1433 - src/cpp/server/insecure_server_credentials.cc
1434 deps:
1435 - gpr
1436 - grpc_cronet
1437 baselib: true
1438 dll: true
1439 filegroups:
1440 - grpc++_base
1441 - grpc++_codegen_base
1442 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001443 - grpc_transport_chttp2_client_insecure
1444 - grpc_transport_chttp2_server_insecure
1445 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001446 platforms:
1447 - linux
1448 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001449- name: grpc++_error_details
1450 build: all
1451 language: c++
1452 public_headers:
1453 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001454 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001455 src:
1456 - src/proto/grpc/status/status.proto
1457 - src/cpp/util/error_details.cc
1458 deps:
1459 - grpc++
1460 baselib: true
1461 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001462- name: grpc++_proto_reflection_desc_db
1463 build: private
1464 language: c++
1465 headers:
1466 - test/cpp/util/proto_reflection_descriptor_database.h
1467 src:
1468 - test/cpp/util/proto_reflection_descriptor_database.cc
1469 deps:
1470 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001471 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001472 filegroups:
1473 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001474 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001475- name: grpc++_reflection
1476 build: all
1477 language: c++
1478 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001479 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001480 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001481 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001482 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001483 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001484 - src/cpp/ext/proto_server_reflection.cc
1485 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001486 deps:
1487 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001488 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001489 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001490 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491- name: grpc++_test_config
1492 build: private
1493 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001494 headers:
1495 - test/cpp/util/test_config.h
1496 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001497 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001498- name: grpc++_test_util
1499 build: private
1500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001501 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001502 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001503 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001504 - test/cpp/util/create_test_channel.h
1505 - test/cpp/util/string_ref_helper.h
1506 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001507 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001508 src:
yang-gc8a49d22016-12-12 11:18:49 -08001509 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001510 - src/proto/grpc/testing/echo_messages.proto
1511 - src/proto/grpc/testing/echo.proto
1512 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001513 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001514 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001515 - test/cpp/util/create_test_channel.cc
1516 - test/cpp/util/string_ref_helper.cc
1517 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001518 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001519 deps:
1520 - grpc++
1521 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001522 - grpc
yang-g17487f92016-06-03 15:21:15 -07001523 filegroups:
1524 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001525 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001526 - grpc++_codegen_proto
1527 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001528- name: grpc++_test_util_unsecure
1529 build: private
1530 language: c++
1531 headers:
1532 - test/cpp/end2end/test_service_impl.h
1533 - test/cpp/util/byte_buffer_proto_helper.h
1534 - test/cpp/util/string_ref_helper.h
1535 - test/cpp/util/subprocess.h
1536 src:
1537 - src/proto/grpc/health/v1/health.proto
1538 - src/proto/grpc/testing/echo_messages.proto
1539 - src/proto/grpc/testing/echo.proto
1540 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1541 - test/cpp/end2end/test_service_impl.cc
1542 - test/cpp/util/byte_buffer_proto_helper.cc
1543 - test/cpp/util/string_ref_helper.cc
1544 - test/cpp/util/subprocess.cc
1545 deps:
1546 - grpc++_unsecure
1547 - grpc_test_util_unsecure
1548 - grpc_unsecure
1549 filegroups:
1550 - grpc++_codegen_base
1551 - grpc++_codegen_base_src
1552 - grpc++_codegen_proto
1553 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: grpc++_unsecure
1555 build: all
1556 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001558 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001559 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001560 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001561 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001562 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001563 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001564 baselib: true
1565 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001566 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001567 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001568 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001569 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570 secure: false
1571 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001572- name: grpc_benchmark
1573 build: test
1574 language: c++
1575 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001576 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1577 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001578 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001579 src:
1580 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001581 deps:
1582 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001583 - grpc++_unsecure
1584 - grpc_test_util_unsecure
1585 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001586 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001587- name: grpc_cli_libs
1588 build: private
1589 language: c++
1590 headers:
1591 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001592 - test/cpp/util/cli_credentials.h
1593 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001594 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001595 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001596 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001597 src:
1598 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001599 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001600 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001601 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001602 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001603 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001604 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001605 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001606 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001607 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001608 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001609 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001610- name: grpc_plugin_support
1611 build: protoc
1612 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001613 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001614 - src/compiler/config.h
1615 - src/compiler/cpp_generator.h
1616 - src/compiler/cpp_generator_helpers.h
1617 - src/compiler/csharp_generator.h
1618 - src/compiler/csharp_generator_helpers.h
1619 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001620 - src/compiler/node_generator.h
1621 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001622 - src/compiler/objective_c_generator.h
1623 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001624 - src/compiler/php_generator.h
1625 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301626 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001627 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301628 - src/compiler/python_generator_helpers.h
1629 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001630 - src/compiler/ruby_generator.h
1631 - src/compiler/ruby_generator_helpers-inl.h
1632 - src/compiler/ruby_generator_map-inl.h
1633 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301634 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001635 src:
1636 - src/compiler/cpp_generator.cc
1637 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001638 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001639 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001640 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001641 - src/compiler/python_generator.cc
1642 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001643 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001644 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001645 secure: false
1646 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001647 vs_props:
1648 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001649- name: http2_client_main
1650 build: private
1651 language: c++
1652 headers:
1653 - test/cpp/interop/http2_client.h
1654 src:
1655 - src/proto/grpc/testing/empty.proto
1656 - src/proto/grpc/testing/messages.proto
1657 - src/proto/grpc/testing/test.proto
1658 - test/cpp/interop/http2_client.cc
1659 deps:
1660 - grpc++_test_util
1661 - grpc_test_util
1662 - grpc++
1663 - grpc
1664 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: interop_client_helper
1666 build: private
1667 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001668 headers:
1669 - test/cpp/interop/client_helper.h
1670 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001671 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001672 - test/cpp/interop/client_helper.cc
1673 deps:
1674 - grpc++_test_util
1675 - grpc_test_util
1676 - grpc++
1677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679- name: interop_client_main
1680 build: private
1681 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001682 headers:
1683 - test/cpp/interop/interop_client.h
1684 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001685 - src/proto/grpc/testing/empty.proto
1686 - src/proto/grpc/testing/messages.proto
1687 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001688 - test/cpp/interop/client.cc
1689 - test/cpp/interop/interop_client.cc
1690 deps:
1691 - interop_client_helper
1692 - grpc++_test_util
1693 - grpc_test_util
1694 - grpc++
1695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001696 - gpr_test_util
1697 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001698 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699- name: interop_server_helper
1700 build: private
1701 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001702 headers:
1703 - test/cpp/interop/server_helper.h
1704 src:
1705 - test/cpp/interop/server_helper.cc
1706 deps:
yang-gcc591022017-01-11 11:10:43 -08001707 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001708 - grpc_test_util
1709 - grpc++
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001712- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713 build: private
1714 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001715 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001716 - src/proto/grpc/testing/empty.proto
1717 - src/proto/grpc/testing/messages.proto
1718 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001719 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001720 deps:
1721 - interop_server_helper
1722 - grpc++_test_util
1723 - grpc_test_util
1724 - grpc++
1725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001728 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001729- name: interop_server_main
1730 build: private
1731 language: c++
1732 src:
1733 - test/cpp/interop/interop_server_bootstrap.cc
1734 deps:
1735 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001736- name: qps
1737 build: private
1738 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001739 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001740 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001741 - test/cpp/qps/client.h
1742 - test/cpp/qps/driver.h
1743 - test/cpp/qps/histogram.h
1744 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001745 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001746 - test/cpp/qps/qps_worker.h
1747 - test/cpp/qps/report.h
1748 - test/cpp/qps/server.h
1749 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001750 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001752 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001753 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001754 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001755 - src/proto/grpc/testing/control.proto
1756 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001757 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001758 - test/cpp/qps/client_async.cc
1759 - test/cpp/qps/client_sync.cc
1760 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001761 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001762 - test/cpp/qps/qps_worker.cc
1763 - test/cpp/qps/report.cc
1764 - test/cpp/qps/server_async.cc
1765 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001766 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001767 deps:
1768 - grpc_test_util
1769 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001770 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001771 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001772 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773- name: grpc_csharp_ext
1774 build: all
1775 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001776 src:
1777 - src/csharp/ext/grpc_csharp_ext.c
1778 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001781 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001782 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783 dll: only
1784 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001785 vs_packages:
1786 - grpc.dependencies.openssl
1787 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001789 vs_props:
1790 - zlib
1791 - openssl
1792 - winsock
1793 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001794targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001795- name: algorithm_test
1796 build: test
1797 language: c
1798 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001799 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001800 deps:
1801 - grpc_test_util
1802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 - gpr_test_util
1804 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001805 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001806- name: alloc_test
1807 build: test
1808 language: c
1809 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001810 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001811 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001812 - gpr_test_util
1813 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001814 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: alpn_test
1816 build: test
1817 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001818 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001819 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001820 deps:
1821 - grpc_test_util
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001825- name: api_fuzzer
1826 build: fuzzer
1827 language: c
1828 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001829 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001830 deps:
1831 - grpc_test_util
1832 - grpc
1833 - gpr_test_util
1834 - gpr
1835 corpus_dirs:
1836 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001837 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001838 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001839- name: arena_test
1840 build: test
1841 language: c
1842 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001843 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001844 deps:
1845 - gpr_test_util
1846 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001847 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08001848- name: avl_test
1849 build: test
1850 language: c
1851 src:
1852 - test/core/avl/avl_test.cc
1853 deps:
1854 - gpr_test_util
1855 - gpr
1856 - grpc
1857 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001858- name: bad_server_response_test
1859 build: test
1860 language: c
1861 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001862 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001863 deps:
1864 - test_tcp_server
1865 - grpc_test_util
1866 - grpc
1867 - gpr_test_util
1868 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001869 exclude_iomgrs:
1870 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001871- name: bin_decoder_test
1872 build: test
1873 language: c
1874 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001875 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001876 deps:
1877 - grpc_test_util
1878 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001879 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880- name: bin_encoder_test
1881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001884 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001885 deps:
1886 - grpc_test_util
1887 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001888 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001889- name: byte_stream_test
1890 build: test
1891 language: c
1892 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001893 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001894 deps:
1895 - grpc_test_util
1896 - grpc
1897 - gpr_test_util
1898 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001899 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001900- name: channel_create_test
1901 build: test
1902 language: c
1903 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001904 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001910- name: check_epollexclusive
1911 build: tool
1912 language: c
1913 src:
1914 - test/build/check_epollexclusive.c
1915 deps:
1916 - grpc
1917 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001918- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919 build: test
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001922 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001923 deps:
1924 - grpc_test_util
1925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001928 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001929- name: chttp2_stream_map_test
1930 build: test
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001933 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001939 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001940- name: chttp2_varint_test
1941 build: test
1942 language: c
1943 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001944 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001945 deps:
1946 - grpc_test_util
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001950 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001951- name: client_fuzzer
1952 build: fuzzer
1953 language: c
1954 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001955 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001956 deps:
1957 - grpc_test_util
1958 - grpc
1959 - gpr_test_util
1960 - gpr
1961 corpus_dirs:
1962 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001963 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001964 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08001965- name: cmdline_test
1966 build: test
1967 language: c
1968 src:
1969 - test/core/util/cmdline_test.cc
1970 deps:
1971 - gpr
1972 - gpr_test_util
1973 - grpc_test_util
1974 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07001975- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001976 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001977 build: test
1978 language: c
1979 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001980 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001981 deps:
1982 - grpc_test_util
1983 - grpc
1984 - gpr_test_util
1985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001986- name: compression_test
1987 build: test
1988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001989 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001990 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001991 deps:
1992 - grpc_test_util
1993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001994 - gpr_test_util
1995 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001996 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001997- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001998 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001999 build: test
2000 language: c
2001 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002002 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002003 deps:
2004 - grpc_test_util
2005 - grpc
2006 - gpr_test_util
2007 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002008 exclude_iomgrs:
2009 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002010- name: connection_refused_test
2011 cpu_cost: 0.1
2012 build: test
2013 language: c
2014 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002015 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002016 deps:
2017 - grpc_test_util
2018 - grpc
2019 - gpr_test_util
2020 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002021- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002022 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002023 build: test
2024 language: c
2025 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002026 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002027 deps:
2028 - grpc_test_util
2029 - grpc
2030 - gpr_test_util
2031 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002032 exclude_iomgrs:
2033 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002034- name: dns_resolver_cooldown_test
2035 build: test
2036 language: c
2037 src:
2038 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2039 deps:
2040 - grpc_test_util
2041 - grpc
2042 - gpr_test_util
2043 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002044- name: dns_resolver_test
2045 build: test
2046 language: c
2047 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002048 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002049 deps:
2050 - grpc_test_util
2051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 - gpr_test_util
2053 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002054- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002055 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056 build: test
2057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002058 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002059 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002060 deps:
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002065 exclude_iomgrs:
2066 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002067 platforms:
2068 - mac
2069 - linux
2070 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002071- name: endpoint_pair_test
2072 build: test
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002075 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002076 deps:
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002081 exclude_iomgrs:
2082 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002083- name: error_test
2084 cpu_cost: 30
2085 build: test
2086 language: c
2087 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002088 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002089 deps:
2090 - grpc_test_util
2091 - grpc
2092 - gpr_test_util
2093 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002094 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002095- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002096 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002097 build: test
2098 language: c
2099 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002100 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002101 deps:
2102 - grpc_test_util
2103 - grpc
2104 - gpr_test_util
2105 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002106 exclude_iomgrs:
2107 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002108 platforms:
2109 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002110- name: fake_resolver_test
2111 build: test
2112 language: c
2113 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002114 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002115 deps:
2116 - grpc_test_util
2117 - grpc
2118 - gpr_test_util
2119 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002120- name: fake_transport_security_test
2121 build: test
2122 language: c
2123 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002124 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002125 deps:
2126 - gpr_test_util
2127 - gpr
2128 - grpc
2129 filegroups:
2130 - transport_security_test_lib
2131 platforms:
2132 - linux
2133 - posix
2134 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135- name: fd_conservation_posix_test
2136 build: test
2137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002138 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002139 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002140 deps:
2141 - grpc_test_util
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002145 exclude_iomgrs:
2146 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002147 platforms:
2148 - mac
2149 - linux
2150 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002151- name: fd_posix_test
2152 build: test
2153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002154 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002155 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002156 deps:
2157 - grpc_test_util
2158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002161 exclude_iomgrs:
2162 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002163 platforms:
2164 - mac
2165 - linux
2166 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167- name: fling_client
2168 build: test
2169 run: false
2170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002172 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002173 deps:
2174 - grpc_test_util
2175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002178- name: fling_server
2179 build: test
2180 run: false
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002183 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002184 deps:
2185 - grpc_test_util
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002190 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002191 build: test
2192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002193 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002194 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002195 deps:
2196 - grpc_test_util
2197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002198 - gpr_test_util
2199 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002200 platforms:
2201 - mac
2202 - linux
2203 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002205 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206 build: test
2207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002209 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002210 deps:
2211 - grpc_test_util
2212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002215 platforms:
2216 - mac
2217 - linux
2218 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002219- name: goaway_server_test
2220 cpu_cost: 0.1
2221 build: test
2222 language: c
2223 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002224 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002225 deps:
2226 - grpc_test_util
2227 - grpc
2228 - gpr_test_util
2229 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002230 exclude_iomgrs:
2231 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002232 platforms:
2233 - mac
2234 - linux
2235 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002236- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002237 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002238 build: test
2239 language: c
2240 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002241 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002242 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 - gpr_test_util
2244 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002245 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002246- name: gpr_env_test
2247 build: test
2248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002249 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002250 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002251 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002252 - gpr_test_util
2253 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002254 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255- name: gpr_host_port_test
2256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002259 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002260 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002263 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264- name: gpr_log_test
2265 build: test
2266 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002267 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002268 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002269 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002270 - gpr_test_util
2271 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002272 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002273- name: gpr_manual_constructor_test
2274 cpu_cost: 3
2275 build: test
2276 language: c
2277 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002278 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002279 deps:
2280 - gpr_test_util
2281 - gpr
2282 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002283- name: gpr_mpscq_test
2284 cpu_cost: 30
2285 build: test
2286 language: c
2287 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002288 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002289 deps:
2290 - gpr_test_util
2291 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002292 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002293- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002294 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002295 build: test
2296 language: c
2297 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002298 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002299 deps:
2300 - gpr_test_util
2301 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002302 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002303- name: gpr_string_test
2304 build: test
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002307 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002308 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002311 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002313 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002314 build: test
2315 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002316 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002317 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002318 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002321 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002323 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324 build: test
2325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002326 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002327 - test/core/gpr/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002328 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002329 - gpr_test_util
2330 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002331 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: gpr_time_test
2333 build: test
2334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002335 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002336 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002337 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002340 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341- name: gpr_tls_test
2342 build: test
2343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002345 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002346 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002349 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002350- name: gpr_useful_test
2351 build: test
2352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002353 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002354 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002355 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002358 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002359- name: grpc_auth_context_test
2360 build: test
2361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002362 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002363 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002364 deps:
2365 - grpc_test_util
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002369 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002370- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371 build: test
2372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002374 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002380 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381- name: grpc_byte_buffer_reader_test
2382 build: test
2383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002384 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002385 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002386 deps:
2387 - grpc_test_util
2388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002389 - gpr_test_util
2390 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002391 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392- name: grpc_channel_args_test
2393 build: test
2394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002395 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002396 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002397 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
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002403- name: grpc_channel_stack_builder_test
2404 build: test
2405 language: c
2406 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002407 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002408 deps:
2409 - grpc_test_util
2410 - grpc
2411 - gpr_test_util
2412 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413- name: grpc_channel_stack_test
2414 build: test
2415 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002416 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002417 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002418 deps:
2419 - grpc_test_util
2420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002421 - gpr_test_util
2422 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002423 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424- name: grpc_completion_queue_test
2425 build: test
2426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002427 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002428 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002429 deps:
2430 - grpc_test_util
2431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr_test_util
2433 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002434- name: grpc_completion_queue_threading_test
2435 build: test
2436 language: c
2437 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002438 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002439 deps:
2440 - grpc_test_util
2441 - grpc
2442 - gpr_test_util
2443 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002444 exclude_iomgrs:
2445 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: grpc_create_jwt
2447 build: tool
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002450 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002451 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002454 filegroups:
2455 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002456 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002457 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: grpc_credentials_test
2459 build: test
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002462 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002463 deps:
2464 - grpc_test_util
2465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr_test_util
2467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002469 build: test
2470 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002472 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002473 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002474 deps:
2475 - grpc_test_util
2476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 - gpr_test_util
2478 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002479- name: grpc_invalid_channel_args_test
2480 build: test
2481 language: c
2482 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002483 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002484 deps:
2485 - grpc_test_util
2486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002487 - gpr_test_util
2488 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002489 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490- name: grpc_json_token_test
2491 build: test
2492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002493 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002494 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002495 deps:
2496 - grpc_test_util
2497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002498 - gpr_test_util
2499 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002500 platforms:
2501 - linux
2502 - posix
2503 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002504 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002505- name: grpc_jwt_verifier_test
2506 build: test
2507 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002508 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002509 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002510 deps:
2511 - grpc_test_util
2512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002513 - gpr_test_util
2514 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002515 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516- name: grpc_print_google_default_creds_token
2517 build: tool
2518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002519 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002520 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002521 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002524 filegroups:
2525 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002526 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: grpc_security_connector_test
2528 build: test
2529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002531 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002532 deps:
2533 - grpc_test_util
2534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002537- name: grpc_ssl_credentials_test
2538 build: test
2539 language: c
2540 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002541 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002542 deps:
2543 - grpc_test_util
2544 - grpc
2545 - gpr_test_util
2546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002547- name: grpc_verify_jwt
2548 build: tool
2549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002550 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002551 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002552 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002555 filegroups:
2556 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002557 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002558- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002559 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002560 language: c
2561 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002562 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002563 deps:
2564 - grpc_test_util
2565 - grpc
2566 - gpr_test_util
2567 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002568 exclude_iomgrs:
2569 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002570 platforms:
2571 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002572 secure: true
2573- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002574 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002575 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002576 headers:
2577 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002578 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002579 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002580 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002581 deps:
2582 - grpc_test_util
2583 - grpc
2584 - gpr_test_util
2585 - gpr
2586 exclude_iomgrs:
2587 - uv
2588 platforms:
2589 - linux
2590 secure: true
2591- name: handshake_server_with_readahead_handshaker
2592 build: test
2593 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002594 headers:
2595 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002596 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002597 - test/core/handshake/readahead_handshaker_server_ssl.cc
2598 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002599 deps:
2600 - grpc_test_util
2601 - grpc
2602 - gpr_test_util
2603 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002604 exclude_iomgrs:
2605 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002606 platforms:
2607 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002608 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002609- name: histogram_test
2610 build: test
2611 language: c
2612 src:
2613 - test/core/util/histogram_test.cc
2614 deps:
2615 - grpc_test_util
2616 - gpr
2617 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002618- name: hpack_parser_fuzzer_test
2619 build: fuzzer
2620 language: c
2621 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002622 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002623 deps:
2624 - grpc_test_util
2625 - grpc
2626 - gpr_test_util
2627 - gpr
2628 corpus_dirs:
2629 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002630 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002631 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002632- name: hpack_parser_test
2633 build: test
2634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002635 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002636 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002637 deps:
2638 - grpc_test_util
2639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002640 - gpr_test_util
2641 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002642 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002643- name: hpack_table_test
2644 build: test
2645 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002646 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002647 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002648 deps:
2649 - grpc_test_util
2650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002651 - gpr_test_util
2652 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002653 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002654- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002655 build: test
2656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002657 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002658 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002659 deps:
2660 - grpc_test_util
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002664 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002665- name: http_request_fuzzer_test
2666 build: fuzzer
2667 language: c
2668 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002669 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002670 deps:
2671 - grpc_test_util
2672 - grpc
2673 - gpr_test_util
2674 - gpr
2675 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002676 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002677 maxlen: 2048
2678- name: http_response_fuzzer_test
2679 build: fuzzer
2680 language: c
2681 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002682 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002683 deps:
2684 - grpc_test_util
2685 - grpc
2686 - gpr_test_util
2687 - gpr
2688 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002689 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002690 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002691- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002692 build: test
2693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002694 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002695 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002696 deps:
2697 - grpc_test_util
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002701- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002702 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002703 build: test
2704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002705 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002706 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002707 deps:
2708 - grpc_test_util
2709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002710 - gpr_test_util
2711 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002712 platforms:
2713 - mac
2714 - linux
2715 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002716- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002717 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002718 build: test
2719 language: c
2720 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002721 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002722 deps:
2723 - grpc_test_util
2724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002725 - gpr_test_util
2726 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002727 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002728 - linux
yang-gf1183302015-12-07 16:02:05 -08002729- name: init_test
2730 build: test
2731 language: c
2732 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002733 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002734 deps:
2735 - grpc_test_util
2736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002737 - gpr_test_util
2738 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002739 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002740- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002741 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002742 build: test
2743 language: c
2744 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002745 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002746 deps:
2747 - grpc_test_util
2748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002749 - gpr_test_util
2750 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002751- name: json_fuzzer_test
2752 build: fuzzer
2753 language: c
2754 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002755 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002756 deps:
2757 - grpc_test_util
2758 - grpc
2759 - gpr_test_util
2760 - gpr
2761 corpus_dirs:
2762 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002763 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002764- name: json_rewrite
2765 build: test
2766 run: false
2767 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002768 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002769 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002770 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002771 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002772 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002773 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002774 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002775 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002776- name: json_rewrite_test
2777 build: test
2778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002779 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002780 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002781 deps:
2782 - grpc_test_util
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr_test_util
2785 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002786 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002787- name: json_stream_error_test
2788 build: test
2789 language: c
2790 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002791 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002792 deps:
2793 - grpc_test_util
2794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002795 - gpr_test_util
2796 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002797 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002798- name: json_test
2799 build: test
2800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002801 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002802 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002803 deps:
2804 - grpc_test_util
2805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002806 - gpr_test_util
2807 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002808 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002809- name: lame_client_test
2810 build: test
2811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002812 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002813 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002814 deps:
2815 - grpc_test_util
2816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002817 - gpr_test_util
2818 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002819- name: load_file_test
2820 build: test
2821 language: c
2822 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002823 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002824 deps:
2825 - grpc_test_util
2826 - grpc
2827 - gpr_test_util
2828 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002829 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: low_level_ping_pong_benchmark
2831 build: benchmark
2832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002833 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002834 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002835 deps:
2836 - grpc_test_util
2837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002838 - gpr_test_util
2839 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002840 platforms:
2841 - mac
2842 - linux
2843 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002844- name: memory_profile_client
2845 build: test
2846 run: false
2847 language: c
2848 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002849 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002850 deps:
2851 - grpc_test_util
2852 - grpc
2853 - gpr_test_util
2854 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002855 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002856- name: memory_profile_server
2857 build: test
2858 run: false
2859 language: c
2860 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002861 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002862 deps:
2863 - grpc_test_util
2864 - grpc
2865 - gpr_test_util
2866 - gpr
2867- name: memory_profile_test
2868 cpu_cost: 1.5
2869 build: test
2870 language: c
2871 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002872 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002873 deps:
2874 - grpc_test_util
2875 - grpc
2876 - gpr_test_util
2877 - gpr
2878 platforms:
2879 - mac
2880 - linux
2881 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882- name: message_compress_test
2883 build: test
2884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002885 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002886 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002887 deps:
2888 - grpc_test_util
2889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002890 - gpr_test_util
2891 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002892 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002893- name: minimal_stack_is_minimal_test
2894 build: test
2895 language: c
2896 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002897 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002898 deps:
2899 - grpc_test_util
2900 - grpc
2901 - gpr_test_util
2902 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002903 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904- name: multiple_server_queues_test
2905 build: test
2906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002907 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002908 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002909 deps:
2910 - grpc_test_util
2911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002912 - gpr_test_util
2913 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002914- name: murmur_hash_test
2915 build: test
2916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002917 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002918 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002919 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002920 - gpr_test_util
2921 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002922 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002923- name: nanopb_fuzzer_response_test
2924 build: fuzzer
2925 language: c
2926 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002927 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002928 deps:
2929 - grpc_test_util
2930 - grpc
2931 - gpr_test_util
2932 - gpr
2933 corpus_dirs:
2934 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002935 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002936- name: nanopb_fuzzer_serverlist_test
2937 build: fuzzer
2938 language: c
2939 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002940 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002941 deps:
2942 - grpc_test_util
2943 - grpc
2944 - gpr_test_util
2945 - gpr
2946 corpus_dirs:
2947 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002948 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002949- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002950 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002951 build: test
2952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002953 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002954 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002955 deps:
2956 - grpc_test_util
2957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002958 - gpr_test_util
2959 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002960- name: num_external_connectivity_watchers_test
2961 build: test
2962 language: c
2963 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002964 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002965 deps:
2966 - grpc_test_util
2967 - grpc
2968 - gpr_test_util
2969 - gpr
2970 exclude_iomgrs:
2971 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002972- name: parse_address_test
2973 build: test
2974 language: c
2975 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002976 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002977 deps:
2978 - grpc_test_util
2979 - grpc
2980 - gpr_test_util
2981 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002982 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002983- name: percent_decode_fuzzer
2984 build: fuzzer
2985 language: c
2986 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002987 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002988 deps:
2989 - grpc_test_util
2990 - grpc
2991 - gpr_test_util
2992 - gpr
2993 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002994 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002995 maxlen: 32
2996- name: percent_encode_fuzzer
2997 build: fuzzer
2998 language: c
2999 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003000 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003001 deps:
3002 - grpc_test_util
3003 - grpc
3004 - gpr_test_util
3005 - gpr
3006 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003007 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003008 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003009- name: percent_encoding_test
3010 build: test
3011 language: c
3012 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003013 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003014 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003015 - grpc_test_util
3016 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003017 - gpr_test_util
3018 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003019 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003020- name: pollset_set_test
3021 build: test
3022 language: c
3023 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003024 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003025 deps:
3026 - grpc_test_util
3027 - grpc
3028 - gpr_test_util
3029 - gpr
3030 exclude_iomgrs:
3031 - uv
3032 platforms:
3033 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003034- name: resolve_address_posix_test
3035 build: test
3036 language: c
3037 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003038 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003039 deps:
3040 - grpc_test_util
3041 - grpc
3042 - gpr_test_util
3043 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003044 exclude_iomgrs:
3045 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003046 platforms:
3047 - mac
3048 - linux
3049 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050- name: resolve_address_test
3051 build: test
3052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003053 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003054 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003055 deps:
3056 - grpc_test_util
3057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003058 - gpr_test_util
3059 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003060- name: resource_quota_test
3061 cpu_cost: 30
3062 build: test
3063 language: c
3064 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003065 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003066 deps:
3067 - grpc_test_util
3068 - grpc
3069 - gpr_test_util
3070 - gpr
yang-gd482e592015-12-10 14:04:00 -08003071- name: secure_channel_create_test
3072 build: test
3073 language: c
3074 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003075 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003076 deps:
3077 - grpc_test_util
3078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003079 - gpr_test_util
3080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081- name: secure_endpoint_test
3082 build: test
3083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003084 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003085 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003086 deps:
3087 - grpc_test_util
3088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003089 - gpr_test_util
3090 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003091 exclude_iomgrs:
3092 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003093- name: sequential_connectivity_test
3094 build: test
3095 language: c
3096 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003097 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003098 deps:
3099 - grpc_test_util
3100 - grpc
3101 - gpr_test_util
3102 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003103 exclude_iomgrs:
3104 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003105- name: server_chttp2_test
3106 build: test
3107 language: c
3108 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003109 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003110 deps:
3111 - grpc_test_util
3112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003113 - gpr_test_util
3114 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003115- name: server_fuzzer
3116 build: fuzzer
3117 language: c
3118 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003119 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003120 deps:
3121 - grpc_test_util
3122 - grpc
3123 - gpr_test_util
3124 - gpr
3125 corpus_dirs:
3126 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003127 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003128 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003129- name: server_test
3130 build: test
3131 language: c
3132 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003133 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003134 deps:
3135 - grpc_test_util
3136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003137 - gpr_test_util
3138 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003139- name: slice_buffer_test
3140 build: test
3141 language: c
3142 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003143 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003144 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003145 - grpc_test_util
3146 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003147 - gpr_test_util
3148 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003149 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003150- name: slice_hash_table_test
3151 build: test
3152 language: c
3153 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003154 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003155 deps:
3156 - grpc_test_util
3157 - grpc
3158 - gpr_test_util
3159 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003160 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003161- name: slice_string_helpers_test
3162 build: test
3163 language: c
3164 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003165 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003166 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003167 - grpc_test_util
3168 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003169 - gpr_test_util
3170 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003171 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003172- name: slice_test
3173 build: test
3174 language: c
3175 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003176 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003177 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003178 - grpc_test_util
3179 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003180 - gpr_test_util
3181 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003182 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003183- name: sockaddr_resolver_test
3184 build: test
3185 language: c
3186 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003187 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003188 deps:
3189 - grpc_test_util
3190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003191 - gpr_test_util
3192 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003193- name: sockaddr_utils_test
3194 build: test
3195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003196 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003197 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003198 deps:
3199 - grpc_test_util
3200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003201 - gpr_test_util
3202 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003203- name: socket_utils_test
3204 build: test
3205 language: c
3206 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003207 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003208 deps:
3209 - grpc_test_util
3210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003211 - gpr_test_util
3212 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003213 exclude_iomgrs:
3214 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003215 platforms:
3216 - mac
3217 - linux
3218 - posix
yang-g31e21282016-11-04 15:10:03 -07003219- name: ssl_server_fuzzer
3220 build: fuzzer
3221 language: c
3222 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003223 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003224 deps:
3225 - grpc_test_util
3226 - grpc
3227 - gpr_test_util
3228 - gpr
3229 corpus_dirs:
3230 - test/core/security/corpus/ssl_server_corpus
3231 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003232- name: ssl_transport_security_test
3233 build: test
3234 language: c
3235 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003236 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003237 deps:
3238 - gpr_test_util
3239 - gpr
3240 - grpc
3241 filegroups:
3242 - transport_security_test_lib
3243 platforms:
3244 - linux
3245 - posix
3246 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003247- name: status_conversion_test
3248 build: test
3249 language: c
3250 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003251 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003252 deps:
3253 - grpc_test_util
3254 - grpc
3255 - gpr_test_util
3256 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003257 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003258- name: stream_compression_test
3259 build: test
3260 language: c
3261 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003262 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003263 deps:
3264 - grpc_test_util
3265 - grpc
3266 - gpr_test_util
3267 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003268 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003269- name: stream_owned_slice_test
3270 build: test
3271 language: c
3272 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003273 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003274 deps:
3275 - grpc_test_util
3276 - grpc
3277 - gpr_test_util
3278 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003279 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003280- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003281 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003282 build: test
3283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003284 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003285 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003286 deps:
3287 - grpc_test_util
3288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003289 - gpr_test_util
3290 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003291 exclude_iomgrs:
3292 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003293 platforms:
3294 - mac
3295 - linux
3296 - posix
murgatroid991191b722017-02-08 11:56:52 -08003297- name: tcp_client_uv_test
3298 cpu_cost: 0.5
3299 build: test
3300 language: c
3301 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003302 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003303 deps:
3304 - grpc_test_util
3305 - grpc
3306 - gpr_test_util
3307 - gpr
3308 exclude_iomgrs:
3309 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003310- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003311 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003312 build: test
3313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003314 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003315 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003316 deps:
3317 - grpc_test_util
3318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003319 - gpr_test_util
3320 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003321 exclude_iomgrs:
3322 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003323 platforms:
3324 - mac
3325 - linux
3326 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003327- name: tcp_server_posix_test
3328 build: test
3329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003330 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003331 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003332 deps:
3333 - grpc_test_util
3334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003335 - gpr_test_util
3336 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003337 exclude_iomgrs:
3338 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003339 platforms:
3340 - mac
3341 - linux
3342 - posix
murgatroid991191b722017-02-08 11:56:52 -08003343- name: tcp_server_uv_test
3344 build: test
3345 language: c
3346 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003347 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003348 deps:
3349 - grpc_test_util
3350 - grpc
3351 - gpr_test_util
3352 - gpr
3353 exclude_iomgrs:
3354 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003355- name: time_averaged_stats_test
3356 build: test
3357 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003358 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003359 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003360 deps:
3361 - grpc_test_util
3362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003363 - gpr_test_util
3364 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003365 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366- name: timeout_encoding_test
3367 build: test
3368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003369 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003370 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003371 deps:
3372 - grpc_test_util
3373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003374 - gpr_test_util
3375 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003376 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003377- name: timer_heap_test
3378 build: test
3379 language: c
3380 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003381 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003382 deps:
3383 - grpc_test_util
3384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003385 - gpr_test_util
3386 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003387 exclude_iomgrs:
3388 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003389 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003390- name: timer_list_test
3391 build: test
3392 language: c
3393 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003394 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003395 deps:
3396 - grpc_test_util
3397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003398 - gpr_test_util
3399 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003400 exclude_iomgrs:
3401 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003402 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003403- name: transport_connectivity_state_test
3404 build: test
3405 language: c
3406 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003407 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003408 deps:
3409 - grpc_test_util
3410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003411 - gpr_test_util
3412 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003413- name: transport_metadata_test
3414 build: test
3415 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003416 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003417 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003418 deps:
3419 - grpc_test_util
3420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003421 - gpr_test_util
3422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003423- name: transport_security_test
3424 build: test
3425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003426 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003427 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003428 deps:
3429 - grpc_test_util
3430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003431 - gpr_test_util
3432 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003433 platforms:
3434 - linux
3435 - posix
3436 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003437- name: udp_server_test
3438 build: test
3439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003440 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003441 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003442 deps:
3443 - grpc_test_util
3444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003445 - gpr_test_util
3446 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003447 exclude_iomgrs:
3448 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003449 platforms:
3450 - mac
3451 - linux
3452 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003453- name: uri_fuzzer_test
3454 build: fuzzer
3455 language: c
3456 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003457 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003458 deps:
3459 - grpc_test_util
3460 - grpc
3461 - gpr_test_util
3462 - gpr
3463 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003464 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003465 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003466- name: uri_parser_test
3467 build: test
3468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003469 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003470 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003471 deps:
3472 - grpc_test_util
3473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003474 - gpr_test_util
3475 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003476- name: wakeup_fd_cv_test
3477 build: test
3478 language: c
3479 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003480 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003481 deps:
3482 - grpc_test_util
3483 - grpc
3484 - gpr_test_util
3485 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003486 exclude_iomgrs:
3487 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003488 platforms:
3489 - mac
3490 - linux
3491 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003492- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003493 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003494 build: test
3495 language: c++
3496 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003497 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003498 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003499 - grpc++_test_util_unsecure
3500 - grpc_test_util_unsecure
3501 - grpc++_unsecure
3502 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003503 - gpr_test_util
3504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003505- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003506 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507 build: test
3508 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003509 src:
3510 - test/cpp/end2end/async_end2end_test.cc
3511 deps:
3512 - grpc++_test_util
3513 - grpc_test_util
3514 - grpc++
3515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003516 - gpr_test_util
3517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003518- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003519 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003520 build: test
3521 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003522 src:
3523 - test/cpp/common/auth_property_iterator_test.cc
3524 deps:
3525 - grpc++_test_util
3526 - grpc_test_util
3527 - grpc++
3528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003529 - gpr_test_util
3530 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003531 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003532- name: backoff_test
3533 build: test
3534 language: c++
3535 src:
3536 - test/core/backoff/backoff_test.cc
3537 deps:
3538 - grpc_test_util
3539 - grpc
3540 - gpr_test_util
3541 - gpr
3542 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003543- name: bdp_estimator_test
3544 build: test
3545 language: c++
3546 src:
3547 - test/core/transport/bdp_estimator_test.cc
3548 deps:
3549 - grpc++_test_util
3550 - grpc++
3551 - grpc_test_util
3552 - grpc
3553 - gpr_test_util
3554 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003555 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003556- name: bm_arena
3557 build: test
3558 language: c++
3559 src:
3560 - test/cpp/microbenchmarks/bm_arena.cc
3561 deps:
3562 - grpc_benchmark
3563 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003564 - grpc++_test_util_unsecure
3565 - grpc_test_util_unsecure
3566 - grpc++_unsecure
3567 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003568 - gpr_test_util
3569 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003570 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003571 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003572 platforms:
3573 - mac
3574 - linux
3575 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003576 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003577- name: bm_call_create
3578 build: test
3579 language: c++
3580 src:
3581 - test/cpp/microbenchmarks/bm_call_create.cc
3582 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003583 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003584 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003585 - grpc++_test_util_unsecure
3586 - grpc_test_util_unsecure
3587 - grpc++_unsecure
3588 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003589 - gpr_test_util
3590 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003591 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003592 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003593 platforms:
3594 - mac
3595 - linux
3596 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003597 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003598- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003599 build: test
3600 language: c++
3601 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003602 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003603 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003604 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003605 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003606 - grpc++_test_util_unsecure
3607 - grpc_test_util_unsecure
3608 - grpc++_unsecure
3609 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003610 - gpr_test_util
3611 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003612 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003613 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003614 platforms:
3615 - mac
3616 - linux
3617 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003618 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003619- name: bm_chttp2_transport
3620 build: test
3621 language: c++
3622 src:
3623 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3624 deps:
3625 - grpc_benchmark
3626 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003627 - grpc++_test_util_unsecure
3628 - grpc_test_util_unsecure
3629 - grpc++_unsecure
3630 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -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 Tiller18f09a02017-02-23 17:10:04 -08003635 platforms:
3636 - mac
3637 - linux
3638 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003639- name: bm_closure
3640 build: test
3641 language: c++
3642 src:
3643 - test/cpp/microbenchmarks/bm_closure.cc
3644 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003645 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003646 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003647 - grpc++_test_util_unsecure
3648 - grpc_test_util_unsecure
3649 - grpc++_unsecure
3650 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003651 - gpr_test_util
3652 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003653 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003654 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003655 platforms:
3656 - mac
3657 - linux
3658 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003659- name: bm_cq
3660 build: test
3661 language: c++
3662 src:
3663 - test/cpp/microbenchmarks/bm_cq.cc
3664 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003665 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003666 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003667 - grpc++_test_util_unsecure
3668 - grpc_test_util_unsecure
3669 - grpc++_unsecure
3670 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003671 - gpr_test_util
3672 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003673 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003674 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003675 platforms:
3676 - mac
3677 - linux
3678 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003679- name: bm_cq_multiple_threads
3680 build: test
3681 language: c++
3682 src:
3683 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3684 deps:
3685 - grpc_benchmark
3686 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003687 - grpc++_test_util_unsecure
3688 - grpc_test_util_unsecure
3689 - grpc++_unsecure
3690 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003691 - gpr_test_util
3692 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003693 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003694 defaults: benchmark
3695 platforms:
3696 - mac
3697 - linux
3698 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003699- name: bm_error
3700 build: test
3701 language: c++
3702 src:
3703 - test/cpp/microbenchmarks/bm_error.cc
3704 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003705 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003706 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003707 - grpc++_test_util_unsecure
3708 - grpc_test_util_unsecure
3709 - grpc++_unsecure
3710 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003711 - gpr_test_util
3712 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003713 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003714 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003715 platforms:
3716 - mac
3717 - linux
3718 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003719 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003720- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003721 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003722 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003723 headers:
3724 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003725 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003726 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003727 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003728 - grpc_benchmark
3729 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003730 - grpc++_test_util_unsecure
3731 - grpc_test_util_unsecure
3732 - grpc++_unsecure
3733 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003734 - gpr_test_util
3735 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003736 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003737 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003738 excluded_poll_engines:
3739 - poll
3740 - poll-cv
3741 platforms:
3742 - mac
3743 - linux
3744 - posix
3745 timeout_seconds: 1200
3746- name: bm_fullstack_streaming_pump
3747 build: test
3748 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003749 headers:
3750 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003751 src:
3752 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003753 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003754 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003755 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003756 - grpc++_test_util_unsecure
3757 - grpc_test_util_unsecure
3758 - grpc++_unsecure
3759 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003760 - gpr_test_util
3761 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003762 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003763 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003764 excluded_poll_engines:
3765 - poll
3766 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003767 platforms:
3768 - mac
3769 - linux
3770 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003771 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003772- name: bm_fullstack_trickle
3773 build: test
3774 language: c++
3775 src:
3776 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3777 deps:
3778 - grpc_benchmark
3779 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003780 - grpc++_test_util_unsecure
3781 - grpc_test_util_unsecure
3782 - grpc++_unsecure
3783 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003784 - gpr_test_util
3785 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003786 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003787 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003788 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003789 exclude_configs:
3790 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003791 excluded_poll_engines:
3792 - poll
3793 - poll-cv
3794 platforms:
3795 - mac
3796 - linux
3797 - posix
3798 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003799- name: bm_fullstack_unary_ping_pong
3800 build: test
3801 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003802 headers:
3803 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003804 src:
3805 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3806 deps:
3807 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003808 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003809 - grpc++_test_util_unsecure
3810 - grpc_test_util_unsecure
3811 - grpc++_unsecure
3812 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003813 - gpr_test_util
3814 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003815 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003816 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003817 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003818 - poll
3819 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003820 platforms:
3821 - mac
3822 - linux
3823 - posix
3824 timeout_seconds: 1200
3825- name: bm_metadata
3826 build: test
3827 language: c++
3828 src:
3829 - test/cpp/microbenchmarks/bm_metadata.cc
3830 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003831 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003832 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003833 - grpc++_test_util_unsecure
3834 - grpc_test_util_unsecure
3835 - grpc++_unsecure
3836 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003837 - gpr_test_util
3838 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003839 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003840 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003841 platforms:
3842 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003843 - linux
3844 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003845 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003846- name: bm_pollset
3847 build: test
3848 language: c++
3849 src:
3850 - test/cpp/microbenchmarks/bm_pollset.cc
3851 deps:
3852 - grpc_benchmark
3853 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003854 - grpc++_test_util_unsecure
3855 - grpc_test_util_unsecure
3856 - grpc++_unsecure
3857 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003858 - gpr_test_util
3859 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003860 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003861 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003862 platforms:
3863 - mac
3864 - linux
3865 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003866- name: channel_arguments_test
3867 gtest: true
3868 build: test
3869 language: c++
3870 src:
3871 - test/cpp/common/channel_arguments_test.cc
3872 deps:
3873 - grpc++
3874 - grpc
3875 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003876 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003877- name: channel_filter_test
3878 gtest: true
3879 build: test
3880 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003881 src:
3882 - test/cpp/common/channel_filter_test.cc
3883 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003884 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003885 - grpc
3886 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003887 uses_polling: false
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08003888- name: chttp2_settings_timeout_test
3889 gtest: true
3890 build: test
3891 language: c++
3892 src:
3893 - test/core/transport/chttp2/settings_timeout_test.cc
3894 deps:
3895 - grpc_test_util
3896 - grpc
3897 - gpr_test_util
3898 - gpr
3899 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003900- name: cli_call_test
3901 gtest: true
3902 build: test
3903 language: c++
3904 src:
Craig Tiller25834342015-09-25 08:08:24 -07003905 - test/cpp/util/cli_call_test.cc
3906 deps:
3907 - grpc_cli_libs
3908 - grpc++_test_util
3909 - grpc_test_util
3910 - grpc++
3911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003912 - gpr_test_util
3913 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003914- name: client_channel_stress_test
3915 gtest: false
3916 build: test
3917 language: c++
3918 src:
3919 - src/proto/grpc/lb/v1/load_balancer.proto
3920 - test/cpp/client/client_channel_stress_test.cc
3921 deps:
3922 - grpc++_test_util
3923 - grpc_test_util
3924 - grpc++
3925 - grpc
3926 - gpr_test_util
3927 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003929 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003930 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003931 build: test
3932 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003933 src:
3934 - test/cpp/end2end/client_crash_test.cc
3935 deps:
3936 - grpc++_test_util
3937 - grpc_test_util
3938 - grpc++
3939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003940 - gpr_test_util
3941 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003942 platforms:
3943 - mac
3944 - linux
3945 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003946- name: client_crash_test_server
3947 build: test
3948 run: false
3949 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003950 src:
3951 - test/cpp/end2end/client_crash_test_server.cc
3952 deps:
3953 - grpc++_test_util
3954 - grpc_test_util
3955 - grpc++
3956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003957 - gpr_test_util
3958 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003959- name: client_lb_end2end_test
3960 gtest: true
3961 build: test
3962 language: c++
3963 src:
3964 - test/cpp/end2end/client_lb_end2end_test.cc
3965 deps:
3966 - grpc++_test_util
3967 - grpc_test_util
3968 - grpc++
3969 - grpc
3970 - gpr_test_util
3971 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003972- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003973 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003974 build: test
3975 language: c++
3976 src:
3977 - src/proto/grpc/testing/control.proto
3978 - src/proto/grpc/testing/messages.proto
3979 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003980 - src/proto/grpc/testing/services.proto
3981 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003982 - test/cpp/codegen/codegen_test_full.cc
3983 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003984 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003985 - grpc++
3986 - grpc
3987 - gpr
3988 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003989 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003990 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003991- name: codegen_test_minimal
3992 gtest: true
3993 build: test
3994 language: c++
3995 src:
3996 - src/proto/grpc/testing/control.proto
3997 - src/proto/grpc/testing/messages.proto
3998 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003999 - src/proto/grpc/testing/services.proto
4000 - src/proto/grpc/testing/stats.proto
4001 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004002 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004003 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004004 - grpc
4005 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004006 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004007 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004008 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004009 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004010- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004011 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004012 build: test
4013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004014 src:
4015 - test/cpp/client/credentials_test.cc
4016 deps:
4017 - grpc++
4018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004019 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004020- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004021 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004022 build: test
4023 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004024 src:
4025 - test/cpp/util/byte_buffer_test.cc
4026 deps:
4027 - grpc_test_util
4028 - grpc++
4029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004030 - gpr_test_util
4031 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004032 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004033- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004034 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004035 build: test
4036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004037 src:
4038 - test/cpp/util/slice_test.cc
4039 deps:
4040 - grpc_test_util
4041 - grpc++
4042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004043 - gpr_test_util
4044 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004045 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004046- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004047 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004048 build: test
4049 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004050 src:
4051 - test/cpp/util/string_ref_test.cc
4052 deps:
4053 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004054 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004055 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004056- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004057 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004058 build: test
4059 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004060 src:
4061 - test/cpp/util/time_test.cc
4062 deps:
4063 - grpc_test_util
4064 - grpc++
4065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004066 - gpr_test_util
4067 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004068 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004069- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004070 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004071 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004072 build: test
4073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004074 src:
4075 - test/cpp/end2end/end2end_test.cc
4076 deps:
4077 - grpc++_test_util
4078 - grpc_test_util
4079 - grpc++
4080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004081 - gpr_test_util
4082 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004083- name: error_details_test
4084 gtest: true
4085 build: test
4086 language: c++
4087 src:
4088 - src/proto/grpc/testing/echo_messages.proto
4089 - test/cpp/util/error_details_test.cc
4090 deps:
4091 - grpc++_error_details
4092 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004093- name: exception_test
4094 gtest: true
4095 build: test
4096 language: c++
4097 src:
4098 - test/cpp/end2end/exception_test.cc
4099 deps:
4100 - grpc++_test_util
4101 - grpc_test_util
4102 - grpc++
4103 - grpc
4104 - gpr_test_util
4105 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004106- name: filter_end2end_test
4107 gtest: true
4108 build: test
4109 language: c++
4110 src:
4111 - test/cpp/end2end/filter_end2end_test.cc
4112 deps:
4113 - grpc++_test_util
4114 - grpc_test_util
4115 - grpc++
4116 - grpc
4117 - gpr_test_util
4118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004119- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004120 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004121 build: test
4122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004123 src:
4124 - test/cpp/end2end/generic_end2end_test.cc
4125 deps:
4126 - grpc++_test_util
4127 - grpc_test_util
4128 - grpc++
4129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004130 - gpr_test_util
4131 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004132- name: golden_file_test
4133 gtest: true
4134 build: test
4135 language: c++
4136 src:
4137 - src/proto/grpc/testing/compiler_test.proto
4138 - test/cpp/codegen/golden_file_test.cc
4139 deps:
4140 - grpc++
4141 - grpc
4142 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004143 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004144 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004145 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004146- name: grpc_cli
4147 build: test
4148 run: false
4149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004150 src:
4151 - test/cpp/util/grpc_cli.cc
4152 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004153 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004154 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004155 - grpc++
4156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004157 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004158 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004159- name: grpc_cpp_plugin
4160 build: protoc
4161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004162 src:
4163 - src/compiler/cpp_plugin.cc
4164 deps:
4165 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004166 secure: false
4167 vs_config_type: Application
4168 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4169- name: grpc_csharp_plugin
4170 build: protoc
4171 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004172 src:
4173 - src/compiler/csharp_plugin.cc
4174 deps:
4175 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004176 secure: false
4177 vs_config_type: Application
4178 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004179- name: grpc_node_plugin
4180 build: protoc
4181 language: c++
4182 src:
4183 - src/compiler/node_plugin.cc
4184 deps:
4185 - grpc_plugin_support
4186 secure: false
4187 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004188- name: grpc_objective_c_plugin
4189 build: protoc
4190 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004191 src:
4192 - src/compiler/objective_c_plugin.cc
4193 deps:
4194 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004195 secure: false
4196 vs_config_type: Application
4197 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004198- name: grpc_php_plugin
4199 build: protoc
4200 language: c++
4201 src:
4202 - src/compiler/php_plugin.cc
4203 deps:
4204 - grpc_plugin_support
4205 secure: false
4206 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004207- name: grpc_python_plugin
4208 build: protoc
4209 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004210 src:
4211 - src/compiler/python_plugin.cc
4212 deps:
4213 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004214 secure: false
4215 vs_config_type: Application
4216 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4217- name: grpc_ruby_plugin
4218 build: protoc
4219 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004220 src:
4221 - src/compiler/ruby_plugin.cc
4222 deps:
4223 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004224 secure: false
4225 vs_config_type: Application
4226 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004227- name: grpc_tool_test
4228 gtest: true
4229 build: test
4230 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004231 src:
4232 - src/proto/grpc/testing/echo.proto
4233 - src/proto/grpc/testing/echo_messages.proto
4234 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004235 deps:
4236 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004237 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004238 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004239 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004240 - grpc_test_util
4241 - grpc++
4242 - grpc
4243 - gpr_test_util
4244 - gpr
4245 filegroups:
4246 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004247- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004248 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004249 build: test
4250 language: c++
4251 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004252 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004253 - test/cpp/grpclb/grpclb_api_test.cc
4254 deps:
4255 - grpc++_test_util
4256 - grpc_test_util
4257 - grpc++
4258 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004259- name: grpclb_end2end_test
4260 gtest: true
4261 build: test
4262 language: c++
4263 src:
4264 - src/proto/grpc/lb/v1/load_balancer.proto
4265 - test/cpp/end2end/grpclb_end2end_test.cc
4266 deps:
4267 - grpc++_test_util
4268 - grpc_test_util
4269 - grpc++
4270 - grpc
4271 - gpr_test_util
4272 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004273- name: h2_ssl_cert_test
4274 gtest: true
4275 build: test
4276 language: c++
4277 headers:
4278 - test/core/end2end/end2end_tests.h
4279 src:
4280 - test/core/end2end/h2_ssl_cert_test.cc
4281 deps:
4282 - grpc_test_util
4283 - grpc++
4284 - grpc
4285 - gpr_test_util
4286 - gpr
4287 uses:
4288 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004289- name: health_service_end2end_test
4290 gtest: true
4291 build: test
4292 language: c++
4293 src:
4294 - test/cpp/end2end/health_service_end2end_test.cc
4295 deps:
4296 - grpc++_test_util
4297 - grpc_test_util
4298 - grpc++
4299 - grpc
4300 - gpr_test_util
4301 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004302- name: http2_client
4303 build: test
4304 run: false
4305 language: c++
4306 src: []
4307 deps:
4308 - http2_client_main
4309 - grpc++_test_util
4310 - grpc_test_util
4311 - grpc++
4312 - grpc
4313 - grpc++_test_config
4314 platforms:
4315 - mac
4316 - linux
4317 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004318- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004319 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004320 build: test
4321 language: c++
4322 src:
4323 - test/cpp/end2end/hybrid_end2end_test.cc
4324 deps:
4325 - grpc++_test_util
4326 - grpc_test_util
4327 - grpc++
4328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004329 - gpr_test_util
4330 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004331- name: inlined_vector_test
4332 gtest: true
4333 build: test
4334 language: c++
4335 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004336 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004337 deps:
4338 - grpc_test_util
4339 - grpc++
4340 - grpc
4341 - gpr_test_util
4342 - gpr
4343 uses:
4344 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004345- name: inproc_sync_unary_ping_pong_test
4346 build: test
4347 language: c++
4348 src:
4349 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4350 deps:
4351 - qps
4352 - grpc++_core_stats
4353 - grpc++_test_util
4354 - grpc_test_util
4355 - grpc++
4356 - grpc
4357 - gpr_test_util
4358 - gpr
4359 - grpc++_test_config
4360 platforms:
4361 - mac
4362 - linux
4363 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004364- name: interop_client
4365 build: test
4366 run: false
4367 language: c++
4368 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004369 deps:
4370 - interop_client_main
4371 - interop_client_helper
4372 - grpc++_test_util
4373 - grpc_test_util
4374 - grpc++
4375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004376 - gpr_test_util
4377 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004378 - grpc++_test_config
4379 platforms:
4380 - mac
4381 - linux
4382 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004383- name: interop_server
4384 build: test
4385 run: false
4386 language: c++
4387 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004388 deps:
4389 - interop_server_main
4390 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004391 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004392 - grpc++_test_util
4393 - grpc_test_util
4394 - grpc++
4395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004396 - gpr_test_util
4397 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004398 - grpc++_test_config
4399 platforms:
4400 - mac
4401 - linux
4402 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004403- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004404 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004405 build: test
4406 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004407 src:
4408 - test/cpp/interop/interop_test.cc
4409 deps:
4410 - grpc_test_util
4411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004412 - gpr_test_util
4413 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004414 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004415 platforms:
4416 - mac
4417 - linux
4418 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004419- name: json_run_localhost
4420 build: test
4421 run: false
4422 language: c++
4423 src:
4424 - test/cpp/qps/json_run_localhost.cc
4425 deps:
4426 - grpc++_test_util
4427 - grpc_test_util
4428 - grpc++
4429 - grpc
4430 - gpr_test_util
4431 - gpr
4432 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004433 platforms:
4434 - mac
4435 - linux
4436 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004437- name: memory_test
4438 gtest: true
4439 build: test
4440 language: c++
4441 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004442 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004443 deps:
4444 - grpc_test_util
4445 - grpc++
4446 - grpc
4447 - gpr_test_util
4448 - gpr
4449 uses:
4450 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004451 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004452- name: metrics_client
4453 build: test
4454 run: false
4455 language: c++
4456 headers:
4457 - test/cpp/util/metrics_server.h
4458 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004459 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004460 - test/cpp/interop/metrics_client.cc
4461 deps:
4462 - grpc++
4463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004464 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004465 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004466- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004467 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004468 build: test
4469 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004470 headers:
4471 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004472 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004473 src:
4474 - test/cpp/end2end/mock_test.cc
4475 deps:
4476 - grpc++_test_util
4477 - grpc_test_util
4478 - grpc++
4479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004480 - gpr_test_util
4481 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004482- name: nonblocking_test
4483 gtest: true
4484 build: test
4485 language: c++
4486 src:
4487 - test/cpp/end2end/nonblocking_test.cc
4488 deps:
4489 - grpc++_test_util
4490 - grpc_test_util
4491 - grpc++
4492 - grpc
4493 - gpr_test_util
4494 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004495- name: noop-benchmark
4496 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004497 language: c++
4498 src:
4499 - test/cpp/microbenchmarks/noop-benchmark.cc
4500 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004501 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004502 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004503- name: orphanable_test
4504 gtest: true
4505 build: test
4506 language: c++
4507 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004508 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004509 deps:
4510 - grpc_test_util
4511 - grpc++
4512 - grpc
4513 - gpr_test_util
4514 - gpr
4515 uses:
4516 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004517- name: proto_server_reflection_test
4518 gtest: true
4519 build: test
4520 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004521 src:
4522 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004523 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004524 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004525 - grpc++_reflection
4526 - grpc++_test_util
4527 - grpc_test_util
4528 - grpc++
4529 - grpc
4530 - gpr_test_util
4531 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004532- name: proto_utils_test
4533 gtest: true
4534 build: test
4535 language: c++
4536 src:
4537 - test/cpp/codegen/proto_utils_test.cc
4538 deps:
4539 - grpc++
4540 - grpc
4541 filegroups:
4542 - grpc++_codegen_base
4543 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004544 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004545- name: qps_interarrival_test
4546 build: test
4547 run: false
4548 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004549 src:
4550 - test/cpp/qps/qps_interarrival_test.cc
4551 deps:
4552 - qps
4553 - grpc++_test_util
4554 - grpc_test_util
4555 - grpc++
4556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004557 - gpr_test_util
4558 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004559 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004560 platforms:
4561 - mac
4562 - linux
4563 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004564 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004565- name: qps_json_driver
4566 build: test
4567 run: false
4568 language: c++
4569 src:
4570 - test/cpp/qps/qps_json_driver.cc
4571 deps:
4572 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004573 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004574 - grpc++_test_util
4575 - grpc_test_util
4576 - grpc++
4577 - grpc
4578 - gpr_test_util
4579 - gpr
4580 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004581- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004582 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004583 build: test
4584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004585 src:
4586 - test/cpp/qps/qps_openloop_test.cc
4587 deps:
4588 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004589 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004590 - grpc++_test_util
4591 - grpc_test_util
4592 - grpc++
4593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004594 - gpr_test_util
4595 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004596 - grpc++_test_config
4597 platforms:
4598 - mac
4599 - linux
4600 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004601- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004602 build: test
4603 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004604 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004605 headers:
4606 - test/cpp/qps/client.h
4607 - test/cpp/qps/server.h
4608 src:
4609 - test/cpp/qps/worker.cc
4610 deps:
4611 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004612 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004613 - grpc++_test_util
4614 - grpc_test_util
4615 - grpc++
4616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004617 - gpr_test_util
4618 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004619 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004620- name: reconnect_interop_client
4621 build: test
4622 run: false
4623 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004624 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004625 - src/proto/grpc/testing/empty.proto
4626 - src/proto/grpc/testing/messages.proto
4627 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004628 - test/cpp/interop/reconnect_interop_client.cc
4629 deps:
4630 - grpc++_test_util
4631 - grpc_test_util
4632 - grpc++
4633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004634 - gpr_test_util
4635 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004636 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004637- name: reconnect_interop_server
4638 build: test
4639 run: false
4640 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004641 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004642 - src/proto/grpc/testing/empty.proto
4643 - src/proto/grpc/testing/messages.proto
4644 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004645 - test/cpp/interop/reconnect_interop_server.cc
4646 deps:
4647 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004648 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004649 - grpc++_test_util
4650 - grpc_test_util
4651 - grpc++
4652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004653 - gpr_test_util
4654 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004655 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004656- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004657 gtest: true
4658 build: test
4659 language: c++
4660 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004661 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004662 deps:
4663 - grpc_test_util
4664 - grpc++
4665 - grpc
4666 - gpr_test_util
4667 - gpr
4668 uses:
4669 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004670- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004671 gtest: true
4672 build: test
4673 language: c++
4674 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004675 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004676 deps:
4677 - grpc_test_util
4678 - grpc++
4679 - grpc
4680 - gpr_test_util
4681 - gpr
4682 uses:
4683 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004684- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004685 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004686 build: test
4687 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004688 src:
4689 - test/cpp/common/secure_auth_context_test.cc
4690 deps:
4691 - grpc++_test_util
4692 - grpc_test_util
4693 - grpc++
4694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004695 - gpr_test_util
4696 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004697- name: secure_sync_unary_ping_pong_test
4698 build: test
4699 language: c++
4700 src:
4701 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4702 deps:
4703 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004704 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004705 - grpc++_test_util
4706 - grpc_test_util
4707 - grpc++
4708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004709 - gpr_test_util
4710 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004711 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004712 platforms:
4713 - mac
4714 - linux
4715 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004716- name: server_builder_plugin_test
4717 gtest: true
4718 build: test
4719 language: c++
4720 src:
4721 - test/cpp/end2end/server_builder_plugin_test.cc
4722 deps:
4723 - grpc++_test_util
4724 - grpc_test_util
4725 - grpc++
4726 - grpc
4727 - gpr_test_util
4728 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004729- name: server_builder_test
4730 gtest: true
4731 build: test
4732 language: c++
4733 src:
4734 - src/proto/grpc/testing/echo_messages.proto
4735 - src/proto/grpc/testing/echo.proto
4736 - test/cpp/server/server_builder_test.cc
4737 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004738 - grpc++_test_util_unsecure
4739 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004740 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004741 - grpc++_unsecure
4742 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004743 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004744- name: server_context_test_spouse_test
4745 gtest: true
4746 build: test
4747 language: c++
4748 src:
4749 - test/cpp/test/server_context_test_spouse_test.cc
4750 deps:
4751 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004752 - grpc++
4753 - grpc
4754 - gpr_test_util
4755 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004756 uses:
4757 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004758- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004759 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004760 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004761 build: test
4762 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004763 src:
4764 - test/cpp/end2end/server_crash_test.cc
4765 deps:
4766 - grpc++_test_util
4767 - grpc_test_util
4768 - grpc++
4769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004770 - gpr_test_util
4771 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004772 platforms:
4773 - mac
4774 - linux
4775 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004776- name: server_crash_test_client
4777 build: test
4778 run: false
4779 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004780 src:
4781 - test/cpp/end2end/server_crash_test_client.cc
4782 deps:
4783 - grpc++_test_util
4784 - grpc_test_util
4785 - grpc++
4786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004787 - gpr_test_util
4788 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08004789- name: server_early_return_test
4790 gtest: true
4791 build: test
4792 language: c++
4793 src:
4794 - test/cpp/end2end/server_early_return_test.cc
4795 deps:
4796 - grpc++_test_util
4797 - grpc_test_util
4798 - grpc++
4799 - grpc
4800 - gpr_test_util
4801 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004802- name: server_request_call_test
4803 gtest: true
4804 build: test
4805 language: c++
4806 src:
4807 - src/proto/grpc/testing/echo_messages.proto
4808 - src/proto/grpc/testing/echo.proto
4809 - test/cpp/server/server_request_call_test.cc
4810 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004811 - grpc++_test_util_unsecure
4812 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004813 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004814 - grpc++_unsecure
4815 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004817- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004818 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004819 build: test
4820 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004821 src:
4822 - test/cpp/end2end/shutdown_test.cc
4823 deps:
4824 - grpc++_test_util
4825 - grpc_test_util
4826 - grpc++
4827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004828 - gpr_test_util
4829 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004830- name: stats_test
4831 gtest: true
4832 build: test
4833 language: c++
4834 src:
4835 - test/core/debug/stats_test.cc
4836 deps:
4837 - grpc++_test_util
4838 - grpc_test_util
4839 - grpc
4840 - gpr_test_util
4841 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004842 exclude_configs:
4843 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004844 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004845 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004846- name: status_test
4847 build: test
4848 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004849 src:
4850 - test/cpp/util/status_test.cc
4851 deps:
4852 - grpc_test_util
4853 - grpc++
4854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004855 - gpr_test_util
4856 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004857 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004858- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004859 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004860 build: test
4861 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004862 src:
4863 - test/cpp/end2end/streaming_throughput_test.cc
4864 deps:
4865 - grpc++_test_util
4866 - grpc_test_util
4867 - grpc++
4868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004869 - gpr_test_util
4870 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004871 platforms:
4872 - mac
4873 - linux
4874 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004875- name: stress_test
4876 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004877 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004878 language: c++
4879 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004880 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004881 - test/cpp/interop/interop_client.h
4882 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004883 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004884 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004885 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004886 - src/proto/grpc/testing/empty.proto
4887 - src/proto/grpc/testing/messages.proto
4888 - src/proto/grpc/testing/metrics.proto
4889 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004890 - test/cpp/interop/interop_client.cc
4891 - test/cpp/interop/stress_interop_client.cc
4892 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004893 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004894 deps:
4895 - grpc++_test_util
4896 - grpc_test_util
4897 - grpc++
4898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004899 - gpr_test_util
4900 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004901 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004902- name: thread_manager_test
4903 build: test
4904 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004905 src:
4906 - test/cpp/thread_manager/thread_manager_test.cc
4907 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004908 - grpc++_unsecure
4909 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004910 - gpr
4911 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004912- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004913 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004914 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004915 build: test
4916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004917 src:
4918 - test/cpp/end2end/thread_stress_test.cc
4919 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004920 - grpc++_test_util_unsecure
4921 - grpc_test_util_unsecure
4922 - grpc++_unsecure
4923 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004924 - gpr_test_util
4925 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004926- name: transport_pid_controller_test
4927 build: test
4928 language: c++
4929 src:
4930 - test/core/transport/pid_controller_test.cc
4931 deps:
4932 - grpc++_test_util
4933 - grpc++
4934 - grpc_test_util
4935 - grpc
4936 - gpr_test_util
4937 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004938- name: writes_per_rpc_test
4939 gtest: true
4940 cpu_cost: 0.5
4941 build: test
4942 language: c++
4943 src:
4944 - test/cpp/performance/writes_per_rpc_test.cc
4945 deps:
4946 - grpc++_test_util
4947 - grpc_test_util
4948 - grpc++
4949 - grpc
4950 - gpr_test_util
4951 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004952 platforms:
4953 - mac
4954 - linux
4955 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004956- name: public_headers_must_be_c89
4957 build: test
4958 language: c89
4959 src:
4960 - test/core/surface/public_headers_must_be_c89.c
4961 deps:
4962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004963 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08004964- name: gen_hpack_tables
4965 build: tool
4966 language: cc
4967 src:
4968 - tools/codegen/core/gen_hpack_tables.cc
4969 deps:
4970 - gpr
4971 - grpc
4972 uses_polling: false
4973- name: gen_legal_metadata_characters
4974 build: tool
4975 language: cc
4976 src:
4977 - tools/codegen/core/gen_legal_metadata_characters.cc
4978 deps: []
4979- name: gen_percent_encoding_tables
4980 build: tool
4981 language: cc
4982 src:
4983 - tools/codegen/core/gen_percent_encoding_tables.cc
4984 deps: []
4985 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004986vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004987- linkage: static
4988 name: grpc.dependencies.zlib
4989 props: false
4990 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004991 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004992- linkage: static
4993 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004994 props: true
4995 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004996 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004997- name: gflags
4998 props: false
4999 redist: false
5000 version: 2.1.2.1
5001- name: gtest
5002 props: false
5003 redist: false
5004 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005005configs:
5006 asan:
5007 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005008 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5009 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005010 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005011 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005012 LDFLAGS: -fsanitize=address
5013 LDXX: clang++
5014 compile_the_world: true
5015 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005016 ASAN_OPTIONS: detect_leaks=1:color=always
5017 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005018 asan-noleaks:
5019 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005020 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5021 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005022 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005023 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005024 LDFLAGS: -fsanitize=address
5025 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005026 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005027 test_environ:
5028 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005029 asan-trace-cmp:
5030 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005031 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5032 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005033 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005034 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005035 LDFLAGS: -fsanitize=address
5036 LDXX: clang++
5037 compile_the_world: true
5038 test_environ:
5039 ASAN_OPTIONS: detect_leaks=1:color=always
5040 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005041 basicprof:
5042 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5043 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005044 c++-compat:
5045 CFLAGS: -Wc++-compat
5046 CPPFLAGS: -O0
5047 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005048 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005049 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005050 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005051 dbg:
5052 CPPFLAGS: -O0
5053 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005054 gcov:
5055 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005056 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005057 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005058 DEFINES: _DEBUG DEBUG GPR_GCOV
5059 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005060 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005061 LDXX: g++
5062 helgrind:
5063 CPPFLAGS: -O0
5064 DEFINES: _DEBUG DEBUG
5065 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005066 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005067 lto:
5068 CPPFLAGS: -O2
5069 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005070 memcheck:
5071 CPPFLAGS: -O0
5072 DEFINES: _DEBUG DEBUG
5073 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005074 valgrind: --tool=memcheck --leak-check=full
5075 msan:
5076 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005077 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005078 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5079 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005080 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005081 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005082 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005083 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5084 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5085 LDXX: clang++
5086 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005087 test_environ:
5088 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005089 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005090 CPPFLAGS: -O3 -fno-omit-frame-pointer
5091 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005092 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005093 noexcept:
Craig Tillera0f85172016-01-20 15:56:06 -08005094 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07005095 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005096 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005097 opt:
5098 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08005099 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005100 stapprof:
5101 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5102 DEFINES: NDEBUG
5103 tsan:
5104 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005105 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005106 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005107 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005108 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005109 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005110 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005111 LDXX: clang++
5112 compile_the_world: true
5113 test_environ:
5114 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005115 ubsan:
5116 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005117 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5118 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005119 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005120 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005121 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005122 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005123 LDXX: clang++
5124 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005125 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005126 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005127defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005128 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005129 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5130 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005131 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5132 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5133 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5134 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5135 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005136 benchmark:
5137 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005138 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005139 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005140 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5141 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005142 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005143 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005144 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005145 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005146 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005147 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005148 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005149 LDFLAGS: -g
5150 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005151 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005152 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005153openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005154 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005155 extraction_dir: openssl-1.0.2f
5156 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005157php_config_m4:
5158 deps:
5159 - grpc
5160 - gpr
5161 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005162 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005163 headers:
5164 - src/php/ext/grpc/byte_buffer.h
5165 - src/php/ext/grpc/call.h
5166 - src/php/ext/grpc/call_credentials.h
5167 - src/php/ext/grpc/channel.h
5168 - src/php/ext/grpc/channel_credentials.h
5169 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005170 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005171 - src/php/ext/grpc/php_grpc.h
5172 - src/php/ext/grpc/server.h
5173 - src/php/ext/grpc/server_credentials.h
5174 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005175 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005176 src:
5177 - src/php/ext/grpc/byte_buffer.c
5178 - src/php/ext/grpc/call.c
5179 - src/php/ext/grpc/call_credentials.c
5180 - src/php/ext/grpc/channel.c
5181 - src/php/ext/grpc/channel_credentials.c
5182 - src/php/ext/grpc/completion_queue.c
5183 - src/php/ext/grpc/php_grpc.c
5184 - src/php/ext/grpc/server.c
5185 - src/php/ext/grpc/server_credentials.c
5186 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005187python_dependencies:
5188 deps:
5189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005190 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005191 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005192 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005193 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005194ruby_gem:
5195 deps:
5196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005197 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005198 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005199 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005200 - z