blob: 7033d52542d43a3da0625e56ddd345c6ac7a84e4 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai58c33ba2017-09-01 14:08:42 -070015 core_version: 5.0.0-dev
murgatroid9998873792017-10-02 17:28:27 -070016 g_stands_for: generous
17 version: 1.8.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070042 - src/core/ext/census/base_resources.cc
43 - src/core/ext/census/context.cc
Yash Tibrewal15ce1422017-09-25 17:46:32 -070044 - src/core/ext/census/gen/census.pb.c
45 - src/core/ext/census/gen/trace_context.pb.c
Yash Tibrewal83062842017-09-21 18:56:08 -070046 - src/core/ext/census/grpc_context.cc
47 - src/core/ext/census/grpc_filter.cc
48 - src/core/ext/census/grpc_plugin.cc
49 - src/core/ext/census/initialize.cc
50 - src/core/ext/census/intrusive_hash_map.cc
51 - src/core/ext/census/mlog.cc
52 - src/core/ext/census/operation.cc
53 - src/core/ext/census/placeholders.cc
54 - src/core/ext/census/resource.cc
55 - src/core/ext/census/trace_context.cc
56 - src/core/ext/census/tracing.cc
Craig Tiller8f8e9f92016-03-29 09:41:28 -070057 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070063 - src/core/lib/profiling/basic_timers.cc
64 - src/core/lib/profiling/stap_timers.cc
65 - src/core/lib/support/alloc.cc
66 - src/core/lib/support/arena.cc
67 - src/core/lib/support/atm.cc
68 - src/core/lib/support/avl.cc
69 - src/core/lib/support/backoff.cc
70 - src/core/lib/support/cmdline.cc
71 - src/core/lib/support/cpu_iphone.cc
72 - src/core/lib/support/cpu_linux.cc
73 - src/core/lib/support/cpu_posix.cc
74 - src/core/lib/support/cpu_windows.cc
75 - src/core/lib/support/env_linux.cc
76 - src/core/lib/support/env_posix.cc
77 - src/core/lib/support/env_windows.cc
78 - src/core/lib/support/histogram.cc
79 - src/core/lib/support/host_port.cc
80 - src/core/lib/support/log.cc
81 - src/core/lib/support/log_android.cc
82 - src/core/lib/support/log_linux.cc
83 - src/core/lib/support/log_posix.cc
84 - src/core/lib/support/log_windows.cc
85 - src/core/lib/support/mpscq.cc
86 - src/core/lib/support/murmur_hash.cc
87 - src/core/lib/support/stack_lockfree.cc
88 - src/core/lib/support/string.cc
89 - src/core/lib/support/string_posix.cc
90 - src/core/lib/support/string_util_windows.cc
91 - src/core/lib/support/string_windows.cc
92 - src/core/lib/support/subprocess_posix.cc
93 - src/core/lib/support/subprocess_windows.cc
94 - src/core/lib/support/sync.cc
95 - src/core/lib/support/sync_posix.cc
96 - src/core/lib/support/sync_windows.cc
97 - src/core/lib/support/thd.cc
98 - src/core/lib/support/thd_posix.cc
99 - src/core/lib/support/thd_windows.cc
100 - src/core/lib/support/time.cc
101 - src/core/lib/support/time_posix.cc
102 - src/core/lib/support/time_precise.cc
103 - src/core/lib/support/time_windows.cc
104 - src/core/lib/support/tls_pthread.cc
105 - src/core/lib/support/tmpfile_msys.cc
106 - src/core/lib/support/tmpfile_posix.cc
107 - src/core/lib/support/tmpfile_windows.cc
108 - src/core/lib/support/wrap_memcpy.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700109 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700110 - gpr_base_headers
111- name: gpr_base_headers
112 public_headers:
113 - include/grpc/support/alloc.h
114 - include/grpc/support/atm.h
115 - include/grpc/support/atm_gcc_atomic.h
116 - include/grpc/support/atm_gcc_sync.h
117 - include/grpc/support/atm_windows.h
118 - include/grpc/support/avl.h
119 - include/grpc/support/cmdline.h
120 - include/grpc/support/cpu.h
121 - include/grpc/support/histogram.h
122 - include/grpc/support/host_port.h
123 - include/grpc/support/log.h
124 - include/grpc/support/log_windows.h
125 - include/grpc/support/port_platform.h
126 - include/grpc/support/string_util.h
127 - include/grpc/support/subprocess.h
128 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700129 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700130 - include/grpc/support/sync_generic.h
131 - include/grpc/support/sync_posix.h
132 - include/grpc/support/sync_windows.h
133 - include/grpc/support/thd.h
134 - include/grpc/support/time.h
135 - include/grpc/support/tls.h
136 - include/grpc/support/tls_gcc.h
137 - include/grpc/support/tls_msvc.h
138 - include/grpc/support/tls_pthread.h
139 - include/grpc/support/useful.h
140 headers:
141 - src/core/lib/profiling/timers.h
142 - src/core/lib/support/arena.h
143 - src/core/lib/support/atomic.h
144 - src/core/lib/support/atomic_with_atm.h
145 - src/core/lib/support/atomic_with_std.h
146 - src/core/lib/support/backoff.h
147 - src/core/lib/support/block_annotate.h
148 - src/core/lib/support/env.h
149 - src/core/lib/support/memory.h
150 - src/core/lib/support/mpscq.h
151 - src/core/lib/support/murmur_hash.h
152 - src/core/lib/support/spinlock.h
153 - src/core/lib/support/stack_lockfree.h
154 - src/core/lib/support/string.h
155 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700156 - src/core/lib/support/time_precise.h
157 - src/core/lib/support/tmpfile.h
158 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700159 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800160- name: gpr_codegen
161 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800162 - include/grpc/impl/codegen/atm.h
163 - include/grpc/impl/codegen/atm_gcc_atomic.h
164 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700165 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800166 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700167 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800168 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800169 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700170 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800171 - include/grpc/impl/codegen/sync_generic.h
172 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700173 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700174- name: grpc++_base
175 deps:
176 - grpc
177 uses:
178 - grpc++_common
179 - grpc++_codegen_base
180- name: grpc++_base_unsecure
181 deps:
182 - grpc_unsecure
183 uses:
184 - grpc++_common
185 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700186- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700187 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700188 - src/core/lib/channel/channel_args.cc
189 - src/core/lib/channel/channel_stack.cc
190 - src/core/lib/channel/channel_stack_builder.cc
191 - src/core/lib/channel/connected_channel.cc
192 - src/core/lib/channel/handshaker.cc
193 - src/core/lib/channel/handshaker_factory.cc
194 - src/core/lib/channel/handshaker_registry.cc
195 - src/core/lib/compression/compression.cc
196 - src/core/lib/compression/message_compress.cc
197 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700198 - src/core/lib/compression/stream_compression_gzip.cc
199 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700200 - src/core/lib/debug/stats.cc
201 - src/core/lib/debug/stats_data.cc
202 - src/core/lib/http/format_request.cc
203 - src/core/lib/http/httpcli.cc
204 - src/core/lib/http/parser.cc
205 - src/core/lib/iomgr/call_combiner.cc
206 - src/core/lib/iomgr/closure.cc
207 - src/core/lib/iomgr/combiner.cc
208 - src/core/lib/iomgr/endpoint.cc
209 - src/core/lib/iomgr/endpoint_pair_posix.cc
210 - src/core/lib/iomgr/endpoint_pair_uv.cc
211 - src/core/lib/iomgr/endpoint_pair_windows.cc
212 - src/core/lib/iomgr/error.cc
213 - src/core/lib/iomgr/ev_epoll1_linux.cc
214 - src/core/lib/iomgr/ev_epollex_linux.cc
215 - src/core/lib/iomgr/ev_epollsig_linux.cc
216 - src/core/lib/iomgr/ev_poll_posix.cc
217 - src/core/lib/iomgr/ev_posix.cc
218 - src/core/lib/iomgr/ev_windows.cc
219 - src/core/lib/iomgr/exec_ctx.cc
220 - src/core/lib/iomgr/executor.cc
221 - src/core/lib/iomgr/gethostname_fallback.cc
222 - src/core/lib/iomgr/gethostname_host_name_max.cc
223 - src/core/lib/iomgr/gethostname_sysconf.cc
224 - src/core/lib/iomgr/iocp_windows.cc
225 - src/core/lib/iomgr/iomgr.cc
226 - src/core/lib/iomgr/iomgr_posix.cc
227 - src/core/lib/iomgr/iomgr_uv.cc
228 - src/core/lib/iomgr/iomgr_windows.cc
229 - src/core/lib/iomgr/is_epollexclusive_available.cc
230 - src/core/lib/iomgr/load_file.cc
231 - src/core/lib/iomgr/lockfree_event.cc
232 - src/core/lib/iomgr/network_status_tracker.cc
233 - src/core/lib/iomgr/polling_entity.cc
234 - src/core/lib/iomgr/pollset_set_uv.cc
235 - src/core/lib/iomgr/pollset_set_windows.cc
236 - src/core/lib/iomgr/pollset_uv.cc
237 - src/core/lib/iomgr/pollset_windows.cc
238 - src/core/lib/iomgr/resolve_address_posix.cc
239 - src/core/lib/iomgr/resolve_address_uv.cc
240 - src/core/lib/iomgr/resolve_address_windows.cc
241 - src/core/lib/iomgr/resource_quota.cc
242 - src/core/lib/iomgr/sockaddr_utils.cc
243 - src/core/lib/iomgr/socket_factory_posix.cc
244 - src/core/lib/iomgr/socket_mutator.cc
245 - src/core/lib/iomgr/socket_utils_common_posix.cc
246 - src/core/lib/iomgr/socket_utils_linux.cc
247 - src/core/lib/iomgr/socket_utils_posix.cc
248 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700249 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700250 - src/core/lib/iomgr/socket_windows.cc
251 - src/core/lib/iomgr/tcp_client_posix.cc
252 - src/core/lib/iomgr/tcp_client_uv.cc
253 - src/core/lib/iomgr/tcp_client_windows.cc
254 - src/core/lib/iomgr/tcp_posix.cc
255 - src/core/lib/iomgr/tcp_server_posix.cc
256 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
257 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
258 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
259 - src/core/lib/iomgr/tcp_server_uv.cc
260 - src/core/lib/iomgr/tcp_server_windows.cc
261 - src/core/lib/iomgr/tcp_uv.cc
262 - src/core/lib/iomgr/tcp_windows.cc
263 - src/core/lib/iomgr/time_averaged_stats.cc
264 - src/core/lib/iomgr/timer_generic.cc
265 - src/core/lib/iomgr/timer_heap.cc
266 - src/core/lib/iomgr/timer_manager.cc
267 - src/core/lib/iomgr/timer_uv.cc
268 - src/core/lib/iomgr/udp_server.cc
269 - src/core/lib/iomgr/unix_sockets_posix.cc
270 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
271 - src/core/lib/iomgr/wakeup_fd_cv.cc
272 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
273 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
274 - src/core/lib/iomgr/wakeup_fd_pipe.cc
275 - src/core/lib/iomgr/wakeup_fd_posix.cc
276 - src/core/lib/json/json.cc
277 - src/core/lib/json/json_reader.cc
278 - src/core/lib/json/json_string.cc
279 - src/core/lib/json/json_writer.cc
280 - src/core/lib/slice/b64.cc
281 - src/core/lib/slice/percent_encoding.cc
282 - src/core/lib/slice/slice.cc
283 - src/core/lib/slice/slice_buffer.cc
284 - src/core/lib/slice/slice_hash_table.cc
285 - src/core/lib/slice/slice_intern.cc
286 - src/core/lib/slice/slice_string_helpers.cc
287 - src/core/lib/surface/alarm.cc
288 - src/core/lib/surface/api_trace.cc
289 - src/core/lib/surface/byte_buffer.cc
290 - src/core/lib/surface/byte_buffer_reader.cc
291 - src/core/lib/surface/call.cc
292 - src/core/lib/surface/call_details.cc
293 - src/core/lib/surface/call_log_batch.cc
294 - src/core/lib/surface/channel.cc
295 - src/core/lib/surface/channel_init.cc
296 - src/core/lib/surface/channel_ping.cc
297 - src/core/lib/surface/channel_stack_type.cc
298 - src/core/lib/surface/completion_queue.cc
299 - src/core/lib/surface/completion_queue_factory.cc
300 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700301 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700302 - src/core/lib/surface/metadata_array.cc
303 - src/core/lib/surface/server.cc
304 - src/core/lib/surface/validate_metadata.cc
305 - src/core/lib/surface/version.cc
306 - src/core/lib/transport/bdp_estimator.cc
307 - src/core/lib/transport/byte_stream.cc
308 - src/core/lib/transport/connectivity_state.cc
309 - src/core/lib/transport/error_utils.cc
310 - src/core/lib/transport/metadata.cc
311 - src/core/lib/transport/metadata_batch.cc
312 - src/core/lib/transport/pid_controller.cc
313 - src/core/lib/transport/service_config.cc
314 - src/core/lib/transport/static_metadata.cc
315 - src/core/lib/transport/status_conversion.cc
316 - src/core/lib/transport/timeout_encoding.cc
317 - src/core/lib/transport/transport.cc
318 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700319 deps:
320 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700321 filegroups:
322 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700323 uses:
324 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700325 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700326- name: grpc_base_headers
327 public_headers:
328 - include/grpc/byte_buffer.h
329 - include/grpc/byte_buffer_reader.h
330 - include/grpc/compression.h
331 - include/grpc/grpc.h
332 - include/grpc/grpc_posix.h
333 - include/grpc/grpc_security_constants.h
334 - include/grpc/load_reporting.h
335 - include/grpc/slice.h
336 - include/grpc/slice_buffer.h
337 - include/grpc/status.h
338 - include/grpc/support/workaround_list.h
339 headers:
340 - src/core/lib/channel/channel_args.h
341 - src/core/lib/channel/channel_stack.h
342 - src/core/lib/channel/channel_stack_builder.h
343 - src/core/lib/channel/connected_channel.h
344 - src/core/lib/channel/context.h
345 - src/core/lib/channel/handshaker.h
346 - src/core/lib/channel/handshaker_factory.h
347 - src/core/lib/channel/handshaker_registry.h
348 - src/core/lib/compression/algorithm_metadata.h
349 - src/core/lib/compression/message_compress.h
350 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700351 - src/core/lib/compression/stream_compression_gzip.h
352 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700353 - src/core/lib/debug/stats.h
354 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700355 - src/core/lib/http/format_request.h
356 - src/core/lib/http/httpcli.h
357 - src/core/lib/http/parser.h
Mark D. Roth764cf042017-09-01 09:00:06 -0700358 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700359 - src/core/lib/iomgr/closure.h
360 - src/core/lib/iomgr/combiner.h
361 - src/core/lib/iomgr/endpoint.h
362 - src/core/lib/iomgr/endpoint_pair.h
363 - src/core/lib/iomgr/error.h
364 - src/core/lib/iomgr/error_internal.h
365 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700366 - src/core/lib/iomgr/ev_epollex_linux.h
367 - src/core/lib/iomgr/ev_epollsig_linux.h
368 - src/core/lib/iomgr/ev_poll_posix.h
369 - src/core/lib/iomgr/ev_posix.h
370 - src/core/lib/iomgr/exec_ctx.h
371 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700372 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700373 - src/core/lib/iomgr/iocp_windows.h
374 - src/core/lib/iomgr/iomgr.h
375 - src/core/lib/iomgr/iomgr_internal.h
376 - src/core/lib/iomgr/iomgr_posix.h
377 - src/core/lib/iomgr/iomgr_uv.h
378 - src/core/lib/iomgr/is_epollexclusive_available.h
379 - src/core/lib/iomgr/load_file.h
380 - src/core/lib/iomgr/lockfree_event.h
381 - src/core/lib/iomgr/nameser.h
382 - src/core/lib/iomgr/network_status_tracker.h
383 - src/core/lib/iomgr/polling_entity.h
384 - src/core/lib/iomgr/pollset.h
385 - src/core/lib/iomgr/pollset_set.h
386 - src/core/lib/iomgr/pollset_set_windows.h
387 - src/core/lib/iomgr/pollset_uv.h
388 - src/core/lib/iomgr/pollset_windows.h
389 - src/core/lib/iomgr/port.h
390 - src/core/lib/iomgr/resolve_address.h
391 - src/core/lib/iomgr/resource_quota.h
392 - src/core/lib/iomgr/sockaddr.h
393 - src/core/lib/iomgr/sockaddr_posix.h
394 - src/core/lib/iomgr/sockaddr_utils.h
395 - src/core/lib/iomgr/sockaddr_windows.h
396 - src/core/lib/iomgr/socket_factory_posix.h
397 - src/core/lib/iomgr/socket_mutator.h
398 - src/core/lib/iomgr/socket_utils.h
399 - src/core/lib/iomgr/socket_utils_posix.h
400 - src/core/lib/iomgr/socket_windows.h
401 - src/core/lib/iomgr/sys_epoll_wrapper.h
402 - src/core/lib/iomgr/tcp_client.h
403 - src/core/lib/iomgr/tcp_client_posix.h
404 - src/core/lib/iomgr/tcp_posix.h
405 - src/core/lib/iomgr/tcp_server.h
406 - src/core/lib/iomgr/tcp_server_utils_posix.h
407 - src/core/lib/iomgr/tcp_uv.h
408 - src/core/lib/iomgr/tcp_windows.h
409 - src/core/lib/iomgr/time_averaged_stats.h
410 - src/core/lib/iomgr/timer.h
411 - src/core/lib/iomgr/timer_generic.h
412 - src/core/lib/iomgr/timer_heap.h
413 - src/core/lib/iomgr/timer_manager.h
414 - src/core/lib/iomgr/timer_uv.h
415 - src/core/lib/iomgr/udp_server.h
416 - src/core/lib/iomgr/unix_sockets_posix.h
417 - src/core/lib/iomgr/wakeup_fd_cv.h
418 - src/core/lib/iomgr/wakeup_fd_pipe.h
419 - src/core/lib/iomgr/wakeup_fd_posix.h
420 - src/core/lib/json/json.h
421 - src/core/lib/json/json_common.h
422 - src/core/lib/json/json_reader.h
423 - src/core/lib/json/json_writer.h
424 - src/core/lib/slice/b64.h
425 - src/core/lib/slice/percent_encoding.h
426 - src/core/lib/slice/slice_hash_table.h
427 - src/core/lib/slice/slice_internal.h
428 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700429 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700430 - src/core/lib/surface/api_trace.h
431 - src/core/lib/surface/call.h
432 - src/core/lib/surface/call_test_only.h
433 - src/core/lib/surface/channel.h
434 - src/core/lib/surface/channel_init.h
435 - src/core/lib/surface/channel_stack_type.h
436 - src/core/lib/surface/completion_queue.h
437 - src/core/lib/surface/completion_queue_factory.h
438 - src/core/lib/surface/event_string.h
439 - src/core/lib/surface/init.h
440 - src/core/lib/surface/lame_client.h
441 - src/core/lib/surface/server.h
442 - src/core/lib/surface/validate_metadata.h
443 - src/core/lib/transport/bdp_estimator.h
444 - src/core/lib/transport/byte_stream.h
445 - src/core/lib/transport/connectivity_state.h
446 - src/core/lib/transport/error_utils.h
447 - src/core/lib/transport/http2_errors.h
448 - src/core/lib/transport/metadata.h
449 - src/core/lib/transport/metadata_batch.h
450 - src/core/lib/transport/pid_controller.h
451 - src/core/lib/transport/service_config.h
452 - src/core/lib/transport/static_metadata.h
453 - src/core/lib/transport/status_conversion.h
454 - src/core/lib/transport/timeout_encoding.h
455 - src/core/lib/transport/transport.h
456 - src/core/lib/transport/transport_impl.h
457 deps:
458 - gpr
459 uses:
460 - grpc_codegen
461 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700462- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700463 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700464 - src/core/ext/filters/client_channel/client_channel.h
465 - src/core/ext/filters/client_channel/client_channel_factory.h
466 - src/core/ext/filters/client_channel/connector.h
467 - src/core/ext/filters/client_channel/http_connect_handshaker.h
468 - src/core/ext/filters/client_channel/http_proxy.h
469 - src/core/ext/filters/client_channel/lb_policy.h
470 - src/core/ext/filters/client_channel/lb_policy_factory.h
471 - src/core/ext/filters/client_channel/lb_policy_registry.h
472 - src/core/ext/filters/client_channel/parse_address.h
473 - src/core/ext/filters/client_channel/proxy_mapper.h
474 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
475 - src/core/ext/filters/client_channel/resolver.h
476 - src/core/ext/filters/client_channel/resolver_factory.h
477 - src/core/ext/filters/client_channel/resolver_registry.h
478 - src/core/ext/filters/client_channel/retry_throttle.h
479 - src/core/ext/filters/client_channel/subchannel.h
480 - src/core/ext/filters/client_channel/subchannel_index.h
481 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700482 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700483 - src/core/ext/filters/client_channel/channel_connectivity.cc
484 - src/core/ext/filters/client_channel/client_channel.cc
485 - src/core/ext/filters/client_channel/client_channel_factory.cc
486 - src/core/ext/filters/client_channel/client_channel_plugin.cc
487 - src/core/ext/filters/client_channel/connector.cc
488 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
489 - src/core/ext/filters/client_channel/http_proxy.cc
490 - src/core/ext/filters/client_channel/lb_policy.cc
491 - src/core/ext/filters/client_channel/lb_policy_factory.cc
492 - src/core/ext/filters/client_channel/lb_policy_registry.cc
493 - src/core/ext/filters/client_channel/parse_address.cc
494 - src/core/ext/filters/client_channel/proxy_mapper.cc
495 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
496 - src/core/ext/filters/client_channel/resolver.cc
497 - src/core/ext/filters/client_channel/resolver_factory.cc
498 - src/core/ext/filters/client_channel/resolver_registry.cc
499 - src/core/ext/filters/client_channel/retry_throttle.cc
500 - src/core/ext/filters/client_channel/subchannel.cc
501 - src/core/ext/filters/client_channel/subchannel_index.cc
502 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700503 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700504 uses:
505 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700506 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800507- name: grpc_codegen
508 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700509 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700510 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800511 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800512 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800513 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800514 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800515 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700516 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800517 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700518 uses:
519 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700520- name: grpc_deadline_filter
521 headers:
522 - src/core/ext/filters/deadline/deadline_filter.h
523 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700524 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700525 plugin: grpc_deadline_filter
526 uses:
527 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700528- name: grpc_http_filters
529 headers:
530 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700531 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700532 - src/core/ext/filters/http/server/http_server_filter.h
533 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700534 - src/core/ext/filters/http/client/http_client_filter.cc
535 - src/core/ext/filters/http/http_filters_plugin.cc
536 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
537 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700538 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700539 uses:
540 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700541- name: grpc_lb_policy_grpclb
542 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
545 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700547 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
548 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700549 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700550 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
551 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
552 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
553 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
554 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Yash Tibrewal15ce1422017-09-25 17:46:32 -0700555 - 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 -0800556 plugin: grpc_lb_policy_grpclb
557 uses:
558 - grpc_base
559 - grpc_client_channel
560 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700561 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800562- name: grpc_lb_policy_grpclb_secure
563 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700564 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700565 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
566 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700568 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
569 - 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 -0800570 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700571 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
572 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
573 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
574 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
575 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Yash Tibrewal15ce1422017-09-25 17:46:32 -0700576 - 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 -0700577 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700578 uses:
579 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700580 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700581 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700582 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700583 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700584- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700585 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700586 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700587 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700588 uses:
589 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700590 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700591- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700592 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700593 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700594 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700595 uses:
596 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700597 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700598- name: grpc_max_age_filter
599 headers:
600 - src/core/ext/filters/max_age/max_age_filter.h
601 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700602 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700603 plugin: grpc_max_age_filter
604 uses:
605 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700606- name: grpc_message_size_filter
607 headers:
608 - src/core/ext/filters/message_size/message_size_filter.h
609 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700610 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700611 plugin: grpc_message_size_filter
612 uses:
613 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700614- name: grpc_resolver_dns_ares
615 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700616 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
617 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700618 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700619 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
620 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
621 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
622 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700623 plugin: grpc_resolver_dns_ares
624 uses:
625 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700626 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700627- name: grpc_resolver_dns_native
628 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700629 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700630 plugin: grpc_resolver_dns_native
631 uses:
632 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700633 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700634- name: grpc_resolver_fake
635 headers:
636 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
637 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700638 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700639 plugin: grpc_resolver_fake
640 uses:
641 - grpc_base
642 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700643- name: grpc_resolver_sockaddr
644 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700645 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700646 plugin: grpc_resolver_sockaddr
647 uses:
648 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700649 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100650- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700651 public_headers:
652 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100653 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700654 - src/core/lib/security/context/security_context.h
655 - src/core/lib/security/credentials/composite/composite_credentials.h
656 - src/core/lib/security/credentials/credentials.h
657 - src/core/lib/security/credentials/fake/fake_credentials.h
658 - src/core/lib/security/credentials/google_default/google_default_credentials.h
659 - src/core/lib/security/credentials/iam/iam_credentials.h
660 - src/core/lib/security/credentials/jwt/json_token.h
661 - src/core/lib/security/credentials/jwt/jwt_credentials.h
662 - src/core/lib/security/credentials/jwt/jwt_verifier.h
663 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
664 - src/core/lib/security/credentials/plugin/plugin_credentials.h
665 - src/core/lib/security/credentials/ssl/ssl_credentials.h
666 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800667 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700668 - src/core/lib/security/transport/secure_endpoint.h
669 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800670 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700671 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700672 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100673 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700674 - src/core/lib/http/httpcli_security_connector.cc
675 - src/core/lib/security/context/security_context.cc
676 - src/core/lib/security/credentials/composite/composite_credentials.cc
677 - src/core/lib/security/credentials/credentials.cc
678 - src/core/lib/security/credentials/credentials_metadata.cc
679 - src/core/lib/security/credentials/fake/fake_credentials.cc
680 - src/core/lib/security/credentials/google_default/credentials_generic.cc
681 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
682 - src/core/lib/security/credentials/iam/iam_credentials.cc
683 - src/core/lib/security/credentials/jwt/json_token.cc
684 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
685 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
686 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
687 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
688 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
689 - src/core/lib/security/transport/client_auth_filter.cc
690 - src/core/lib/security/transport/lb_targets_info.cc
691 - src/core/lib/security/transport/secure_endpoint.cc
692 - src/core/lib/security/transport/security_connector.cc
693 - src/core/lib/security/transport/security_handshaker.cc
694 - src/core/lib/security/transport/server_auth_filter.cc
695 - src/core/lib/security/transport/tsi_error.cc
696 - src/core/lib/security/util/json_util.cc
697 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700699 uses:
700 - grpc_base
701 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700702 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700703- name: grpc_server_backward_compatibility
704 headers:
705 - src/core/ext/filters/workarounds/workaround_utils.h
706 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700707 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700708 uses:
709 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700710- name: grpc_server_load_reporting
711 headers:
712 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
713 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
714 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700715 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
716 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700717 plugin: grpc_server_load_reporting_plugin
718 uses:
719 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700720- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700722 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700723 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800725 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 - test/core/end2end/fixtures/proxy.h
727 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800728 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700729 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200730 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700731 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700732 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700733 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700734 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700735 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700736 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800737 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700738 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700739 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal4a91bf42017-09-22 12:05:25 -0700740 - test/core/end2end/cq_verifier.c
741 - test/core/end2end/fixtures/http_proxy_fixture.c
742 - test/core/end2end/fixtures/proxy.c
743 - test/core/iomgr/endpoint_tests.c
744 - test/core/util/debugger_macros.c
745 - test/core/util/grpc_profiler.c
746 - test/core/util/memory_counters.c
747 - test/core/util/mock_endpoint.c
748 - test/core/util/parse_hexstring.c
749 - test/core/util/passthru_endpoint.c
750 - test/core/util/port.c
751 - test/core/util/port_server_client.c
752 - test/core/util/slice_splitter.c
753 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700754 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700755 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700756 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700757 uses:
758 - grpc_base
759 - grpc_client_channel
760 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700761- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700762 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700763 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700764 deps:
765 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700766 filegroups:
767 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700768 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700769- name: grpc_trace_headers
770 headers:
771 - src/core/lib/debug/trace.h
772 deps:
773 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700774- name: grpc_transport_chttp2
775 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700776 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700777 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700778 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
779 - src/core/ext/transport/chttp2/transport/frame.h
780 - src/core/ext/transport/chttp2/transport/frame_data.h
781 - src/core/ext/transport/chttp2/transport/frame_goaway.h
782 - src/core/ext/transport/chttp2/transport/frame_ping.h
783 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
784 - src/core/ext/transport/chttp2/transport/frame_settings.h
785 - src/core/ext/transport/chttp2/transport/frame_window_update.h
786 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
787 - src/core/ext/transport/chttp2/transport/hpack_parser.h
788 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700789 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700790 - src/core/ext/transport/chttp2/transport/huffsyms.h
791 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
792 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700793 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700794 - src/core/ext/transport/chttp2/transport/varint.h
795 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700796 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
797 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
798 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
799 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
800 - src/core/ext/transport/chttp2/transport/flow_control.cc
801 - src/core/ext/transport/chttp2/transport/frame_data.cc
802 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
803 - src/core/ext/transport/chttp2/transport/frame_ping.cc
804 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
805 - src/core/ext/transport/chttp2/transport/frame_settings.cc
806 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
807 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
808 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
809 - src/core/ext/transport/chttp2/transport/hpack_table.cc
810 - src/core/ext/transport/chttp2/transport/http2_settings.cc
811 - src/core/ext/transport/chttp2/transport/huffsyms.cc
812 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
813 - src/core/ext/transport/chttp2/transport/parsing.cc
814 - src/core/ext/transport/chttp2/transport/stream_lists.cc
815 - src/core/ext/transport/chttp2/transport/stream_map.cc
816 - src/core/ext/transport/chttp2/transport/varint.cc
817 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700818 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700819 uses:
820 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700821 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700822 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700823- name: grpc_transport_chttp2_alpn
824 headers:
825 - src/core/ext/transport/chttp2/alpn/alpn.h
826 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700827 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700828 deps:
829 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800830- name: grpc_transport_chttp2_client_connector
831 headers:
832 - src/core/ext/transport/chttp2/client/chttp2_connector.h
833 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700834 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800835 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800836 - grpc_transport_chttp2
837 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700838 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700839- name: grpc_transport_chttp2_client_insecure
840 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700841 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
842 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700843 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800844 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700845 - grpc_transport_chttp2
846 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700847 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700848- name: grpc_transport_chttp2_client_secure
849 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700850 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700851 uses:
852 - grpc_transport_chttp2
853 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700854 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700855 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800856 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800857- name: grpc_transport_chttp2_server
858 headers:
859 - src/core/ext/transport/chttp2/server/chttp2_server.h
860 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700861 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800862 uses:
863 - grpc_transport_chttp2
864 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700865- name: grpc_transport_chttp2_server_insecure
866 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700867 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
868 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700869 uses:
870 - grpc_transport_chttp2
871 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800872 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700873- name: grpc_transport_chttp2_server_secure
874 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700875 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700876 uses:
877 - grpc_transport_chttp2
878 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700879 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800880 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700881- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700882 public_headers:
883 - include/grpc/grpc_cronet.h
884 - include/grpc/grpc_security.h
885 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700886 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800887 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800888 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700889 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700890 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
891 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
892 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700893 filegroups:
894 - grpc_base
895 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700896 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700897- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700898 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700899 - src/core/ext/transport/inproc/inproc_plugin.cc
900 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700901 plugin: grpc_inproc_plugin
902 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700903 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700904 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700905- name: grpc_transport_inproc_headers
906 headers:
907 - src/core/ext/transport/inproc/inproc_transport.h
908 uses:
909 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700910- name: grpc_workaround_cronet_compression_filter
911 headers:
912 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
913 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700914 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700915 plugin: grpc_workaround_cronet_compression_filter
916 uses:
917 - grpc_base
918 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800919- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700920 src:
921 - third_party/nanopb/pb_common.c
922 - third_party/nanopb/pb_decode.c
923 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700924 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700925 - nanopb_headers
926- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800927 headers:
928 - third_party/nanopb/pb.h
929 - third_party/nanopb/pb_common.h
930 - third_party/nanopb/pb_decode.h
931 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700932- name: transport_security_test_lib
933 build: test
934 headers:
935 - test/core/tsi/transport_security_test_lib.h
936 src:
937 - test/core/tsi/transport_security_test_lib.c
938 deps:
939 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700940- name: tsi
941 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700942 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700943 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700944 - src/core/tsi/ssl_transport_security.h
945 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700946 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700947 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700948 - src/core/tsi/fake_transport_security.cc
949 - src/core/tsi/gts_transport_security.cc
950 - src/core/tsi/ssl_transport_security.cc
951 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 deps:
953 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700954 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700955 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700956 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700957 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700958 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700959 - grpc_trace
960- name: tsi_interface
961 headers:
962 - src/core/tsi/transport_security.h
963 - src/core/tsi/transport_security_adapter.h
964 - src/core/tsi/transport_security_interface.h
965 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700966 - src/core/tsi/transport_security.cc
967 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700968 deps:
969 - gpr
970 secure: true
971 uses:
972 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700973- name: grpc++_codegen_base
974 language: c++
975 public_headers:
976 - include/grpc++/impl/codegen/async_stream.h
977 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700978 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700979 - include/grpc++/impl/codegen/call.h
980 - include/grpc++/impl/codegen/call_hook.h
981 - include/grpc++/impl/codegen/channel_interface.h
982 - include/grpc++/impl/codegen/client_context.h
983 - include/grpc++/impl/codegen/client_unary_call.h
984 - include/grpc++/impl/codegen/completion_queue.h
985 - include/grpc++/impl/codegen/completion_queue_tag.h
986 - include/grpc++/impl/codegen/config.h
987 - include/grpc++/impl/codegen/core_codegen_interface.h
988 - include/grpc++/impl/codegen/create_auth_context.h
989 - include/grpc++/impl/codegen/grpc_library.h
990 - include/grpc++/impl/codegen/metadata_map.h
991 - include/grpc++/impl/codegen/method_handler_impl.h
992 - include/grpc++/impl/codegen/rpc_method.h
993 - include/grpc++/impl/codegen/rpc_service_method.h
994 - include/grpc++/impl/codegen/security/auth_context.h
995 - include/grpc++/impl/codegen/serialization_traits.h
996 - include/grpc++/impl/codegen/server_context.h
997 - include/grpc++/impl/codegen/server_interface.h
998 - include/grpc++/impl/codegen/service_type.h
999 - include/grpc++/impl/codegen/slice.h
1000 - include/grpc++/impl/codegen/status.h
1001 - include/grpc++/impl/codegen/status_code_enum.h
1002 - include/grpc++/impl/codegen/string_ref.h
1003 - include/grpc++/impl/codegen/stub_options.h
1004 - include/grpc++/impl/codegen/sync_stream.h
1005 - include/grpc++/impl/codegen/time.h
1006 uses:
1007 - grpc_codegen
1008- name: grpc++_codegen_base_src
1009 language: c++
1010 src:
1011 - src/cpp/codegen/codegen_init.cc
1012 uses:
1013 - grpc++_codegen_base
1014- name: grpc++_codegen_proto
1015 language: c++
1016 public_headers:
1017 - include/grpc++/impl/codegen/proto_utils.h
1018 uses:
1019 - grpc++_codegen_base
1020 - grpc++_config_proto
1021- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 language: c++
1023 public_headers:
1024 - include/grpc++/alarm.h
1025 - include/grpc++/channel.h
1026 - include/grpc++/client_context.h
1027 - include/grpc++/completion_queue.h
1028 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001029 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001030 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/generic/async_generic_service.h
1032 - include/grpc++/generic/generic_stub.h
1033 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001034 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001036 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001038 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001039 - include/grpc++/impl/grpc_library.h
1040 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 - include/grpc++/impl/rpc_method.h
1042 - include/grpc++/impl/rpc_service_method.h
1043 - include/grpc++/impl/serialization_traits.h
1044 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001045 - include/grpc++/impl/server_builder_plugin.h
1046 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001047 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001048 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001049 - include/grpc++/security/auth_context.h
1050 - include/grpc++/security/auth_metadata_processor.h
1051 - include/grpc++/security/credentials.h
1052 - include/grpc++/security/server_credentials.h
1053 - include/grpc++/server.h
1054 - include/grpc++/server_builder.h
1055 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001056 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001057 - include/grpc++/support/async_stream.h
1058 - include/grpc++/support/async_unary_call.h
1059 - include/grpc++/support/byte_buffer.h
1060 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001061 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001062 - include/grpc++/support/slice.h
1063 - include/grpc++/support/status.h
1064 - include/grpc++/support/status_code_enum.h
1065 - include/grpc++/support/string_ref.h
1066 - include/grpc++/support/stub_options.h
1067 - include/grpc++/support/sync_stream.h
1068 - include/grpc++/support/time.h
1069 headers:
1070 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001071 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001073 - src/cpp/server/health/default_health_check_service.h
1074 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001076 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001077 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001078 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001079 - src/cpp/client/client_context.cc
1080 - src/cpp/client/create_channel.cc
1081 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001082 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001083 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001084 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001086 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001087 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001089 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001090 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001091 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001093 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001094 - src/cpp/server/create_default_thread_pool.cc
1095 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001096 - src/cpp/server/health/default_health_check_service.cc
1097 - src/cpp/server/health/health.pb.c
1098 - src/cpp/server/health/health_check_service.cc
1099 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001100 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001101 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001102 - src/cpp/server/server_context.cc
1103 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001104 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001105 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001106 - src/cpp/util/byte_buffer_cc.cc
1107 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001108 - src/cpp/util/status.cc
1109 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001110 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001111 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001112 - gpr_base_headers
1113 - grpc_base_headers
1114 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001115 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001116 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001117- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001118 language: c++
1119 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001120 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001121- name: grpc++_reflection_proto
1122 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001123 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001124 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001125- name: grpc++_test
1126 language: c++
1127 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001128 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001129 - include/grpc++/test/server_context_test_spouse.h
1130 deps:
1131 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001132 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001133libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001134- name: gpr
1135 build: all
1136 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001137 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001138 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001139 secure: false
1140 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1141- name: gpr_test_util
1142 build: private
1143 language: c
1144 headers:
1145 - test/core/util/test_config.h
1146 src:
1147 - test/core/util/test_config.c
1148 deps:
1149 - gpr
1150 secure: false
1151 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152- name: grpc
1153 build: all
1154 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001155 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001156 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001158 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001160 filegroups:
1161 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001162 - grpc_transport_chttp2_server_secure
1163 - grpc_transport_chttp2_client_secure
1164 - grpc_transport_chttp2_server_insecure
1165 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001166 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001167 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001168 - grpc_lb_policy_pick_first
1169 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001170 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001171 - grpc_resolver_dns_native
1172 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001173 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001174 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001175 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001176 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001177 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001178 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001179 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001180 - grpc_workaround_cronet_compression_filter
1181 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001182 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001184 vs_packages:
1185 - grpc.dependencies.openssl
1186 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001187 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001188- name: grpc_cronet
1189 build: all
1190 language: c
1191 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001192 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001193 baselib: true
1194 deps_linkage: static
1195 dll: true
1196 filegroups:
1197 - grpc_base
1198 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001199 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001200 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001201 generate_plugin_registry: true
1202 platforms:
1203 - linux
1204 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001205- name: grpc_dll
1206 build: private
1207 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001208 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001209 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001210 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001211 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001212 build_system:
1213 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001214 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001215 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001216 vs_config_type: DynamicLibrary
1217 vs_packages:
1218 - grpc.dependencies.openssl
1219 - grpc.dependencies.zlib
1220 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1221 vs_props:
1222 - zlib
1223 - openssl
1224 - winsock
1225 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001226- name: grpc_test_util
1227 build: private
1228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001229 headers:
1230 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001231 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001232 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001233 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001234 - test/core/end2end/data/server1_cert.c
1235 - test/core/end2end/data/server1_key.c
1236 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001237 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001238 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001240 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001241 - grpc
1242 filegroups:
1243 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1245- name: grpc_test_util_unsecure
1246 build: private
1247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001248 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr
1250 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001251 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001252 filegroups:
1253 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254 secure: false
1255 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1256- name: grpc_unsecure
1257 build: all
1258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001259 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001260 - src/core/lib/surface/init.cc
1261 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001263 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001265 filegroups:
1266 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001267 - grpc_transport_chttp2_server_insecure
1268 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001269 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001270 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001271 - grpc_resolver_dns_native
1272 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001273 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001274 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001275 - grpc_lb_policy_grpclb
1276 - grpc_lb_policy_pick_first
1277 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001278 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001279 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001280 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001281 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001282 - grpc_workaround_cronet_compression_filter
1283 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001284 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285 secure: false
1286 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001287- name: reconnect_server
1288 build: private
1289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001290 headers:
1291 - test/core/util/reconnect_server.h
1292 src:
1293 - test/core/util/reconnect_server.c
1294 deps:
yang-gc9fca182015-11-06 16:41:33 -08001295 - test_tcp_server
1296 - grpc_test_util
1297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001300- name: test_tcp_server
1301 build: private
1302 language: c
1303 headers:
1304 - test/core/util/test_tcp_server.h
1305 src:
1306 - test/core/util/test_tcp_server.c
1307 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001308 - grpc_test_util
1309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001310 - gpr_test_util
1311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312- name: grpc++
1313 build: all
1314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001315 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001316 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001317 - src/cpp/client/secure_credentials.h
1318 - src/cpp/common/secure_auth_context.h
1319 - src/cpp/server/secure_server_credentials.h
1320 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001321 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001322 - src/cpp/client/secure_credentials.cc
1323 - src/cpp/common/auth_property_iterator.cc
1324 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001325 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001326 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001327 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001328 - src/cpp/server/secure_server_credentials.cc
1329 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001330 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331 baselib: true
1332 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001333 filegroups:
1334 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001335 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001336 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001337 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001338 secure: check
1339 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001340- name: grpc++_core_stats
1341 build: private
1342 language: c++
1343 public_headers:
1344 - src/cpp/util/core_stats.h
1345 src:
1346 - src/proto/grpc/core/stats.proto
1347 - src/cpp/util/core_stats.cc
1348 deps:
1349 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001350- name: grpc++_cronet
1351 build: all
1352 language: c++
1353 src:
1354 - src/cpp/client/cronet_credentials.cc
1355 - src/cpp/client/insecure_credentials.cc
1356 - src/cpp/common/insecure_create_auth_context.cc
1357 - src/cpp/server/insecure_server_credentials.cc
1358 deps:
1359 - gpr
1360 - grpc_cronet
1361 baselib: true
1362 dll: true
1363 filegroups:
1364 - grpc++_base
1365 - grpc++_codegen_base
1366 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001367 - grpc_transport_chttp2_client_insecure
1368 - grpc_transport_chttp2_server_insecure
1369 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001370 platforms:
1371 - linux
1372 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001373- name: grpc++_error_details
1374 build: all
1375 language: c++
1376 public_headers:
1377 - include/grpc++/support/error_details.h
1378 src:
1379 - src/proto/grpc/status/status.proto
1380 - src/cpp/util/error_details.cc
1381 deps:
1382 - grpc++
1383 baselib: true
1384 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001385- name: grpc++_proto_reflection_desc_db
1386 build: private
1387 language: c++
1388 headers:
1389 - test/cpp/util/proto_reflection_descriptor_database.h
1390 src:
1391 - test/cpp/util/proto_reflection_descriptor_database.cc
1392 deps:
1393 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001394 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001395 filegroups:
1396 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001397 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001398- name: grpc++_reflection
1399 build: all
1400 language: c++
1401 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001402 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001403 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001404 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001405 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001406 - src/cpp/ext/proto_server_reflection.cc
1407 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001408 deps:
1409 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001410 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001411 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001412 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413- name: grpc++_test_config
1414 build: private
1415 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001416 headers:
1417 - test/cpp/util/test_config.h
1418 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001419 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001420- name: grpc++_test_util
1421 build: private
1422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001423 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001424 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001425 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001426 - test/cpp/util/create_test_channel.h
1427 - test/cpp/util/string_ref_helper.h
1428 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001429 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001430 src:
yang-gc8a49d22016-12-12 11:18:49 -08001431 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001432 - src/proto/grpc/testing/echo_messages.proto
1433 - src/proto/grpc/testing/echo.proto
1434 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001435 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001436 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001437 - test/cpp/util/create_test_channel.cc
1438 - test/cpp/util/string_ref_helper.cc
1439 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001440 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001441 deps:
1442 - grpc++
1443 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001444 - grpc
yang-g17487f92016-06-03 15:21:15 -07001445 filegroups:
1446 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001447 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001448 - grpc++_codegen_proto
1449 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001450- name: grpc++_test_util_unsecure
1451 build: private
1452 language: c++
1453 headers:
1454 - test/cpp/end2end/test_service_impl.h
1455 - test/cpp/util/byte_buffer_proto_helper.h
1456 - test/cpp/util/string_ref_helper.h
1457 - test/cpp/util/subprocess.h
1458 src:
1459 - src/proto/grpc/health/v1/health.proto
1460 - src/proto/grpc/testing/echo_messages.proto
1461 - src/proto/grpc/testing/echo.proto
1462 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1463 - test/cpp/end2end/test_service_impl.cc
1464 - test/cpp/util/byte_buffer_proto_helper.cc
1465 - test/cpp/util/string_ref_helper.cc
1466 - test/cpp/util/subprocess.cc
1467 deps:
1468 - grpc++_unsecure
1469 - grpc_test_util_unsecure
1470 - grpc_unsecure
1471 filegroups:
1472 - grpc++_codegen_base
1473 - grpc++_codegen_base_src
1474 - grpc++_codegen_proto
1475 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476- name: grpc++_unsecure
1477 build: all
1478 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001479 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001480 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001481 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001482 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001483 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001485 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001486 baselib: true
1487 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001488 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001489 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001490 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001491 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492 secure: false
1493 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001494- name: grpc_benchmark
1495 build: test
1496 language: c++
1497 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001498 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1499 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001500 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001501 src:
1502 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001503 deps:
1504 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001505 - grpc++_unsecure
1506 - grpc_test_util_unsecure
1507 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001508 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001509- name: grpc_cli_libs
1510 build: private
1511 language: c++
1512 headers:
1513 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001514 - test/cpp/util/cli_credentials.h
1515 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001516 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001517 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001518 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001519 src:
1520 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001521 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001522 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001523 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001524 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001525 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001526 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001527 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001528 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001529 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001530 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001531 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001532- name: grpc_plugin_support
1533 build: protoc
1534 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001535 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001536 - src/compiler/config.h
1537 - src/compiler/cpp_generator.h
1538 - src/compiler/cpp_generator_helpers.h
1539 - src/compiler/csharp_generator.h
1540 - src/compiler/csharp_generator_helpers.h
1541 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001542 - src/compiler/node_generator.h
1543 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/compiler/objective_c_generator.h
1545 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001546 - src/compiler/php_generator.h
1547 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301548 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001549 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301550 - src/compiler/python_generator_helpers.h
1551 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001552 - src/compiler/ruby_generator.h
1553 - src/compiler/ruby_generator_helpers-inl.h
1554 - src/compiler/ruby_generator_map-inl.h
1555 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301556 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - src/compiler/cpp_generator.cc
1559 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001560 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001561 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001562 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001563 - src/compiler/python_generator.cc
1564 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001565 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001566 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567 secure: false
1568 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001569 vs_props:
1570 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001571- name: http2_client_main
1572 build: private
1573 language: c++
1574 headers:
1575 - test/cpp/interop/http2_client.h
1576 src:
1577 - src/proto/grpc/testing/empty.proto
1578 - src/proto/grpc/testing/messages.proto
1579 - src/proto/grpc/testing/test.proto
1580 - test/cpp/interop/http2_client.cc
1581 deps:
1582 - grpc++_test_util
1583 - grpc_test_util
1584 - grpc++
1585 - grpc
1586 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: interop_client_helper
1588 build: private
1589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001590 headers:
1591 - test/cpp/interop/client_helper.h
1592 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001593 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001594 - test/cpp/interop/client_helper.cc
1595 deps:
1596 - grpc++_test_util
1597 - grpc_test_util
1598 - grpc++
1599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001601- name: interop_client_main
1602 build: private
1603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001604 headers:
1605 - test/cpp/interop/interop_client.h
1606 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001607 - src/proto/grpc/testing/empty.proto
1608 - src/proto/grpc/testing/messages.proto
1609 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001610 - test/cpp/interop/client.cc
1611 - test/cpp/interop/interop_client.cc
1612 deps:
1613 - interop_client_helper
1614 - grpc++_test_util
1615 - grpc_test_util
1616 - grpc++
1617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001620 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: interop_server_helper
1622 build: private
1623 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001624 headers:
1625 - test/cpp/interop/server_helper.h
1626 src:
1627 - test/cpp/interop/server_helper.cc
1628 deps:
yang-gcc591022017-01-11 11:10:43 -08001629 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001630 - grpc_test_util
1631 - grpc++
1632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001633 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001634- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001635 build: private
1636 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001638 - src/proto/grpc/testing/empty.proto
1639 - src/proto/grpc/testing/messages.proto
1640 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001641 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001642 deps:
1643 - interop_server_helper
1644 - grpc++_test_util
1645 - grpc_test_util
1646 - grpc++
1647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001648 - gpr_test_util
1649 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001650 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001651- name: interop_server_main
1652 build: private
1653 language: c++
1654 src:
1655 - test/cpp/interop/interop_server_bootstrap.cc
1656 deps:
1657 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658- name: qps
1659 build: private
1660 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001661 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001662 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001663 - test/cpp/qps/client.h
1664 - test/cpp/qps/driver.h
1665 - test/cpp/qps/histogram.h
1666 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001667 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001668 - test/cpp/qps/qps_worker.h
1669 - test/cpp/qps/report.h
1670 - test/cpp/qps/server.h
1671 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001672 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001674 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001675 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001676 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001677 - src/proto/grpc/testing/control.proto
1678 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001679 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001680 - test/cpp/qps/client_async.cc
1681 - test/cpp/qps/client_sync.cc
1682 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001683 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001684 - test/cpp/qps/qps_worker.cc
1685 - test/cpp/qps/report.cc
1686 - test/cpp/qps/server_async.cc
1687 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001688 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001689 deps:
1690 - grpc_test_util
1691 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001692 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001693 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001694 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: grpc_csharp_ext
1696 build: all
1697 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - src/csharp/ext/grpc_csharp_ext.c
1700 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001702 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001703 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001704 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705 dll: only
1706 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001707 vs_packages:
1708 - grpc.dependencies.openssl
1709 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001711 vs_props:
1712 - zlib
1713 - openssl
1714 - winsock
1715 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001717- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001718 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001719 build: test
1720 language: c
1721 src:
1722 - test/core/surface/alarm_test.c
1723 deps:
1724 - grpc_test_util
1725 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001726 - gpr_test_util
1727 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001728- name: algorithm_test
1729 build: test
1730 language: c
1731 src:
1732 - test/core/compression/algorithm_test.c
1733 deps:
1734 - grpc_test_util
1735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001738- name: alloc_test
1739 build: test
1740 language: c
1741 src:
1742 - test/core/support/alloc_test.c
1743 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: alpn_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/transport/chttp2/alpn_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001756- name: api_fuzzer
1757 build: fuzzer
1758 language: c
1759 src:
1760 - test/core/end2end/fuzzers/api_fuzzer.c
1761 deps:
1762 - grpc_test_util
1763 - grpc
1764 - gpr_test_util
1765 - gpr
1766 corpus_dirs:
1767 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001768 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001769 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001770- name: arena_test
1771 build: test
1772 language: c
1773 src:
1774 - test/core/support/arena_test.c
1775 deps:
1776 - gpr_test_util
1777 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001778- name: bad_server_response_test
1779 build: test
1780 language: c
1781 src:
1782 - test/core/end2end/bad_server_response_test.c
1783 deps:
1784 - test_tcp_server
1785 - grpc_test_util
1786 - grpc
1787 - gpr_test_util
1788 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001789 exclude_iomgrs:
1790 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001791- name: bdp_estimator_test
1792 build: test
1793 language: c
1794 src:
1795 - test/core/transport/bdp_estimator_test.c
1796 deps:
1797 - grpc_test_util
1798 - grpc
1799 - gpr_test_util
1800 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001801- name: bin_decoder_test
1802 build: test
1803 language: c
1804 src:
1805 - test/core/transport/chttp2/bin_decoder_test.c
1806 deps:
1807 - grpc_test_util
1808 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001809- name: bin_encoder_test
1810 build: test
1811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001812 src:
1813 - test/core/transport/chttp2/bin_encoder_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001817- name: byte_stream_test
1818 build: test
1819 language: c
1820 src:
1821 - test/core/transport/byte_stream_test.c
1822 deps:
1823 - grpc_test_util
1824 - grpc
1825 - gpr_test_util
1826 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001827- name: census_context_test
1828 build: test
1829 language: c
1830 src:
1831 - test/core/census/context_test.c
1832 deps:
1833 - grpc_test_util
1834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001837- name: census_intrusive_hash_map_test
1838 build: test
1839 language: c
1840 src:
1841 - test/core/census/intrusive_hash_map_test.c
1842 deps:
1843 - grpc_test_util
1844 - grpc
1845 - gpr_test_util
1846 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001847- name: census_resource_test
1848 build: test
1849 language: c
1850 src:
1851 - test/core/census/resource_test.c
1852 deps:
1853 - grpc_test_util
1854 - grpc
1855 - gpr_test_util
1856 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001857- name: census_trace_context_test
1858 build: test
1859 language: c
1860 src:
1861 - test/core/census/trace_context_test.c
1862 deps:
1863 - grpc_test_util
1864 - grpc
1865 - gpr_test_util
1866 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001867- name: channel_create_test
1868 build: test
1869 language: c
1870 src:
1871 - test/core/surface/channel_create_test.c
1872 deps:
1873 - grpc_test_util
1874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001877- name: check_epollexclusive
1878 build: tool
1879 language: c
1880 src:
1881 - test/build/check_epollexclusive.c
1882 deps:
1883 - grpc
1884 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001885- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886 build: test
1887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001888 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001889 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001890 deps:
1891 - grpc_test_util
1892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: chttp2_stream_map_test
1896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
1899 - test/core/transport/chttp2/stream_map_test.c
1900 deps:
1901 - grpc_test_util
1902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001905- name: chttp2_varint_test
1906 build: test
1907 language: c
1908 src:
1909 - test/core/transport/chttp2/varint_test.c
1910 deps:
1911 - grpc_test_util
1912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001915- name: client_fuzzer
1916 build: fuzzer
1917 language: c
1918 src:
1919 - test/core/end2end/fuzzers/client_fuzzer.c
1920 deps:
1921 - grpc_test_util
1922 - grpc
1923 - gpr_test_util
1924 - gpr
1925 corpus_dirs:
1926 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001927 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001928 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001929- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001930 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001931 build: test
1932 language: c
1933 src:
1934 - test/core/iomgr/combiner_test.c
1935 deps:
1936 - grpc_test_util
1937 - grpc
1938 - gpr_test_util
1939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: compression_test
1941 build: test
1942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/core/compression/compression_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001950- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001951 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001952 build: test
1953 language: c
1954 src:
1955 - test/core/surface/concurrent_connectivity_test.c
1956 deps:
1957 - grpc_test_util
1958 - grpc
1959 - gpr_test_util
1960 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001961 exclude_iomgrs:
1962 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001963- name: connection_refused_test
1964 cpu_cost: 0.1
1965 build: test
1966 language: c
1967 src:
1968 - test/core/end2end/connection_refused_test.c
1969 deps:
1970 - grpc_test_util
1971 - grpc
1972 - gpr_test_util
1973 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001974- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001975 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001976 build: test
1977 language: c
1978 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001979 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001980 deps:
1981 - grpc_test_util
1982 - grpc
1983 - gpr_test_util
1984 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001985 exclude_iomgrs:
1986 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001987- name: dns_resolver_test
1988 build: test
1989 language: c
1990 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001991 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001992 deps:
1993 - grpc_test_util
1994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001998 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/end2end/dualstack_socket_test.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002008 exclude_iomgrs:
2009 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002010 platforms:
2011 - mac
2012 - linux
2013 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002014- name: endpoint_pair_test
2015 build: test
2016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002017 src:
2018 - test/core/iomgr/endpoint_pair_test.c
2019 deps:
2020 - grpc_test_util
2021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 - gpr_test_util
2023 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002024 exclude_iomgrs:
2025 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002026- name: error_test
2027 cpu_cost: 30
2028 build: test
2029 language: c
2030 src:
2031 - test/core/iomgr/error_test.c
2032 deps:
2033 - grpc_test_util
2034 - grpc
2035 - gpr_test_util
2036 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002037- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002038 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002039 build: test
2040 language: c
2041 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002042 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002043 deps:
2044 - grpc_test_util
2045 - grpc
2046 - gpr_test_util
2047 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002048 exclude_iomgrs:
2049 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002050 platforms:
2051 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002052- name: fake_resolver_test
2053 build: test
2054 language: c
2055 src:
2056 - test/core/client_channel/resolvers/fake_resolver_test.c
2057 deps:
2058 - grpc_test_util
2059 - grpc
2060 - gpr_test_util
2061 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002062- name: fake_transport_security_test
2063 build: test
2064 language: c
2065 src:
2066 - test/core/tsi/fake_transport_security_test.c
2067 deps:
2068 - gpr_test_util
2069 - gpr
2070 - grpc
2071 filegroups:
2072 - transport_security_test_lib
2073 platforms:
2074 - linux
2075 - posix
2076 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077- name: fd_conservation_posix_test
2078 build: test
2079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002080 src:
2081 - test/core/iomgr/fd_conservation_posix_test.c
2082 deps:
2083 - grpc_test_util
2084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002087 exclude_iomgrs:
2088 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002089 platforms:
2090 - mac
2091 - linux
2092 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: fd_posix_test
2094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/iomgr/fd_posix_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002103 exclude_iomgrs:
2104 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002105 platforms:
2106 - mac
2107 - linux
2108 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002109- name: fling_client
2110 build: test
2111 run: false
2112 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002113 src:
2114 - test/core/fling/client.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120- name: fling_server
2121 build: test
2122 run: false
2123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
2125 - test/core/fling/server.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002131- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002132 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133 build: test
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
2136 - test/core/fling/fling_stream_test.c
2137 deps:
2138 - grpc_test_util
2139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002140 - gpr_test_util
2141 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002142 platforms:
2143 - mac
2144 - linux
2145 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002147 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148 build: test
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/core/fling/fling_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002157 platforms:
2158 - mac
2159 - linux
2160 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161- name: gen_hpack_tables
2162 build: tool
2163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - tools/codegen/core/gen_hpack_tables.c
2166 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002168 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: gen_legal_metadata_characters
2170 build: tool
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002175- name: gen_percent_encoding_tables
2176 build: tool
2177 language: c
2178 src:
2179 - tools/codegen/core/gen_percent_encoding_tables.c
2180 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002181- name: goaway_server_test
2182 cpu_cost: 0.1
2183 build: test
2184 language: c
2185 src:
2186 - test/core/end2end/goaway_server_test.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
2190 - gpr_test_util
2191 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002192 exclude_iomgrs:
2193 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002194 platforms:
2195 - mac
2196 - linux
2197 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002198- name: gpr_avl_test
2199 build: test
2200 language: c
2201 src:
2202 - test/core/support/avl_test.c
2203 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002206- name: gpr_backoff_test
2207 build: test
2208 language: c
2209 src:
2210 - test/core/support/backoff_test.c
2211 deps:
2212 - gpr_test_util
2213 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214- name: gpr_cmdline_test
2215 build: test
2216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002217 src:
2218 - test/core/support/cmdline_test.c
2219 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002220 - gpr_test_util
2221 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002222- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002223 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002224 build: test
2225 language: c
2226 src:
2227 - test/core/support/cpu_test.c
2228 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002229 - gpr_test_util
2230 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231- name: gpr_env_test
2232 build: test
2233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002234 src:
2235 - test/core/support/env_test.c
2236 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 - gpr_test_util
2238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: gpr_histogram_test
2240 build: test
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
2243 - test/core/support/histogram_test.c
2244 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: gpr_host_port_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - test/core/support/host_port_test.c
2252 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255- name: gpr_log_test
2256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
2259 - test/core/support/log_test.c
2260 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002263- name: gpr_mpscq_test
2264 cpu_cost: 30
2265 build: test
2266 language: c
2267 src:
2268 - test/core/support/mpscq_test.c
2269 deps:
2270 - gpr_test_util
2271 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002272- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002273 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002274 build: test
2275 language: c
2276 src:
2277 - test/core/support/spinlock_test.c
2278 deps:
2279 - gpr_test_util
2280 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002281- name: gpr_stack_lockfree_test
2282 cpu_cost: 7
2283 build: test
2284 language: c
2285 src:
2286 - test/core/support/stack_lockfree_test.c
2287 deps:
2288 - gpr_test_util
2289 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002290- name: gpr_string_test
2291 build: test
2292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002293 src:
2294 - test/core/support/string_test.c
2295 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002296 - gpr_test_util
2297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002299 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/support/sync_test.c
2304 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002308 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309 build: test
2310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002311 src:
2312 - test/core/support/thd_test.c
2313 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002316- name: gpr_time_test
2317 build: test
2318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002319 src:
2320 - test/core/support/time_test.c
2321 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324- name: gpr_tls_test
2325 build: test
2326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002327 src:
2328 - test/core/support/tls_test.c
2329 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: gpr_useful_test
2333 build: test
2334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002335 src:
2336 - test/core/support/useful_test.c
2337 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: grpc_auth_context_test
2341 build: test
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/core/security/auth_context_test.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002350- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351 build: test
2352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002353 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002354 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002355 deps:
2356 - grpc_test_util
2357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr_test_util
2359 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360- name: grpc_byte_buffer_reader_test
2361 build: test
2362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002363 src:
2364 - test/core/surface/byte_buffer_reader_test.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: grpc_channel_args_test
2371 build: test
2372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
2374 - test/core/channel/channel_args_test.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002380- name: grpc_channel_stack_builder_test
2381 build: test
2382 language: c
2383 src:
2384 - test/core/channel/channel_stack_builder_test.c
2385 deps:
2386 - grpc_test_util
2387 - grpc
2388 - gpr_test_util
2389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: grpc_channel_stack_test
2391 build: test
2392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002393 src:
2394 - test/core/channel/channel_stack_test.c
2395 deps:
2396 - grpc_test_util
2397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr_test_util
2399 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400- name: grpc_completion_queue_test
2401 build: test
2402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002403 src:
2404 - test/core/surface/completion_queue_test.c
2405 deps:
2406 - grpc_test_util
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002410- name: grpc_completion_queue_threading_test
2411 build: test
2412 language: c
2413 src:
2414 - test/core/surface/completion_queue_threading_test.c
2415 deps:
2416 - grpc_test_util
2417 - grpc
2418 - gpr_test_util
2419 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002420 exclude_iomgrs:
2421 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422- name: grpc_create_jwt
2423 build: tool
2424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002425 src:
2426 - test/core/security/create_jwt.c
2427 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002430 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431- name: grpc_credentials_test
2432 build: test
2433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
2435 - test/core/security/credentials_test.c
2436 deps:
2437 - grpc_test_util
2438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002439 - gpr_test_util
2440 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002442 build: test
2443 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002445 src:
2446 - test/core/security/fetch_oauth2.c
2447 deps:
2448 - grpc_test_util
2449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002450 - gpr_test_util
2451 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002452- name: grpc_invalid_channel_args_test
2453 build: test
2454 language: c
2455 src:
2456 - test/core/surface/invalid_channel_args_test.c
2457 deps:
2458 - grpc_test_util
2459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002460 - gpr_test_util
2461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462- name: grpc_json_token_test
2463 build: test
2464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002465 src:
2466 - test/core/security/json_token_test.c
2467 deps:
2468 - grpc_test_util
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002472 platforms:
2473 - linux
2474 - posix
2475 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002476- name: grpc_jwt_verifier_test
2477 build: test
2478 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002479 src:
2480 - test/core/security/jwt_verifier_test.c
2481 deps:
2482 - grpc_test_util
2483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002486- name: grpc_print_google_default_creds_token
2487 build: tool
2488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002489 src:
2490 - test/core/security/print_google_default_creds_token.c
2491 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002494- name: grpc_security_connector_test
2495 build: test
2496 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002497 src:
2498 - test/core/security/security_connector_test.c
2499 deps:
2500 - grpc_test_util
2501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002504- name: grpc_verify_jwt
2505 build: tool
2506 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002507 src:
2508 - test/core/security/verify_jwt.c
2509 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002512- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002513 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002514 language: c
2515 src:
2516 - test/core/handshake/client_ssl.c
2517 deps:
2518 - grpc_test_util
2519 - grpc
2520 - gpr_test_util
2521 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002522 exclude_iomgrs:
2523 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002524 platforms:
2525 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002526 secure: true
2527- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002528 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002529 language: c
2530 src:
2531 - test/core/handshake/server_ssl.c
2532 deps:
2533 - grpc_test_util
2534 - grpc
2535 - gpr_test_util
2536 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002537 exclude_iomgrs:
2538 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002539 platforms:
2540 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002541 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002542- name: hpack_parser_fuzzer_test
2543 build: fuzzer
2544 language: c
2545 src:
2546 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2547 deps:
2548 - grpc_test_util
2549 - grpc
2550 - gpr_test_util
2551 - gpr
2552 corpus_dirs:
2553 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002554 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002555 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556- name: hpack_parser_test
2557 build: test
2558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
2560 - test/core/transport/chttp2/hpack_parser_test.c
2561 deps:
2562 - grpc_test_util
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566- name: hpack_table_test
2567 build: test
2568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002569 src:
2570 - test/core/transport/chttp2/hpack_table_test.c
2571 deps:
2572 - grpc_test_util
2573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002574 - gpr_test_util
2575 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002576- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002577 build: test
2578 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002579 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002580 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002581 deps:
2582 - grpc_test_util
2583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002584 - gpr_test_util
2585 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002586- name: http_request_fuzzer_test
2587 build: fuzzer
2588 language: c
2589 src:
2590 - test/core/http/request_fuzzer.c
2591 deps:
2592 - grpc_test_util
2593 - grpc
2594 - gpr_test_util
2595 - gpr
2596 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002597 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002598 maxlen: 2048
2599- name: http_response_fuzzer_test
2600 build: fuzzer
2601 language: c
2602 src:
2603 - test/core/http/response_fuzzer.c
2604 deps:
2605 - grpc_test_util
2606 - grpc
2607 - gpr_test_util
2608 - gpr
2609 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002610 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002611 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002612- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613 build: test
2614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002615 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002616 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002617 deps:
2618 - grpc_test_util
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr_test_util
2621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002623 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624 build: test
2625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002626 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002627 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002628 deps:
2629 - grpc_test_util
2630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002631 - gpr_test_util
2632 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002633 platforms:
2634 - mac
2635 - linux
2636 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002637- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002638 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002639 build: test
2640 language: c
2641 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002642 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002643 deps:
2644 - grpc_test_util
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002648 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002649 - linux
yang-gf1183302015-12-07 16:02:05 -08002650- name: init_test
2651 build: test
2652 language: c
2653 src:
2654 - test/core/surface/init_test.c
2655 deps:
2656 - grpc_test_util
2657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr_test_util
2659 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002660- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002661 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002662 build: test
2663 language: c
2664 src:
2665 - test/core/end2end/invalid_call_argument_test.c
2666 deps:
2667 - grpc_test_util
2668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002669 - gpr_test_util
2670 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002671- name: json_fuzzer_test
2672 build: fuzzer
2673 language: c
2674 src:
2675 - test/core/json/fuzzer.c
2676 deps:
2677 - grpc_test_util
2678 - grpc
2679 - gpr_test_util
2680 - gpr
2681 corpus_dirs:
2682 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002683 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684- name: json_rewrite
2685 build: test
2686 run: false
2687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002688 src:
2689 - test/core/json/json_rewrite.c
2690 deps:
2691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002693- name: json_rewrite_test
2694 build: test
2695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002696 src:
2697 - test/core/json/json_rewrite_test.c
2698 deps:
2699 - grpc_test_util
2700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002701 - gpr_test_util
2702 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002703- name: json_stream_error_test
2704 build: test
2705 language: c
2706 src:
2707 - test/core/json/json_stream_error_test.c
2708 deps:
2709 - grpc_test_util
2710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002711 - gpr_test_util
2712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002713- name: json_test
2714 build: test
2715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002716 src:
2717 - test/core/json/json_test.c
2718 deps:
2719 - grpc_test_util
2720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002721 - gpr_test_util
2722 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002723- name: lame_client_test
2724 build: test
2725 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002726 src:
2727 - test/core/surface/lame_client_test.c
2728 deps:
2729 - grpc_test_util
2730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002731 - gpr_test_util
2732 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002733- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002734 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002735 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002736 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002737 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002738 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002739 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002740 deps:
2741 - grpc_test_util
2742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002743 - gpr_test_util
2744 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002745- name: load_file_test
2746 build: test
2747 language: c
2748 src:
2749 - test/core/iomgr/load_file_test.c
2750 deps:
2751 - grpc_test_util
2752 - grpc
2753 - gpr_test_util
2754 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002755- name: low_level_ping_pong_benchmark
2756 build: benchmark
2757 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002758 src:
2759 - test/core/network_benchmarks/low_level_ping_pong.c
2760 deps:
2761 - grpc_test_util
2762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002763 - gpr_test_util
2764 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002765 platforms:
2766 - mac
2767 - linux
2768 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002769- name: memory_profile_client
2770 build: test
2771 run: false
2772 language: c
2773 src:
2774 - test/core/memory_usage/client.c
2775 deps:
2776 - grpc_test_util
2777 - grpc
2778 - gpr_test_util
2779 - gpr
2780- name: memory_profile_server
2781 build: test
2782 run: false
2783 language: c
2784 src:
2785 - test/core/memory_usage/server.c
2786 deps:
2787 - grpc_test_util
2788 - grpc
2789 - gpr_test_util
2790 - gpr
2791- name: memory_profile_test
2792 cpu_cost: 1.5
2793 build: test
2794 language: c
2795 src:
2796 - test/core/memory_usage/memory_usage_test.c
2797 deps:
2798 - grpc_test_util
2799 - grpc
2800 - gpr_test_util
2801 - gpr
2802 platforms:
2803 - mac
2804 - linux
2805 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002806- name: message_compress_test
2807 build: test
2808 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002809 src:
2810 - test/core/compression/message_compress_test.c
2811 deps:
2812 - grpc_test_util
2813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002814 - gpr_test_util
2815 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002816- name: minimal_stack_is_minimal_test
2817 build: test
2818 language: c
2819 src:
2820 - test/core/channel/minimal_stack_is_minimal_test.c
2821 deps:
2822 - grpc_test_util
2823 - grpc
2824 - gpr_test_util
2825 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002826- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002827 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002828 build: test
2829 language: c
2830 src:
2831 - test/core/census/mlog_test.c
2832 deps:
2833 - grpc_test_util
2834 - grpc
2835 - gpr_test_util
2836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002837- name: multiple_server_queues_test
2838 build: test
2839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002840 src:
2841 - test/core/end2end/multiple_server_queues_test.c
2842 deps:
2843 - grpc_test_util
2844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002845 - gpr_test_util
2846 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002847- name: murmur_hash_test
2848 build: test
2849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002850 src:
2851 - test/core/support/murmur_hash_test.c
2852 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002853 - gpr_test_util
2854 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002855- name: nanopb_fuzzer_response_test
2856 build: fuzzer
2857 language: c
2858 src:
2859 - test/core/nanopb/fuzzer_response.c
2860 deps:
2861 - grpc_test_util
2862 - grpc
2863 - gpr_test_util
2864 - gpr
2865 corpus_dirs:
2866 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002867 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002868- name: nanopb_fuzzer_serverlist_test
2869 build: fuzzer
2870 language: c
2871 src:
2872 - test/core/nanopb/fuzzer_serverlist.c
2873 deps:
2874 - grpc_test_util
2875 - grpc
2876 - gpr_test_util
2877 - gpr
2878 corpus_dirs:
2879 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002880 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002881- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002882 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002883 build: test
2884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002885 src:
2886 - test/core/end2end/no_server_test.c
2887 deps:
2888 - grpc_test_util
2889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002890 - gpr_test_util
2891 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002892- name: num_external_connectivity_watchers_test
2893 build: test
2894 language: c
2895 src:
2896 - test/core/surface/num_external_connectivity_watchers_test.c
2897 deps:
2898 - grpc_test_util
2899 - grpc
2900 - gpr_test_util
2901 - gpr
2902 exclude_iomgrs:
2903 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002904- name: parse_address_test
2905 build: test
2906 language: c
2907 src:
2908 - test/core/client_channel/parse_address_test.c
2909 deps:
2910 - grpc_test_util
2911 - grpc
2912 - gpr_test_util
2913 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002914- name: percent_decode_fuzzer
2915 build: fuzzer
2916 language: c
2917 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002918 - test/core/slice/percent_decode_fuzzer.c
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:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002931 - test/core/slice/percent_encode_fuzzer.c
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:
2944 - test/core/slice/percent_encoding_test.c
2945 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
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002950- name: pollset_set_test
2951 build: test
2952 language: c
2953 src:
2954 - test/core/iomgr/pollset_set_test.c
2955 deps:
2956 - grpc_test_util
2957 - grpc
2958 - gpr_test_util
2959 - gpr
2960 exclude_iomgrs:
2961 - uv
2962 platforms:
2963 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002964- name: resolve_address_posix_test
2965 build: test
2966 language: c
2967 src:
2968 - test/core/iomgr/resolve_address_posix_test.c
2969 deps:
2970 - grpc_test_util
2971 - grpc
2972 - gpr_test_util
2973 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002974 exclude_iomgrs:
2975 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002976 platforms:
2977 - mac
2978 - linux
2979 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002980- name: resolve_address_test
2981 build: test
2982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002983 src:
2984 - test/core/iomgr/resolve_address_test.c
2985 deps:
2986 - grpc_test_util
2987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002988 - gpr_test_util
2989 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002990- name: resource_quota_test
2991 cpu_cost: 30
2992 build: test
2993 language: c
2994 src:
2995 - test/core/iomgr/resource_quota_test.c
2996 deps:
2997 - grpc_test_util
2998 - grpc
2999 - gpr_test_util
3000 - gpr
yang-gd482e592015-12-10 14:04:00 -08003001- name: secure_channel_create_test
3002 build: test
3003 language: c
3004 src:
3005 - test/core/surface/secure_channel_create_test.c
3006 deps:
3007 - grpc_test_util
3008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003009 - gpr_test_util
3010 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011- name: secure_endpoint_test
3012 build: test
3013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003014 src:
3015 - test/core/security/secure_endpoint_test.c
3016 deps:
3017 - grpc_test_util
3018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003019 - gpr_test_util
3020 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003021 exclude_iomgrs:
3022 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003023- name: sequential_connectivity_test
3024 build: test
3025 language: c
3026 src:
3027 - test/core/surface/sequential_connectivity_test.c
3028 deps:
3029 - grpc_test_util
3030 - grpc
3031 - gpr_test_util
3032 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003033 exclude_iomgrs:
3034 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003035- name: server_chttp2_test
3036 build: test
3037 language: c
3038 src:
3039 - test/core/surface/server_chttp2_test.c
3040 deps:
3041 - grpc_test_util
3042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003043 - gpr_test_util
3044 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003045- name: server_fuzzer
3046 build: fuzzer
3047 language: c
3048 src:
3049 - test/core/end2end/fuzzers/server_fuzzer.c
3050 deps:
3051 - grpc_test_util
3052 - grpc
3053 - gpr_test_util
3054 - gpr
3055 corpus_dirs:
3056 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003057 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003058 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003059- name: server_test
3060 build: test
3061 language: c
3062 src:
3063 - test/core/surface/server_test.c
3064 deps:
3065 - grpc_test_util
3066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003067 - gpr_test_util
3068 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003069- name: slice_buffer_test
3070 build: test
3071 language: c
3072 src:
3073 - test/core/slice/slice_buffer_test.c
3074 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003075 - grpc_test_util
3076 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003077 - gpr_test_util
3078 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003079- name: slice_hash_table_test
3080 build: test
3081 language: c
3082 src:
3083 - test/core/slice/slice_hash_table_test.c
3084 deps:
3085 - grpc_test_util
3086 - grpc
3087 - gpr_test_util
3088 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003089- name: slice_string_helpers_test
3090 build: test
3091 language: c
3092 src:
3093 - test/core/slice/slice_string_helpers_test.c
3094 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003095 - grpc_test_util
3096 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003097 - gpr_test_util
3098 - gpr
3099- name: slice_test
3100 build: test
3101 language: c
3102 src:
3103 - test/core/slice/slice_test.c
3104 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003105 - grpc_test_util
3106 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003107 - gpr_test_util
3108 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003109- name: sockaddr_resolver_test
3110 build: test
3111 language: c
3112 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003113 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003114 deps:
3115 - grpc_test_util
3116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003117 - gpr_test_util
3118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119- name: sockaddr_utils_test
3120 build: test
3121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003122 src:
3123 - test/core/iomgr/sockaddr_utils_test.c
3124 deps:
3125 - grpc_test_util
3126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003127 - gpr_test_util
3128 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003129- name: socket_utils_test
3130 build: test
3131 language: c
3132 src:
3133 - test/core/iomgr/socket_utils_test.c
3134 deps:
3135 - grpc_test_util
3136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003137 - gpr_test_util
3138 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003139 exclude_iomgrs:
3140 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003141 platforms:
3142 - mac
3143 - linux
3144 - posix
yang-g31e21282016-11-04 15:10:03 -07003145- name: ssl_server_fuzzer
3146 build: fuzzer
3147 language: c
3148 src:
3149 - test/core/security/ssl_server_fuzzer.c
3150 deps:
3151 - grpc_test_util
3152 - grpc
3153 - gpr_test_util
3154 - gpr
3155 corpus_dirs:
3156 - test/core/security/corpus/ssl_server_corpus
3157 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003158- name: ssl_transport_security_test
3159 build: test
3160 language: c
3161 src:
3162 - test/core/tsi/ssl_transport_security_test.c
3163 deps:
3164 - gpr_test_util
3165 - gpr
3166 - grpc
3167 filegroups:
3168 - transport_security_test_lib
3169 platforms:
3170 - linux
3171 - posix
3172 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003173- name: status_conversion_test
3174 build: test
3175 language: c
3176 src:
3177 - test/core/transport/status_conversion_test.c
3178 deps:
3179 - grpc_test_util
3180 - grpc
3181 - gpr_test_util
3182 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003183- name: stream_compression_test
3184 build: test
3185 language: c
3186 src:
3187 - test/core/compression/stream_compression_test.c
3188 deps:
3189 - grpc_test_util
3190 - grpc
3191 - gpr_test_util
3192 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003193- name: stream_owned_slice_test
3194 build: test
3195 language: c
3196 src:
3197 - test/core/transport/stream_owned_slice_test.c
3198 deps:
3199 - grpc_test_util
3200 - grpc
3201 - gpr_test_util
3202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003203- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003204 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003205 build: test
3206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003207 src:
3208 - test/core/iomgr/tcp_client_posix_test.c
3209 deps:
3210 - grpc_test_util
3211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003212 - gpr_test_util
3213 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003214 exclude_iomgrs:
3215 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003216 platforms:
3217 - mac
3218 - linux
3219 - posix
murgatroid991191b722017-02-08 11:56:52 -08003220- name: tcp_client_uv_test
3221 cpu_cost: 0.5
3222 build: test
3223 language: c
3224 src:
3225 - test/core/iomgr/tcp_client_uv_test.c
3226 deps:
3227 - grpc_test_util
3228 - grpc
3229 - gpr_test_util
3230 - gpr
3231 exclude_iomgrs:
3232 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003233- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003234 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003235 build: test
3236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003237 src:
3238 - test/core/iomgr/tcp_posix_test.c
3239 deps:
3240 - grpc_test_util
3241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003242 - gpr_test_util
3243 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003244 exclude_iomgrs:
3245 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003246 platforms:
3247 - mac
3248 - linux
3249 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003250- name: tcp_server_posix_test
3251 build: test
3252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003253 src:
3254 - test/core/iomgr/tcp_server_posix_test.c
3255 deps:
3256 - grpc_test_util
3257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003258 - gpr_test_util
3259 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003260 exclude_iomgrs:
3261 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003262 platforms:
3263 - mac
3264 - linux
3265 - posix
murgatroid991191b722017-02-08 11:56:52 -08003266- name: tcp_server_uv_test
3267 build: test
3268 language: c
3269 src:
3270 - test/core/iomgr/tcp_server_uv_test.c
3271 deps:
3272 - grpc_test_util
3273 - grpc
3274 - gpr_test_util
3275 - gpr
3276 exclude_iomgrs:
3277 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003278- name: time_averaged_stats_test
3279 build: test
3280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003281 src:
3282 - test/core/iomgr/time_averaged_stats_test.c
3283 deps:
3284 - grpc_test_util
3285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003286 - gpr_test_util
3287 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003288- name: timeout_encoding_test
3289 build: test
3290 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003291 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003292 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003293 deps:
3294 - grpc_test_util
3295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003296 - gpr_test_util
3297 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003298- name: timer_heap_test
3299 build: test
3300 language: c
3301 src:
3302 - test/core/iomgr/timer_heap_test.c
3303 deps:
3304 - grpc_test_util
3305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003306 - gpr_test_util
3307 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003308 exclude_iomgrs:
3309 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003310- name: timer_list_test
3311 build: test
3312 language: c
3313 src:
3314 - test/core/iomgr/timer_list_test.c
3315 deps:
3316 - grpc_test_util
3317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003318 - gpr_test_util
3319 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003320 exclude_iomgrs:
3321 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003322- name: transport_connectivity_state_test
3323 build: test
3324 language: c
3325 src:
3326 - test/core/transport/connectivity_state_test.c
3327 deps:
3328 - grpc_test_util
3329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003330 - gpr_test_util
3331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003332- name: transport_metadata_test
3333 build: test
3334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003335 src:
3336 - test/core/transport/metadata_test.c
3337 deps:
3338 - grpc_test_util
3339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003340 - gpr_test_util
3341 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003342- name: transport_pid_controller_test
3343 build: test
3344 language: c
3345 src:
3346 - test/core/transport/pid_controller_test.c
3347 deps:
3348 - grpc_test_util
3349 - grpc
3350 - gpr_test_util
3351 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003352- name: transport_security_test
3353 build: test
3354 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003355 src:
3356 - test/core/tsi/transport_security_test.c
3357 deps:
3358 - grpc_test_util
3359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003360 - gpr_test_util
3361 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003362 platforms:
3363 - linux
3364 - posix
3365 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366- name: udp_server_test
3367 build: test
3368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003369 src:
3370 - test/core/iomgr/udp_server_test.c
3371 deps:
3372 - grpc_test_util
3373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003374 - gpr_test_util
3375 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003376 exclude_iomgrs:
3377 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003378 platforms:
3379 - mac
3380 - linux
3381 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003382- name: uri_fuzzer_test
3383 build: fuzzer
3384 language: c
3385 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003386 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003387 deps:
3388 - grpc_test_util
3389 - grpc
3390 - gpr_test_util
3391 - gpr
3392 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003393 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003394 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003395- name: uri_parser_test
3396 build: test
3397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003398 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003399 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003400 deps:
3401 - grpc_test_util
3402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003403 - gpr_test_util
3404 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003405- name: wakeup_fd_cv_test
3406 build: test
3407 language: c
3408 src:
3409 - test/core/iomgr/wakeup_fd_cv_test.c
3410 deps:
3411 - grpc_test_util
3412 - grpc
3413 - gpr_test_util
3414 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003415 exclude_iomgrs:
3416 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003417 platforms:
3418 - mac
3419 - linux
3420 - posix
vjpai04e992a2016-02-10 16:58:38 -08003421- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003422 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003423 build: test
3424 language: c++
3425 src:
3426 - test/cpp/common/alarm_cpp_test.cc
3427 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003428 - grpc++_test_util_unsecure
3429 - grpc_test_util_unsecure
3430 - grpc++_unsecure
3431 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003432 - gpr_test_util
3433 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003434- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003435 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003436 build: test
3437 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003438 src:
3439 - test/cpp/end2end/async_end2end_test.cc
3440 deps:
3441 - grpc++_test_util
3442 - grpc_test_util
3443 - grpc++
3444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003445 - gpr_test_util
3446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003447- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003448 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003449 build: test
3450 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003451 src:
3452 - test/cpp/common/auth_property_iterator_test.cc
3453 deps:
3454 - grpc++_test_util
3455 - grpc_test_util
3456 - grpc++
3457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003458 - gpr_test_util
3459 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003460- name: bm_arena
3461 build: test
3462 language: c++
3463 src:
3464 - test/cpp/microbenchmarks/bm_arena.cc
3465 deps:
3466 - grpc_benchmark
3467 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003468 - grpc++_test_util_unsecure
3469 - grpc_test_util_unsecure
3470 - grpc++_unsecure
3471 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003472 - gpr_test_util
3473 - gpr
3474 args:
3475 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003476 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003477 platforms:
3478 - mac
3479 - linux
3480 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003481- name: bm_call_create
3482 build: test
3483 language: c++
3484 src:
3485 - test/cpp/microbenchmarks/bm_call_create.cc
3486 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003487 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003488 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003489 - grpc++_test_util_unsecure
3490 - grpc_test_util_unsecure
3491 - grpc++_unsecure
3492 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003493 - gpr_test_util
3494 - gpr
3495 args:
3496 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003497 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003498 platforms:
3499 - mac
3500 - linux
3501 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003502- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003503 build: test
3504 language: c++
3505 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003506 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003507 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003508 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003509 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003510 - grpc++_test_util_unsecure
3511 - grpc_test_util_unsecure
3512 - grpc++_unsecure
3513 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003514 - gpr_test_util
3515 - gpr
3516 args:
3517 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003518 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003519 platforms:
3520 - mac
3521 - linux
3522 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003523- name: bm_chttp2_transport
3524 build: test
3525 language: c++
3526 src:
3527 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3528 deps:
3529 - grpc_benchmark
3530 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003531 - grpc++_test_util_unsecure
3532 - grpc_test_util_unsecure
3533 - grpc++_unsecure
3534 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003535 - gpr_test_util
3536 - gpr
3537 args:
3538 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003539 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003540 platforms:
3541 - mac
3542 - linux
3543 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003544- name: bm_closure
3545 build: test
3546 language: c++
3547 src:
3548 - test/cpp/microbenchmarks/bm_closure.cc
3549 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003550 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003551 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003552 - grpc++_test_util_unsecure
3553 - grpc_test_util_unsecure
3554 - grpc++_unsecure
3555 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003556 - gpr_test_util
3557 - gpr
3558 args:
3559 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003560 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003561 platforms:
3562 - mac
3563 - linux
3564 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003565- name: bm_cq
3566 build: test
3567 language: c++
3568 src:
3569 - test/cpp/microbenchmarks/bm_cq.cc
3570 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003571 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003572 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003573 - grpc++_test_util_unsecure
3574 - grpc_test_util_unsecure
3575 - grpc++_unsecure
3576 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003577 - gpr_test_util
3578 - gpr
3579 args:
3580 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003581 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003582 platforms:
3583 - mac
3584 - linux
3585 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003586- name: bm_cq_multiple_threads
3587 build: test
3588 language: c++
3589 src:
3590 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3591 deps:
3592 - grpc_benchmark
3593 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003594 - grpc++_test_util_unsecure
3595 - grpc_test_util_unsecure
3596 - grpc++_unsecure
3597 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003598 - gpr_test_util
3599 - gpr
3600 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003601 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003602 defaults: benchmark
3603 platforms:
3604 - mac
3605 - linux
3606 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003607- name: bm_error
3608 build: test
3609 language: c++
3610 src:
3611 - test/cpp/microbenchmarks/bm_error.cc
3612 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003613 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003614 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003615 - grpc++_test_util_unsecure
3616 - grpc_test_util_unsecure
3617 - grpc++_unsecure
3618 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003619 - gpr_test_util
3620 - gpr
3621 args:
3622 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003623 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003624 platforms:
3625 - mac
3626 - linux
3627 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003628- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003629 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003630 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003631 headers:
3632 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003633 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003634 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003635 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003636 - grpc_benchmark
3637 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003638 - grpc++_test_util_unsecure
3639 - grpc_test_util_unsecure
3640 - grpc++_unsecure
3641 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003642 - gpr_test_util
3643 - gpr
3644 args:
3645 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003646 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003647 excluded_poll_engines:
3648 - poll
3649 - poll-cv
3650 platforms:
3651 - mac
3652 - linux
3653 - posix
3654 timeout_seconds: 1200
3655- name: bm_fullstack_streaming_pump
3656 build: test
3657 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003658 headers:
3659 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003660 src:
3661 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003662 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003663 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003664 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003665 - grpc++_test_util_unsecure
3666 - grpc_test_util_unsecure
3667 - grpc++_unsecure
3668 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003669 - gpr_test_util
3670 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003671 args:
3672 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003673 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003674 excluded_poll_engines:
3675 - poll
3676 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003677 platforms:
3678 - mac
3679 - linux
3680 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003681 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003682- name: bm_fullstack_trickle
3683 build: test
3684 language: c++
3685 src:
3686 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3687 deps:
3688 - grpc_benchmark
3689 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003690 - grpc++_test_util_unsecure
3691 - grpc_test_util_unsecure
3692 - grpc++_unsecure
3693 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003694 - gpr_test_util
3695 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003696 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003697 args:
3698 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003699 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003700 excluded_poll_engines:
3701 - poll
3702 - poll-cv
3703 platforms:
3704 - mac
3705 - linux
3706 - posix
3707 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003708- name: bm_fullstack_unary_ping_pong
3709 build: test
3710 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003711 headers:
3712 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003713 src:
3714 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3715 deps:
3716 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003717 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003718 - grpc++_test_util_unsecure
3719 - grpc_test_util_unsecure
3720 - grpc++_unsecure
3721 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003722 - gpr_test_util
3723 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003724 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003725 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003726 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003727 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003728 - poll
3729 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003730 platforms:
3731 - mac
3732 - linux
3733 - posix
3734 timeout_seconds: 1200
3735- name: bm_metadata
3736 build: test
3737 language: c++
3738 src:
3739 - test/cpp/microbenchmarks/bm_metadata.cc
3740 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003741 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003742 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003743 - grpc++_test_util_unsecure
3744 - grpc_test_util_unsecure
3745 - grpc++_unsecure
3746 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003747 - gpr_test_util
3748 - gpr
3749 args:
3750 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003751 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003752 platforms:
3753 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003754 - linux
3755 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003756- name: bm_pollset
3757 build: test
3758 language: c++
3759 src:
3760 - test/cpp/microbenchmarks/bm_pollset.cc
3761 deps:
3762 - grpc_benchmark
3763 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003764 - grpc++_test_util_unsecure
3765 - grpc_test_util_unsecure
3766 - grpc++_unsecure
3767 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003768 - gpr_test_util
3769 - gpr
3770 args:
3771 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003772 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003773 platforms:
3774 - mac
3775 - linux
3776 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003777- name: channel_arguments_test
3778 gtest: true
3779 build: test
3780 language: c++
3781 src:
3782 - test/cpp/common/channel_arguments_test.cc
3783 deps:
3784 - grpc++
3785 - grpc
3786 - gpr
3787- name: channel_filter_test
3788 gtest: true
3789 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003790 language: c++
3791 src:
3792 - test/cpp/common/channel_filter_test.cc
3793 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003794 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003795 - grpc
3796 - gpr
3797- name: cli_call_test
3798 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003799 build: test
3800 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003801 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003802 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003803 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003804 - grpc_cli_libs
3805 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003806 - grpc_test_util
3807 - grpc++
3808 - grpc
3809 - gpr_test_util
3810 - gpr
3811- name: client_crash_test
3812 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003813 cpu_cost: 0.1
3814 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003815 language: c++
3816 src:
3817 - test/cpp/end2end/client_crash_test.cc
3818 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003819 - grpc++_test_util
3820 - grpc_test_util
3821 - grpc++
3822 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003823 - gpr_test_util
3824 - gpr
3825 platforms:
3826 - mac
3827 - linux
3828 - posix
3829- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003830 build: test
3831 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003832 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003833 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003834 - test/cpp/end2end/client_crash_test_server.cc
3835 deps:
3836 - grpc++_test_util
3837 - grpc_test_util
3838 - grpc++
3839 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003840 - gpr_test_util
3841 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003842- name: client_lb_end2end_test
3843 gtest: true
3844 build: test
3845 language: c++
3846 src:
3847 - test/cpp/end2end/client_lb_end2end_test.cc
3848 deps:
3849 - grpc++_test_util
3850 - grpc_test_util
3851 - grpc++
3852 - grpc
3853 - gpr_test_util
3854 - gpr
3855 excluded_poll_engines:
3856 - poll
3857 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003858- name: codegen_test_full
3859 gtest: true
3860 build: test
3861 language: c++
3862 src:
3863 - src/proto/grpc/testing/control.proto
3864 - src/proto/grpc/testing/messages.proto
3865 - src/proto/grpc/testing/payloads.proto
3866 - src/proto/grpc/testing/services.proto
3867 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003868 - test/cpp/codegen/codegen_test_full.cc
3869 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003870 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003871 - grpc++
3872 - grpc
3873 - gpr
3874 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003875 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003876- name: codegen_test_minimal
3877 gtest: true
3878 build: test
3879 language: c++
3880 src:
3881 - src/proto/grpc/testing/control.proto
3882 - src/proto/grpc/testing/messages.proto
3883 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003884 - src/proto/grpc/testing/services.proto
3885 - src/proto/grpc/testing/stats.proto
3886 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003887 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003888 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003889 - grpc
3890 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003891 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003892 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003893 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003894- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003895 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003896 build: test
3897 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003898 src:
3899 - test/cpp/client/credentials_test.cc
3900 deps:
3901 - grpc++
3902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003903 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003904- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003905 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003906 build: test
3907 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003908 src:
3909 - test/cpp/util/byte_buffer_test.cc
3910 deps:
3911 - grpc_test_util
3912 - grpc++
3913 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003914 - gpr_test_util
3915 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003916- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003917 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003918 build: test
3919 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003920 src:
3921 - test/cpp/util/slice_test.cc
3922 deps:
3923 - grpc_test_util
3924 - grpc++
3925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003926 - gpr_test_util
3927 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003929 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003930 build: test
3931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003932 src:
3933 - test/cpp/util/string_ref_test.cc
3934 deps:
3935 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003936 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003937- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003938 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003939 build: test
3940 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003941 src:
3942 - test/cpp/util/time_test.cc
3943 deps:
3944 - grpc_test_util
3945 - grpc++
3946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003947 - gpr_test_util
3948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003949- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003950 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003951 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003952 build: test
3953 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003954 src:
3955 - test/cpp/end2end/end2end_test.cc
3956 deps:
3957 - grpc++_test_util
3958 - grpc_test_util
3959 - grpc++
3960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003961 - gpr_test_util
3962 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003963- name: error_details_test
3964 gtest: true
3965 build: test
3966 language: c++
3967 src:
3968 - src/proto/grpc/testing/echo_messages.proto
3969 - test/cpp/util/error_details_test.cc
3970 deps:
3971 - grpc++_error_details
3972 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003973- name: filter_end2end_test
3974 gtest: true
3975 build: test
3976 language: c++
3977 src:
3978 - test/cpp/end2end/filter_end2end_test.cc
3979 deps:
3980 - grpc++_test_util
3981 - grpc_test_util
3982 - grpc++
3983 - grpc
3984 - gpr_test_util
3985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003986- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003987 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003988 build: test
3989 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003990 src:
3991 - test/cpp/end2end/generic_end2end_test.cc
3992 deps:
3993 - grpc++_test_util
3994 - grpc_test_util
3995 - grpc++
3996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003997 - gpr_test_util
3998 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003999- name: golden_file_test
4000 gtest: true
4001 build: test
4002 language: c++
4003 src:
4004 - src/proto/grpc/testing/compiler_test.proto
4005 - test/cpp/codegen/golden_file_test.cc
4006 deps:
4007 - grpc++
4008 - grpc
4009 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004010 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004011 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07004012- name: grpc_cli
4013 build: test
4014 run: false
4015 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004016 src:
4017 - test/cpp/util/grpc_cli.cc
4018 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004019 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004020 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004021 - grpc++
4022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004023 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004024 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004025- name: grpc_cpp_plugin
4026 build: protoc
4027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004028 src:
4029 - src/compiler/cpp_plugin.cc
4030 deps:
4031 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004032 secure: false
4033 vs_config_type: Application
4034 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4035- name: grpc_csharp_plugin
4036 build: protoc
4037 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004038 src:
4039 - src/compiler/csharp_plugin.cc
4040 deps:
4041 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004042 secure: false
4043 vs_config_type: Application
4044 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004045- name: grpc_node_plugin
4046 build: protoc
4047 language: c++
4048 src:
4049 - src/compiler/node_plugin.cc
4050 deps:
4051 - grpc_plugin_support
4052 secure: false
4053 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004054- name: grpc_objective_c_plugin
4055 build: protoc
4056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004057 src:
4058 - src/compiler/objective_c_plugin.cc
4059 deps:
4060 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004061 secure: false
4062 vs_config_type: Application
4063 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004064- name: grpc_php_plugin
4065 build: protoc
4066 language: c++
4067 src:
4068 - src/compiler/php_plugin.cc
4069 deps:
4070 - grpc_plugin_support
4071 secure: false
4072 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004073- name: grpc_python_plugin
4074 build: protoc
4075 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004076 src:
4077 - src/compiler/python_plugin.cc
4078 deps:
4079 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004080 secure: false
4081 vs_config_type: Application
4082 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4083- name: grpc_ruby_plugin
4084 build: protoc
4085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004086 src:
4087 - src/compiler/ruby_plugin.cc
4088 deps:
4089 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004090 secure: false
4091 vs_config_type: Application
4092 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004093- name: grpc_tool_test
4094 gtest: true
4095 build: test
4096 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004097 src:
4098 - src/proto/grpc/testing/echo.proto
4099 - src/proto/grpc/testing/echo_messages.proto
4100 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004101 deps:
4102 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004103 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004104 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004105 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004106 - grpc_test_util
4107 - grpc++
4108 - grpc
4109 - gpr_test_util
4110 - gpr
4111 filegroups:
4112 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004113- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004114 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004115 build: test
4116 language: c++
4117 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004118 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004119 - test/cpp/grpclb/grpclb_api_test.cc
4120 deps:
4121 - grpc++_test_util
4122 - grpc_test_util
4123 - grpc++
4124 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004125- name: grpclb_end2end_test
4126 gtest: true
4127 build: test
4128 language: c++
4129 src:
4130 - src/proto/grpc/lb/v1/load_balancer.proto
4131 - test/cpp/end2end/grpclb_end2end_test.cc
4132 deps:
4133 - grpc++_test_util
4134 - grpc_test_util
4135 - grpc++
4136 - grpc
4137 - gpr_test_util
4138 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004139 excluded_poll_engines:
4140 - poll
4141 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004142- name: grpclb_test
4143 gtest: false
4144 build: test
4145 language: c++
4146 src:
4147 - src/proto/grpc/lb/v1/load_balancer.proto
4148 - test/cpp/grpclb/grpclb_test.cc
4149 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004150 - grpc++_test_util
4151 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004152 - grpc++
4153 - grpc
4154 - gpr_test_util
4155 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004156 excluded_poll_engines:
4157 - poll
4158 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004159- name: health_service_end2end_test
4160 gtest: true
4161 build: test
4162 language: c++
4163 src:
4164 - test/cpp/end2end/health_service_end2end_test.cc
4165 deps:
4166 - grpc++_test_util
4167 - grpc_test_util
4168 - grpc++
4169 - grpc
4170 - gpr_test_util
4171 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004172- name: http2_client
4173 build: test
4174 run: false
4175 language: c++
4176 src: []
4177 deps:
4178 - http2_client_main
4179 - grpc++_test_util
4180 - grpc_test_util
4181 - grpc++
4182 - grpc
4183 - grpc++_test_config
4184 platforms:
4185 - mac
4186 - linux
4187 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004188- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004189 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004190 build: test
4191 language: c++
4192 src:
4193 - test/cpp/end2end/hybrid_end2end_test.cc
4194 deps:
4195 - grpc++_test_util
4196 - grpc_test_util
4197 - grpc++
4198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004199 - gpr_test_util
4200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004201- name: interop_client
4202 build: test
4203 run: false
4204 language: c++
4205 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004206 deps:
4207 - interop_client_main
4208 - interop_client_helper
4209 - grpc++_test_util
4210 - grpc_test_util
4211 - grpc++
4212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004213 - gpr_test_util
4214 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004215 - grpc++_test_config
4216 platforms:
4217 - mac
4218 - linux
4219 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004220- name: interop_server
4221 build: test
4222 run: false
4223 language: c++
4224 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004225 deps:
4226 - interop_server_main
4227 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004228 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004229 - grpc++_test_util
4230 - grpc_test_util
4231 - grpc++
4232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004233 - gpr_test_util
4234 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004235 - grpc++_test_config
4236 platforms:
4237 - mac
4238 - linux
4239 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004240- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004241 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004242 build: test
4243 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004244 src:
4245 - test/cpp/interop/interop_test.cc
4246 deps:
4247 - grpc_test_util
4248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004249 - gpr_test_util
4250 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004251 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004252 platforms:
4253 - mac
4254 - linux
4255 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004256- name: json_run_localhost
4257 build: test
4258 run: false
4259 language: c++
4260 src:
4261 - test/cpp/qps/json_run_localhost.cc
4262 deps:
4263 - grpc++_test_util
4264 - grpc_test_util
4265 - grpc++
4266 - grpc
4267 - gpr_test_util
4268 - gpr
4269 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004270 platforms:
4271 - mac
4272 - linux
4273 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004274- name: memory_test
4275 gtest: true
4276 build: test
4277 language: c++
4278 src:
4279 - test/core/support/memory_test.cc
4280 deps:
4281 - grpc_test_util
4282 - grpc++
4283 - grpc
4284 - gpr_test_util
4285 - gpr
4286 uses:
4287 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004288- name: metrics_client
4289 build: test
4290 run: false
4291 language: c++
4292 headers:
4293 - test/cpp/util/metrics_server.h
4294 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004295 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004296 - test/cpp/interop/metrics_client.cc
4297 deps:
4298 - grpc++
4299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004300 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004301 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004302- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004303 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004304 build: test
4305 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004306 headers:
4307 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004308 src:
4309 - test/cpp/end2end/mock_test.cc
4310 deps:
4311 - grpc++_test_util
4312 - grpc_test_util
4313 - grpc++
4314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004315 - gpr_test_util
4316 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004317- name: noop-benchmark
4318 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004319 language: c++
4320 src:
4321 - test/cpp/microbenchmarks/noop-benchmark.cc
4322 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004323 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004324 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004325- name: proto_server_reflection_test
4326 gtest: true
4327 build: test
4328 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004329 src:
4330 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004331 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004332 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004333 - grpc++_reflection
4334 - grpc++_test_util
4335 - grpc_test_util
4336 - grpc++
4337 - grpc
4338 - gpr_test_util
4339 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004340- name: proto_utils_test
4341 gtest: true
4342 build: test
4343 language: c++
4344 src:
4345 - test/cpp/codegen/proto_utils_test.cc
4346 deps:
4347 - grpc++
4348 - grpc
4349 filegroups:
4350 - grpc++_codegen_base
4351 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004352- name: qps_interarrival_test
4353 build: test
4354 run: false
4355 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004356 src:
4357 - test/cpp/qps/qps_interarrival_test.cc
4358 deps:
4359 - qps
4360 - grpc++_test_util
4361 - grpc_test_util
4362 - grpc++
4363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004364 - gpr_test_util
4365 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004366 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004367 platforms:
4368 - mac
4369 - linux
4370 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004371- name: qps_json_driver
4372 build: test
4373 run: false
4374 language: c++
4375 src:
4376 - test/cpp/qps/qps_json_driver.cc
4377 deps:
4378 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004379 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004380 - grpc++_test_util
4381 - grpc_test_util
4382 - grpc++
4383 - grpc
4384 - gpr_test_util
4385 - gpr
4386 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004387- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004388 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004389 build: test
4390 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004391 src:
4392 - test/cpp/qps/qps_openloop_test.cc
4393 deps:
4394 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004395 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004396 - grpc++_test_util
4397 - grpc_test_util
4398 - grpc++
4399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004400 - gpr_test_util
4401 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004402 - grpc++_test_config
4403 platforms:
4404 - mac
4405 - linux
4406 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004407- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004408 build: test
4409 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004411 headers:
4412 - test/cpp/qps/client.h
4413 - test/cpp/qps/server.h
4414 src:
4415 - test/cpp/qps/worker.cc
4416 deps:
4417 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004418 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004419 - grpc++_test_util
4420 - grpc_test_util
4421 - grpc++
4422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004423 - gpr_test_util
4424 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004425 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004426- name: reconnect_interop_client
4427 build: test
4428 run: false
4429 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004430 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004431 - src/proto/grpc/testing/empty.proto
4432 - src/proto/grpc/testing/messages.proto
4433 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004434 - test/cpp/interop/reconnect_interop_client.cc
4435 deps:
4436 - grpc++_test_util
4437 - grpc_test_util
4438 - grpc++
4439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004440 - gpr_test_util
4441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004442 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004443- name: reconnect_interop_server
4444 build: test
4445 run: false
4446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004447 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004448 - src/proto/grpc/testing/empty.proto
4449 - src/proto/grpc/testing/messages.proto
4450 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004451 - test/cpp/interop/reconnect_interop_server.cc
4452 deps:
4453 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004454 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004455 - grpc++_test_util
4456 - grpc_test_util
4457 - grpc++
4458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004459 - gpr_test_util
4460 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004461 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004462- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004463 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004464 build: test
4465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004466 src:
4467 - test/cpp/common/secure_auth_context_test.cc
4468 deps:
4469 - grpc++_test_util
4470 - grpc_test_util
4471 - grpc++
4472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004473 - gpr_test_util
4474 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004475- name: secure_sync_unary_ping_pong_test
4476 build: test
4477 language: c++
4478 src:
4479 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4480 deps:
4481 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004482 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004483 - grpc++_test_util
4484 - grpc_test_util
4485 - grpc++
4486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004487 - gpr_test_util
4488 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004489 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004490 platforms:
4491 - mac
4492 - linux
4493 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004494- name: server_builder_plugin_test
4495 gtest: true
4496 build: test
4497 language: c++
4498 src:
4499 - test/cpp/end2end/server_builder_plugin_test.cc
4500 deps:
4501 - grpc++_test_util
4502 - grpc_test_util
4503 - grpc++
4504 - grpc
4505 - gpr_test_util
4506 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004507- name: server_builder_test
4508 gtest: true
4509 build: test
4510 language: c++
4511 src:
4512 - src/proto/grpc/testing/echo_messages.proto
4513 - src/proto/grpc/testing/echo.proto
4514 - test/cpp/server/server_builder_test.cc
4515 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004516 - grpc++_test_util_unsecure
4517 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004518 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004519 - grpc++_unsecure
4520 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004521 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004522- name: server_context_test_spouse_test
4523 gtest: true
4524 build: test
4525 language: c++
4526 src:
4527 - test/cpp/test/server_context_test_spouse_test.cc
4528 deps:
4529 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004530 - grpc++
4531 - grpc
4532 - gpr_test_util
4533 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004534 uses:
4535 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004536- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004537 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004538 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004539 build: test
4540 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004541 src:
4542 - test/cpp/end2end/server_crash_test.cc
4543 deps:
4544 - 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 platforms:
4551 - mac
4552 - linux
4553 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004554- name: server_crash_test_client
4555 build: test
4556 run: false
4557 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004558 src:
4559 - test/cpp/end2end/server_crash_test_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
Mark D. Roth06966112017-07-14 07:18:39 -07004567- name: server_request_call_test
4568 gtest: true
4569 build: test
4570 language: c++
4571 src:
4572 - src/proto/grpc/testing/echo_messages.proto
4573 - src/proto/grpc/testing/echo.proto
4574 - test/cpp/server/server_request_call_test.cc
4575 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004576 - grpc++_test_util_unsecure
4577 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004578 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004579 - grpc++_unsecure
4580 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004581 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004582- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004583 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004584 build: test
4585 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004586 src:
4587 - test/cpp/end2end/shutdown_test.cc
4588 deps:
4589 - grpc++_test_util
4590 - grpc_test_util
4591 - grpc++
4592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004593 - gpr_test_util
4594 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004595- name: stats_test
4596 gtest: true
4597 build: test
4598 language: c++
4599 src:
4600 - test/core/debug/stats_test.cc
4601 deps:
4602 - grpc++_test_util
4603 - grpc_test_util
4604 - grpc
4605 - gpr_test_util
4606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004607- name: status_test
4608 build: test
4609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004610 src:
4611 - test/cpp/util/status_test.cc
4612 deps:
4613 - grpc_test_util
4614 - grpc++
4615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004616 - gpr_test_util
4617 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004618- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004619 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004620 build: test
4621 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004622 src:
4623 - test/cpp/end2end/streaming_throughput_test.cc
4624 deps:
4625 - grpc++_test_util
4626 - grpc_test_util
4627 - grpc++
4628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004629 - gpr_test_util
4630 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004631 platforms:
4632 - mac
4633 - linux
4634 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004635- name: stress_test
4636 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004637 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004638 language: c++
4639 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004640 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004641 - test/cpp/interop/interop_client.h
4642 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004643 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004644 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004645 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004646 - src/proto/grpc/testing/empty.proto
4647 - src/proto/grpc/testing/messages.proto
4648 - src/proto/grpc/testing/metrics.proto
4649 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004650 - test/cpp/interop/interop_client.cc
4651 - test/cpp/interop/stress_interop_client.cc
4652 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004653 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004654 deps:
4655 - grpc++_test_util
4656 - grpc_test_util
4657 - grpc++
4658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004659 - gpr_test_util
4660 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004661 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004662- name: thread_manager_test
4663 build: test
4664 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004665 src:
4666 - test/cpp/thread_manager/thread_manager_test.cc
4667 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004668 - grpc++_unsecure
4669 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004670 - gpr
4671 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004672- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004673 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004674 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004675 build: test
4676 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004677 src:
4678 - test/cpp/end2end/thread_stress_test.cc
4679 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004680 - grpc++_test_util_unsecure
4681 - grpc_test_util_unsecure
4682 - grpc++_unsecure
4683 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004684 - gpr_test_util
4685 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004686 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004687- name: writes_per_rpc_test
4688 gtest: true
4689 cpu_cost: 0.5
4690 build: test
4691 language: c++
4692 src:
4693 - test/cpp/performance/writes_per_rpc_test.cc
4694 deps:
4695 - grpc++_test_util
4696 - grpc_test_util
4697 - grpc++
4698 - grpc
4699 - gpr_test_util
4700 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004701 platforms:
4702 - mac
4703 - linux
4704 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004705- name: public_headers_must_be_c89
4706 build: test
4707 language: c89
4708 src:
4709 - test/core/surface/public_headers_must_be_c89.c
4710 deps:
4711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004713vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004714- linkage: static
4715 name: grpc.dependencies.zlib
4716 props: false
4717 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004718 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004719- linkage: static
4720 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004721 props: true
4722 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004723 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004724- name: gflags
4725 props: false
4726 redist: false
4727 version: 2.1.2.1
4728- name: gtest
4729 props: false
4730 redist: false
4731 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004732configs:
4733 asan:
4734 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004735 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4736 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004737 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004738 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004739 LDFLAGS: -fsanitize=address
4740 LDXX: clang++
4741 compile_the_world: true
4742 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004743 ASAN_OPTIONS: detect_leaks=1:color=always
4744 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004745 asan-noleaks:
4746 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004747 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4748 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004749 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004750 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004751 LDFLAGS: -fsanitize=address
4752 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004753 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004754 test_environ:
4755 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004756 asan-trace-cmp:
4757 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004758 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4759 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004760 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004761 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004762 LDFLAGS: -fsanitize=address
4763 LDXX: clang++
4764 compile_the_world: true
4765 test_environ:
4766 ASAN_OPTIONS: detect_leaks=1:color=always
4767 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004768 basicprof:
4769 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4770 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004771 c++-compat:
4772 CFLAGS: -Wc++-compat
4773 CPPFLAGS: -O0
4774 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004775 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004776 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004777 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004778 dbg:
4779 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004780 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004781 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004782 gcov:
4783 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004784 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004785 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004786 DEFINES: _DEBUG DEBUG GPR_GCOV
4787 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004788 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004789 LDXX: g++
4790 helgrind:
4791 CPPFLAGS: -O0
4792 DEFINES: _DEBUG DEBUG
4793 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004794 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004795 lto:
4796 CPPFLAGS: -O2
4797 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004798 memcheck:
4799 CPPFLAGS: -O0
4800 DEFINES: _DEBUG DEBUG
4801 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004802 valgrind: --tool=memcheck --leak-check=full
4803 msan:
4804 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004805 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4806 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4807 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004808 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004809 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004810 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004811 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4812 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4813 LDXX: clang++
4814 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004815 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004816 CPPFLAGS: -O3 -fno-omit-frame-pointer
4817 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004818 LDFLAGS: -rdynamic
4819 opt:
4820 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004821 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004822 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004823 stapprof:
4824 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4825 DEFINES: NDEBUG
4826 tsan:
4827 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004828 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004829 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004830 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004831 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004832 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004833 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004834 LDXX: clang++
4835 compile_the_world: true
4836 test_environ:
4837 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004838 ubsan:
4839 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004840 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4841 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004842 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004843 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004844 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004845 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004846 LDXX: clang++
4847 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004848 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004849 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004850defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004851 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004852 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4853 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004854 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4855 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004856 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4857 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004858 benchmark:
4859 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004860 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004861 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004862 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004863 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004864 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004865 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004866 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004867 LDFLAGS: -g
4868 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004869 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004870 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004871node_modules:
4872- deps:
4873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004874 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004875 - boringssl
4876 - z
murgatroid9994a75412015-11-19 14:04:53 -08004877 headers:
4878 - src/node/ext/byte_buffer.h
4879 - src/node/ext/call.h
4880 - src/node/ext/call_credentials.h
4881 - src/node/ext/channel.h
4882 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004883 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004884 - src/node/ext/server.h
4885 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004886 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004887 - src/node/ext/timeval.h
4888 js:
4889 - src/node/index.js
4890 - src/node/src/client.js
4891 - src/node/src/common.js
4892 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004893 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004894 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004895 - src/node/src/metadata.js
4896 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004897 name: grpc_node
4898 src:
4899 - src/node/ext/byte_buffer.cc
4900 - src/node/ext/call.cc
4901 - src/node/ext/call_credentials.cc
4902 - src/node/ext/channel.cc
4903 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004904 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004905 - src/node/ext/node_grpc.cc
4906 - src/node/ext/server.cc
4907 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004908 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004909 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004910openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004911 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004912 extraction_dir: openssl-1.0.2f
4913 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004914php_config_m4:
4915 deps:
4916 - grpc
4917 - gpr
4918 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004919 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004920 headers:
4921 - src/php/ext/grpc/byte_buffer.h
4922 - src/php/ext/grpc/call.h
4923 - src/php/ext/grpc/call_credentials.h
4924 - src/php/ext/grpc/channel.h
4925 - src/php/ext/grpc/channel_credentials.h
4926 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004927 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004928 - src/php/ext/grpc/php_grpc.h
4929 - src/php/ext/grpc/server.h
4930 - src/php/ext/grpc/server_credentials.h
4931 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004932 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004933 src:
4934 - src/php/ext/grpc/byte_buffer.c
4935 - src/php/ext/grpc/call.c
4936 - src/php/ext/grpc/call_credentials.c
4937 - src/php/ext/grpc/channel.c
4938 - src/php/ext/grpc/channel_credentials.c
4939 - src/php/ext/grpc/completion_queue.c
4940 - src/php/ext/grpc/php_grpc.c
4941 - src/php/ext/grpc/server.c
4942 - src/php/ext/grpc/server_credentials.c
4943 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004944python_dependencies:
4945 deps:
4946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004947 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004948 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004949 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004950 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004951ruby_gem:
4952 deps:
4953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004954 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004955 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004956 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004957 - z