blob: 3564d465fbcfb404723f364d390431c86c97c792 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai58c33ba2017-09-01 14:08:42 -070015 core_version: 5.0.0-dev
Mehrdad Afsharid1915a92018-01-19 14:23:17 -080016 g_stands_for: glamorous
17 version: 1.10.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070023 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070024 uses:
25 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070026 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070027- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010028 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -080029 - src/core/lib/gpr/alloc.cc
30 - src/core/lib/gpr/arena.cc
31 - src/core/lib/gpr/atm.cc
32 - src/core/lib/gpr/avl.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -080033 - src/core/lib/gpr/cpu_iphone.cc
34 - src/core/lib/gpr/cpu_linux.cc
35 - src/core/lib/gpr/cpu_posix.cc
36 - src/core/lib/gpr/cpu_windows.cc
37 - src/core/lib/gpr/env_linux.cc
38 - src/core/lib/gpr/env_posix.cc
39 - src/core/lib/gpr/env_windows.cc
40 - src/core/lib/gpr/fork.cc
41 - src/core/lib/gpr/host_port.cc
42 - src/core/lib/gpr/log.cc
43 - src/core/lib/gpr/log_android.cc
44 - src/core/lib/gpr/log_linux.cc
45 - src/core/lib/gpr/log_posix.cc
46 - src/core/lib/gpr/log_windows.cc
47 - src/core/lib/gpr/mpscq.cc
48 - src/core/lib/gpr/murmur_hash.cc
49 - src/core/lib/gpr/string.cc
50 - src/core/lib/gpr/string_posix.cc
51 - src/core/lib/gpr/string_util_windows.cc
52 - src/core/lib/gpr/string_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -080053 - src/core/lib/gpr/sync.cc
54 - src/core/lib/gpr/sync_posix.cc
55 - src/core/lib/gpr/sync_windows.cc
56 - src/core/lib/gpr/thd.cc
57 - src/core/lib/gpr/thd_posix.cc
58 - src/core/lib/gpr/thd_windows.cc
59 - src/core/lib/gpr/time.cc
60 - src/core/lib/gpr/time_posix.cc
61 - src/core/lib/gpr/time_precise.cc
62 - src/core/lib/gpr/time_windows.cc
63 - src/core/lib/gpr/tls_pthread.cc
64 - src/core/lib/gpr/tmpfile_msys.cc
65 - src/core/lib/gpr/tmpfile_posix.cc
66 - src/core/lib/gpr/tmpfile_windows.cc
67 - src/core/lib/gpr/wrap_memcpy.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070068 - src/core/lib/profiling/basic_timers.cc
69 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070070 uses:
Vijay Pai42807252017-07-28 15:08:24 -070071 - gpr_base_headers
72- name: gpr_base_headers
73 public_headers:
74 - include/grpc/support/alloc.h
75 - include/grpc/support/atm.h
76 - include/grpc/support/atm_gcc_atomic.h
77 - include/grpc/support/atm_gcc_sync.h
78 - include/grpc/support/atm_windows.h
79 - include/grpc/support/avl.h
Vijay Pai42807252017-07-28 15:08:24 -070080 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -070081 - include/grpc/support/host_port.h
82 - include/grpc/support/log.h
83 - include/grpc/support/log_windows.h
84 - include/grpc/support/port_platform.h
85 - include/grpc/support/string_util.h
Vijay Pai42807252017-07-28 15:08:24 -070086 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070087 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070088 - include/grpc/support/sync_generic.h
89 - include/grpc/support/sync_posix.h
90 - include/grpc/support/sync_windows.h
91 - include/grpc/support/thd.h
92 - include/grpc/support/time.h
93 - include/grpc/support/tls.h
94 - include/grpc/support/tls_gcc.h
95 - include/grpc/support/tls_msvc.h
96 - include/grpc/support/tls_pthread.h
97 - include/grpc/support/useful.h
98 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -080099 - src/core/lib/gpr/arena.h
100 - src/core/lib/gpr/env.h
101 - src/core/lib/gpr/fork.h
102 - 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
107 - src/core/lib/gpr/thd_internal.h
108 - src/core/lib/gpr/time_precise.h
109 - src/core/lib/gpr/tmpfile.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800110 - src/core/lib/gprpp/abstract.h
111 - src/core/lib/gprpp/atomic.h
112 - src/core/lib/gprpp/atomic_with_atm.h
113 - src/core/lib/gprpp/atomic_with_std.h
114 - src/core/lib/gprpp/manual_constructor.h
115 - src/core/lib/gprpp/memory.h
Vijay Pai42807252017-07-28 15:08:24 -0700116 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700117 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700118 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800119- name: gpr_codegen
120 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800121 - include/grpc/impl/codegen/atm.h
122 - include/grpc/impl/codegen/atm_gcc_atomic.h
123 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700125 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800126 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700127 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800128 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800129 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700130 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800131 - include/grpc/impl/codegen/sync_generic.h
132 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700134- name: grpc++_base
135 deps:
136 - grpc
137 uses:
138 - grpc++_common
139 - grpc++_codegen_base
140- name: grpc++_base_unsecure
141 deps:
142 - grpc_unsecure
143 uses:
144 - grpc++_common
145 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700146- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700147 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700148 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700149 - src/core/lib/channel/channel_args.cc
150 - src/core/lib/channel/channel_stack.cc
151 - src/core/lib/channel/channel_stack_builder.cc
152 - src/core/lib/channel/connected_channel.cc
153 - src/core/lib/channel/handshaker.cc
154 - src/core/lib/channel/handshaker_factory.cc
155 - src/core/lib/channel/handshaker_registry.cc
156 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700157 - src/core/lib/compression/compression_internal.cc
Muxi Yanf7a97e12017-10-11 16:59:27 -0700158 - src/core/lib/compression/compression_ruby.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700159 - src/core/lib/compression/message_compress.cc
160 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700161 - src/core/lib/compression/stream_compression_gzip.cc
162 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700163 - src/core/lib/debug/stats.cc
164 - src/core/lib/debug/stats_data.cc
165 - src/core/lib/http/format_request.cc
166 - src/core/lib/http/httpcli.cc
167 - src/core/lib/http/parser.cc
168 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700169 - src/core/lib/iomgr/combiner.cc
170 - src/core/lib/iomgr/endpoint.cc
171 - src/core/lib/iomgr/endpoint_pair_posix.cc
172 - src/core/lib/iomgr/endpoint_pair_uv.cc
173 - src/core/lib/iomgr/endpoint_pair_windows.cc
174 - src/core/lib/iomgr/error.cc
175 - src/core/lib/iomgr/ev_epoll1_linux.cc
176 - src/core/lib/iomgr/ev_epollex_linux.cc
177 - src/core/lib/iomgr/ev_epollsig_linux.cc
178 - src/core/lib/iomgr/ev_poll_posix.cc
179 - src/core/lib/iomgr/ev_posix.cc
180 - src/core/lib/iomgr/ev_windows.cc
181 - src/core/lib/iomgr/exec_ctx.cc
182 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100183 - src/core/lib/iomgr/fork_posix.cc
184 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700185 - src/core/lib/iomgr/gethostname_fallback.cc
186 - src/core/lib/iomgr/gethostname_host_name_max.cc
187 - src/core/lib/iomgr/gethostname_sysconf.cc
188 - src/core/lib/iomgr/iocp_windows.cc
189 - src/core/lib/iomgr/iomgr.cc
190 - src/core/lib/iomgr/iomgr_posix.cc
191 - src/core/lib/iomgr/iomgr_uv.cc
192 - src/core/lib/iomgr/iomgr_windows.cc
193 - src/core/lib/iomgr/is_epollexclusive_available.cc
194 - src/core/lib/iomgr/load_file.cc
195 - src/core/lib/iomgr/lockfree_event.cc
196 - src/core/lib/iomgr/network_status_tracker.cc
197 - src/core/lib/iomgr/polling_entity.cc
198 - src/core/lib/iomgr/pollset_set_uv.cc
199 - src/core/lib/iomgr/pollset_set_windows.cc
200 - src/core/lib/iomgr/pollset_uv.cc
201 - src/core/lib/iomgr/pollset_windows.cc
202 - src/core/lib/iomgr/resolve_address_posix.cc
203 - src/core/lib/iomgr/resolve_address_uv.cc
204 - src/core/lib/iomgr/resolve_address_windows.cc
205 - src/core/lib/iomgr/resource_quota.cc
206 - src/core/lib/iomgr/sockaddr_utils.cc
207 - src/core/lib/iomgr/socket_factory_posix.cc
208 - src/core/lib/iomgr/socket_mutator.cc
209 - src/core/lib/iomgr/socket_utils_common_posix.cc
210 - src/core/lib/iomgr/socket_utils_linux.cc
211 - src/core/lib/iomgr/socket_utils_posix.cc
212 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700213 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700214 - src/core/lib/iomgr/socket_windows.cc
215 - src/core/lib/iomgr/tcp_client_posix.cc
216 - src/core/lib/iomgr/tcp_client_uv.cc
217 - src/core/lib/iomgr/tcp_client_windows.cc
218 - src/core/lib/iomgr/tcp_posix.cc
219 - src/core/lib/iomgr/tcp_server_posix.cc
220 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
221 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
222 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
223 - src/core/lib/iomgr/tcp_server_uv.cc
224 - src/core/lib/iomgr/tcp_server_windows.cc
225 - src/core/lib/iomgr/tcp_uv.cc
226 - src/core/lib/iomgr/tcp_windows.cc
227 - src/core/lib/iomgr/time_averaged_stats.cc
228 - src/core/lib/iomgr/timer_generic.cc
229 - src/core/lib/iomgr/timer_heap.cc
230 - src/core/lib/iomgr/timer_manager.cc
231 - src/core/lib/iomgr/timer_uv.cc
232 - src/core/lib/iomgr/udp_server.cc
233 - src/core/lib/iomgr/unix_sockets_posix.cc
234 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
235 - src/core/lib/iomgr/wakeup_fd_cv.cc
236 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
237 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
238 - src/core/lib/iomgr/wakeup_fd_pipe.cc
239 - src/core/lib/iomgr/wakeup_fd_posix.cc
240 - src/core/lib/json/json.cc
241 - src/core/lib/json/json_reader.cc
242 - src/core/lib/json/json_string.cc
243 - src/core/lib/json/json_writer.cc
244 - src/core/lib/slice/b64.cc
245 - src/core/lib/slice/percent_encoding.cc
246 - src/core/lib/slice/slice.cc
247 - src/core/lib/slice/slice_buffer.cc
248 - src/core/lib/slice/slice_hash_table.cc
249 - src/core/lib/slice/slice_intern.cc
250 - src/core/lib/slice/slice_string_helpers.cc
251 - src/core/lib/surface/alarm.cc
252 - src/core/lib/surface/api_trace.cc
253 - src/core/lib/surface/byte_buffer.cc
254 - src/core/lib/surface/byte_buffer_reader.cc
255 - src/core/lib/surface/call.cc
256 - src/core/lib/surface/call_details.cc
257 - src/core/lib/surface/call_log_batch.cc
258 - src/core/lib/surface/channel.cc
259 - src/core/lib/surface/channel_init.cc
260 - src/core/lib/surface/channel_ping.cc
261 - src/core/lib/surface/channel_stack_type.cc
262 - src/core/lib/surface/completion_queue.cc
263 - src/core/lib/surface/completion_queue_factory.cc
264 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700265 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700266 - src/core/lib/surface/metadata_array.cc
267 - src/core/lib/surface/server.cc
268 - src/core/lib/surface/validate_metadata.cc
269 - src/core/lib/surface/version.cc
270 - src/core/lib/transport/bdp_estimator.cc
271 - src/core/lib/transport/byte_stream.cc
272 - src/core/lib/transport/connectivity_state.cc
273 - src/core/lib/transport/error_utils.cc
274 - src/core/lib/transport/metadata.cc
275 - src/core/lib/transport/metadata_batch.cc
276 - src/core/lib/transport/pid_controller.cc
277 - src/core/lib/transport/service_config.cc
278 - src/core/lib/transport/static_metadata.cc
279 - src/core/lib/transport/status_conversion.cc
280 - src/core/lib/transport/timeout_encoding.cc
281 - src/core/lib/transport/transport.cc
282 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700283 deps:
284 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700285 filegroups:
286 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700287 uses:
288 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700289 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700290- name: grpc_base_headers
291 public_headers:
292 - include/grpc/byte_buffer.h
293 - include/grpc/byte_buffer_reader.h
294 - include/grpc/compression.h
Muxi Yanf7a97e12017-10-11 16:59:27 -0700295 - include/grpc/compression_ruby.h
Ken Payson9714e032017-10-10 11:18:49 -0700296 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700297 - include/grpc/grpc.h
298 - include/grpc/grpc_posix.h
299 - include/grpc/grpc_security_constants.h
300 - include/grpc/load_reporting.h
301 - include/grpc/slice.h
302 - include/grpc/slice_buffer.h
303 - include/grpc/status.h
304 - include/grpc/support/workaround_list.h
305 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700306 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700307 - src/core/lib/channel/channel_args.h
308 - src/core/lib/channel/channel_stack.h
309 - src/core/lib/channel/channel_stack_builder.h
310 - src/core/lib/channel/connected_channel.h
311 - src/core/lib/channel/context.h
312 - src/core/lib/channel/handshaker.h
313 - src/core/lib/channel/handshaker_factory.h
314 - src/core/lib/channel/handshaker_registry.h
315 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700316 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700317 - src/core/lib/compression/message_compress.h
318 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700319 - src/core/lib/compression/stream_compression_gzip.h
320 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700321 - src/core/lib/debug/stats.h
322 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800323 - src/core/lib/gprpp/debug_location.h
324 - src/core/lib/gprpp/inlined_vector.h
325 - src/core/lib/gprpp/orphanable.h
326 - src/core/lib/gprpp/ref_counted.h
327 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700328 - src/core/lib/http/format_request.h
329 - src/core/lib/http/httpcli.h
330 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700331 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth764cf042017-09-01 09:00:06 -0700332 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700333 - src/core/lib/iomgr/closure.h
334 - src/core/lib/iomgr/combiner.h
335 - src/core/lib/iomgr/endpoint.h
336 - src/core/lib/iomgr/endpoint_pair.h
337 - src/core/lib/iomgr/error.h
338 - src/core/lib/iomgr/error_internal.h
339 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700340 - src/core/lib/iomgr/ev_epollex_linux.h
341 - src/core/lib/iomgr/ev_epollsig_linux.h
342 - src/core/lib/iomgr/ev_poll_posix.h
343 - src/core/lib/iomgr/ev_posix.h
344 - src/core/lib/iomgr/exec_ctx.h
345 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700346 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700347 - src/core/lib/iomgr/iocp_windows.h
348 - src/core/lib/iomgr/iomgr.h
349 - src/core/lib/iomgr/iomgr_internal.h
350 - src/core/lib/iomgr/iomgr_posix.h
351 - src/core/lib/iomgr/iomgr_uv.h
352 - src/core/lib/iomgr/is_epollexclusive_available.h
353 - src/core/lib/iomgr/load_file.h
354 - src/core/lib/iomgr/lockfree_event.h
355 - src/core/lib/iomgr/nameser.h
356 - src/core/lib/iomgr/network_status_tracker.h
357 - src/core/lib/iomgr/polling_entity.h
358 - src/core/lib/iomgr/pollset.h
359 - src/core/lib/iomgr/pollset_set.h
360 - src/core/lib/iomgr/pollset_set_windows.h
361 - src/core/lib/iomgr/pollset_uv.h
362 - src/core/lib/iomgr/pollset_windows.h
363 - src/core/lib/iomgr/port.h
364 - src/core/lib/iomgr/resolve_address.h
365 - src/core/lib/iomgr/resource_quota.h
366 - src/core/lib/iomgr/sockaddr.h
367 - src/core/lib/iomgr/sockaddr_posix.h
368 - src/core/lib/iomgr/sockaddr_utils.h
369 - src/core/lib/iomgr/sockaddr_windows.h
370 - src/core/lib/iomgr/socket_factory_posix.h
371 - src/core/lib/iomgr/socket_mutator.h
372 - src/core/lib/iomgr/socket_utils.h
373 - src/core/lib/iomgr/socket_utils_posix.h
374 - src/core/lib/iomgr/socket_windows.h
375 - src/core/lib/iomgr/sys_epoll_wrapper.h
376 - src/core/lib/iomgr/tcp_client.h
377 - src/core/lib/iomgr/tcp_client_posix.h
378 - src/core/lib/iomgr/tcp_posix.h
379 - src/core/lib/iomgr/tcp_server.h
380 - src/core/lib/iomgr/tcp_server_utils_posix.h
381 - src/core/lib/iomgr/tcp_uv.h
382 - src/core/lib/iomgr/tcp_windows.h
383 - src/core/lib/iomgr/time_averaged_stats.h
384 - src/core/lib/iomgr/timer.h
385 - src/core/lib/iomgr/timer_generic.h
386 - src/core/lib/iomgr/timer_heap.h
387 - src/core/lib/iomgr/timer_manager.h
388 - src/core/lib/iomgr/timer_uv.h
389 - src/core/lib/iomgr/udp_server.h
390 - src/core/lib/iomgr/unix_sockets_posix.h
391 - src/core/lib/iomgr/wakeup_fd_cv.h
392 - src/core/lib/iomgr/wakeup_fd_pipe.h
393 - src/core/lib/iomgr/wakeup_fd_posix.h
394 - src/core/lib/json/json.h
395 - src/core/lib/json/json_common.h
396 - src/core/lib/json/json_reader.h
397 - src/core/lib/json/json_writer.h
398 - src/core/lib/slice/b64.h
399 - src/core/lib/slice/percent_encoding.h
400 - src/core/lib/slice/slice_hash_table.h
401 - src/core/lib/slice/slice_internal.h
402 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700403 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700404 - src/core/lib/surface/api_trace.h
405 - src/core/lib/surface/call.h
406 - src/core/lib/surface/call_test_only.h
407 - src/core/lib/surface/channel.h
408 - src/core/lib/surface/channel_init.h
409 - src/core/lib/surface/channel_stack_type.h
410 - src/core/lib/surface/completion_queue.h
411 - src/core/lib/surface/completion_queue_factory.h
412 - src/core/lib/surface/event_string.h
413 - src/core/lib/surface/init.h
414 - src/core/lib/surface/lame_client.h
415 - src/core/lib/surface/server.h
416 - src/core/lib/surface/validate_metadata.h
417 - src/core/lib/transport/bdp_estimator.h
418 - src/core/lib/transport/byte_stream.h
419 - src/core/lib/transport/connectivity_state.h
420 - src/core/lib/transport/error_utils.h
421 - src/core/lib/transport/http2_errors.h
422 - src/core/lib/transport/metadata.h
423 - src/core/lib/transport/metadata_batch.h
424 - src/core/lib/transport/pid_controller.h
425 - src/core/lib/transport/service_config.h
426 - src/core/lib/transport/static_metadata.h
427 - src/core/lib/transport/status_conversion.h
428 - src/core/lib/transport/timeout_encoding.h
429 - src/core/lib/transport/transport.h
430 - src/core/lib/transport/transport_impl.h
431 deps:
432 - gpr
433 uses:
434 - grpc_codegen
435 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700436- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700437 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700438 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700439 - src/core/ext/filters/client_channel/client_channel.h
440 - src/core/ext/filters/client_channel/client_channel_factory.h
441 - src/core/ext/filters/client_channel/connector.h
442 - src/core/ext/filters/client_channel/http_connect_handshaker.h
443 - src/core/ext/filters/client_channel/http_proxy.h
444 - src/core/ext/filters/client_channel/lb_policy.h
445 - src/core/ext/filters/client_channel/lb_policy_factory.h
446 - src/core/ext/filters/client_channel/lb_policy_registry.h
447 - src/core/ext/filters/client_channel/parse_address.h
448 - src/core/ext/filters/client_channel/proxy_mapper.h
449 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
450 - src/core/ext/filters/client_channel/resolver.h
451 - src/core/ext/filters/client_channel/resolver_factory.h
452 - src/core/ext/filters/client_channel/resolver_registry.h
453 - src/core/ext/filters/client_channel/retry_throttle.h
454 - src/core/ext/filters/client_channel/subchannel.h
455 - src/core/ext/filters/client_channel/subchannel_index.h
456 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700457 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700458 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700459 - src/core/ext/filters/client_channel/channel_connectivity.cc
460 - src/core/ext/filters/client_channel/client_channel.cc
461 - src/core/ext/filters/client_channel/client_channel_factory.cc
462 - src/core/ext/filters/client_channel/client_channel_plugin.cc
463 - src/core/ext/filters/client_channel/connector.cc
464 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
465 - src/core/ext/filters/client_channel/http_proxy.cc
466 - src/core/ext/filters/client_channel/lb_policy.cc
467 - src/core/ext/filters/client_channel/lb_policy_factory.cc
468 - src/core/ext/filters/client_channel/lb_policy_registry.cc
469 - src/core/ext/filters/client_channel/parse_address.cc
470 - src/core/ext/filters/client_channel/proxy_mapper.cc
471 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
472 - src/core/ext/filters/client_channel/resolver.cc
473 - src/core/ext/filters/client_channel/resolver_factory.cc
474 - src/core/ext/filters/client_channel/resolver_registry.cc
475 - src/core/ext/filters/client_channel/retry_throttle.cc
476 - src/core/ext/filters/client_channel/subchannel.cc
477 - src/core/ext/filters/client_channel/subchannel_index.cc
478 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700479 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700480 uses:
481 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700482 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800483- name: grpc_codegen
484 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700485 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700486 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800487 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800488 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800489 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800490 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700491 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800492 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700493 uses:
494 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700495- name: grpc_deadline_filter
496 headers:
497 - src/core/ext/filters/deadline/deadline_filter.h
498 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700499 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700500 plugin: grpc_deadline_filter
501 uses:
502 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700503- name: grpc_http_filters
504 headers:
505 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700506 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700507 - src/core/ext/filters/http/server/http_server_filter.h
508 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700509 - src/core/ext/filters/http/client/http_client_filter.cc
510 - src/core/ext/filters/http/http_filters_plugin.cc
511 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
512 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700513 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700514 uses:
515 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700516- name: grpc_lb_policy_grpclb
517 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700518 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700519 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
520 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700521 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700522 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
523 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700524 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700525 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
526 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
527 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
528 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
529 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700530 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800531 plugin: grpc_lb_policy_grpclb
532 uses:
533 - grpc_base
534 - grpc_client_channel
535 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700536 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800537- name: grpc_lb_policy_grpclb_secure
538 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700539 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700540 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800545 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
549 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
550 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700551 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700552 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700553 uses:
554 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700555 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700556 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700557 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700558 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700559- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700560 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700561 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700562 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700563 uses:
564 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700565 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700566 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700567- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700568 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700569 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700570 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700571 uses:
572 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700573 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700574 - grpc_lb_subchannel_list
575- name: grpc_lb_subchannel_list
576 headers:
577 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
578 src:
579 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
580 uses:
581 - grpc_base
582 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700583- name: grpc_max_age_filter
584 headers:
585 - src/core/ext/filters/max_age/max_age_filter.h
586 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700587 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700588 plugin: grpc_max_age_filter
589 uses:
590 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700591- name: grpc_message_size_filter
592 headers:
593 - src/core/ext/filters/message_size/message_size_filter.h
594 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700595 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700596 plugin: grpc_message_size_filter
597 uses:
598 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700599- name: grpc_resolver_dns_ares
600 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700601 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
602 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700603 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700604 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
605 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
606 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
607 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700608 plugin: grpc_resolver_dns_ares
609 uses:
610 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700611 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700612- name: grpc_resolver_dns_native
613 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700614 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700615 plugin: grpc_resolver_dns_native
616 uses:
617 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700618 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700619- name: grpc_resolver_fake
620 headers:
621 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
622 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700623 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700624 plugin: grpc_resolver_fake
625 uses:
626 - grpc_base
627 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700628- name: grpc_resolver_sockaddr
629 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700630 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700631 plugin: grpc_resolver_sockaddr
632 uses:
633 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700634 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100635- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700636 public_headers:
637 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100638 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700639 - src/core/lib/security/context/security_context.h
640 - src/core/lib/security/credentials/composite/composite_credentials.h
641 - src/core/lib/security/credentials/credentials.h
642 - src/core/lib/security/credentials/fake/fake_credentials.h
643 - src/core/lib/security/credentials/google_default/google_default_credentials.h
644 - src/core/lib/security/credentials/iam/iam_credentials.h
645 - src/core/lib/security/credentials/jwt/json_token.h
646 - src/core/lib/security/credentials/jwt/jwt_credentials.h
647 - src/core/lib/security/credentials/jwt/jwt_verifier.h
648 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
649 - src/core/lib/security/credentials/plugin/plugin_credentials.h
650 - src/core/lib/security/credentials/ssl/ssl_credentials.h
651 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800652 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700653 - src/core/lib/security/transport/secure_endpoint.h
654 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800655 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700656 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700657 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100658 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700659 - src/core/lib/http/httpcli_security_connector.cc
660 - src/core/lib/security/context/security_context.cc
661 - src/core/lib/security/credentials/composite/composite_credentials.cc
662 - src/core/lib/security/credentials/credentials.cc
663 - src/core/lib/security/credentials/credentials_metadata.cc
664 - src/core/lib/security/credentials/fake/fake_credentials.cc
665 - src/core/lib/security/credentials/google_default/credentials_generic.cc
666 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
667 - src/core/lib/security/credentials/iam/iam_credentials.cc
668 - src/core/lib/security/credentials/jwt/json_token.cc
669 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
670 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
671 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
672 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
673 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
674 - src/core/lib/security/transport/client_auth_filter.cc
675 - src/core/lib/security/transport/lb_targets_info.cc
676 - src/core/lib/security/transport/secure_endpoint.cc
677 - src/core/lib/security/transport/security_connector.cc
678 - src/core/lib/security/transport/security_handshaker.cc
679 - src/core/lib/security/transport/server_auth_filter.cc
680 - src/core/lib/security/transport/tsi_error.cc
681 - src/core/lib/security/util/json_util.cc
682 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700683 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700684 uses:
685 - grpc_base
686 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700687 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700688- name: grpc_server_backward_compatibility
689 headers:
690 - src/core/ext/filters/workarounds/workaround_utils.h
691 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700692 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700693 uses:
694 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700695- name: grpc_server_load_reporting
696 headers:
697 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
698 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
699 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700700 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
701 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700702 plugin: grpc_server_load_reporting_plugin
703 uses:
704 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700705- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700707 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700708 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700709 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800710 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700711 - test/core/end2end/fixtures/proxy.h
712 - test/core/iomgr/endpoint_tests.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800713 - test/core/util/cmdline.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800714 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700715 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800716 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200717 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700718 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700719 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700720 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700721 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700722 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700723 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800724 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800725 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800726 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700727 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700728 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700729 - test/core/end2end/cq_verifier.cc
730 - test/core/end2end/fixtures/http_proxy_fixture.cc
731 - test/core/end2end/fixtures/proxy.cc
732 - test/core/iomgr/endpoint_tests.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800733 - test/core/util/cmdline.cc
Craig Tiller92226062017-10-08 21:16:12 -0700734 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700735 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800736 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700737 - test/core/util/memory_counters.cc
738 - test/core/util/mock_endpoint.cc
739 - test/core/util/parse_hexstring.cc
740 - test/core/util/passthru_endpoint.cc
741 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800742 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700743 - test/core/util/port_server_client.cc
744 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800745 - test/core/util/subprocess_posix.cc
746 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800747 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700748 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700749 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700750 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700751 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700752 uses:
753 - grpc_base
754 - grpc_client_channel
755 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700756- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700757 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700758 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700759 deps:
760 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700761 filegroups:
762 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700763 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700764- name: grpc_trace_headers
765 headers:
766 - src/core/lib/debug/trace.h
767 deps:
768 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700769- name: grpc_transport_chttp2
770 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700771 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700772 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700773 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700774 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700775 - src/core/ext/transport/chttp2/transport/frame.h
776 - src/core/ext/transport/chttp2/transport/frame_data.h
777 - src/core/ext/transport/chttp2/transport/frame_goaway.h
778 - src/core/ext/transport/chttp2/transport/frame_ping.h
779 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
780 - src/core/ext/transport/chttp2/transport/frame_settings.h
781 - src/core/ext/transport/chttp2/transport/frame_window_update.h
782 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
783 - src/core/ext/transport/chttp2/transport/hpack_parser.h
784 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700785 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700786 - src/core/ext/transport/chttp2/transport/huffsyms.h
787 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
788 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700789 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700790 - src/core/ext/transport/chttp2/transport/varint.h
791 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700792 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
793 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
794 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
795 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
796 - src/core/ext/transport/chttp2/transport/flow_control.cc
797 - src/core/ext/transport/chttp2/transport/frame_data.cc
798 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
799 - src/core/ext/transport/chttp2/transport/frame_ping.cc
800 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
801 - src/core/ext/transport/chttp2/transport/frame_settings.cc
802 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
803 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
804 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
805 - src/core/ext/transport/chttp2/transport/hpack_table.cc
806 - src/core/ext/transport/chttp2/transport/http2_settings.cc
807 - src/core/ext/transport/chttp2/transport/huffsyms.cc
808 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
809 - src/core/ext/transport/chttp2/transport/parsing.cc
810 - src/core/ext/transport/chttp2/transport/stream_lists.cc
811 - src/core/ext/transport/chttp2/transport/stream_map.cc
812 - src/core/ext/transport/chttp2/transport/varint.cc
813 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700814 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700815 uses:
816 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700817 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700818 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700819- name: grpc_transport_chttp2_alpn
820 headers:
821 - src/core/ext/transport/chttp2/alpn/alpn.h
822 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700823 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700824 deps:
825 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800826- name: grpc_transport_chttp2_client_connector
827 headers:
828 - src/core/ext/transport/chttp2/client/chttp2_connector.h
829 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700830 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800831 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800832 - grpc_transport_chttp2
833 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700834 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700835- name: grpc_transport_chttp2_client_insecure
836 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700837 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
838 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700839 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800840 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700841 - grpc_transport_chttp2
842 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700843 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700844- name: grpc_transport_chttp2_client_secure
845 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700846 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700847 uses:
848 - grpc_transport_chttp2
849 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700850 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700851 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800852 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800853- name: grpc_transport_chttp2_server
854 headers:
855 - src/core/ext/transport/chttp2/server/chttp2_server.h
856 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700857 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800858 uses:
859 - grpc_transport_chttp2
860 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700861- name: grpc_transport_chttp2_server_insecure
862 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700863 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
864 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700865 uses:
866 - grpc_transport_chttp2
867 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800868 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700869- name: grpc_transport_chttp2_server_secure
870 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700871 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700872 uses:
873 - grpc_transport_chttp2
874 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700875 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800876 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700877- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700878 public_headers:
879 - include/grpc/grpc_cronet.h
880 - include/grpc/grpc_security.h
881 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700882 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800883 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800884 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700885 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700886 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
887 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
888 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700889 filegroups:
890 - grpc_base
891 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700892 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700893- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700894 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700895 - src/core/ext/transport/inproc/inproc_plugin.cc
896 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700897 plugin: grpc_inproc_plugin
898 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700899 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700900 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700901- name: grpc_transport_inproc_headers
902 headers:
903 - src/core/ext/transport/inproc/inproc_transport.h
904 uses:
905 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700906- name: grpc_workaround_cronet_compression_filter
907 headers:
908 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
909 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700910 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700911 plugin: grpc_workaround_cronet_compression_filter
912 uses:
913 - grpc_base
914 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800915- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700916 src:
917 - third_party/nanopb/pb_common.c
918 - third_party/nanopb/pb_decode.c
919 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700920 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700921 - nanopb_headers
922- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800923 headers:
924 - third_party/nanopb/pb.h
925 - third_party/nanopb/pb_common.h
926 - third_party/nanopb/pb_decode.h
927 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700928- name: transport_security_test_lib
929 build: test
930 headers:
931 - test/core/tsi/transport_security_test_lib.h
932 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700933 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700934 deps:
935 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936- name: tsi
937 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700938 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700939 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700940 - src/core/tsi/ssl_transport_security.h
941 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700942 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700944 - src/core/tsi/fake_transport_security.cc
945 - src/core/tsi/gts_transport_security.cc
946 - src/core/tsi/ssl_transport_security.cc
947 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700948 deps:
949 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700950 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700951 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700952 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700953 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700954 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700955 - grpc_trace
956- name: tsi_interface
957 headers:
958 - src/core/tsi/transport_security.h
959 - src/core/tsi/transport_security_adapter.h
960 - src/core/tsi/transport_security_interface.h
961 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700962 - src/core/tsi/transport_security.cc
963 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700964 deps:
965 - gpr
966 secure: true
967 uses:
968 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700969- name: grpc++_codegen_base
970 language: c++
971 public_headers:
972 - include/grpc++/impl/codegen/async_stream.h
973 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700974 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700975 - include/grpc++/impl/codegen/call.h
976 - include/grpc++/impl/codegen/call_hook.h
977 - include/grpc++/impl/codegen/channel_interface.h
978 - include/grpc++/impl/codegen/client_context.h
979 - include/grpc++/impl/codegen/client_unary_call.h
980 - include/grpc++/impl/codegen/completion_queue.h
981 - include/grpc++/impl/codegen/completion_queue_tag.h
982 - include/grpc++/impl/codegen/config.h
983 - include/grpc++/impl/codegen/core_codegen_interface.h
984 - include/grpc++/impl/codegen/create_auth_context.h
985 - include/grpc++/impl/codegen/grpc_library.h
986 - include/grpc++/impl/codegen/metadata_map.h
987 - include/grpc++/impl/codegen/method_handler_impl.h
988 - include/grpc++/impl/codegen/rpc_method.h
989 - include/grpc++/impl/codegen/rpc_service_method.h
990 - include/grpc++/impl/codegen/security/auth_context.h
991 - include/grpc++/impl/codegen/serialization_traits.h
992 - include/grpc++/impl/codegen/server_context.h
993 - include/grpc++/impl/codegen/server_interface.h
994 - include/grpc++/impl/codegen/service_type.h
995 - include/grpc++/impl/codegen/slice.h
996 - include/grpc++/impl/codegen/status.h
997 - include/grpc++/impl/codegen/status_code_enum.h
998 - include/grpc++/impl/codegen/string_ref.h
999 - include/grpc++/impl/codegen/stub_options.h
1000 - include/grpc++/impl/codegen/sync_stream.h
1001 - include/grpc++/impl/codegen/time.h
1002 uses:
1003 - grpc_codegen
1004- name: grpc++_codegen_base_src
1005 language: c++
1006 src:
1007 - src/cpp/codegen/codegen_init.cc
1008 uses:
1009 - grpc++_codegen_base
1010- name: grpc++_codegen_proto
1011 language: c++
1012 public_headers:
1013 - include/grpc++/impl/codegen/proto_utils.h
1014 uses:
1015 - grpc++_codegen_base
1016 - grpc++_config_proto
1017- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001018 language: c++
1019 public_headers:
1020 - include/grpc++/alarm.h
1021 - include/grpc++/channel.h
1022 - include/grpc++/client_context.h
1023 - include/grpc++/completion_queue.h
1024 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001025 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001026 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001027 - include/grpc++/generic/async_generic_service.h
1028 - include/grpc++/generic/generic_stub.h
1029 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001030 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001032 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001034 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 - include/grpc++/impl/grpc_library.h
1036 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 - include/grpc++/impl/rpc_method.h
1038 - include/grpc++/impl/rpc_service_method.h
1039 - include/grpc++/impl/serialization_traits.h
1040 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001041 - include/grpc++/impl/server_builder_plugin.h
1042 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001044 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001045 - include/grpc++/security/auth_context.h
1046 - include/grpc++/security/auth_metadata_processor.h
1047 - include/grpc++/security/credentials.h
1048 - include/grpc++/security/server_credentials.h
1049 - include/grpc++/server.h
1050 - include/grpc++/server_builder.h
1051 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001052 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053 - include/grpc++/support/async_stream.h
1054 - include/grpc++/support/async_unary_call.h
1055 - include/grpc++/support/byte_buffer.h
1056 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001057 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 - include/grpc++/support/slice.h
1059 - include/grpc++/support/status.h
1060 - include/grpc++/support/status_code_enum.h
1061 - include/grpc++/support/string_ref.h
1062 - include/grpc++/support/stub_options.h
1063 - include/grpc++/support/sync_stream.h
1064 - include/grpc++/support/time.h
1065 headers:
1066 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001067 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001068 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001069 - src/cpp/server/health/default_health_check_service.h
1070 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001072 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001074 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/client/client_context.cc
1076 - src/cpp/client/create_channel.cc
1077 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001078 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001079 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001082 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001083 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001084 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001085 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001087 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001089 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001090 - src/cpp/server/create_default_thread_pool.cc
1091 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001092 - src/cpp/server/health/default_health_check_service.cc
1093 - src/cpp/server/health/health.pb.c
1094 - src/cpp/server/health/health_check_service.cc
1095 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001096 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001097 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001098 - src/cpp/server/server_context.cc
1099 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001100 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001101 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001102 - src/cpp/util/byte_buffer_cc.cc
1103 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001104 - src/cpp/util/status.cc
1105 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001106 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001107 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001108 - gpr_base_headers
1109 - grpc_base_headers
1110 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001111 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001112 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001113- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001114 language: c++
1115 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001116 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001117- name: grpc++_reflection_proto
1118 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001119 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001120 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001121- name: grpc++_test
1122 language: c++
1123 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001124 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001125 - include/grpc++/test/server_context_test_spouse.h
1126 deps:
1127 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001128 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001129libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001130- name: gpr
1131 build: all
1132 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001133 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001134 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001135 secure: false
1136 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1137- name: gpr_test_util
1138 build: private
1139 language: c
1140 headers:
1141 - test/core/util/test_config.h
1142 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001143 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001144 deps:
1145 - gpr
1146 secure: false
1147 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001148- name: grpc
1149 build: all
1150 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001151 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001152 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001153 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001154 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001156 filegroups:
1157 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001158 - grpc_transport_chttp2_server_secure
1159 - grpc_transport_chttp2_client_secure
1160 - grpc_transport_chttp2_server_insecure
1161 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001162 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001163 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001164 - grpc_lb_policy_pick_first
1165 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001166 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001167 - grpc_resolver_dns_native
1168 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001169 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001170 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001171 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001172 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001173 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001174 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001175 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001176 - grpc_workaround_cronet_compression_filter
1177 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001178 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001180 vs_packages:
1181 - grpc.dependencies.openssl
1182 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001184- name: grpc_cronet
1185 build: all
1186 language: c
1187 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001188 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001189 baselib: true
1190 deps_linkage: static
1191 dll: true
1192 filegroups:
1193 - grpc_base
1194 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001195 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001196 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001197 generate_plugin_registry: true
1198 platforms:
1199 - linux
1200 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001201- name: grpc_dll
1202 build: private
1203 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001204 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001205 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001206 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001207 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001208 build_system:
1209 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001210 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001211 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001212 vs_config_type: DynamicLibrary
1213 vs_packages:
1214 - grpc.dependencies.openssl
1215 - grpc.dependencies.zlib
1216 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1217 vs_props:
1218 - zlib
1219 - openssl
1220 - winsock
1221 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001222- name: grpc_test_util
1223 build: private
1224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001225 headers:
1226 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001227 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001228 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001229 - test/core/end2end/data/client_certs.cc
1230 - test/core/end2end/data/server1_cert.cc
1231 - test/core/end2end/data/server1_key.cc
1232 - test/core/end2end/data/test_root_cert.cc
1233 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001236 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001237 - grpc
1238 filegroups:
1239 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1241- name: grpc_test_util_unsecure
1242 build: private
1243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001244 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001245 - gpr
1246 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001247 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001248 filegroups:
1249 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250 secure: false
1251 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1252- name: grpc_unsecure
1253 build: all
1254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001255 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001256 - src/core/lib/surface/init.cc
1257 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001259 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001261 filegroups:
1262 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001263 - grpc_transport_chttp2_server_insecure
1264 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001265 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001266 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001267 - grpc_resolver_dns_native
1268 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001269 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001270 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001271 - grpc_lb_policy_grpclb
1272 - grpc_lb_policy_pick_first
1273 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001274 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001275 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001276 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001277 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001278 - grpc_workaround_cronet_compression_filter
1279 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001280 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281 secure: false
1282 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001283- name: reconnect_server
1284 build: private
1285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001286 headers:
1287 - test/core/util/reconnect_server.h
1288 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001289 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001290 deps:
yang-gc9fca182015-11-06 16:41:33 -08001291 - test_tcp_server
1292 - grpc_test_util
1293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001294 - gpr_test_util
1295 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001296- name: test_tcp_server
1297 build: private
1298 language: c
1299 headers:
1300 - test/core/util/test_tcp_server.h
1301 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001302 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001303 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001304 - grpc_test_util
1305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: grpc++
1309 build: all
1310 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001311 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001312 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001313 - src/cpp/client/secure_credentials.h
1314 - src/cpp/common/secure_auth_context.h
1315 - src/cpp/server/secure_server_credentials.h
1316 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001317 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001318 - src/cpp/client/secure_credentials.cc
1319 - src/cpp/common/auth_property_iterator.cc
1320 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001321 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001322 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001323 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001324 - src/cpp/server/secure_server_credentials.cc
1325 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001326 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001327 baselib: true
1328 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001329 filegroups:
1330 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001331 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001332 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001333 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334 secure: check
1335 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001336- name: grpc++_core_stats
1337 build: private
1338 language: c++
1339 public_headers:
1340 - src/cpp/util/core_stats.h
1341 src:
1342 - src/proto/grpc/core/stats.proto
1343 - src/cpp/util/core_stats.cc
1344 deps:
1345 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001346- name: grpc++_cronet
1347 build: all
1348 language: c++
1349 src:
1350 - src/cpp/client/cronet_credentials.cc
1351 - src/cpp/client/insecure_credentials.cc
1352 - src/cpp/common/insecure_create_auth_context.cc
1353 - src/cpp/server/insecure_server_credentials.cc
1354 deps:
1355 - gpr
1356 - grpc_cronet
1357 baselib: true
1358 dll: true
1359 filegroups:
1360 - grpc++_base
1361 - grpc++_codegen_base
1362 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001363 - grpc_transport_chttp2_client_insecure
1364 - grpc_transport_chttp2_server_insecure
1365 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001366 platforms:
1367 - linux
1368 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001369- name: grpc++_error_details
1370 build: all
1371 language: c++
1372 public_headers:
1373 - include/grpc++/support/error_details.h
1374 src:
1375 - src/proto/grpc/status/status.proto
1376 - src/cpp/util/error_details.cc
1377 deps:
1378 - grpc++
1379 baselib: true
1380 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001381- name: grpc++_proto_reflection_desc_db
1382 build: private
1383 language: c++
1384 headers:
1385 - test/cpp/util/proto_reflection_descriptor_database.h
1386 src:
1387 - test/cpp/util/proto_reflection_descriptor_database.cc
1388 deps:
1389 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001390 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001391 filegroups:
1392 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001393 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001394- name: grpc++_reflection
1395 build: all
1396 language: c++
1397 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001398 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001399 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001400 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001401 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001402 - src/cpp/ext/proto_server_reflection.cc
1403 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001404 deps:
1405 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001406 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001407 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001408 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001409- name: grpc++_test_config
1410 build: private
1411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001412 headers:
1413 - test/cpp/util/test_config.h
1414 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001415 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416- name: grpc++_test_util
1417 build: private
1418 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001419 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001420 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001421 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001422 - test/cpp/util/create_test_channel.h
1423 - test/cpp/util/string_ref_helper.h
1424 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001425 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
yang-gc8a49d22016-12-12 11:18:49 -08001427 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001428 - src/proto/grpc/testing/echo_messages.proto
1429 - src/proto/grpc/testing/echo.proto
1430 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001431 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001432 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001433 - test/cpp/util/create_test_channel.cc
1434 - test/cpp/util/string_ref_helper.cc
1435 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001436 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001437 deps:
1438 - grpc++
1439 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001440 - grpc
yang-g17487f92016-06-03 15:21:15 -07001441 filegroups:
1442 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001443 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001444 - grpc++_codegen_proto
1445 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001446- name: grpc++_test_util_unsecure
1447 build: private
1448 language: c++
1449 headers:
1450 - test/cpp/end2end/test_service_impl.h
1451 - test/cpp/util/byte_buffer_proto_helper.h
1452 - test/cpp/util/string_ref_helper.h
1453 - test/cpp/util/subprocess.h
1454 src:
1455 - src/proto/grpc/health/v1/health.proto
1456 - src/proto/grpc/testing/echo_messages.proto
1457 - src/proto/grpc/testing/echo.proto
1458 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1459 - test/cpp/end2end/test_service_impl.cc
1460 - test/cpp/util/byte_buffer_proto_helper.cc
1461 - test/cpp/util/string_ref_helper.cc
1462 - test/cpp/util/subprocess.cc
1463 deps:
1464 - grpc++_unsecure
1465 - grpc_test_util_unsecure
1466 - grpc_unsecure
1467 filegroups:
1468 - grpc++_codegen_base
1469 - grpc++_codegen_base_src
1470 - grpc++_codegen_proto
1471 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: grpc++_unsecure
1473 build: all
1474 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001476 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001477 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001478 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001479 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001480 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001481 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482 baselib: true
1483 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001484 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001485 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001486 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001487 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488 secure: false
1489 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001490- name: grpc_benchmark
1491 build: test
1492 language: c++
1493 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001494 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1495 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001496 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001497 src:
1498 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001499 deps:
1500 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001501 - grpc++_unsecure
1502 - grpc_test_util_unsecure
1503 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001504 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001505- name: grpc_cli_libs
1506 build: private
1507 language: c++
1508 headers:
1509 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001510 - test/cpp/util/cli_credentials.h
1511 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001512 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001513 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001514 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001515 src:
1516 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001517 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001518 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001519 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001520 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001521 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001522 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001523 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001524 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001525 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001526 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001527 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001528- name: grpc_plugin_support
1529 build: protoc
1530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001531 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001532 - src/compiler/config.h
1533 - src/compiler/cpp_generator.h
1534 - src/compiler/cpp_generator_helpers.h
1535 - src/compiler/csharp_generator.h
1536 - src/compiler/csharp_generator_helpers.h
1537 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001538 - src/compiler/node_generator.h
1539 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001540 - src/compiler/objective_c_generator.h
1541 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001542 - src/compiler/php_generator.h
1543 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301544 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001545 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301546 - src/compiler/python_generator_helpers.h
1547 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001548 - src/compiler/ruby_generator.h
1549 - src/compiler/ruby_generator_helpers-inl.h
1550 - src/compiler/ruby_generator_map-inl.h
1551 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301552 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001553 src:
1554 - src/compiler/cpp_generator.cc
1555 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001556 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001557 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001558 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001559 - src/compiler/python_generator.cc
1560 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001561 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001562 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563 secure: false
1564 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001565 vs_props:
1566 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001567- name: http2_client_main
1568 build: private
1569 language: c++
1570 headers:
1571 - test/cpp/interop/http2_client.h
1572 src:
1573 - src/proto/grpc/testing/empty.proto
1574 - src/proto/grpc/testing/messages.proto
1575 - src/proto/grpc/testing/test.proto
1576 - test/cpp/interop/http2_client.cc
1577 deps:
1578 - grpc++_test_util
1579 - grpc_test_util
1580 - grpc++
1581 - grpc
1582 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001583- name: interop_client_helper
1584 build: private
1585 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001586 headers:
1587 - test/cpp/interop/client_helper.h
1588 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001589 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001590 - test/cpp/interop/client_helper.cc
1591 deps:
1592 - grpc++_test_util
1593 - grpc_test_util
1594 - grpc++
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597- name: interop_client_main
1598 build: private
1599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001600 headers:
1601 - test/cpp/interop/interop_client.h
1602 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001603 - src/proto/grpc/testing/empty.proto
1604 - src/proto/grpc/testing/messages.proto
1605 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001606 - test/cpp/interop/client.cc
1607 - test/cpp/interop/interop_client.cc
1608 deps:
1609 - interop_client_helper
1610 - grpc++_test_util
1611 - grpc_test_util
1612 - grpc++
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001616 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001617- name: interop_server_helper
1618 build: private
1619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001620 headers:
1621 - test/cpp/interop/server_helper.h
1622 src:
1623 - test/cpp/interop/server_helper.cc
1624 deps:
yang-gcc591022017-01-11 11:10:43 -08001625 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001626 - grpc_test_util
1627 - grpc++
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001630- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001631 build: private
1632 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001634 - src/proto/grpc/testing/empty.proto
1635 - src/proto/grpc/testing/messages.proto
1636 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001637 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001638 deps:
1639 - interop_server_helper
1640 - grpc++_test_util
1641 - grpc_test_util
1642 - grpc++
1643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001646 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001647- name: interop_server_main
1648 build: private
1649 language: c++
1650 src:
1651 - test/cpp/interop/interop_server_bootstrap.cc
1652 deps:
1653 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001654- name: qps
1655 build: private
1656 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001657 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001658 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001659 - test/cpp/qps/client.h
1660 - test/cpp/qps/driver.h
1661 - test/cpp/qps/histogram.h
1662 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001663 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001664 - test/cpp/qps/qps_worker.h
1665 - test/cpp/qps/report.h
1666 - test/cpp/qps/server.h
1667 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001668 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001670 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001671 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001672 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001673 - src/proto/grpc/testing/control.proto
1674 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001675 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001676 - test/cpp/qps/client_async.cc
1677 - test/cpp/qps/client_sync.cc
1678 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001679 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001680 - test/cpp/qps/qps_worker.cc
1681 - test/cpp/qps/report.cc
1682 - test/cpp/qps/server_async.cc
1683 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001684 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001685 deps:
1686 - grpc_test_util
1687 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001688 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001689 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001690 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691- name: grpc_csharp_ext
1692 build: all
1693 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001694 src:
1695 - src/csharp/ext/grpc_csharp_ext.c
1696 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001699 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001700 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701 dll: only
1702 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001703 vs_packages:
1704 - grpc.dependencies.openssl
1705 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001707 vs_props:
1708 - zlib
1709 - openssl
1710 - winsock
1711 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001713- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001714 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001715 build: test
1716 language: c
1717 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001718 - test/core/surface/alarm_test.cc
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001719 deps:
1720 - grpc_test_util
1721 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001722 - gpr_test_util
1723 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001724- name: algorithm_test
1725 build: test
1726 language: c
1727 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001728 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001729 deps:
1730 - grpc_test_util
1731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001734 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001735- name: alloc_test
1736 build: test
1737 language: c
1738 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001739 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001740 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001743 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744- name: alpn_test
1745 build: test
1746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001747 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001748 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001749 deps:
1750 - grpc_test_util
1751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001754- name: api_fuzzer
1755 build: fuzzer
1756 language: c
1757 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001758 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001759 deps:
1760 - grpc_test_util
1761 - grpc
1762 - gpr_test_util
1763 - gpr
1764 corpus_dirs:
1765 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001766 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001767 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001768- name: arena_test
1769 build: test
1770 language: c
1771 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001772 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001773 deps:
1774 - gpr_test_util
1775 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001776 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001777- name: bad_server_response_test
1778 build: test
1779 language: c
1780 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001781 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001782 deps:
1783 - test_tcp_server
1784 - grpc_test_util
1785 - grpc
1786 - gpr_test_util
1787 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001788 exclude_iomgrs:
1789 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001790- name: bin_decoder_test
1791 build: test
1792 language: c
1793 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001794 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001795 deps:
1796 - grpc_test_util
1797 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001798 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: bin_encoder_test
1800 build: test
1801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001802 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001803 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001804 deps:
1805 - grpc_test_util
1806 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001807 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001808- name: byte_stream_test
1809 build: test
1810 language: c
1811 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001812 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001813 deps:
1814 - grpc_test_util
1815 - grpc
1816 - gpr_test_util
1817 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001818 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001819- name: channel_create_test
1820 build: test
1821 language: c
1822 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001823 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001824 deps:
1825 - grpc_test_util
1826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001829- name: check_epollexclusive
1830 build: tool
1831 language: c
1832 src:
1833 - test/build/check_epollexclusive.c
1834 deps:
1835 - grpc
1836 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001837- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838 build: test
1839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001840 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001841 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001842 deps:
1843 - grpc_test_util
1844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001845 - gpr_test_util
1846 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001847 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001848- name: chttp2_stream_map_test
1849 build: test
1850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001851 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001852 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001853 deps:
1854 - grpc_test_util
1855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001858 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001859- name: chttp2_varint_test
1860 build: test
1861 language: c
1862 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001863 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001864 deps:
1865 - grpc_test_util
1866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001869 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001870- name: client_fuzzer
1871 build: fuzzer
1872 language: c
1873 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001874 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001875 deps:
1876 - grpc_test_util
1877 - grpc
1878 - gpr_test_util
1879 - gpr
1880 corpus_dirs:
1881 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001882 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001883 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08001884- name: cmdline_test
1885 build: test
1886 language: c
1887 src:
1888 - test/core/util/cmdline_test.cc
1889 deps:
1890 - gpr
1891 - gpr_test_util
1892 - grpc_test_util
1893 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07001894- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001895 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001896 build: test
1897 language: c
1898 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001899 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001900 deps:
1901 - grpc_test_util
1902 - grpc
1903 - gpr_test_util
1904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905- name: compression_test
1906 build: test
1907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001908 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001909 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001910 deps:
1911 - grpc_test_util
1912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001915 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001916- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001917 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001918 build: test
1919 language: c
1920 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001921 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001922 deps:
1923 - grpc_test_util
1924 - grpc
1925 - gpr_test_util
1926 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001927 exclude_iomgrs:
1928 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001929- name: connection_refused_test
1930 cpu_cost: 0.1
1931 build: test
1932 language: c
1933 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001934 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001935 deps:
1936 - grpc_test_util
1937 - grpc
1938 - gpr_test_util
1939 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001940- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001941 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001942 build: test
1943 language: c
1944 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001945 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001946 deps:
1947 - grpc_test_util
1948 - grpc
1949 - gpr_test_util
1950 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001951 exclude_iomgrs:
1952 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001953- name: dns_resolver_test
1954 build: test
1955 language: c
1956 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001957 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001964 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001965 build: test
1966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001967 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001968 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001969 deps:
1970 - grpc_test_util
1971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr_test_util
1973 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001974 exclude_iomgrs:
1975 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001976 platforms:
1977 - mac
1978 - linux
1979 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001980- name: endpoint_pair_test
1981 build: test
1982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001983 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001984 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001985 deps:
1986 - grpc_test_util
1987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr_test_util
1989 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001990 exclude_iomgrs:
1991 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001992- name: error_test
1993 cpu_cost: 30
1994 build: test
1995 language: c
1996 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001997 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001998 deps:
1999 - grpc_test_util
2000 - grpc
2001 - gpr_test_util
2002 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002003 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002004- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002005 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002006 build: test
2007 language: c
2008 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002009 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002010 deps:
2011 - grpc_test_util
2012 - grpc
2013 - gpr_test_util
2014 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002015 exclude_iomgrs:
2016 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002017 platforms:
2018 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002019- name: fake_resolver_test
2020 build: test
2021 language: c
2022 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002023 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002024 deps:
2025 - grpc_test_util
2026 - grpc
2027 - gpr_test_util
2028 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002029- name: fake_transport_security_test
2030 build: test
2031 language: c
2032 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002033 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002034 deps:
2035 - gpr_test_util
2036 - gpr
2037 - grpc
2038 filegroups:
2039 - transport_security_test_lib
2040 platforms:
2041 - linux
2042 - posix
2043 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002044- name: fd_conservation_posix_test
2045 build: test
2046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002047 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002048 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002049 deps:
2050 - grpc_test_util
2051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 - gpr_test_util
2053 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002054 exclude_iomgrs:
2055 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002056 platforms:
2057 - mac
2058 - linux
2059 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002060- name: fd_posix_test
2061 build: test
2062 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002063 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002064 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002065 deps:
2066 - grpc_test_util
2067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002068 - gpr_test_util
2069 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002070 exclude_iomgrs:
2071 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002072 platforms:
2073 - mac
2074 - linux
2075 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002076- name: fling_client
2077 build: test
2078 run: false
2079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002080 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002081 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002082 deps:
2083 - grpc_test_util
2084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: fling_server
2088 build: test
2089 run: false
2090 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002091 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002092 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002093 deps:
2094 - grpc_test_util
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002099 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002103 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002104 deps:
2105 - grpc_test_util
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002109 platforms:
2110 - mac
2111 - linux
2112 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002114 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115 build: test
2116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002117 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002118 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002119 deps:
2120 - grpc_test_util
2121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr_test_util
2123 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002124 platforms:
2125 - mac
2126 - linux
2127 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002128- name: goaway_server_test
2129 cpu_cost: 0.1
2130 build: test
2131 language: c
2132 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002133 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002134 deps:
2135 - grpc_test_util
2136 - grpc
2137 - gpr_test_util
2138 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002139 exclude_iomgrs:
2140 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002141 platforms:
2142 - mac
2143 - linux
2144 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002145- name: gpr_avl_test
2146 build: test
2147 language: c
2148 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002149 - test/core/gpr/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002150 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002153 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002154- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002155 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002156 build: test
2157 language: c
2158 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002159 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002160 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr_test_util
2162 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002163 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164- name: gpr_env_test
2165 build: test
2166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002168 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002169 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002170 - gpr_test_util
2171 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002172 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002173- name: gpr_host_port_test
2174 build: test
2175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002177 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002178 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002181 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182- name: gpr_log_test
2183 build: test
2184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002185 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002186 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002187 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002190 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002191- name: gpr_manual_constructor_test
2192 cpu_cost: 3
2193 build: test
2194 language: c
2195 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002196 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002197 deps:
2198 - gpr_test_util
2199 - gpr
2200 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002201- name: gpr_mpscq_test
2202 cpu_cost: 30
2203 build: test
2204 language: c
2205 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002206 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002207 deps:
2208 - gpr_test_util
2209 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002210 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002211- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002212 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002213 build: test
2214 language: c
2215 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002216 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002217 deps:
2218 - gpr_test_util
2219 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002220 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221- name: gpr_string_test
2222 build: test
2223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002224 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002225 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002226 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002229 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002230- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002231 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002232 build: test
2233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002234 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002235 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002236 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 - gpr_test_util
2238 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002239 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002241 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242 build: test
2243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002245 - test/core/gpr/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002246 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002249 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250- name: gpr_time_test
2251 build: test
2252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002253 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002254 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002255 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002258 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259- name: gpr_tls_test
2260 build: test
2261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002263 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002264 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002267 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268- name: gpr_useful_test
2269 build: test
2270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002272 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002273 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002276 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002277- name: grpc_auth_context_test
2278 build: test
2279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002280 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002281 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002287 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002288- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002289 build: test
2290 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002291 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002292 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002293 deps:
2294 - grpc_test_util
2295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002296 - gpr_test_util
2297 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002298 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: grpc_byte_buffer_reader_test
2300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002303 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002309 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: grpc_channel_args_test
2311 build: test
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002314 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002315 deps:
2316 - grpc_test_util
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002320 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002321- name: grpc_channel_stack_builder_test
2322 build: test
2323 language: c
2324 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002325 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002326 deps:
2327 - grpc_test_util
2328 - grpc
2329 - gpr_test_util
2330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331- name: grpc_channel_stack_test
2332 build: test
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002335 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002341 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: grpc_completion_queue_test
2343 build: test
2344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002345 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002346 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002347 deps:
2348 - grpc_test_util
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002352- name: grpc_completion_queue_threading_test
2353 build: test
2354 language: c
2355 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002356 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002357 deps:
2358 - grpc_test_util
2359 - grpc
2360 - gpr_test_util
2361 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002362 exclude_iomgrs:
2363 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002364- name: grpc_create_jwt
2365 build: tool
2366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002367 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002368 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002369 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002370 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002371 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002372 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002373 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002374 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002375 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002376- name: grpc_credentials_test
2377 build: test
2378 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002379 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002380 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002381 deps:
2382 - grpc_test_util
2383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr_test_util
2385 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002387 build: test
2388 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002390 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002391 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002392 deps:
2393 - grpc_test_util
2394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002395 - gpr_test_util
2396 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002397- name: grpc_invalid_channel_args_test
2398 build: test
2399 language: c
2400 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002401 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002402 deps:
2403 - grpc_test_util
2404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002405 - gpr_test_util
2406 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002407 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002408- name: grpc_json_token_test
2409 build: test
2410 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002411 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002412 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002413 deps:
2414 - grpc_test_util
2415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002418 platforms:
2419 - linux
2420 - posix
2421 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002422 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423- name: grpc_jwt_verifier_test
2424 build: test
2425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002427 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002428 deps:
2429 - grpc_test_util
2430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002431 - gpr_test_util
2432 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002433 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434- name: grpc_print_google_default_creds_token
2435 build: tool
2436 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002438 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002439 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002440 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002441 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002442 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002444 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002445- name: grpc_security_connector_test
2446 build: test
2447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002448 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002449 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002450 deps:
2451 - grpc_test_util
2452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr_test_util
2454 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002455- name: grpc_ssl_credentials_test
2456 build: test
2457 language: c
2458 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002459 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002460 deps:
2461 - grpc_test_util
2462 - grpc
2463 - gpr_test_util
2464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465- name: grpc_verify_jwt
2466 build: tool
2467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002468 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002469 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002470 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002471 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002472 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002473 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002475 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002476- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002477 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002478 language: c
2479 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002480 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002481 deps:
2482 - grpc_test_util
2483 - grpc
2484 - gpr_test_util
2485 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002486 exclude_iomgrs:
2487 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002488 platforms:
2489 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002490 secure: true
2491- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002492 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002493 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002494 headers:
2495 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002496 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002497 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002498 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002499 deps:
2500 - grpc_test_util
2501 - grpc
2502 - gpr_test_util
2503 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002504 exclude_iomgrs:
2505 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002506 platforms:
2507 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002508 secure: true
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002509- name: handshake_server_with_readahead_handshaker
2510 build: test
2511 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002512 headers:
2513 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002514 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002515 - test/core/handshake/readahead_handshaker_server_ssl.cc
2516 - test/core/handshake/server_ssl_common.cc
Craig Tiller25834342015-09-25 08:08:24 -07002517 deps:
2518 - grpc_test_util
2519 - grpc
Craig Tiller71c610d2016-03-18 15:57:08 -07002520 - gpr_test_util
2521 - gpr
2522 exclude_iomgrs:
2523 - uv
Craig Tiller71c610d2016-03-18 15:57:08 -07002524 platforms:
2525 - linux
2526 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002527- name: histogram_test
2528 build: test
2529 language: c
2530 src:
2531 - test/core/util/histogram_test.cc
2532 deps:
2533 - grpc_test_util
2534 - gpr
2535 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002536- name: hpack_parser_fuzzer_test
2537 build: fuzzer
2538 language: c
2539 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002540 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002541 deps:
2542 - grpc_test_util
2543 - grpc
2544 - gpr_test_util
2545 - gpr
2546 corpus_dirs:
2547 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002548 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002549 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002550- name: hpack_parser_test
2551 build: test
2552 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002553 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002554 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002555 deps:
2556 - grpc_test_util
2557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002558 - gpr_test_util
2559 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002560 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561- name: hpack_table_test
2562 build: test
2563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002564 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002565 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002566 deps:
2567 - grpc_test_util
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr_test_util
2570 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002571 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002572- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002573 build: test
2574 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002575 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002576 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002577 deps:
2578 - grpc_test_util
2579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002580 - gpr_test_util
2581 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002582 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002583- name: http_request_fuzzer_test
2584 build: fuzzer
2585 language: c
2586 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002587 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002588 deps:
2589 - grpc_test_util
2590 - grpc
2591 - gpr_test_util
2592 - gpr
2593 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002594 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002595 maxlen: 2048
2596- name: http_response_fuzzer_test
2597 build: fuzzer
2598 language: c
2599 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002600 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002601 deps:
2602 - grpc_test_util
2603 - grpc
2604 - gpr_test_util
2605 - gpr
2606 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002607 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002608 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002609- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610 build: test
2611 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002612 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002613 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002614 deps:
2615 - grpc_test_util
2616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002617 - gpr_test_util
2618 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002619- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002620 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621 build: test
2622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002623 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002624 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002625 deps:
2626 - grpc_test_util
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr_test_util
2629 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002630 platforms:
2631 - mac
2632 - linux
2633 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002634- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002635 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002636 build: test
2637 language: c
2638 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002639 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002640 deps:
2641 - grpc_test_util
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr_test_util
2644 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002645 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002646 - linux
yang-gf1183302015-12-07 16:02:05 -08002647- name: init_test
2648 build: test
2649 language: c
2650 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002651 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002652 deps:
2653 - grpc_test_util
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002657 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002658- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002659 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002660 build: test
2661 language: c
2662 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002663 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002664 deps:
2665 - grpc_test_util
2666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002667 - gpr_test_util
2668 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002669- name: json_fuzzer_test
2670 build: fuzzer
2671 language: c
2672 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002673 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002674 deps:
2675 - grpc_test_util
2676 - grpc
2677 - gpr_test_util
2678 - gpr
2679 corpus_dirs:
2680 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002681 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: json_rewrite
2683 build: test
2684 run: false
2685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002686 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002687 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002688 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002689 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002690 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002691 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002693 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694- name: json_rewrite_test
2695 build: test
2696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002697 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002698 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002699 deps:
2700 - grpc_test_util
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr_test_util
2703 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002704 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002705- name: json_stream_error_test
2706 build: test
2707 language: c
2708 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002709 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002710 deps:
2711 - grpc_test_util
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002715 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002716- name: json_test
2717 build: test
2718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002719 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002720 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002721 deps:
2722 - grpc_test_util
2723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002724 - gpr_test_util
2725 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002726 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002727- name: lame_client_test
2728 build: test
2729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002730 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002731 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002732 deps:
2733 - grpc_test_util
2734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002735 - gpr_test_util
2736 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002737- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002738 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002739 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002740 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002742 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002743 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002744 deps:
2745 - grpc_test_util
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002749 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002750- name: load_file_test
2751 build: test
2752 language: c
2753 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002754 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002755 deps:
2756 - grpc_test_util
2757 - grpc
2758 - gpr_test_util
2759 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002760 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761- name: low_level_ping_pong_benchmark
2762 build: benchmark
2763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002764 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002765 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002766 deps:
2767 - grpc_test_util
2768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002769 - gpr_test_util
2770 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002771 platforms:
2772 - mac
2773 - linux
2774 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002775- name: memory_profile_client
2776 build: test
2777 run: false
2778 language: c
2779 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002780 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002781 deps:
2782 - grpc_test_util
2783 - grpc
2784 - gpr_test_util
2785 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002786 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002787- name: memory_profile_server
2788 build: test
2789 run: false
2790 language: c
2791 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002792 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002793 deps:
2794 - grpc_test_util
2795 - grpc
2796 - gpr_test_util
2797 - gpr
2798- name: memory_profile_test
2799 cpu_cost: 1.5
2800 build: test
2801 language: c
2802 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002803 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002804 deps:
2805 - grpc_test_util
2806 - grpc
2807 - gpr_test_util
2808 - gpr
2809 platforms:
2810 - mac
2811 - linux
2812 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002813- name: message_compress_test
2814 build: test
2815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002816 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002817 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002818 deps:
2819 - grpc_test_util
2820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002821 - gpr_test_util
2822 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002823 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002824- name: minimal_stack_is_minimal_test
2825 build: test
2826 language: c
2827 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002828 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002829 deps:
2830 - grpc_test_util
2831 - grpc
2832 - gpr_test_util
2833 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002834 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835- name: multiple_server_queues_test
2836 build: test
2837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002838 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002839 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002840 deps:
2841 - grpc_test_util
2842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002843 - gpr_test_util
2844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: murmur_hash_test
2846 build: test
2847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002848 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002849 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002850 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002853 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002854- name: nanopb_fuzzer_response_test
2855 build: fuzzer
2856 language: c
2857 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002858 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002859 deps:
2860 - grpc_test_util
2861 - grpc
2862 - gpr_test_util
2863 - gpr
2864 corpus_dirs:
2865 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002866 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002867- name: nanopb_fuzzer_serverlist_test
2868 build: fuzzer
2869 language: c
2870 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002871 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002872 deps:
2873 - grpc_test_util
2874 - grpc
2875 - gpr_test_util
2876 - gpr
2877 corpus_dirs:
2878 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002879 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002880- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002881 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882 build: test
2883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002884 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002885 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002886 deps:
2887 - grpc_test_util
2888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002889 - gpr_test_util
2890 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002891- name: num_external_connectivity_watchers_test
2892 build: test
2893 language: c
2894 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002895 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002896 deps:
2897 - grpc_test_util
2898 - grpc
2899 - gpr_test_util
2900 - gpr
2901 exclude_iomgrs:
2902 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002903- name: parse_address_test
2904 build: test
2905 language: c
2906 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002907 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002908 deps:
2909 - grpc_test_util
2910 - grpc
2911 - gpr_test_util
2912 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002913 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002914- name: percent_decode_fuzzer
2915 build: fuzzer
2916 language: c
2917 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002918 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002919 deps:
2920 - grpc_test_util
2921 - grpc
2922 - gpr_test_util
2923 - gpr
2924 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002925 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002926 maxlen: 32
2927- name: percent_encode_fuzzer
2928 build: fuzzer
2929 language: c
2930 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002931 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002932 deps:
2933 - grpc_test_util
2934 - grpc
2935 - gpr_test_util
2936 - gpr
2937 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002938 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002939 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002940- name: percent_encoding_test
2941 build: test
2942 language: c
2943 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002944 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002945 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002946 - grpc_test_util
2947 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002948 - gpr_test_util
2949 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002950 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002951- name: pollset_set_test
2952 build: test
2953 language: c
2954 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002955 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002956 deps:
2957 - grpc_test_util
2958 - grpc
2959 - gpr_test_util
2960 - gpr
2961 exclude_iomgrs:
2962 - uv
2963 platforms:
2964 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002965- name: resolve_address_posix_test
2966 build: test
2967 language: c
2968 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002969 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002970 deps:
2971 - grpc_test_util
2972 - grpc
2973 - gpr_test_util
2974 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002975 exclude_iomgrs:
2976 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002977 platforms:
2978 - mac
2979 - linux
2980 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002981- name: resolve_address_test
2982 build: test
2983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002984 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002985 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002986 deps:
2987 - grpc_test_util
2988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002989 - gpr_test_util
2990 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002991- name: resource_quota_test
2992 cpu_cost: 30
2993 build: test
2994 language: c
2995 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002996 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07002997 deps:
2998 - grpc_test_util
2999 - grpc
3000 - gpr_test_util
3001 - gpr
yang-gd482e592015-12-10 14:04:00 -08003002- name: secure_channel_create_test
3003 build: test
3004 language: c
3005 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003006 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003007 deps:
3008 - grpc_test_util
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr_test_util
3011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003012- name: secure_endpoint_test
3013 build: test
3014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003015 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003016 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003017 deps:
3018 - grpc_test_util
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003022 exclude_iomgrs:
3023 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003024- name: sequential_connectivity_test
3025 build: test
3026 language: c
3027 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003028 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003029 deps:
3030 - grpc_test_util
3031 - grpc
3032 - gpr_test_util
3033 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003034 exclude_iomgrs:
3035 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003036- name: server_chttp2_test
3037 build: test
3038 language: c
3039 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003040 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003041 deps:
3042 - grpc_test_util
3043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003044 - gpr_test_util
3045 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003046- name: server_fuzzer
3047 build: fuzzer
3048 language: c
3049 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003050 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003051 deps:
3052 - grpc_test_util
3053 - grpc
3054 - gpr_test_util
3055 - gpr
3056 corpus_dirs:
3057 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003058 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003059 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003060- name: server_test
3061 build: test
3062 language: c
3063 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003064 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003065 deps:
3066 - grpc_test_util
3067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003068 - gpr_test_util
3069 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003070- name: slice_buffer_test
3071 build: test
3072 language: c
3073 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003074 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003075 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003076 - grpc_test_util
3077 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003078 - gpr_test_util
3079 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003080 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003081- name: slice_hash_table_test
3082 build: test
3083 language: c
3084 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003085 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003086 deps:
3087 - grpc_test_util
3088 - grpc
3089 - gpr_test_util
3090 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003091 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003092- name: slice_string_helpers_test
3093 build: test
3094 language: c
3095 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003096 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003097 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003098 - grpc_test_util
3099 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003100 - gpr_test_util
3101 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003102 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003103- name: slice_test
3104 build: test
3105 language: c
3106 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003107 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003108 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003109 - grpc_test_util
3110 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003111 - gpr_test_util
3112 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003113 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003114- name: sockaddr_resolver_test
3115 build: test
3116 language: c
3117 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003118 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003119 deps:
3120 - grpc_test_util
3121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003122 - gpr_test_util
3123 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003124- name: sockaddr_utils_test
3125 build: test
3126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003127 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003128 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003129 deps:
3130 - grpc_test_util
3131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003132 - gpr_test_util
3133 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003134- name: socket_utils_test
3135 build: test
3136 language: c
3137 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003138 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003139 deps:
3140 - grpc_test_util
3141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003142 - gpr_test_util
3143 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003144 exclude_iomgrs:
3145 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003146 platforms:
3147 - mac
3148 - linux
3149 - posix
yang-g31e21282016-11-04 15:10:03 -07003150- name: ssl_server_fuzzer
3151 build: fuzzer
3152 language: c
3153 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003154 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003155 deps:
3156 - grpc_test_util
3157 - grpc
3158 - gpr_test_util
3159 - gpr
3160 corpus_dirs:
3161 - test/core/security/corpus/ssl_server_corpus
3162 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003163- name: ssl_transport_security_test
3164 build: test
3165 language: c
3166 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003167 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003168 deps:
3169 - gpr_test_util
3170 - gpr
3171 - grpc
3172 filegroups:
3173 - transport_security_test_lib
3174 platforms:
3175 - linux
3176 - posix
3177 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003178- name: status_conversion_test
3179 build: test
3180 language: c
3181 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003182 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003183 deps:
3184 - grpc_test_util
3185 - grpc
3186 - gpr_test_util
3187 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003188 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003189- name: stream_compression_test
3190 build: test
3191 language: c
3192 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003193 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003194 deps:
3195 - grpc_test_util
3196 - grpc
3197 - gpr_test_util
3198 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003199 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003200- name: stream_owned_slice_test
3201 build: test
3202 language: c
3203 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003204 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003205 deps:
3206 - grpc_test_util
3207 - grpc
3208 - gpr_test_util
3209 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003210 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003211- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003212 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003213 build: test
3214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003215 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003216 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003217 deps:
3218 - grpc_test_util
3219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003220 - gpr_test_util
3221 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003222 exclude_iomgrs:
3223 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003224 platforms:
3225 - mac
3226 - linux
3227 - posix
murgatroid991191b722017-02-08 11:56:52 -08003228- name: tcp_client_uv_test
3229 cpu_cost: 0.5
3230 build: test
3231 language: c
3232 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003233 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003234 deps:
3235 - grpc_test_util
3236 - grpc
3237 - gpr_test_util
3238 - gpr
3239 exclude_iomgrs:
3240 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003241- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003242 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003243 build: test
3244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003245 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003246 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003247 deps:
3248 - grpc_test_util
3249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003250 - gpr_test_util
3251 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003252 exclude_iomgrs:
3253 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003254 platforms:
3255 - mac
3256 - linux
3257 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003258- name: tcp_server_posix_test
3259 build: test
3260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003261 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003262 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003263 deps:
3264 - grpc_test_util
3265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003266 - gpr_test_util
3267 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003268 exclude_iomgrs:
3269 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003270 platforms:
3271 - mac
3272 - linux
3273 - posix
murgatroid991191b722017-02-08 11:56:52 -08003274- name: tcp_server_uv_test
3275 build: test
3276 language: c
3277 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003278 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003279 deps:
3280 - grpc_test_util
3281 - grpc
3282 - gpr_test_util
3283 - gpr
3284 exclude_iomgrs:
3285 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003286- name: time_averaged_stats_test
3287 build: test
3288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003289 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003290 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003291 deps:
3292 - grpc_test_util
3293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003294 - gpr_test_util
3295 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003296 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003297- name: timeout_encoding_test
3298 build: test
3299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003300 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003301 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003302 deps:
3303 - grpc_test_util
3304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003305 - gpr_test_util
3306 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003307 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003308- name: timer_heap_test
3309 build: test
3310 language: c
3311 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003312 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003313 deps:
3314 - grpc_test_util
3315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003316 - gpr_test_util
3317 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003318 exclude_iomgrs:
3319 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003320 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003321- name: timer_list_test
3322 build: test
3323 language: c
3324 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003325 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003326 deps:
3327 - grpc_test_util
3328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003329 - gpr_test_util
3330 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003331 exclude_iomgrs:
3332 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003333 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003334- name: transport_connectivity_state_test
3335 build: test
3336 language: c
3337 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003338 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003339 deps:
3340 - grpc_test_util
3341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003342 - gpr_test_util
3343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003344- name: transport_metadata_test
3345 build: test
3346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003347 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003348 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003349 deps:
3350 - grpc_test_util
3351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003352 - gpr_test_util
3353 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003354- name: transport_security_test
3355 build: test
3356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003357 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003358 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003359 deps:
3360 - grpc_test_util
3361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003362 - gpr_test_util
3363 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003364 platforms:
3365 - linux
3366 - posix
3367 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003368- name: udp_server_test
3369 build: test
3370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003371 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003372 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003373 deps:
3374 - grpc_test_util
3375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003376 - gpr_test_util
3377 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003378 exclude_iomgrs:
3379 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003380 platforms:
3381 - mac
3382 - linux
3383 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003384- name: uri_fuzzer_test
3385 build: fuzzer
3386 language: c
3387 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003388 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003389 deps:
3390 - grpc_test_util
3391 - grpc
3392 - gpr_test_util
3393 - gpr
3394 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003395 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003396 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003397- name: uri_parser_test
3398 build: test
3399 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003400 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003401 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003402 deps:
3403 - grpc_test_util
3404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003405 - gpr_test_util
3406 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003407- name: wakeup_fd_cv_test
3408 build: test
3409 language: c
3410 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003411 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003412 deps:
3413 - grpc_test_util
3414 - grpc
3415 - gpr_test_util
3416 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003417 exclude_iomgrs:
3418 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003419 platforms:
3420 - mac
3421 - linux
3422 - posix
vjpai04e992a2016-02-10 16:58:38 -08003423- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003424 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003425 build: test
3426 language: c++
3427 src:
3428 - test/cpp/common/alarm_cpp_test.cc
3429 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003430 - grpc++_test_util_unsecure
3431 - grpc_test_util_unsecure
3432 - grpc++_unsecure
3433 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003434 - gpr_test_util
3435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003436- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003437 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438 build: test
3439 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003440 src:
3441 - test/cpp/end2end/async_end2end_test.cc
3442 deps:
3443 - grpc++_test_util
3444 - grpc_test_util
3445 - grpc++
3446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003447 - gpr_test_util
3448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003449- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003450 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451 build: test
3452 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003453 src:
3454 - test/cpp/common/auth_property_iterator_test.cc
3455 deps:
3456 - grpc++_test_util
3457 - grpc_test_util
3458 - grpc++
3459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003460 - gpr_test_util
3461 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003462 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003463- name: backoff_test
3464 build: test
3465 language: c++
3466 src:
3467 - test/core/backoff/backoff_test.cc
3468 deps:
3469 - grpc_test_util
3470 - grpc
3471 - gpr_test_util
3472 - gpr
3473 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003474- name: bdp_estimator_test
3475 build: test
3476 language: c++
3477 src:
3478 - test/core/transport/bdp_estimator_test.cc
3479 deps:
3480 - grpc++_test_util
3481 - grpc++
3482 - grpc_test_util
3483 - grpc
3484 - gpr_test_util
3485 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003486 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003487- name: bm_arena
3488 build: test
3489 language: c++
3490 src:
3491 - test/cpp/microbenchmarks/bm_arena.cc
3492 deps:
3493 - grpc_benchmark
3494 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003495 - grpc++_test_util_unsecure
3496 - grpc_test_util_unsecure
3497 - grpc++_unsecure
3498 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003499 - gpr_test_util
3500 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003501 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003502 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003503 platforms:
3504 - mac
3505 - linux
3506 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003507 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003508- name: bm_call_create
3509 build: test
3510 language: c++
3511 src:
3512 - test/cpp/microbenchmarks/bm_call_create.cc
3513 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003514 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003515 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003516 - grpc++_test_util_unsecure
3517 - grpc_test_util_unsecure
3518 - grpc++_unsecure
3519 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003520 - gpr_test_util
3521 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003522 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003523 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003524 platforms:
3525 - mac
3526 - linux
3527 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003528 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003529- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003530 build: test
3531 language: c++
3532 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003533 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003534 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003535 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003536 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003537 - grpc++_test_util_unsecure
3538 - grpc_test_util_unsecure
3539 - grpc++_unsecure
3540 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003541 - gpr_test_util
3542 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003543 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003544 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003545 platforms:
3546 - mac
3547 - linux
3548 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003549 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003550- name: bm_chttp2_transport
3551 build: test
3552 language: c++
3553 src:
3554 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3555 deps:
3556 - grpc_benchmark
3557 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003558 - grpc++_test_util_unsecure
3559 - grpc_test_util_unsecure
3560 - grpc++_unsecure
3561 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003562 - gpr_test_util
3563 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003564 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003565 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003566 platforms:
3567 - mac
3568 - linux
3569 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003570- name: bm_closure
3571 build: test
3572 language: c++
3573 src:
3574 - test/cpp/microbenchmarks/bm_closure.cc
3575 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003576 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003577 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003578 - grpc++_test_util_unsecure
3579 - grpc_test_util_unsecure
3580 - grpc++_unsecure
3581 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003582 - gpr_test_util
3583 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003584 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003585 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003586 platforms:
3587 - mac
3588 - linux
3589 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003590- name: bm_cq
3591 build: test
3592 language: c++
3593 src:
3594 - test/cpp/microbenchmarks/bm_cq.cc
3595 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003596 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003597 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003598 - grpc++_test_util_unsecure
3599 - grpc_test_util_unsecure
3600 - grpc++_unsecure
3601 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003602 - gpr_test_util
3603 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003604 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003605 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003606 platforms:
3607 - mac
3608 - linux
3609 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003610- name: bm_cq_multiple_threads
3611 build: test
3612 language: c++
3613 src:
3614 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3615 deps:
3616 - grpc_benchmark
3617 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003618 - grpc++_test_util_unsecure
3619 - grpc_test_util_unsecure
3620 - grpc++_unsecure
3621 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003622 - gpr_test_util
3623 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003624 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003625 defaults: benchmark
3626 platforms:
3627 - mac
3628 - linux
3629 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003630- name: bm_error
3631 build: test
3632 language: c++
3633 src:
3634 - test/cpp/microbenchmarks/bm_error.cc
3635 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003636 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003637 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003638 - grpc++_test_util_unsecure
3639 - grpc_test_util_unsecure
3640 - grpc++_unsecure
3641 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003642 - gpr_test_util
3643 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003644 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003645 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003646 platforms:
3647 - mac
3648 - linux
3649 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003650 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003651- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003652 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003653 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003654 headers:
3655 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003656 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003657 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003658 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003659 - grpc_benchmark
3660 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003661 - grpc++_test_util_unsecure
3662 - grpc_test_util_unsecure
3663 - grpc++_unsecure
3664 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003665 - gpr_test_util
3666 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003667 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003668 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003669 excluded_poll_engines:
3670 - poll
3671 - poll-cv
3672 platforms:
3673 - mac
3674 - linux
3675 - posix
3676 timeout_seconds: 1200
3677- name: bm_fullstack_streaming_pump
3678 build: test
3679 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003680 headers:
3681 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003682 src:
3683 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003684 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003685 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003686 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003687 - grpc++_test_util_unsecure
3688 - grpc_test_util_unsecure
3689 - grpc++_unsecure
3690 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003691 - gpr_test_util
3692 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003693 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003694 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003695 excluded_poll_engines:
3696 - poll
3697 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003698 platforms:
3699 - mac
3700 - linux
3701 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003702 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003703- name: bm_fullstack_trickle
3704 build: test
3705 language: c++
3706 src:
3707 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3708 deps:
3709 - grpc_benchmark
3710 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003711 - grpc++_test_util_unsecure
3712 - grpc_test_util_unsecure
3713 - grpc++_unsecure
3714 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003715 - gpr_test_util
3716 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003717 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003718 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003719 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003720 exclude_configs:
3721 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003722 excluded_poll_engines:
3723 - poll
3724 - poll-cv
3725 platforms:
3726 - mac
3727 - linux
3728 - posix
3729 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003730- name: bm_fullstack_unary_ping_pong
3731 build: test
3732 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003733 headers:
3734 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003735 src:
3736 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3737 deps:
3738 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003739 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003740 - grpc++_test_util_unsecure
3741 - grpc_test_util_unsecure
3742 - grpc++_unsecure
3743 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003744 - gpr_test_util
3745 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003746 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003747 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003748 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003749 - poll
3750 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003751 platforms:
3752 - mac
3753 - linux
3754 - posix
3755 timeout_seconds: 1200
3756- name: bm_metadata
3757 build: test
3758 language: c++
3759 src:
3760 - test/cpp/microbenchmarks/bm_metadata.cc
3761 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003762 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003763 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003764 - grpc++_test_util_unsecure
3765 - grpc_test_util_unsecure
3766 - grpc++_unsecure
3767 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003768 - gpr_test_util
3769 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003770 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003771 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003772 platforms:
3773 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003774 - linux
3775 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003776 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003777- name: bm_pollset
3778 build: test
3779 language: c++
3780 src:
3781 - test/cpp/microbenchmarks/bm_pollset.cc
3782 deps:
3783 - grpc_benchmark
3784 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003785 - grpc++_test_util_unsecure
3786 - grpc_test_util_unsecure
3787 - grpc++_unsecure
3788 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003789 - gpr_test_util
3790 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003791 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003792 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003793 platforms:
3794 - mac
3795 - linux
3796 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003797- name: channel_arguments_test
3798 gtest: true
3799 build: test
3800 language: c++
3801 src:
3802 - test/cpp/common/channel_arguments_test.cc
3803 deps:
3804 - grpc++
3805 - grpc
3806 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003807 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003808- name: channel_filter_test
3809 gtest: true
3810 build: test
3811 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003812 src:
3813 - test/cpp/common/channel_filter_test.cc
3814 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003815 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003816 - grpc
3817 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003818 uses_polling: false
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08003819- name: chttp2_settings_timeout_test
3820 gtest: true
3821 build: test
3822 language: c++
3823 src:
3824 - test/core/transport/chttp2/settings_timeout_test.cc
3825 deps:
3826 - grpc_test_util
3827 - grpc
3828 - gpr_test_util
3829 - gpr
3830 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003831- name: cli_call_test
3832 gtest: true
3833 build: test
3834 language: c++
3835 src:
Craig Tiller25834342015-09-25 08:08:24 -07003836 - test/cpp/util/cli_call_test.cc
3837 deps:
3838 - grpc_cli_libs
3839 - grpc++_test_util
3840 - grpc_test_util
3841 - grpc++
3842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003843 - gpr_test_util
3844 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003845- name: client_channel_stress_test
3846 gtest: false
3847 build: test
3848 language: c++
3849 src:
3850 - src/proto/grpc/lb/v1/load_balancer.proto
3851 - test/cpp/client/client_channel_stress_test.cc
3852 deps:
3853 - grpc++_test_util
3854 - grpc_test_util
3855 - grpc++
3856 - grpc
3857 - gpr_test_util
3858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003859- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003860 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003861 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003862 build: test
3863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003864 src:
3865 - test/cpp/end2end/client_crash_test.cc
3866 deps:
3867 - grpc++_test_util
3868 - grpc_test_util
3869 - grpc++
3870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003871 - gpr_test_util
3872 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003873 platforms:
3874 - mac
3875 - linux
3876 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003877- name: client_crash_test_server
3878 build: test
3879 run: false
3880 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003881 src:
3882 - test/cpp/end2end/client_crash_test_server.cc
3883 deps:
3884 - grpc++_test_util
3885 - grpc_test_util
3886 - grpc++
3887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003888 - gpr_test_util
3889 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003890- name: client_lb_end2end_test
3891 gtest: true
3892 build: test
3893 language: c++
3894 src:
3895 - test/cpp/end2end/client_lb_end2end_test.cc
3896 deps:
3897 - grpc++_test_util
3898 - grpc_test_util
3899 - grpc++
3900 - grpc
3901 - gpr_test_util
3902 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003903- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003904 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003905 build: test
3906 language: c++
3907 src:
3908 - src/proto/grpc/testing/control.proto
3909 - src/proto/grpc/testing/messages.proto
3910 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003911 - src/proto/grpc/testing/services.proto
3912 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003913 - test/cpp/codegen/codegen_test_full.cc
3914 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003915 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003916 - grpc++
3917 - grpc
3918 - gpr
3919 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003920 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003921 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003922- name: codegen_test_minimal
3923 gtest: true
3924 build: test
3925 language: c++
3926 src:
3927 - src/proto/grpc/testing/control.proto
3928 - src/proto/grpc/testing/messages.proto
3929 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003930 - src/proto/grpc/testing/services.proto
3931 - src/proto/grpc/testing/stats.proto
3932 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003933 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003934 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003935 - grpc
3936 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003937 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003938 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003939 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003940 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003941- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003942 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003943 build: test
3944 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003945 src:
3946 - test/cpp/client/credentials_test.cc
3947 deps:
3948 - grpc++
3949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003951- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003952 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003953 build: test
3954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003955 src:
3956 - test/cpp/util/byte_buffer_test.cc
3957 deps:
3958 - grpc_test_util
3959 - grpc++
3960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003961 - gpr_test_util
3962 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003963 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003964- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003965 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003966 build: test
3967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003968 src:
3969 - test/cpp/util/slice_test.cc
3970 deps:
3971 - grpc_test_util
3972 - grpc++
3973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003974 - gpr_test_util
3975 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003976 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003977- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003978 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003979 build: test
3980 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003981 src:
3982 - test/cpp/util/string_ref_test.cc
3983 deps:
3984 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003985 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003986 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003987- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003988 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003989 build: test
3990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003991 src:
3992 - test/cpp/util/time_test.cc
3993 deps:
3994 - grpc_test_util
3995 - grpc++
3996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003997 - gpr_test_util
3998 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003999 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004000- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004001 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004002 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004003 build: test
4004 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004005 src:
4006 - test/cpp/end2end/end2end_test.cc
4007 deps:
4008 - grpc++_test_util
4009 - grpc_test_util
4010 - grpc++
4011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004012 - gpr_test_util
4013 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004014- name: error_details_test
4015 gtest: true
4016 build: test
4017 language: c++
4018 src:
4019 - src/proto/grpc/testing/echo_messages.proto
4020 - test/cpp/util/error_details_test.cc
4021 deps:
4022 - grpc++_error_details
4023 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004024- name: exception_test
4025 gtest: true
4026 build: test
4027 language: c++
4028 src:
4029 - test/cpp/end2end/exception_test.cc
4030 deps:
4031 - grpc++_test_util
4032 - grpc_test_util
4033 - grpc++
4034 - grpc
4035 - gpr_test_util
4036 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004037- name: filter_end2end_test
4038 gtest: true
4039 build: test
4040 language: c++
4041 src:
4042 - test/cpp/end2end/filter_end2end_test.cc
4043 deps:
4044 - grpc++_test_util
4045 - grpc_test_util
4046 - grpc++
4047 - grpc
4048 - gpr_test_util
4049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004050- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004051 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004052 build: test
4053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004054 src:
4055 - test/cpp/end2end/generic_end2end_test.cc
4056 deps:
4057 - grpc++_test_util
4058 - grpc_test_util
4059 - grpc++
4060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004061 - gpr_test_util
4062 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004063- name: golden_file_test
4064 gtest: true
4065 build: test
4066 language: c++
4067 src:
4068 - src/proto/grpc/testing/compiler_test.proto
4069 - test/cpp/codegen/golden_file_test.cc
4070 deps:
4071 - grpc++
4072 - grpc
4073 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004074 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004075 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004076 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004077- name: grpc_cli
4078 build: test
4079 run: false
4080 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004081 src:
4082 - test/cpp/util/grpc_cli.cc
4083 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004084 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004085 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004086 - grpc++
4087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004088 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004089 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004090- name: grpc_cpp_plugin
4091 build: protoc
4092 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004093 src:
4094 - src/compiler/cpp_plugin.cc
4095 deps:
4096 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004097 secure: false
4098 vs_config_type: Application
4099 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4100- name: grpc_csharp_plugin
4101 build: protoc
4102 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004103 src:
4104 - src/compiler/csharp_plugin.cc
4105 deps:
4106 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004107 secure: false
4108 vs_config_type: Application
4109 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004110- name: grpc_node_plugin
4111 build: protoc
4112 language: c++
4113 src:
4114 - src/compiler/node_plugin.cc
4115 deps:
4116 - grpc_plugin_support
4117 secure: false
4118 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004119- name: grpc_objective_c_plugin
4120 build: protoc
4121 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004122 src:
4123 - src/compiler/objective_c_plugin.cc
4124 deps:
4125 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004126 secure: false
4127 vs_config_type: Application
4128 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004129- name: grpc_php_plugin
4130 build: protoc
4131 language: c++
4132 src:
4133 - src/compiler/php_plugin.cc
4134 deps:
4135 - grpc_plugin_support
4136 secure: false
4137 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004138- name: grpc_python_plugin
4139 build: protoc
4140 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004141 src:
4142 - src/compiler/python_plugin.cc
4143 deps:
4144 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004145 secure: false
4146 vs_config_type: Application
4147 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4148- name: grpc_ruby_plugin
4149 build: protoc
4150 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004151 src:
4152 - src/compiler/ruby_plugin.cc
4153 deps:
4154 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004155 secure: false
4156 vs_config_type: Application
4157 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004158- name: grpc_tool_test
4159 gtest: true
4160 build: test
4161 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004162 src:
4163 - src/proto/grpc/testing/echo.proto
4164 - src/proto/grpc/testing/echo_messages.proto
4165 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004166 deps:
4167 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004168 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004169 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004170 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004171 - grpc_test_util
4172 - grpc++
4173 - grpc
4174 - gpr_test_util
4175 - gpr
4176 filegroups:
4177 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004178- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004179 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004180 build: test
4181 language: c++
4182 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004183 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004184 - test/cpp/grpclb/grpclb_api_test.cc
4185 deps:
4186 - grpc++_test_util
4187 - grpc_test_util
4188 - grpc++
4189 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004190- name: grpclb_end2end_test
4191 gtest: true
4192 build: test
4193 language: c++
4194 src:
4195 - src/proto/grpc/lb/v1/load_balancer.proto
4196 - test/cpp/end2end/grpclb_end2end_test.cc
4197 deps:
4198 - grpc++_test_util
4199 - grpc_test_util
4200 - grpc++
4201 - grpc
4202 - gpr_test_util
4203 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004204- name: grpclb_test
4205 gtest: false
4206 build: test
4207 language: c++
4208 src:
4209 - src/proto/grpc/lb/v1/load_balancer.proto
4210 - test/cpp/grpclb/grpclb_test.cc
4211 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004212 - grpc++_test_util
4213 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004214 - grpc++
4215 - grpc
4216 - gpr_test_util
4217 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004218- name: h2_ssl_cert_test
4219 gtest: true
4220 build: test
4221 language: c++
4222 headers:
4223 - test/core/end2end/end2end_tests.h
4224 src:
4225 - test/core/end2end/h2_ssl_cert_test.cc
4226 deps:
4227 - grpc_test_util
4228 - grpc++
4229 - grpc
4230 - gpr_test_util
4231 - gpr
4232 uses:
4233 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004234- name: health_service_end2end_test
4235 gtest: true
4236 build: test
4237 language: c++
4238 src:
4239 - test/cpp/end2end/health_service_end2end_test.cc
4240 deps:
4241 - grpc++_test_util
4242 - grpc_test_util
4243 - grpc++
4244 - grpc
4245 - gpr_test_util
4246 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004247- name: http2_client
4248 build: test
4249 run: false
4250 language: c++
4251 src: []
4252 deps:
4253 - http2_client_main
4254 - grpc++_test_util
4255 - grpc_test_util
4256 - grpc++
4257 - grpc
4258 - grpc++_test_config
4259 platforms:
4260 - mac
4261 - linux
4262 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004263- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004264 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004265 build: test
4266 language: c++
4267 src:
4268 - test/cpp/end2end/hybrid_end2end_test.cc
4269 deps:
4270 - grpc++_test_util
4271 - grpc_test_util
4272 - grpc++
4273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004274 - gpr_test_util
4275 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004276- name: inlined_vector_test
4277 gtest: true
4278 build: test
4279 language: c++
4280 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004281 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004282 deps:
4283 - grpc_test_util
4284 - grpc++
4285 - grpc
4286 - gpr_test_util
4287 - gpr
4288 uses:
4289 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004290- name: inproc_sync_unary_ping_pong_test
4291 build: test
4292 language: c++
4293 src:
4294 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4295 deps:
4296 - qps
4297 - grpc++_core_stats
4298 - grpc++_test_util
4299 - grpc_test_util
4300 - grpc++
4301 - grpc
4302 - gpr_test_util
4303 - gpr
4304 - grpc++_test_config
4305 platforms:
4306 - mac
4307 - linux
4308 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004309- name: interop_client
4310 build: test
4311 run: false
4312 language: c++
4313 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004314 deps:
4315 - interop_client_main
4316 - interop_client_helper
4317 - grpc++_test_util
4318 - grpc_test_util
4319 - grpc++
4320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004321 - gpr_test_util
4322 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004323 - grpc++_test_config
4324 platforms:
4325 - mac
4326 - linux
4327 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004328- name: interop_server
4329 build: test
4330 run: false
4331 language: c++
4332 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004333 deps:
4334 - interop_server_main
4335 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004336 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004337 - grpc++_test_util
4338 - grpc_test_util
4339 - grpc++
4340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004341 - gpr_test_util
4342 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004343 - grpc++_test_config
4344 platforms:
4345 - mac
4346 - linux
4347 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004348- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004349 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004350 build: test
4351 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004352 src:
4353 - test/cpp/interop/interop_test.cc
4354 deps:
4355 - grpc_test_util
4356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004357 - gpr_test_util
4358 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004359 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004360 platforms:
4361 - mac
4362 - linux
4363 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004364- name: json_run_localhost
4365 build: test
4366 run: false
4367 language: c++
4368 src:
4369 - test/cpp/qps/json_run_localhost.cc
4370 deps:
4371 - grpc++_test_util
4372 - grpc_test_util
4373 - grpc++
4374 - grpc
4375 - gpr_test_util
4376 - gpr
4377 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004378 platforms:
4379 - mac
4380 - linux
4381 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004382- name: memory_test
4383 gtest: true
4384 build: test
4385 language: c++
4386 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004387 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004388 deps:
4389 - grpc_test_util
4390 - grpc++
4391 - grpc
4392 - gpr_test_util
4393 - gpr
4394 uses:
4395 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004396 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004397- name: metrics_client
4398 build: test
4399 run: false
4400 language: c++
4401 headers:
4402 - test/cpp/util/metrics_server.h
4403 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004404 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004405 - test/cpp/interop/metrics_client.cc
4406 deps:
4407 - grpc++
4408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004409 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004410 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004411- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004412 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004413 build: test
4414 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004415 headers:
4416 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004417 src:
4418 - test/cpp/end2end/mock_test.cc
4419 deps:
4420 - grpc++_test_util
4421 - grpc_test_util
4422 - grpc++
4423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004424 - gpr_test_util
4425 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004426- name: noop-benchmark
4427 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004428 language: c++
4429 src:
4430 - test/cpp/microbenchmarks/noop-benchmark.cc
4431 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004432 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004433 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004434- name: orphanable_test
4435 gtest: true
4436 build: test
4437 language: c++
4438 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004439 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004440 deps:
4441 - grpc_test_util
4442 - grpc++
4443 - grpc
4444 - gpr_test_util
4445 - gpr
4446 uses:
4447 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004448- name: proto_server_reflection_test
4449 gtest: true
4450 build: test
4451 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004452 src:
4453 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004454 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004455 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004456 - grpc++_reflection
4457 - grpc++_test_util
4458 - grpc_test_util
4459 - grpc++
4460 - grpc
4461 - gpr_test_util
4462 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004463- name: proto_utils_test
4464 gtest: true
4465 build: test
4466 language: c++
4467 src:
4468 - test/cpp/codegen/proto_utils_test.cc
4469 deps:
4470 - grpc++
4471 - grpc
4472 filegroups:
4473 - grpc++_codegen_base
4474 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004475 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004476- name: qps_interarrival_test
4477 build: test
4478 run: false
4479 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004480 src:
4481 - test/cpp/qps/qps_interarrival_test.cc
4482 deps:
4483 - qps
4484 - grpc++_test_util
4485 - grpc_test_util
4486 - grpc++
4487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004488 - gpr_test_util
4489 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004490 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004491 platforms:
4492 - mac
4493 - linux
4494 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004495 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004496- name: qps_json_driver
4497 build: test
4498 run: false
4499 language: c++
4500 src:
4501 - test/cpp/qps/qps_json_driver.cc
4502 deps:
4503 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004504 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004505 - grpc++_test_util
4506 - grpc_test_util
4507 - grpc++
4508 - grpc
4509 - gpr_test_util
4510 - gpr
4511 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004512- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004513 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004514 build: test
4515 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004516 src:
4517 - test/cpp/qps/qps_openloop_test.cc
4518 deps:
4519 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004520 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004521 - grpc++_test_util
4522 - grpc_test_util
4523 - grpc++
4524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004525 - gpr_test_util
4526 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004527 - grpc++_test_config
4528 platforms:
4529 - mac
4530 - linux
4531 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004532- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004533 build: test
4534 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004535 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004536 headers:
4537 - test/cpp/qps/client.h
4538 - test/cpp/qps/server.h
4539 src:
4540 - test/cpp/qps/worker.cc
4541 deps:
4542 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004543 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004544 - grpc++_test_util
4545 - grpc_test_util
4546 - grpc++
4547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004548 - gpr_test_util
4549 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004550 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004551- name: reconnect_interop_client
4552 build: test
4553 run: false
4554 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004555 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004556 - src/proto/grpc/testing/empty.proto
4557 - src/proto/grpc/testing/messages.proto
4558 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004559 - test/cpp/interop/reconnect_interop_client.cc
4560 deps:
4561 - grpc++_test_util
4562 - grpc_test_util
4563 - grpc++
4564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004565 - gpr_test_util
4566 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004567 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004568- name: reconnect_interop_server
4569 build: test
4570 run: false
4571 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004572 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004573 - src/proto/grpc/testing/empty.proto
4574 - src/proto/grpc/testing/messages.proto
4575 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004576 - test/cpp/interop/reconnect_interop_server.cc
4577 deps:
4578 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004579 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004580 - grpc++_test_util
4581 - grpc_test_util
4582 - grpc++
4583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004584 - gpr_test_util
4585 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004586 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004587- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004588 gtest: true
4589 build: test
4590 language: c++
4591 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004592 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004593 deps:
4594 - grpc_test_util
4595 - grpc++
4596 - grpc
4597 - gpr_test_util
4598 - gpr
4599 uses:
4600 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004601- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004602 gtest: true
4603 build: test
4604 language: c++
4605 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004606 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004607 deps:
4608 - grpc_test_util
4609 - grpc++
4610 - grpc
4611 - gpr_test_util
4612 - gpr
4613 uses:
4614 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004615- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004616 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004617 build: test
4618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004619 src:
4620 - test/cpp/common/secure_auth_context_test.cc
4621 deps:
4622 - grpc++_test_util
4623 - grpc_test_util
4624 - grpc++
4625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004626 - gpr_test_util
4627 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004628- name: secure_sync_unary_ping_pong_test
4629 build: test
4630 language: c++
4631 src:
4632 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4633 deps:
4634 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004635 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004636 - grpc++_test_util
4637 - grpc_test_util
4638 - grpc++
4639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004640 - gpr_test_util
4641 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004642 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004643 platforms:
4644 - mac
4645 - linux
4646 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004647- name: server_builder_plugin_test
4648 gtest: true
4649 build: test
4650 language: c++
4651 src:
4652 - test/cpp/end2end/server_builder_plugin_test.cc
4653 deps:
4654 - grpc++_test_util
4655 - grpc_test_util
4656 - grpc++
4657 - grpc
4658 - gpr_test_util
4659 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004660- name: server_builder_test
4661 gtest: true
4662 build: test
4663 language: c++
4664 src:
4665 - src/proto/grpc/testing/echo_messages.proto
4666 - src/proto/grpc/testing/echo.proto
4667 - test/cpp/server/server_builder_test.cc
4668 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004669 - grpc++_test_util_unsecure
4670 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004671 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004672 - grpc++_unsecure
4673 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004674 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004675- name: server_context_test_spouse_test
4676 gtest: true
4677 build: test
4678 language: c++
4679 src:
4680 - test/cpp/test/server_context_test_spouse_test.cc
4681 deps:
4682 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004683 - grpc++
4684 - grpc
4685 - gpr_test_util
4686 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004687 uses:
4688 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004689- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004690 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004691 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004692 build: test
4693 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004694 src:
4695 - test/cpp/end2end/server_crash_test.cc
4696 deps:
4697 - grpc++_test_util
4698 - grpc_test_util
4699 - grpc++
4700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004701 - gpr_test_util
4702 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004703 platforms:
4704 - mac
4705 - linux
4706 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004707- name: server_crash_test_client
4708 build: test
4709 run: false
4710 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004711 src:
4712 - test/cpp/end2end/server_crash_test_client.cc
4713 deps:
4714 - grpc++_test_util
4715 - grpc_test_util
4716 - grpc++
4717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004718 - gpr_test_util
4719 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08004720- name: server_early_return_test
4721 gtest: true
4722 build: test
4723 language: c++
4724 src:
4725 - test/cpp/end2end/server_early_return_test.cc
4726 deps:
4727 - grpc++_test_util
4728 - grpc_test_util
4729 - grpc++
4730 - grpc
4731 - gpr_test_util
4732 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004733- name: server_request_call_test
4734 gtest: true
4735 build: test
4736 language: c++
4737 src:
4738 - src/proto/grpc/testing/echo_messages.proto
4739 - src/proto/grpc/testing/echo.proto
4740 - test/cpp/server/server_request_call_test.cc
4741 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004742 - grpc++_test_util_unsecure
4743 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004744 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004745 - grpc++_unsecure
4746 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004748- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004749 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004750 build: test
4751 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004752 src:
4753 - test/cpp/end2end/shutdown_test.cc
4754 deps:
4755 - grpc++_test_util
4756 - grpc_test_util
4757 - grpc++
4758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004759 - gpr_test_util
4760 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004761- name: stats_test
4762 gtest: true
4763 build: test
4764 language: c++
4765 src:
4766 - test/core/debug/stats_test.cc
4767 deps:
4768 - grpc++_test_util
4769 - grpc_test_util
4770 - grpc
4771 - gpr_test_util
4772 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004773 exclude_configs:
4774 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004775 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004776 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004777- name: status_test
4778 build: test
4779 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004780 src:
4781 - test/cpp/util/status_test.cc
4782 deps:
4783 - grpc_test_util
4784 - grpc++
4785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004786 - gpr_test_util
4787 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004788 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004789- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004790 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004791 build: test
4792 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004793 src:
4794 - test/cpp/end2end/streaming_throughput_test.cc
4795 deps:
4796 - grpc++_test_util
4797 - grpc_test_util
4798 - grpc++
4799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004800 - gpr_test_util
4801 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004802 platforms:
4803 - mac
4804 - linux
4805 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004806- name: stress_test
4807 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004808 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004809 language: c++
4810 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004811 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004812 - test/cpp/interop/interop_client.h
4813 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004814 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004815 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004816 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004817 - src/proto/grpc/testing/empty.proto
4818 - src/proto/grpc/testing/messages.proto
4819 - src/proto/grpc/testing/metrics.proto
4820 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004821 - test/cpp/interop/interop_client.cc
4822 - test/cpp/interop/stress_interop_client.cc
4823 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004824 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004825 deps:
4826 - grpc++_test_util
4827 - grpc_test_util
4828 - grpc++
4829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004830 - gpr_test_util
4831 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004832 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004833- name: thread_manager_test
4834 build: test
4835 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004836 src:
4837 - test/cpp/thread_manager/thread_manager_test.cc
4838 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004839 - grpc++_unsecure
4840 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004841 - gpr
4842 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004843- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004844 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004845 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004846 build: test
4847 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004848 src:
4849 - test/cpp/end2end/thread_stress_test.cc
4850 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004851 - grpc++_test_util_unsecure
4852 - grpc_test_util_unsecure
4853 - grpc++_unsecure
4854 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004855 - gpr_test_util
4856 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004857- name: transport_pid_controller_test
4858 build: test
4859 language: c++
4860 src:
4861 - test/core/transport/pid_controller_test.cc
4862 deps:
4863 - grpc++_test_util
4864 - grpc++
4865 - grpc_test_util
4866 - grpc
4867 - gpr_test_util
4868 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004869- name: writes_per_rpc_test
4870 gtest: true
4871 cpu_cost: 0.5
4872 build: test
4873 language: c++
4874 src:
4875 - test/cpp/performance/writes_per_rpc_test.cc
4876 deps:
4877 - grpc++_test_util
4878 - grpc_test_util
4879 - grpc++
4880 - grpc
4881 - gpr_test_util
4882 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004883 platforms:
4884 - mac
4885 - linux
4886 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004887- name: public_headers_must_be_c89
4888 build: test
4889 language: c89
4890 src:
4891 - test/core/surface/public_headers_must_be_c89.c
4892 deps:
4893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004894 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08004895- name: gen_hpack_tables
4896 build: tool
4897 language: cc
4898 src:
4899 - tools/codegen/core/gen_hpack_tables.cc
4900 deps:
4901 - gpr
4902 - grpc
4903 uses_polling: false
4904- name: gen_legal_metadata_characters
4905 build: tool
4906 language: cc
4907 src:
4908 - tools/codegen/core/gen_legal_metadata_characters.cc
4909 deps: []
4910- name: gen_percent_encoding_tables
4911 build: tool
4912 language: cc
4913 src:
4914 - tools/codegen/core/gen_percent_encoding_tables.cc
4915 deps: []
4916 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004917vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004918- linkage: static
4919 name: grpc.dependencies.zlib
4920 props: false
4921 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004922 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004923- linkage: static
4924 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004925 props: true
4926 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004927 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004928- name: gflags
4929 props: false
4930 redist: false
4931 version: 2.1.2.1
4932- name: gtest
4933 props: false
4934 redist: false
4935 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004936configs:
4937 asan:
4938 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004939 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4940 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004941 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004942 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004943 LDFLAGS: -fsanitize=address
4944 LDXX: clang++
4945 compile_the_world: true
4946 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004947 ASAN_OPTIONS: detect_leaks=1:color=always
4948 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004949 asan-noleaks:
4950 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004951 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4952 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004953 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004954 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004955 LDFLAGS: -fsanitize=address
4956 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004957 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004958 test_environ:
4959 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004960 asan-trace-cmp:
4961 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004962 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4963 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004964 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004965 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004966 LDFLAGS: -fsanitize=address
4967 LDXX: clang++
4968 compile_the_world: true
4969 test_environ:
4970 ASAN_OPTIONS: detect_leaks=1:color=always
4971 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004972 basicprof:
4973 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4974 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004975 c++-compat:
4976 CFLAGS: -Wc++-compat
4977 CPPFLAGS: -O0
4978 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004979 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004980 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004981 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004982 dbg:
4983 CPPFLAGS: -O0
4984 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004985 gcov:
4986 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004987 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004988 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004989 DEFINES: _DEBUG DEBUG GPR_GCOV
4990 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004991 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004992 LDXX: g++
4993 helgrind:
4994 CPPFLAGS: -O0
4995 DEFINES: _DEBUG DEBUG
4996 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004997 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004998 lto:
4999 CPPFLAGS: -O2
5000 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005001 memcheck:
5002 CPPFLAGS: -O0
5003 DEFINES: _DEBUG DEBUG
5004 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005005 valgrind: --tool=memcheck --leak-check=full
5006 msan:
5007 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005008 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005009 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5010 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005011 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005012 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005013 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005014 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5015 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5016 LDXX: clang++
5017 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005018 test_environ:
5019 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005020 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005021 CPPFLAGS: -O3 -fno-omit-frame-pointer
5022 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005023 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005024 noexcept:
Craig Tillera0f85172016-01-20 15:56:06 -08005025 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07005026 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005027 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005028 opt:
5029 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08005030 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005031 stapprof:
5032 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5033 DEFINES: NDEBUG
5034 tsan:
5035 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005036 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005037 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005038 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005039 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005040 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005041 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005042 LDXX: clang++
5043 compile_the_world: true
5044 test_environ:
5045 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005046 ubsan:
5047 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005048 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5049 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005050 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005051 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005052 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005053 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005054 LDXX: clang++
5055 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005056 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005057 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005058defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005059 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005060 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5061 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005062 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5063 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5064 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5065 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5066 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005067 benchmark:
5068 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005069 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005070 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07005071 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005072 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005073 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005074 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005075 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005076 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005077 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005078 LDFLAGS: -g
5079 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005080 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01005081 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005082openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005083 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005084 extraction_dir: openssl-1.0.2f
5085 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005086php_config_m4:
5087 deps:
5088 - grpc
5089 - gpr
5090 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005091 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005092 headers:
5093 - src/php/ext/grpc/byte_buffer.h
5094 - src/php/ext/grpc/call.h
5095 - src/php/ext/grpc/call_credentials.h
5096 - src/php/ext/grpc/channel.h
5097 - src/php/ext/grpc/channel_credentials.h
5098 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005099 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005100 - src/php/ext/grpc/php_grpc.h
5101 - src/php/ext/grpc/server.h
5102 - src/php/ext/grpc/server_credentials.h
5103 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005104 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005105 src:
5106 - src/php/ext/grpc/byte_buffer.c
5107 - src/php/ext/grpc/call.c
5108 - src/php/ext/grpc/call_credentials.c
5109 - src/php/ext/grpc/channel.c
5110 - src/php/ext/grpc/channel_credentials.c
5111 - src/php/ext/grpc/completion_queue.c
5112 - src/php/ext/grpc/php_grpc.c
5113 - src/php/ext/grpc/server.c
5114 - src/php/ext/grpc/server_credentials.c
5115 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005116python_dependencies:
5117 deps:
5118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005119 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005120 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005121 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005122 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005123ruby_gem:
5124 deps:
5125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005126 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005127 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005128 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005129 - z