blob: 8d610bae74ecfa9c2ded9eb3ec7e41b7eac8e273 [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
David Garcia Quintas713597f2017-08-16 20:59:05 -070016 g_stands_for: gambit
17 version: 1.7.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
44 - src/core/ext/census/gen/census.pb.cc
45 - src/core/ext/census/gen/trace_context.pb.cc
46 - 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
198 - src/core/lib/debug/stats.cc
199 - src/core/lib/debug/stats_data.cc
200 - src/core/lib/http/format_request.cc
201 - src/core/lib/http/httpcli.cc
202 - src/core/lib/http/parser.cc
203 - src/core/lib/iomgr/call_combiner.cc
204 - src/core/lib/iomgr/closure.cc
205 - src/core/lib/iomgr/combiner.cc
206 - src/core/lib/iomgr/endpoint.cc
207 - src/core/lib/iomgr/endpoint_pair_posix.cc
208 - src/core/lib/iomgr/endpoint_pair_uv.cc
209 - src/core/lib/iomgr/endpoint_pair_windows.cc
210 - src/core/lib/iomgr/error.cc
211 - src/core/lib/iomgr/ev_epoll1_linux.cc
212 - src/core/lib/iomgr/ev_epollex_linux.cc
213 - src/core/lib/iomgr/ev_epollsig_linux.cc
214 - src/core/lib/iomgr/ev_poll_posix.cc
215 - src/core/lib/iomgr/ev_posix.cc
216 - src/core/lib/iomgr/ev_windows.cc
217 - src/core/lib/iomgr/exec_ctx.cc
218 - src/core/lib/iomgr/executor.cc
219 - src/core/lib/iomgr/gethostname_fallback.cc
220 - src/core/lib/iomgr/gethostname_host_name_max.cc
221 - src/core/lib/iomgr/gethostname_sysconf.cc
222 - src/core/lib/iomgr/iocp_windows.cc
223 - src/core/lib/iomgr/iomgr.cc
224 - src/core/lib/iomgr/iomgr_posix.cc
225 - src/core/lib/iomgr/iomgr_uv.cc
226 - src/core/lib/iomgr/iomgr_windows.cc
227 - src/core/lib/iomgr/is_epollexclusive_available.cc
228 - src/core/lib/iomgr/load_file.cc
229 - src/core/lib/iomgr/lockfree_event.cc
230 - src/core/lib/iomgr/network_status_tracker.cc
231 - src/core/lib/iomgr/polling_entity.cc
232 - src/core/lib/iomgr/pollset_set_uv.cc
233 - src/core/lib/iomgr/pollset_set_windows.cc
234 - src/core/lib/iomgr/pollset_uv.cc
235 - src/core/lib/iomgr/pollset_windows.cc
236 - src/core/lib/iomgr/resolve_address_posix.cc
237 - src/core/lib/iomgr/resolve_address_uv.cc
238 - src/core/lib/iomgr/resolve_address_windows.cc
239 - src/core/lib/iomgr/resource_quota.cc
240 - src/core/lib/iomgr/sockaddr_utils.cc
241 - src/core/lib/iomgr/socket_factory_posix.cc
242 - src/core/lib/iomgr/socket_mutator.cc
243 - src/core/lib/iomgr/socket_utils_common_posix.cc
244 - src/core/lib/iomgr/socket_utils_linux.cc
245 - src/core/lib/iomgr/socket_utils_posix.cc
246 - src/core/lib/iomgr/socket_utils_uv.cc
247 - src/core/lib/iomgr/socket_utils_windows.cc
248 - src/core/lib/iomgr/socket_windows.cc
249 - src/core/lib/iomgr/tcp_client_posix.cc
250 - src/core/lib/iomgr/tcp_client_uv.cc
251 - src/core/lib/iomgr/tcp_client_windows.cc
252 - src/core/lib/iomgr/tcp_posix.cc
253 - src/core/lib/iomgr/tcp_server_posix.cc
254 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
255 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
256 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
257 - src/core/lib/iomgr/tcp_server_uv.cc
258 - src/core/lib/iomgr/tcp_server_windows.cc
259 - src/core/lib/iomgr/tcp_uv.cc
260 - src/core/lib/iomgr/tcp_windows.cc
261 - src/core/lib/iomgr/time_averaged_stats.cc
262 - src/core/lib/iomgr/timer_generic.cc
263 - src/core/lib/iomgr/timer_heap.cc
264 - src/core/lib/iomgr/timer_manager.cc
265 - src/core/lib/iomgr/timer_uv.cc
266 - src/core/lib/iomgr/udp_server.cc
267 - src/core/lib/iomgr/unix_sockets_posix.cc
268 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
269 - src/core/lib/iomgr/wakeup_fd_cv.cc
270 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
271 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
272 - src/core/lib/iomgr/wakeup_fd_pipe.cc
273 - src/core/lib/iomgr/wakeup_fd_posix.cc
274 - src/core/lib/json/json.cc
275 - src/core/lib/json/json_reader.cc
276 - src/core/lib/json/json_string.cc
277 - src/core/lib/json/json_writer.cc
278 - src/core/lib/slice/b64.cc
279 - src/core/lib/slice/percent_encoding.cc
280 - src/core/lib/slice/slice.cc
281 - src/core/lib/slice/slice_buffer.cc
282 - src/core/lib/slice/slice_hash_table.cc
283 - src/core/lib/slice/slice_intern.cc
284 - src/core/lib/slice/slice_string_helpers.cc
285 - src/core/lib/surface/alarm.cc
286 - src/core/lib/surface/api_trace.cc
287 - src/core/lib/surface/byte_buffer.cc
288 - src/core/lib/surface/byte_buffer_reader.cc
289 - src/core/lib/surface/call.cc
290 - src/core/lib/surface/call_details.cc
291 - src/core/lib/surface/call_log_batch.cc
292 - src/core/lib/surface/channel.cc
293 - src/core/lib/surface/channel_init.cc
294 - src/core/lib/surface/channel_ping.cc
295 - src/core/lib/surface/channel_stack_type.cc
296 - src/core/lib/surface/completion_queue.cc
297 - src/core/lib/surface/completion_queue_factory.cc
298 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700299 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700300 - src/core/lib/surface/metadata_array.cc
301 - src/core/lib/surface/server.cc
302 - src/core/lib/surface/validate_metadata.cc
303 - src/core/lib/surface/version.cc
304 - src/core/lib/transport/bdp_estimator.cc
305 - src/core/lib/transport/byte_stream.cc
306 - src/core/lib/transport/connectivity_state.cc
307 - src/core/lib/transport/error_utils.cc
308 - src/core/lib/transport/metadata.cc
309 - src/core/lib/transport/metadata_batch.cc
310 - src/core/lib/transport/pid_controller.cc
311 - src/core/lib/transport/service_config.cc
312 - src/core/lib/transport/static_metadata.cc
313 - src/core/lib/transport/status_conversion.cc
314 - src/core/lib/transport/timeout_encoding.cc
315 - src/core/lib/transport/transport.cc
316 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700317 deps:
318 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700319 filegroups:
320 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700321 uses:
322 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700323 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700324- name: grpc_base_headers
325 public_headers:
326 - include/grpc/byte_buffer.h
327 - include/grpc/byte_buffer_reader.h
328 - include/grpc/compression.h
329 - include/grpc/grpc.h
330 - include/grpc/grpc_posix.h
331 - include/grpc/grpc_security_constants.h
332 - include/grpc/load_reporting.h
333 - include/grpc/slice.h
334 - include/grpc/slice_buffer.h
335 - include/grpc/status.h
336 - include/grpc/support/workaround_list.h
337 headers:
338 - src/core/lib/channel/channel_args.h
339 - src/core/lib/channel/channel_stack.h
340 - src/core/lib/channel/channel_stack_builder.h
341 - src/core/lib/channel/connected_channel.h
342 - src/core/lib/channel/context.h
343 - src/core/lib/channel/handshaker.h
344 - src/core/lib/channel/handshaker_factory.h
345 - src/core/lib/channel/handshaker_registry.h
346 - src/core/lib/compression/algorithm_metadata.h
347 - src/core/lib/compression/message_compress.h
348 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700349 - src/core/lib/compression/stream_compression_gzip.h
350 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700351 - src/core/lib/debug/stats.h
352 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700353 - src/core/lib/http/format_request.h
354 - src/core/lib/http/httpcli.h
355 - src/core/lib/http/parser.h
Mark D. Roth764cf042017-09-01 09:00:06 -0700356 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700357 - src/core/lib/iomgr/closure.h
358 - src/core/lib/iomgr/combiner.h
359 - src/core/lib/iomgr/endpoint.h
360 - src/core/lib/iomgr/endpoint_pair.h
361 - src/core/lib/iomgr/error.h
362 - src/core/lib/iomgr/error_internal.h
363 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700364 - src/core/lib/iomgr/ev_epollex_linux.h
365 - src/core/lib/iomgr/ev_epollsig_linux.h
366 - src/core/lib/iomgr/ev_poll_posix.h
367 - src/core/lib/iomgr/ev_posix.h
368 - src/core/lib/iomgr/exec_ctx.h
369 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700370 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700371 - src/core/lib/iomgr/iocp_windows.h
372 - src/core/lib/iomgr/iomgr.h
373 - src/core/lib/iomgr/iomgr_internal.h
374 - src/core/lib/iomgr/iomgr_posix.h
375 - src/core/lib/iomgr/iomgr_uv.h
376 - src/core/lib/iomgr/is_epollexclusive_available.h
377 - src/core/lib/iomgr/load_file.h
378 - src/core/lib/iomgr/lockfree_event.h
379 - src/core/lib/iomgr/nameser.h
380 - src/core/lib/iomgr/network_status_tracker.h
381 - src/core/lib/iomgr/polling_entity.h
382 - src/core/lib/iomgr/pollset.h
383 - src/core/lib/iomgr/pollset_set.h
384 - src/core/lib/iomgr/pollset_set_windows.h
385 - src/core/lib/iomgr/pollset_uv.h
386 - src/core/lib/iomgr/pollset_windows.h
387 - src/core/lib/iomgr/port.h
388 - src/core/lib/iomgr/resolve_address.h
389 - src/core/lib/iomgr/resource_quota.h
390 - src/core/lib/iomgr/sockaddr.h
391 - src/core/lib/iomgr/sockaddr_posix.h
392 - src/core/lib/iomgr/sockaddr_utils.h
393 - src/core/lib/iomgr/sockaddr_windows.h
394 - src/core/lib/iomgr/socket_factory_posix.h
395 - src/core/lib/iomgr/socket_mutator.h
396 - src/core/lib/iomgr/socket_utils.h
397 - src/core/lib/iomgr/socket_utils_posix.h
398 - src/core/lib/iomgr/socket_windows.h
399 - src/core/lib/iomgr/sys_epoll_wrapper.h
400 - src/core/lib/iomgr/tcp_client.h
401 - src/core/lib/iomgr/tcp_client_posix.h
402 - src/core/lib/iomgr/tcp_posix.h
403 - src/core/lib/iomgr/tcp_server.h
404 - src/core/lib/iomgr/tcp_server_utils_posix.h
405 - src/core/lib/iomgr/tcp_uv.h
406 - src/core/lib/iomgr/tcp_windows.h
407 - src/core/lib/iomgr/time_averaged_stats.h
408 - src/core/lib/iomgr/timer.h
409 - src/core/lib/iomgr/timer_generic.h
410 - src/core/lib/iomgr/timer_heap.h
411 - src/core/lib/iomgr/timer_manager.h
412 - src/core/lib/iomgr/timer_uv.h
413 - src/core/lib/iomgr/udp_server.h
414 - src/core/lib/iomgr/unix_sockets_posix.h
415 - src/core/lib/iomgr/wakeup_fd_cv.h
416 - src/core/lib/iomgr/wakeup_fd_pipe.h
417 - src/core/lib/iomgr/wakeup_fd_posix.h
418 - src/core/lib/json/json.h
419 - src/core/lib/json/json_common.h
420 - src/core/lib/json/json_reader.h
421 - src/core/lib/json/json_writer.h
422 - src/core/lib/slice/b64.h
423 - src/core/lib/slice/percent_encoding.h
424 - src/core/lib/slice/slice_hash_table.h
425 - src/core/lib/slice/slice_internal.h
426 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700427 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700428 - src/core/lib/surface/api_trace.h
429 - src/core/lib/surface/call.h
430 - src/core/lib/surface/call_test_only.h
431 - src/core/lib/surface/channel.h
432 - src/core/lib/surface/channel_init.h
433 - src/core/lib/surface/channel_stack_type.h
434 - src/core/lib/surface/completion_queue.h
435 - src/core/lib/surface/completion_queue_factory.h
436 - src/core/lib/surface/event_string.h
437 - src/core/lib/surface/init.h
438 - src/core/lib/surface/lame_client.h
439 - src/core/lib/surface/server.h
440 - src/core/lib/surface/validate_metadata.h
441 - src/core/lib/transport/bdp_estimator.h
442 - src/core/lib/transport/byte_stream.h
443 - src/core/lib/transport/connectivity_state.h
444 - src/core/lib/transport/error_utils.h
445 - src/core/lib/transport/http2_errors.h
446 - src/core/lib/transport/metadata.h
447 - src/core/lib/transport/metadata_batch.h
448 - src/core/lib/transport/pid_controller.h
449 - src/core/lib/transport/service_config.h
450 - src/core/lib/transport/static_metadata.h
451 - src/core/lib/transport/status_conversion.h
452 - src/core/lib/transport/timeout_encoding.h
453 - src/core/lib/transport/transport.h
454 - src/core/lib/transport/transport_impl.h
455 deps:
456 - gpr
457 uses:
458 - grpc_codegen
459 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700460- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700461 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700462 - src/core/ext/filters/client_channel/client_channel.h
463 - src/core/ext/filters/client_channel/client_channel_factory.h
464 - src/core/ext/filters/client_channel/connector.h
465 - src/core/ext/filters/client_channel/http_connect_handshaker.h
466 - src/core/ext/filters/client_channel/http_proxy.h
467 - src/core/ext/filters/client_channel/lb_policy.h
468 - src/core/ext/filters/client_channel/lb_policy_factory.h
469 - src/core/ext/filters/client_channel/lb_policy_registry.h
470 - src/core/ext/filters/client_channel/parse_address.h
471 - src/core/ext/filters/client_channel/proxy_mapper.h
472 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
473 - src/core/ext/filters/client_channel/resolver.h
474 - src/core/ext/filters/client_channel/resolver_factory.h
475 - src/core/ext/filters/client_channel/resolver_registry.h
476 - src/core/ext/filters/client_channel/retry_throttle.h
477 - src/core/ext/filters/client_channel/subchannel.h
478 - src/core/ext/filters/client_channel/subchannel_index.h
479 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700480 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700481 - src/core/ext/filters/client_channel/channel_connectivity.cc
482 - src/core/ext/filters/client_channel/client_channel.cc
483 - src/core/ext/filters/client_channel/client_channel_factory.cc
484 - src/core/ext/filters/client_channel/client_channel_plugin.cc
485 - src/core/ext/filters/client_channel/connector.cc
486 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
487 - src/core/ext/filters/client_channel/http_proxy.cc
488 - src/core/ext/filters/client_channel/lb_policy.cc
489 - src/core/ext/filters/client_channel/lb_policy_factory.cc
490 - src/core/ext/filters/client_channel/lb_policy_registry.cc
491 - src/core/ext/filters/client_channel/parse_address.cc
492 - src/core/ext/filters/client_channel/proxy_mapper.cc
493 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
494 - src/core/ext/filters/client_channel/resolver.cc
495 - src/core/ext/filters/client_channel/resolver_factory.cc
496 - src/core/ext/filters/client_channel/resolver_registry.cc
497 - src/core/ext/filters/client_channel/retry_throttle.cc
498 - src/core/ext/filters/client_channel/subchannel.cc
499 - src/core/ext/filters/client_channel/subchannel_index.cc
500 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700501 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700502 uses:
503 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700504 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800505- name: grpc_codegen
506 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700507 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700508 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800509 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800510 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800511 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800512 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800513 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700514 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800515 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700516 uses:
517 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700518- name: grpc_deadline_filter
519 headers:
520 - src/core/ext/filters/deadline/deadline_filter.h
521 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700522 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700523 plugin: grpc_deadline_filter
524 uses:
525 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700526- name: grpc_http_filters
527 headers:
528 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700529 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700530 - src/core/ext/filters/http/server/http_server_filter.h
531 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700532 - src/core/ext/filters/http/client/http_client_filter.cc
533 - src/core/ext/filters/http/http_filters_plugin.cc
534 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
535 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700536 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700537 uses:
538 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700539- name: grpc_lb_policy_grpclb
540 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
546 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700547 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700548 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
549 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
550 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
551 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
552 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
553 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.cc
David Garcia Quintas01291502017-02-07 13:26:41 -0800554 plugin: grpc_lb_policy_grpclb
555 uses:
556 - grpc_base
557 - grpc_client_channel
558 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700559 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800560- name: grpc_lb_policy_grpclb_secure
561 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700562 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
564 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700565 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700566 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
567 - 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 -0800568 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700569 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
570 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
571 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
572 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
573 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
574 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.cc
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700575 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700576 uses:
577 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700578 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700579 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700580 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700581 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700582- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700583 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700584 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700585 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700586 uses:
587 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700588 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700589- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700590 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700591 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700592 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700593 uses:
594 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700595 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700596- name: grpc_max_age_filter
597 headers:
598 - src/core/ext/filters/max_age/max_age_filter.h
599 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700600 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700601 plugin: grpc_max_age_filter
602 uses:
603 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700604- name: grpc_message_size_filter
605 headers:
606 - src/core/ext/filters/message_size/message_size_filter.h
607 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700608 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700609 plugin: grpc_message_size_filter
610 uses:
611 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700612- name: grpc_resolver_dns_ares
613 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700614 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
615 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700616 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700617 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
618 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
619 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
620 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700621 plugin: grpc_resolver_dns_ares
622 uses:
623 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700624 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700625- name: grpc_resolver_dns_native
626 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700627 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700628 plugin: grpc_resolver_dns_native
629 uses:
630 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700631 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700632- name: grpc_resolver_fake
633 headers:
634 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
635 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700636 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700637 plugin: grpc_resolver_fake
638 uses:
639 - grpc_base
640 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700641- name: grpc_resolver_sockaddr
642 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700643 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700644 plugin: grpc_resolver_sockaddr
645 uses:
646 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700647 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100648- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700649 public_headers:
650 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100651 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700652 - src/core/lib/security/context/security_context.h
653 - src/core/lib/security/credentials/composite/composite_credentials.h
654 - src/core/lib/security/credentials/credentials.h
655 - src/core/lib/security/credentials/fake/fake_credentials.h
656 - src/core/lib/security/credentials/google_default/google_default_credentials.h
657 - src/core/lib/security/credentials/iam/iam_credentials.h
658 - src/core/lib/security/credentials/jwt/json_token.h
659 - src/core/lib/security/credentials/jwt/jwt_credentials.h
660 - src/core/lib/security/credentials/jwt/jwt_verifier.h
661 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
662 - src/core/lib/security/credentials/plugin/plugin_credentials.h
663 - src/core/lib/security/credentials/ssl/ssl_credentials.h
664 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800665 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700666 - src/core/lib/security/transport/secure_endpoint.h
667 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800668 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700669 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700670 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100671 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700672 - src/core/lib/http/httpcli_security_connector.cc
673 - src/core/lib/security/context/security_context.cc
674 - src/core/lib/security/credentials/composite/composite_credentials.cc
675 - src/core/lib/security/credentials/credentials.cc
676 - src/core/lib/security/credentials/credentials_metadata.cc
677 - src/core/lib/security/credentials/fake/fake_credentials.cc
678 - src/core/lib/security/credentials/google_default/credentials_generic.cc
679 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
680 - src/core/lib/security/credentials/iam/iam_credentials.cc
681 - src/core/lib/security/credentials/jwt/json_token.cc
682 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
683 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
684 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
685 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
686 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
687 - src/core/lib/security/transport/client_auth_filter.cc
688 - src/core/lib/security/transport/lb_targets_info.cc
689 - src/core/lib/security/transport/secure_endpoint.cc
690 - src/core/lib/security/transport/security_connector.cc
691 - src/core/lib/security/transport/security_handshaker.cc
692 - src/core/lib/security/transport/server_auth_filter.cc
693 - src/core/lib/security/transport/tsi_error.cc
694 - src/core/lib/security/util/json_util.cc
695 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700696 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700697 uses:
698 - grpc_base
699 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700700 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700701- name: grpc_server_backward_compatibility
702 headers:
703 - src/core/ext/filters/workarounds/workaround_utils.h
704 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700705 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700706 uses:
707 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700708- name: grpc_server_load_reporting
709 headers:
710 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
711 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
712 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700713 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
714 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700715 plugin: grpc_server_load_reporting_plugin
716 uses:
717 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700718- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700719 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700720 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700721 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700722 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800723 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 - test/core/end2end/fixtures/proxy.h
725 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800726 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700727 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200728 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700729 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700730 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700731 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700732 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700733 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700734 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800735 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700736 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700737 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal4a91bf42017-09-22 12:05:25 -0700738 - test/core/end2end/cq_verifier.c
739 - test/core/end2end/fixtures/http_proxy_fixture.c
740 - test/core/end2end/fixtures/proxy.c
741 - test/core/iomgr/endpoint_tests.c
742 - test/core/util/debugger_macros.c
743 - test/core/util/grpc_profiler.c
744 - test/core/util/memory_counters.c
745 - test/core/util/mock_endpoint.c
746 - test/core/util/parse_hexstring.c
747 - test/core/util/passthru_endpoint.c
748 - test/core/util/port.c
749 - test/core/util/port_server_client.c
750 - test/core/util/slice_splitter.c
751 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700752 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700753 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700754 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700755 uses:
756 - grpc_base
757 - grpc_client_channel
758 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700759- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700760 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700761 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700762 deps:
763 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700764 filegroups:
765 - grpc_trace_headers
766- name: grpc_trace_headers
767 headers:
768 - src/core/lib/debug/trace.h
769 deps:
770 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700771- name: grpc_transport_chttp2
772 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700773 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700774 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700775 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
776 - src/core/ext/transport/chttp2/transport/frame.h
777 - src/core/ext/transport/chttp2/transport/frame_data.h
778 - src/core/ext/transport/chttp2/transport/frame_goaway.h
779 - src/core/ext/transport/chttp2/transport/frame_ping.h
780 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
781 - src/core/ext/transport/chttp2/transport/frame_settings.h
782 - src/core/ext/transport/chttp2/transport/frame_window_update.h
783 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
784 - src/core/ext/transport/chttp2/transport/hpack_parser.h
785 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700786 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700787 - src/core/ext/transport/chttp2/transport/huffsyms.h
788 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
789 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700790 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700791 - src/core/ext/transport/chttp2/transport/varint.h
792 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700793 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
794 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
795 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
796 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
797 - src/core/ext/transport/chttp2/transport/flow_control.cc
798 - src/core/ext/transport/chttp2/transport/frame_data.cc
799 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
800 - src/core/ext/transport/chttp2/transport/frame_ping.cc
801 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
802 - src/core/ext/transport/chttp2/transport/frame_settings.cc
803 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
804 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
805 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
806 - src/core/ext/transport/chttp2/transport/hpack_table.cc
807 - src/core/ext/transport/chttp2/transport/http2_settings.cc
808 - src/core/ext/transport/chttp2/transport/huffsyms.cc
809 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
810 - src/core/ext/transport/chttp2/transport/parsing.cc
811 - src/core/ext/transport/chttp2/transport/stream_lists.cc
812 - src/core/ext/transport/chttp2/transport/stream_map.cc
813 - src/core/ext/transport/chttp2/transport/varint.cc
814 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700815 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700816 uses:
817 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700818 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700819 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700820- name: grpc_transport_chttp2_alpn
821 headers:
822 - src/core/ext/transport/chttp2/alpn/alpn.h
823 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700824 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700825 deps:
826 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800827- name: grpc_transport_chttp2_client_connector
828 headers:
829 - src/core/ext/transport/chttp2/client/chttp2_connector.h
830 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700831 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800832 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800833 - grpc_transport_chttp2
834 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700835 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700836- name: grpc_transport_chttp2_client_insecure
837 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700838 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
839 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700840 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800841 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700842 - grpc_transport_chttp2
843 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700844 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700845- name: grpc_transport_chttp2_client_secure
846 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700847 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700848 uses:
849 - grpc_transport_chttp2
850 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700851 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700852 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800853 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800854- name: grpc_transport_chttp2_server
855 headers:
856 - src/core/ext/transport/chttp2/server/chttp2_server.h
857 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700858 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800859 uses:
860 - grpc_transport_chttp2
861 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700862- name: grpc_transport_chttp2_server_insecure
863 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700864 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
865 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700866 uses:
867 - grpc_transport_chttp2
868 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800869 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700870- name: grpc_transport_chttp2_server_secure
871 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700872 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700873 uses:
874 - grpc_transport_chttp2
875 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700876 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800877 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700878- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700879 public_headers:
880 - include/grpc/grpc_cronet.h
881 - include/grpc/grpc_security.h
882 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700883 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800884 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800885 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700886 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700887 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
888 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
889 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700890 filegroups:
891 - grpc_base
892 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700893 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700894- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700895 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700896 - src/core/ext/transport/inproc/inproc_plugin.cc
897 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700898 plugin: grpc_inproc_plugin
899 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700900 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700901 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700902- name: grpc_transport_inproc_headers
903 headers:
904 - src/core/ext/transport/inproc/inproc_transport.h
905 uses:
906 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700907- name: grpc_workaround_cronet_compression_filter
908 headers:
909 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
910 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700911 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700912 plugin: grpc_workaround_cronet_compression_filter
913 uses:
914 - grpc_base
915 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800916- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700917 src:
918 - third_party/nanopb/pb_common.c
919 - third_party/nanopb/pb_decode.c
920 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700921 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700922 - nanopb_headers
923- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800924 headers:
925 - third_party/nanopb/pb.h
926 - third_party/nanopb/pb_common.h
927 - third_party/nanopb/pb_decode.h
928 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700929- name: transport_security_test_lib
930 build: test
931 headers:
932 - test/core/tsi/transport_security_test_lib.h
933 src:
934 - test/core/tsi/transport_security_test_lib.c
935 deps:
936 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937- name: tsi
938 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700939 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700940 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700941 - src/core/tsi/ssl_transport_security.h
942 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700943 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700945 - src/core/tsi/fake_transport_security.cc
946 - src/core/tsi/gts_transport_security.cc
947 - src/core/tsi/ssl_transport_security.cc
948 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700949 deps:
950 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700951 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700953 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700954 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700955 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700956 - grpc_trace
957- name: tsi_interface
958 headers:
959 - src/core/tsi/transport_security.h
960 - src/core/tsi/transport_security_adapter.h
961 - src/core/tsi/transport_security_interface.h
962 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700963 - src/core/tsi/transport_security.cc
964 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700965 deps:
966 - gpr
967 secure: true
968 uses:
969 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700970- name: grpc++_codegen_base
971 language: c++
972 public_headers:
973 - include/grpc++/impl/codegen/async_stream.h
974 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700975 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700976 - include/grpc++/impl/codegen/call.h
977 - include/grpc++/impl/codegen/call_hook.h
978 - include/grpc++/impl/codegen/channel_interface.h
979 - include/grpc++/impl/codegen/client_context.h
980 - include/grpc++/impl/codegen/client_unary_call.h
981 - include/grpc++/impl/codegen/completion_queue.h
982 - include/grpc++/impl/codegen/completion_queue_tag.h
983 - include/grpc++/impl/codegen/config.h
984 - include/grpc++/impl/codegen/core_codegen_interface.h
985 - include/grpc++/impl/codegen/create_auth_context.h
986 - include/grpc++/impl/codegen/grpc_library.h
987 - include/grpc++/impl/codegen/metadata_map.h
988 - include/grpc++/impl/codegen/method_handler_impl.h
989 - include/grpc++/impl/codegen/rpc_method.h
990 - include/grpc++/impl/codegen/rpc_service_method.h
991 - include/grpc++/impl/codegen/security/auth_context.h
992 - include/grpc++/impl/codegen/serialization_traits.h
993 - include/grpc++/impl/codegen/server_context.h
994 - include/grpc++/impl/codegen/server_interface.h
995 - include/grpc++/impl/codegen/service_type.h
996 - include/grpc++/impl/codegen/slice.h
997 - include/grpc++/impl/codegen/status.h
998 - include/grpc++/impl/codegen/status_code_enum.h
999 - include/grpc++/impl/codegen/string_ref.h
1000 - include/grpc++/impl/codegen/stub_options.h
1001 - include/grpc++/impl/codegen/sync_stream.h
1002 - include/grpc++/impl/codegen/time.h
1003 uses:
1004 - grpc_codegen
1005- name: grpc++_codegen_base_src
1006 language: c++
1007 src:
1008 - src/cpp/codegen/codegen_init.cc
1009 uses:
1010 - grpc++_codegen_base
1011- name: grpc++_codegen_proto
1012 language: c++
1013 public_headers:
1014 - include/grpc++/impl/codegen/proto_utils.h
1015 uses:
1016 - grpc++_codegen_base
1017 - grpc++_config_proto
1018- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001019 language: c++
1020 public_headers:
1021 - include/grpc++/alarm.h
1022 - include/grpc++/channel.h
1023 - include/grpc++/client_context.h
1024 - include/grpc++/completion_queue.h
1025 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001026 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001027 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001028 - include/grpc++/generic/async_generic_service.h
1029 - include/grpc++/generic/generic_stub.h
1030 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001031 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001032 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001033 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001034 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001035 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001036 - include/grpc++/impl/grpc_library.h
1037 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001038 - include/grpc++/impl/rpc_method.h
1039 - include/grpc++/impl/rpc_service_method.h
1040 - include/grpc++/impl/serialization_traits.h
1041 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001042 - include/grpc++/impl/server_builder_plugin.h
1043 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001044 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001045 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001046 - include/grpc++/security/auth_context.h
1047 - include/grpc++/security/auth_metadata_processor.h
1048 - include/grpc++/security/credentials.h
1049 - include/grpc++/security/server_credentials.h
1050 - include/grpc++/server.h
1051 - include/grpc++/server_builder.h
1052 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001053 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001054 - include/grpc++/support/async_stream.h
1055 - include/grpc++/support/async_unary_call.h
1056 - include/grpc++/support/byte_buffer.h
1057 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001058 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001059 - include/grpc++/support/slice.h
1060 - include/grpc++/support/status.h
1061 - include/grpc++/support/status_code_enum.h
1062 - include/grpc++/support/string_ref.h
1063 - include/grpc++/support/stub_options.h
1064 - include/grpc++/support/sync_stream.h
1065 - include/grpc++/support/time.h
1066 headers:
1067 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001068 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001070 - src/cpp/server/health/default_health_check_service.h
1071 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001073 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001075 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 - src/cpp/client/client_context.cc
1077 - src/cpp/client/create_channel.cc
1078 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001079 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001080 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001082 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001083 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001084 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001086 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001087 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001088 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001089 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001090 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001091 - src/cpp/server/create_default_thread_pool.cc
1092 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001093 - src/cpp/server/health/default_health_check_service.cc
1094 - src/cpp/server/health/health.pb.c
1095 - src/cpp/server/health/health_check_service.cc
1096 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001097 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001098 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001099 - src/cpp/server/server_context.cc
1100 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001101 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001102 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001103 - src/cpp/util/byte_buffer_cc.cc
1104 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001105 - src/cpp/util/status.cc
1106 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001107 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001108 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001109 - gpr_base_headers
1110 - grpc_base_headers
1111 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001112 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001113 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001114- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001115 language: c++
1116 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001117 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001118- name: grpc++_reflection_proto
1119 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001120 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001121 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001122- name: grpc++_test
1123 language: c++
1124 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001125 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001126 - include/grpc++/test/server_context_test_spouse.h
1127 deps:
1128 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001129 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001130libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001131- name: gpr
1132 build: all
1133 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001134 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001135 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001136 secure: false
1137 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1138- name: gpr_test_util
1139 build: private
1140 language: c
1141 headers:
1142 - test/core/util/test_config.h
1143 src:
1144 - test/core/util/test_config.c
1145 deps:
1146 - gpr
1147 secure: false
1148 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149- name: grpc
1150 build: all
1151 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001152 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001153 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001155 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001156 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001157 filegroups:
1158 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001159 - grpc_transport_chttp2_server_secure
1160 - grpc_transport_chttp2_client_secure
1161 - grpc_transport_chttp2_server_insecure
1162 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001163 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001164 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001165 - grpc_lb_policy_pick_first
1166 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001167 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001168 - grpc_resolver_dns_native
1169 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001170 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001171 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001172 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001173 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001174 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001175 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001176 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001177 - grpc_workaround_cronet_compression_filter
1178 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001179 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001181 vs_packages:
1182 - grpc.dependencies.openssl
1183 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001184 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001185- name: grpc_cronet
1186 build: all
1187 language: c
1188 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001189 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001190 baselib: true
1191 deps_linkage: static
1192 dll: true
1193 filegroups:
1194 - grpc_base
1195 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001196 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001197 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001198 generate_plugin_registry: true
1199 platforms:
1200 - linux
1201 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001202- name: grpc_dll
1203 build: private
1204 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001205 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001206 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001207 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001208 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001209 build_system:
1210 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001211 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001212 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001213 vs_config_type: DynamicLibrary
1214 vs_packages:
1215 - grpc.dependencies.openssl
1216 - grpc.dependencies.zlib
1217 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1218 vs_props:
1219 - zlib
1220 - openssl
1221 - winsock
1222 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001223- name: grpc_test_util
1224 build: private
1225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001226 headers:
1227 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001228 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001229 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001230 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001231 - test/core/end2end/data/server1_cert.c
1232 - test/core/end2end/data/server1_key.c
1233 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001234 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001235 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001236 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001237 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001238 - grpc
1239 filegroups:
1240 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1242- name: grpc_test_util_unsecure
1243 build: private
1244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001245 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001246 - gpr
1247 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001248 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001249 filegroups:
1250 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001251 secure: false
1252 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1253- name: grpc_unsecure
1254 build: all
1255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001256 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001257 - src/core/lib/surface/init.cc
1258 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001260 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001262 filegroups:
1263 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001264 - grpc_transport_chttp2_server_insecure
1265 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001266 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001267 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001268 - grpc_resolver_dns_native
1269 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001270 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001271 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001272 - grpc_lb_policy_grpclb
1273 - grpc_lb_policy_pick_first
1274 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001275 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001276 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001277 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001278 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001279 - grpc_workaround_cronet_compression_filter
1280 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001281 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282 secure: false
1283 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284- name: reconnect_server
1285 build: private
1286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001287 headers:
1288 - test/core/util/reconnect_server.h
1289 src:
1290 - test/core/util/reconnect_server.c
1291 deps:
yang-gc9fca182015-11-06 16:41:33 -08001292 - test_tcp_server
1293 - grpc_test_util
1294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001297- name: test_tcp_server
1298 build: private
1299 language: c
1300 headers:
1301 - test/core/util/test_tcp_server.h
1302 src:
1303 - test/core/util/test_tcp_server.c
1304 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001305 - grpc_test_util
1306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001307 - gpr_test_util
1308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309- name: grpc++
1310 build: all
1311 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001312 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001313 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001314 - src/cpp/client/secure_credentials.h
1315 - src/cpp/common/secure_auth_context.h
1316 - src/cpp/server/secure_server_credentials.h
1317 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001318 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001319 - src/cpp/client/secure_credentials.cc
1320 - src/cpp/common/auth_property_iterator.cc
1321 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001322 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001323 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001324 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001325 - src/cpp/server/secure_server_credentials.cc
1326 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001327 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001328 baselib: true
1329 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001330 filegroups:
1331 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001332 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001333 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001334 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335 secure: check
1336 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001337- name: grpc++_core_stats
1338 build: private
1339 language: c++
1340 public_headers:
1341 - src/cpp/util/core_stats.h
1342 src:
1343 - src/proto/grpc/core/stats.proto
1344 - src/cpp/util/core_stats.cc
1345 deps:
1346 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001347- name: grpc++_cronet
1348 build: all
1349 language: c++
1350 src:
1351 - src/cpp/client/cronet_credentials.cc
1352 - src/cpp/client/insecure_credentials.cc
1353 - src/cpp/common/insecure_create_auth_context.cc
1354 - src/cpp/server/insecure_server_credentials.cc
1355 deps:
1356 - gpr
1357 - grpc_cronet
1358 baselib: true
1359 dll: true
1360 filegroups:
1361 - grpc++_base
1362 - grpc++_codegen_base
1363 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001364 - grpc_transport_chttp2_client_insecure
1365 - grpc_transport_chttp2_server_insecure
1366 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001367 platforms:
1368 - linux
1369 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001370- name: grpc++_error_details
1371 build: all
1372 language: c++
1373 public_headers:
1374 - include/grpc++/support/error_details.h
1375 src:
1376 - src/proto/grpc/status/status.proto
1377 - src/cpp/util/error_details.cc
1378 deps:
1379 - grpc++
1380 baselib: true
1381 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001382- name: grpc++_proto_reflection_desc_db
1383 build: private
1384 language: c++
1385 headers:
1386 - test/cpp/util/proto_reflection_descriptor_database.h
1387 src:
1388 - test/cpp/util/proto_reflection_descriptor_database.cc
1389 deps:
1390 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001391 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001392 filegroups:
1393 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001394 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001395- name: grpc++_reflection
1396 build: all
1397 language: c++
1398 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001399 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001400 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001401 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001402 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001403 - src/cpp/ext/proto_server_reflection.cc
1404 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001405 deps:
1406 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001407 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001408 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001409 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410- name: grpc++_test_config
1411 build: private
1412 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001413 headers:
1414 - test/cpp/util/test_config.h
1415 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001416 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001417- name: grpc++_test_util
1418 build: private
1419 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001420 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001421 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001422 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001423 - test/cpp/util/create_test_channel.h
1424 - test/cpp/util/string_ref_helper.h
1425 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001426 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001427 src:
yang-gc8a49d22016-12-12 11:18:49 -08001428 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001429 - src/proto/grpc/testing/echo_messages.proto
1430 - src/proto/grpc/testing/echo.proto
1431 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001432 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001433 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001434 - test/cpp/util/create_test_channel.cc
1435 - test/cpp/util/string_ref_helper.cc
1436 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001437 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001438 deps:
1439 - grpc++
1440 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001441 - grpc
yang-g17487f92016-06-03 15:21:15 -07001442 filegroups:
1443 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001444 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001445 - grpc++_codegen_proto
1446 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001447- name: grpc++_test_util_unsecure
1448 build: private
1449 language: c++
1450 headers:
1451 - test/cpp/end2end/test_service_impl.h
1452 - test/cpp/util/byte_buffer_proto_helper.h
1453 - test/cpp/util/string_ref_helper.h
1454 - test/cpp/util/subprocess.h
1455 src:
1456 - src/proto/grpc/health/v1/health.proto
1457 - src/proto/grpc/testing/echo_messages.proto
1458 - src/proto/grpc/testing/echo.proto
1459 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1460 - test/cpp/end2end/test_service_impl.cc
1461 - test/cpp/util/byte_buffer_proto_helper.cc
1462 - test/cpp/util/string_ref_helper.cc
1463 - test/cpp/util/subprocess.cc
1464 deps:
1465 - grpc++_unsecure
1466 - grpc_test_util_unsecure
1467 - grpc_unsecure
1468 filegroups:
1469 - grpc++_codegen_base
1470 - grpc++_codegen_base_src
1471 - grpc++_codegen_proto
1472 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473- name: grpc++_unsecure
1474 build: all
1475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001477 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001478 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001479 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001480 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001482 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483 baselib: true
1484 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001485 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001486 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001487 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001488 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489 secure: false
1490 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001491- name: grpc_benchmark
1492 build: test
1493 language: c++
1494 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001495 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1496 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001497 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001498 src:
1499 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001500 deps:
1501 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001502 - grpc++_unsecure
1503 - grpc_test_util_unsecure
1504 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001505 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001506- name: grpc_cli_libs
1507 build: private
1508 language: c++
1509 headers:
1510 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001511 - test/cpp/util/cli_credentials.h
1512 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001513 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001514 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001515 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001516 src:
1517 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001518 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001519 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001520 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001521 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001522 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001523 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001524 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001525 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001526 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001527 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001528 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001529- name: grpc_plugin_support
1530 build: protoc
1531 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001532 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001533 - src/compiler/config.h
1534 - src/compiler/cpp_generator.h
1535 - src/compiler/cpp_generator_helpers.h
1536 - src/compiler/csharp_generator.h
1537 - src/compiler/csharp_generator_helpers.h
1538 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001539 - src/compiler/node_generator.h
1540 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001541 - src/compiler/objective_c_generator.h
1542 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001543 - src/compiler/php_generator.h
1544 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301545 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001546 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301547 - src/compiler/python_generator_helpers.h
1548 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001549 - src/compiler/ruby_generator.h
1550 - src/compiler/ruby_generator_helpers-inl.h
1551 - src/compiler/ruby_generator_map-inl.h
1552 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301553 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
1555 - src/compiler/cpp_generator.cc
1556 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001557 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001558 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001559 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001560 - src/compiler/python_generator.cc
1561 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001562 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001563 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001564 secure: false
1565 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001566 vs_props:
1567 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001568- name: http2_client_main
1569 build: private
1570 language: c++
1571 headers:
1572 - test/cpp/interop/http2_client.h
1573 src:
1574 - src/proto/grpc/testing/empty.proto
1575 - src/proto/grpc/testing/messages.proto
1576 - src/proto/grpc/testing/test.proto
1577 - test/cpp/interop/http2_client.cc
1578 deps:
1579 - grpc++_test_util
1580 - grpc_test_util
1581 - grpc++
1582 - grpc
1583 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001584- name: interop_client_helper
1585 build: private
1586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001587 headers:
1588 - test/cpp/interop/client_helper.h
1589 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001590 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001591 - test/cpp/interop/client_helper.cc
1592 deps:
1593 - grpc++_test_util
1594 - grpc_test_util
1595 - grpc++
1596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001598- name: interop_client_main
1599 build: private
1600 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001601 headers:
1602 - test/cpp/interop/interop_client.h
1603 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001604 - src/proto/grpc/testing/empty.proto
1605 - src/proto/grpc/testing/messages.proto
1606 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001607 - test/cpp/interop/client.cc
1608 - test/cpp/interop/interop_client.cc
1609 deps:
1610 - interop_client_helper
1611 - grpc++_test_util
1612 - grpc_test_util
1613 - grpc++
1614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001615 - gpr_test_util
1616 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001617 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618- name: interop_server_helper
1619 build: private
1620 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001621 headers:
1622 - test/cpp/interop/server_helper.h
1623 src:
1624 - test/cpp/interop/server_helper.cc
1625 deps:
yang-gcc591022017-01-11 11:10:43 -08001626 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001627 - grpc_test_util
1628 - grpc++
1629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001630 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001631- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001632 build: private
1633 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001634 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001635 - src/proto/grpc/testing/empty.proto
1636 - src/proto/grpc/testing/messages.proto
1637 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001638 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001639 deps:
1640 - interop_server_helper
1641 - grpc++_test_util
1642 - grpc_test_util
1643 - grpc++
1644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001645 - gpr_test_util
1646 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001647 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001648- name: interop_server_main
1649 build: private
1650 language: c++
1651 src:
1652 - test/cpp/interop/interop_server_bootstrap.cc
1653 deps:
1654 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001655- name: qps
1656 build: private
1657 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001658 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001659 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001660 - test/cpp/qps/client.h
1661 - test/cpp/qps/driver.h
1662 - test/cpp/qps/histogram.h
1663 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001664 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001665 - test/cpp/qps/qps_worker.h
1666 - test/cpp/qps/report.h
1667 - test/cpp/qps/server.h
1668 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001669 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001671 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001672 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001673 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001674 - src/proto/grpc/testing/control.proto
1675 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001676 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001677 - test/cpp/qps/client_async.cc
1678 - test/cpp/qps/client_sync.cc
1679 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001680 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001681 - test/cpp/qps/qps_worker.cc
1682 - test/cpp/qps/report.cc
1683 - test/cpp/qps/server_async.cc
1684 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001685 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001686 deps:
1687 - grpc_test_util
1688 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001689 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001690 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001691 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: grpc_csharp_ext
1693 build: all
1694 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - src/csharp/ext/grpc_csharp_ext.c
1697 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001700 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001701 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001702 dll: only
1703 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001704 vs_packages:
1705 - grpc.dependencies.openssl
1706 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001707 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001708 vs_props:
1709 - zlib
1710 - openssl
1711 - winsock
1712 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001714- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001715 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001716 build: test
1717 language: c
1718 src:
1719 - test/core/surface/alarm_test.c
1720 deps:
1721 - grpc_test_util
1722 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001723 - gpr_test_util
1724 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001725- name: algorithm_test
1726 build: test
1727 language: c
1728 src:
1729 - test/core/compression/algorithm_test.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001735- name: alloc_test
1736 build: test
1737 language: c
1738 src:
1739 - test/core/support/alloc_test.c
1740 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001743- name: alpn_test
1744 build: test
1745 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001746 src:
1747 - test/core/transport/chttp2/alpn_test.c
1748 deps:
1749 - grpc_test_util
1750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 - gpr_test_util
1752 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001753- name: api_fuzzer
1754 build: fuzzer
1755 language: c
1756 src:
1757 - test/core/end2end/fuzzers/api_fuzzer.c
1758 deps:
1759 - grpc_test_util
1760 - grpc
1761 - gpr_test_util
1762 - gpr
1763 corpus_dirs:
1764 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001765 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001766 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001767- name: arena_test
1768 build: test
1769 language: c
1770 src:
1771 - test/core/support/arena_test.c
1772 deps:
1773 - gpr_test_util
1774 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001775- name: bad_server_response_test
1776 build: test
1777 language: c
1778 src:
1779 - test/core/end2end/bad_server_response_test.c
1780 deps:
1781 - test_tcp_server
1782 - grpc_test_util
1783 - grpc
1784 - gpr_test_util
1785 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001786 exclude_iomgrs:
1787 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001788- name: bdp_estimator_test
1789 build: test
1790 language: c
1791 src:
1792 - test/core/transport/bdp_estimator_test.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
1796 - gpr_test_util
1797 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001798- name: bin_decoder_test
1799 build: test
1800 language: c
1801 src:
1802 - test/core/transport/chttp2/bin_decoder_test.c
1803 deps:
1804 - grpc_test_util
1805 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001806- name: bin_encoder_test
1807 build: test
1808 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001809 src:
1810 - test/core/transport/chttp2/bin_encoder_test.c
1811 deps:
1812 - grpc_test_util
1813 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001814- name: byte_stream_test
1815 build: test
1816 language: c
1817 src:
1818 - test/core/transport/byte_stream_test.c
1819 deps:
1820 - grpc_test_util
1821 - grpc
1822 - gpr_test_util
1823 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001824- name: census_context_test
1825 build: test
1826 language: c
1827 src:
1828 - test/core/census/context_test.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001832 - gpr_test_util
1833 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001834- name: census_intrusive_hash_map_test
1835 build: test
1836 language: c
1837 src:
1838 - test/core/census/intrusive_hash_map_test.c
1839 deps:
1840 - grpc_test_util
1841 - grpc
1842 - gpr_test_util
1843 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001844- name: census_resource_test
1845 build: test
1846 language: c
1847 src:
1848 - test/core/census/resource_test.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
1852 - gpr_test_util
1853 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001854- name: census_trace_context_test
1855 build: test
1856 language: c
1857 src:
1858 - test/core/census/trace_context_test.c
1859 deps:
1860 - grpc_test_util
1861 - grpc
1862 - gpr_test_util
1863 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001864- name: channel_create_test
1865 build: test
1866 language: c
1867 src:
1868 - test/core/surface/channel_create_test.c
1869 deps:
1870 - grpc_test_util
1871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001874- name: check_epollexclusive
1875 build: tool
1876 language: c
1877 src:
1878 - test/build/check_epollexclusive.c
1879 deps:
1880 - grpc
1881 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001882- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883 build: test
1884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001885 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001886 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001887 deps:
1888 - grpc_test_util
1889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892- name: chttp2_stream_map_test
1893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
1896 - test/core/transport/chttp2/stream_map_test.c
1897 deps:
1898 - grpc_test_util
1899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001902- name: chttp2_varint_test
1903 build: test
1904 language: c
1905 src:
1906 - test/core/transport/chttp2/varint_test.c
1907 deps:
1908 - grpc_test_util
1909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001912- name: client_fuzzer
1913 build: fuzzer
1914 language: c
1915 src:
1916 - test/core/end2end/fuzzers/client_fuzzer.c
1917 deps:
1918 - grpc_test_util
1919 - grpc
1920 - gpr_test_util
1921 - gpr
1922 corpus_dirs:
1923 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001924 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001925 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001926- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001927 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001928 build: test
1929 language: c
1930 src:
1931 - test/core/iomgr/combiner_test.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
1935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: compression_test
1938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/compression/compression_test.c
1942 deps:
1943 - grpc_test_util
1944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001947- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001948 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001949 build: test
1950 language: c
1951 src:
1952 - test/core/surface/concurrent_connectivity_test.c
1953 deps:
1954 - grpc_test_util
1955 - grpc
1956 - gpr_test_util
1957 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001958 exclude_iomgrs:
1959 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001960- name: connection_refused_test
1961 cpu_cost: 0.1
1962 build: test
1963 language: c
1964 src:
1965 - test/core/end2end/connection_refused_test.c
1966 deps:
1967 - grpc_test_util
1968 - grpc
1969 - gpr_test_util
1970 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001971- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001972 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001973 build: test
1974 language: c
1975 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001976 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001977 deps:
1978 - grpc_test_util
1979 - grpc
1980 - gpr_test_util
1981 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001982 exclude_iomgrs:
1983 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001984- name: dns_resolver_test
1985 build: test
1986 language: c
1987 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001988 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001995 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/end2end/dualstack_socket_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002005 exclude_iomgrs:
2006 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002007 platforms:
2008 - mac
2009 - linux
2010 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002011- name: endpoint_pair_test
2012 build: test
2013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002014 src:
2015 - test/core/iomgr/endpoint_pair_test.c
2016 deps:
2017 - grpc_test_util
2018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002021 exclude_iomgrs:
2022 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002023- name: error_test
2024 cpu_cost: 30
2025 build: test
2026 language: c
2027 src:
2028 - test/core/iomgr/error_test.c
2029 deps:
2030 - grpc_test_util
2031 - grpc
2032 - gpr_test_util
2033 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002034- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002035 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002036 build: test
2037 language: c
2038 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002039 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002040 deps:
2041 - grpc_test_util
2042 - grpc
2043 - gpr_test_util
2044 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002045 exclude_iomgrs:
2046 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002047 platforms:
2048 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002049- name: fake_resolver_test
2050 build: test
2051 language: c
2052 src:
2053 - test/core/client_channel/resolvers/fake_resolver_test.c
2054 deps:
2055 - grpc_test_util
2056 - grpc
2057 - gpr_test_util
2058 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002059- name: fake_transport_security_test
2060 build: test
2061 language: c
2062 src:
2063 - test/core/tsi/fake_transport_security_test.c
2064 deps:
2065 - gpr_test_util
2066 - gpr
2067 - grpc
2068 filegroups:
2069 - transport_security_test_lib
2070 platforms:
2071 - linux
2072 - posix
2073 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: fd_conservation_posix_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/iomgr/fd_conservation_posix_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002084 exclude_iomgrs:
2085 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002086 platforms:
2087 - mac
2088 - linux
2089 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: fd_posix_test
2091 build: test
2092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002093 src:
2094 - test/core/iomgr/fd_posix_test.c
2095 deps:
2096 - grpc_test_util
2097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002098 - gpr_test_util
2099 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002100 exclude_iomgrs:
2101 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002102 platforms:
2103 - mac
2104 - linux
2105 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002106- name: fling_client
2107 build: test
2108 run: false
2109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002110 src:
2111 - test/core/fling/client.c
2112 deps:
2113 - grpc_test_util
2114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 - gpr_test_util
2116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117- name: fling_server
2118 build: test
2119 run: false
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
2122 - test/core/fling/server.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002129 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002130 build: test
2131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - test/core/fling/fling_stream_test.c
2134 deps:
2135 - grpc_test_util
2136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002137 - gpr_test_util
2138 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002139 platforms:
2140 - mac
2141 - linux
2142 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002144 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145 build: test
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
2148 - test/core/fling/fling_test.c
2149 deps:
2150 - grpc_test_util
2151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002152 - gpr_test_util
2153 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002154 platforms:
2155 - mac
2156 - linux
2157 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: gen_hpack_tables
2159 build: tool
2160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - tools/codegen/core/gen_hpack_tables.c
2163 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002165 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002166- name: gen_legal_metadata_characters
2167 build: tool
2168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002169 src:
2170 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002172- name: gen_percent_encoding_tables
2173 build: tool
2174 language: c
2175 src:
2176 - tools/codegen/core/gen_percent_encoding_tables.c
2177 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002178- name: goaway_server_test
2179 cpu_cost: 0.1
2180 build: test
2181 language: c
2182 src:
2183 - test/core/end2end/goaway_server_test.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
2187 - gpr_test_util
2188 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002189 exclude_iomgrs:
2190 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002191 platforms:
2192 - mac
2193 - linux
2194 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002195- name: gpr_avl_test
2196 build: test
2197 language: c
2198 src:
2199 - test/core/support/avl_test.c
2200 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002203- name: gpr_backoff_test
2204 build: test
2205 language: c
2206 src:
2207 - test/core/support/backoff_test.c
2208 deps:
2209 - gpr_test_util
2210 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211- name: gpr_cmdline_test
2212 build: test
2213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002214 src:
2215 - test/core/support/cmdline_test.c
2216 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002219- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002220 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002221 build: test
2222 language: c
2223 src:
2224 - test/core/support/cpu_test.c
2225 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002226 - gpr_test_util
2227 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002228- name: gpr_env_test
2229 build: test
2230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
2232 - test/core/support/env_test.c
2233 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002234 - gpr_test_util
2235 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002236- name: gpr_histogram_test
2237 build: test
2238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
2240 - test/core/support/histogram_test.c
2241 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002242 - gpr_test_util
2243 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002244- name: gpr_host_port_test
2245 build: test
2246 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002247 src:
2248 - test/core/support/host_port_test.c
2249 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002252- name: gpr_log_test
2253 build: test
2254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002255 src:
2256 - test/core/support/log_test.c
2257 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002260- name: gpr_mpscq_test
2261 cpu_cost: 30
2262 build: test
2263 language: c
2264 src:
2265 - test/core/support/mpscq_test.c
2266 deps:
2267 - gpr_test_util
2268 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002269- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002270 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002271 build: test
2272 language: c
2273 src:
2274 - test/core/support/spinlock_test.c
2275 deps:
2276 - gpr_test_util
2277 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002278- name: gpr_stack_lockfree_test
2279 cpu_cost: 7
2280 build: test
2281 language: c
2282 src:
2283 - test/core/support/stack_lockfree_test.c
2284 deps:
2285 - gpr_test_util
2286 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002287- name: gpr_string_test
2288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/core/support/string_test.c
2292 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002296 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297 build: test
2298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002299 src:
2300 - test/core/support/sync_test.c
2301 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002305 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306 build: test
2307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002308 src:
2309 - test/core/support/thd_test.c
2310 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002311 - gpr_test_util
2312 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313- name: gpr_time_test
2314 build: test
2315 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002316 src:
2317 - test/core/support/time_test.c
2318 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: gpr_tls_test
2322 build: test
2323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002324 src:
2325 - test/core/support/tls_test.c
2326 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002329- name: gpr_useful_test
2330 build: test
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
2333 - test/core/support/useful_test.c
2334 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: grpc_auth_context_test
2338 build: test
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/core/security/auth_context_test.c
2342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002347- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002348 build: test
2349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002350 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002351 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002352 deps:
2353 - grpc_test_util
2354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002355 - gpr_test_util
2356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: grpc_byte_buffer_reader_test
2358 build: test
2359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
2361 - test/core/surface/byte_buffer_reader_test.c
2362 deps:
2363 - grpc_test_util
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: grpc_channel_args_test
2368 build: test
2369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002370 src:
2371 - test/core/channel/channel_args_test.c
2372 deps:
2373 - grpc_test_util
2374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002375 - gpr_test_util
2376 - gpr
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002377- name: grpc_channel_stack_builder_test
2378 build: test
2379 language: c
2380 src:
2381 - test/core/channel/channel_stack_builder_test.c
2382 deps:
2383 - grpc_test_util
2384 - grpc
2385 - gpr_test_util
2386 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387- name: grpc_channel_stack_test
2388 build: test
2389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002390 src:
2391 - test/core/channel/channel_stack_test.c
2392 deps:
2393 - grpc_test_util
2394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002395 - gpr_test_util
2396 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002397- name: grpc_completion_queue_test
2398 build: test
2399 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002400 src:
2401 - test/core/surface/completion_queue_test.c
2402 deps:
2403 - grpc_test_util
2404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002405 - gpr_test_util
2406 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002407- name: grpc_completion_queue_threading_test
2408 build: test
2409 language: c
2410 src:
2411 - test/core/surface/completion_queue_threading_test.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
2415 - gpr_test_util
2416 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002417 exclude_iomgrs:
2418 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: grpc_create_jwt
2420 build: tool
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/core/security/create_jwt.c
2424 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002426 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002427 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428- name: grpc_credentials_test
2429 build: test
2430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002431 src:
2432 - test/core/security/credentials_test.c
2433 deps:
2434 - grpc_test_util
2435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr_test_util
2437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002438- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002439 build: test
2440 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
2443 - test/core/security/fetch_oauth2.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002449- name: grpc_invalid_channel_args_test
2450 build: test
2451 language: c
2452 src:
2453 - test/core/surface/invalid_channel_args_test.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: grpc_json_token_test
2460 build: test
2461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/core/security/json_token_test.c
2464 deps:
2465 - grpc_test_util
2466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002467 - gpr_test_util
2468 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002469 platforms:
2470 - linux
2471 - posix
2472 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473- name: grpc_jwt_verifier_test
2474 build: test
2475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
2477 - test/core/security/jwt_verifier_test.c
2478 deps:
2479 - grpc_test_util
2480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002481 - gpr_test_util
2482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002483- name: grpc_print_google_default_creds_token
2484 build: tool
2485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002486 src:
2487 - test/core/security/print_google_default_creds_token.c
2488 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002490 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491- name: grpc_security_connector_test
2492 build: test
2493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002494 src:
2495 - test/core/security/security_connector_test.c
2496 deps:
2497 - grpc_test_util
2498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002499 - gpr_test_util
2500 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002501- name: grpc_verify_jwt
2502 build: tool
2503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002504 src:
2505 - test/core/security/verify_jwt.c
2506 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002509- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002510 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002511 language: c
2512 src:
2513 - test/core/handshake/client_ssl.c
2514 deps:
2515 - grpc_test_util
2516 - grpc
2517 - gpr_test_util
2518 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002519 exclude_iomgrs:
2520 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002521 platforms:
2522 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002523 secure: true
2524- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002525 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002526 language: c
2527 src:
2528 - test/core/handshake/server_ssl.c
2529 deps:
2530 - grpc_test_util
2531 - grpc
2532 - gpr_test_util
2533 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002534 exclude_iomgrs:
2535 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002536 platforms:
2537 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002538 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002539- name: hpack_parser_fuzzer_test
2540 build: fuzzer
2541 language: c
2542 src:
2543 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2544 deps:
2545 - grpc_test_util
2546 - grpc
2547 - gpr_test_util
2548 - gpr
2549 corpus_dirs:
2550 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002551 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002552 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553- name: hpack_parser_test
2554 build: test
2555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
2557 - test/core/transport/chttp2/hpack_parser_test.c
2558 deps:
2559 - grpc_test_util
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563- name: hpack_table_test
2564 build: test
2565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002566 src:
2567 - test/core/transport/chttp2/hpack_table_test.c
2568 deps:
2569 - grpc_test_util
2570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002573- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574 build: test
2575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002577 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002578 deps:
2579 - grpc_test_util
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002583- name: http_request_fuzzer_test
2584 build: fuzzer
2585 language: c
2586 src:
2587 - test/core/http/request_fuzzer.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
2591 - gpr_test_util
2592 - gpr
2593 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002594 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002595 maxlen: 2048
2596- name: http_response_fuzzer_test
2597 build: fuzzer
2598 language: c
2599 src:
2600 - test/core/http/response_fuzzer.c
2601 deps:
2602 - grpc_test_util
2603 - grpc
2604 - gpr_test_util
2605 - gpr
2606 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002607 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002608 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002609- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610 build: test
2611 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002612 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002613 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002614 deps:
2615 - grpc_test_util
2616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002617 - gpr_test_util
2618 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002619- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002620 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621 build: test
2622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002623 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002624 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002625 deps:
2626 - grpc_test_util
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr_test_util
2629 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002630 platforms:
2631 - mac
2632 - linux
2633 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002634- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002635 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002636 build: test
2637 language: c
2638 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002639 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002640 deps:
2641 - grpc_test_util
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr_test_util
2644 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002645 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002646 - linux
yang-gf1183302015-12-07 16:02:05 -08002647- name: init_test
2648 build: test
2649 language: c
2650 src:
2651 - test/core/surface/init_test.c
2652 deps:
2653 - grpc_test_util
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002657- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002658 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002659 build: test
2660 language: c
2661 src:
2662 - test/core/end2end/invalid_call_argument_test.c
2663 deps:
2664 - grpc_test_util
2665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002666 - gpr_test_util
2667 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002668- name: json_fuzzer_test
2669 build: fuzzer
2670 language: c
2671 src:
2672 - test/core/json/fuzzer.c
2673 deps:
2674 - grpc_test_util
2675 - grpc
2676 - gpr_test_util
2677 - gpr
2678 corpus_dirs:
2679 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002680 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002681- name: json_rewrite
2682 build: test
2683 run: false
2684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
2686 - test/core/json/json_rewrite.c
2687 deps:
2688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002690- name: json_rewrite_test
2691 build: test
2692 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002693 src:
2694 - test/core/json/json_rewrite_test.c
2695 deps:
2696 - grpc_test_util
2697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002698 - gpr_test_util
2699 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002700- name: json_stream_error_test
2701 build: test
2702 language: c
2703 src:
2704 - test/core/json/json_stream_error_test.c
2705 deps:
2706 - grpc_test_util
2707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002708 - gpr_test_util
2709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002710- name: json_test
2711 build: test
2712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002713 src:
2714 - test/core/json/json_test.c
2715 deps:
2716 - grpc_test_util
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr_test_util
2719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720- name: lame_client_test
2721 build: test
2722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002723 src:
2724 - test/core/surface/lame_client_test.c
2725 deps:
2726 - grpc_test_util
2727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002728 - gpr_test_util
2729 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002730- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002731 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002732 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002733 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002735 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002736 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002737 deps:
2738 - grpc_test_util
2739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002740 - gpr_test_util
2741 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002742- name: load_file_test
2743 build: test
2744 language: c
2745 src:
2746 - test/core/iomgr/load_file_test.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
2750 - gpr_test_util
2751 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002752- name: low_level_ping_pong_benchmark
2753 build: benchmark
2754 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002755 src:
2756 - test/core/network_benchmarks/low_level_ping_pong.c
2757 deps:
2758 - grpc_test_util
2759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002760 - gpr_test_util
2761 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002762 platforms:
2763 - mac
2764 - linux
2765 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002766- name: memory_profile_client
2767 build: test
2768 run: false
2769 language: c
2770 src:
2771 - test/core/memory_usage/client.c
2772 deps:
2773 - grpc_test_util
2774 - grpc
2775 - gpr_test_util
2776 - gpr
2777- name: memory_profile_server
2778 build: test
2779 run: false
2780 language: c
2781 src:
2782 - test/core/memory_usage/server.c
2783 deps:
2784 - grpc_test_util
2785 - grpc
2786 - gpr_test_util
2787 - gpr
2788- name: memory_profile_test
2789 cpu_cost: 1.5
2790 build: test
2791 language: c
2792 src:
2793 - test/core/memory_usage/memory_usage_test.c
2794 deps:
2795 - grpc_test_util
2796 - grpc
2797 - gpr_test_util
2798 - gpr
2799 platforms:
2800 - mac
2801 - linux
2802 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803- name: message_compress_test
2804 build: test
2805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002806 src:
2807 - test/core/compression/message_compress_test.c
2808 deps:
2809 - grpc_test_util
2810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002811 - gpr_test_util
2812 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002813- name: minimal_stack_is_minimal_test
2814 build: test
2815 language: c
2816 src:
2817 - test/core/channel/minimal_stack_is_minimal_test.c
2818 deps:
2819 - grpc_test_util
2820 - grpc
2821 - gpr_test_util
2822 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002823- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002824 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002825 build: test
2826 language: c
2827 src:
2828 - test/core/census/mlog_test.c
2829 deps:
2830 - grpc_test_util
2831 - grpc
2832 - gpr_test_util
2833 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002834- name: multiple_server_queues_test
2835 build: test
2836 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002837 src:
2838 - test/core/end2end/multiple_server_queues_test.c
2839 deps:
2840 - grpc_test_util
2841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002842 - gpr_test_util
2843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002844- name: murmur_hash_test
2845 build: test
2846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002847 src:
2848 - test/core/support/murmur_hash_test.c
2849 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002850 - gpr_test_util
2851 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002852- name: nanopb_fuzzer_response_test
2853 build: fuzzer
2854 language: c
2855 src:
2856 - test/core/nanopb/fuzzer_response.c
2857 deps:
2858 - grpc_test_util
2859 - grpc
2860 - gpr_test_util
2861 - gpr
2862 corpus_dirs:
2863 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002864 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002865- name: nanopb_fuzzer_serverlist_test
2866 build: fuzzer
2867 language: c
2868 src:
2869 - test/core/nanopb/fuzzer_serverlist.c
2870 deps:
2871 - grpc_test_util
2872 - grpc
2873 - gpr_test_util
2874 - gpr
2875 corpus_dirs:
2876 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002877 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002878- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002879 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002880 build: test
2881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002882 src:
2883 - test/core/end2end/no_server_test.c
2884 deps:
2885 - grpc_test_util
2886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002887 - gpr_test_util
2888 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002889- name: num_external_connectivity_watchers_test
2890 build: test
2891 language: c
2892 src:
2893 - test/core/surface/num_external_connectivity_watchers_test.c
2894 deps:
2895 - grpc_test_util
2896 - grpc
2897 - gpr_test_util
2898 - gpr
2899 exclude_iomgrs:
2900 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002901- name: parse_address_test
2902 build: test
2903 language: c
2904 src:
2905 - test/core/client_channel/parse_address_test.c
2906 deps:
2907 - grpc_test_util
2908 - grpc
2909 - gpr_test_util
2910 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002911- name: percent_decode_fuzzer
2912 build: fuzzer
2913 language: c
2914 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002915 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002916 deps:
2917 - grpc_test_util
2918 - grpc
2919 - gpr_test_util
2920 - gpr
2921 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002922 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002923 maxlen: 32
2924- name: percent_encode_fuzzer
2925 build: fuzzer
2926 language: c
2927 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002928 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002929 deps:
2930 - grpc_test_util
2931 - grpc
2932 - gpr_test_util
2933 - gpr
2934 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002935 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002936 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002937- name: percent_encoding_test
2938 build: test
2939 language: c
2940 src:
2941 - test/core/slice/percent_encoding_test.c
2942 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002943 - grpc_test_util
2944 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002945 - gpr_test_util
2946 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002947- name: pollset_set_test
2948 build: test
2949 language: c
2950 src:
2951 - test/core/iomgr/pollset_set_test.c
2952 deps:
2953 - grpc_test_util
2954 - grpc
2955 - gpr_test_util
2956 - gpr
2957 exclude_iomgrs:
2958 - uv
2959 platforms:
2960 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002961- name: resolve_address_posix_test
2962 build: test
2963 language: c
2964 src:
2965 - test/core/iomgr/resolve_address_posix_test.c
2966 deps:
2967 - grpc_test_util
2968 - grpc
2969 - gpr_test_util
2970 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002971 exclude_iomgrs:
2972 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002973 platforms:
2974 - mac
2975 - linux
2976 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977- name: resolve_address_test
2978 build: test
2979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002980 src:
2981 - test/core/iomgr/resolve_address_test.c
2982 deps:
2983 - grpc_test_util
2984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002985 - gpr_test_util
2986 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002987- name: resource_quota_test
2988 cpu_cost: 30
2989 build: test
2990 language: c
2991 src:
2992 - test/core/iomgr/resource_quota_test.c
2993 deps:
2994 - grpc_test_util
2995 - grpc
2996 - gpr_test_util
2997 - gpr
yang-gd482e592015-12-10 14:04:00 -08002998- name: secure_channel_create_test
2999 build: test
3000 language: c
3001 src:
3002 - test/core/surface/secure_channel_create_test.c
3003 deps:
3004 - grpc_test_util
3005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003006 - gpr_test_util
3007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008- name: secure_endpoint_test
3009 build: test
3010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003011 src:
3012 - test/core/security/secure_endpoint_test.c
3013 deps:
3014 - grpc_test_util
3015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003016 - gpr_test_util
3017 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003018 exclude_iomgrs:
3019 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003020- name: sequential_connectivity_test
3021 build: test
3022 language: c
3023 src:
3024 - test/core/surface/sequential_connectivity_test.c
3025 deps:
3026 - grpc_test_util
3027 - grpc
3028 - gpr_test_util
3029 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003030 exclude_iomgrs:
3031 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003032- name: server_chttp2_test
3033 build: test
3034 language: c
3035 src:
3036 - test/core/surface/server_chttp2_test.c
3037 deps:
3038 - grpc_test_util
3039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003040 - gpr_test_util
3041 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003042- name: server_fuzzer
3043 build: fuzzer
3044 language: c
3045 src:
3046 - test/core/end2end/fuzzers/server_fuzzer.c
3047 deps:
3048 - grpc_test_util
3049 - grpc
3050 - gpr_test_util
3051 - gpr
3052 corpus_dirs:
3053 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003054 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003055 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003056- name: server_test
3057 build: test
3058 language: c
3059 src:
3060 - test/core/surface/server_test.c
3061 deps:
3062 - grpc_test_util
3063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003064 - gpr_test_util
3065 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003066- name: slice_buffer_test
3067 build: test
3068 language: c
3069 src:
3070 - test/core/slice/slice_buffer_test.c
3071 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003072 - grpc_test_util
3073 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003074 - gpr_test_util
3075 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003076- name: slice_hash_table_test
3077 build: test
3078 language: c
3079 src:
3080 - test/core/slice/slice_hash_table_test.c
3081 deps:
3082 - grpc_test_util
3083 - grpc
3084 - gpr_test_util
3085 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003086- name: slice_string_helpers_test
3087 build: test
3088 language: c
3089 src:
3090 - test/core/slice/slice_string_helpers_test.c
3091 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003092 - grpc_test_util
3093 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003094 - gpr_test_util
3095 - gpr
3096- name: slice_test
3097 build: test
3098 language: c
3099 src:
3100 - test/core/slice/slice_test.c
3101 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003102 - grpc_test_util
3103 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003104 - gpr_test_util
3105 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003106- name: sockaddr_resolver_test
3107 build: test
3108 language: c
3109 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003110 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003111 deps:
3112 - grpc_test_util
3113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003114 - gpr_test_util
3115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003116- name: sockaddr_utils_test
3117 build: test
3118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003119 src:
3120 - test/core/iomgr/sockaddr_utils_test.c
3121 deps:
3122 - grpc_test_util
3123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003124 - gpr_test_util
3125 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003126- name: socket_utils_test
3127 build: test
3128 language: c
3129 src:
3130 - test/core/iomgr/socket_utils_test.c
3131 deps:
3132 - grpc_test_util
3133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003134 - gpr_test_util
3135 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003136 exclude_iomgrs:
3137 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003138 platforms:
3139 - mac
3140 - linux
3141 - posix
yang-g31e21282016-11-04 15:10:03 -07003142- name: ssl_server_fuzzer
3143 build: fuzzer
3144 language: c
3145 src:
3146 - test/core/security/ssl_server_fuzzer.c
3147 deps:
3148 - grpc_test_util
3149 - grpc
3150 - gpr_test_util
3151 - gpr
3152 corpus_dirs:
3153 - test/core/security/corpus/ssl_server_corpus
3154 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003155- name: ssl_transport_security_test
3156 build: test
3157 language: c
3158 src:
3159 - test/core/tsi/ssl_transport_security_test.c
3160 deps:
3161 - gpr_test_util
3162 - gpr
3163 - grpc
3164 filegroups:
3165 - transport_security_test_lib
3166 platforms:
3167 - linux
3168 - posix
3169 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003170- name: status_conversion_test
3171 build: test
3172 language: c
3173 src:
3174 - test/core/transport/status_conversion_test.c
3175 deps:
3176 - grpc_test_util
3177 - grpc
3178 - gpr_test_util
3179 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003180- name: stream_compression_test
3181 build: test
3182 language: c
3183 src:
3184 - test/core/compression/stream_compression_test.c
3185 deps:
3186 - grpc_test_util
3187 - grpc
3188 - gpr_test_util
3189 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003190- name: stream_owned_slice_test
3191 build: test
3192 language: c
3193 src:
3194 - test/core/transport/stream_owned_slice_test.c
3195 deps:
3196 - grpc_test_util
3197 - grpc
3198 - gpr_test_util
3199 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003201 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003202 build: test
3203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003204 src:
3205 - test/core/iomgr/tcp_client_posix_test.c
3206 deps:
3207 - grpc_test_util
3208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003209 - gpr_test_util
3210 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003211 exclude_iomgrs:
3212 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003213 platforms:
3214 - mac
3215 - linux
3216 - posix
murgatroid991191b722017-02-08 11:56:52 -08003217- name: tcp_client_uv_test
3218 cpu_cost: 0.5
3219 build: test
3220 language: c
3221 src:
3222 - test/core/iomgr/tcp_client_uv_test.c
3223 deps:
3224 - grpc_test_util
3225 - grpc
3226 - gpr_test_util
3227 - gpr
3228 exclude_iomgrs:
3229 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003230- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003231 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003232 build: test
3233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003234 src:
3235 - test/core/iomgr/tcp_posix_test.c
3236 deps:
3237 - grpc_test_util
3238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003239 - gpr_test_util
3240 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003241 exclude_iomgrs:
3242 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003243 platforms:
3244 - mac
3245 - linux
3246 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003247- name: tcp_server_posix_test
3248 build: test
3249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003250 src:
3251 - test/core/iomgr/tcp_server_posix_test.c
3252 deps:
3253 - grpc_test_util
3254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003255 - gpr_test_util
3256 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003257 exclude_iomgrs:
3258 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003259 platforms:
3260 - mac
3261 - linux
3262 - posix
murgatroid991191b722017-02-08 11:56:52 -08003263- name: tcp_server_uv_test
3264 build: test
3265 language: c
3266 src:
3267 - test/core/iomgr/tcp_server_uv_test.c
3268 deps:
3269 - grpc_test_util
3270 - grpc
3271 - gpr_test_util
3272 - gpr
3273 exclude_iomgrs:
3274 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003275- name: time_averaged_stats_test
3276 build: test
3277 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003278 src:
3279 - test/core/iomgr/time_averaged_stats_test.c
3280 deps:
3281 - grpc_test_util
3282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003283 - gpr_test_util
3284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285- name: timeout_encoding_test
3286 build: test
3287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003288 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003289 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003290 deps:
3291 - grpc_test_util
3292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003293 - gpr_test_util
3294 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003295- name: timer_heap_test
3296 build: test
3297 language: c
3298 src:
3299 - test/core/iomgr/timer_heap_test.c
3300 deps:
3301 - grpc_test_util
3302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003303 - gpr_test_util
3304 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003305 exclude_iomgrs:
3306 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003307- name: timer_list_test
3308 build: test
3309 language: c
3310 src:
3311 - test/core/iomgr/timer_list_test.c
3312 deps:
3313 - grpc_test_util
3314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003315 - gpr_test_util
3316 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003317 exclude_iomgrs:
3318 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003319- name: transport_connectivity_state_test
3320 build: test
3321 language: c
3322 src:
3323 - test/core/transport/connectivity_state_test.c
3324 deps:
3325 - grpc_test_util
3326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003327 - gpr_test_util
3328 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003329- name: transport_metadata_test
3330 build: test
3331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003332 src:
3333 - test/core/transport/metadata_test.c
3334 deps:
3335 - grpc_test_util
3336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003337 - gpr_test_util
3338 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003339- name: transport_pid_controller_test
3340 build: test
3341 language: c
3342 src:
3343 - test/core/transport/pid_controller_test.c
3344 deps:
3345 - grpc_test_util
3346 - grpc
3347 - gpr_test_util
3348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003349- name: transport_security_test
3350 build: test
3351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003352 src:
3353 - test/core/tsi/transport_security_test.c
3354 deps:
3355 - grpc_test_util
3356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003357 - gpr_test_util
3358 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003359 platforms:
3360 - linux
3361 - posix
3362 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003363- name: udp_server_test
3364 build: test
3365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003366 src:
3367 - test/core/iomgr/udp_server_test.c
3368 deps:
3369 - grpc_test_util
3370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003371 - gpr_test_util
3372 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003373 exclude_iomgrs:
3374 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003375 platforms:
3376 - mac
3377 - linux
3378 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003379- name: uri_fuzzer_test
3380 build: fuzzer
3381 language: c
3382 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003383 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003384 deps:
3385 - grpc_test_util
3386 - grpc
3387 - gpr_test_util
3388 - gpr
3389 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003390 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003391 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003392- name: uri_parser_test
3393 build: test
3394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003395 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003396 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003397 deps:
3398 - grpc_test_util
3399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003400 - gpr_test_util
3401 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003402- name: wakeup_fd_cv_test
3403 build: test
3404 language: c
3405 src:
3406 - test/core/iomgr/wakeup_fd_cv_test.c
3407 deps:
3408 - grpc_test_util
3409 - grpc
3410 - gpr_test_util
3411 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003412 exclude_iomgrs:
3413 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003414 platforms:
3415 - mac
3416 - linux
3417 - posix
vjpai04e992a2016-02-10 16:58:38 -08003418- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003419 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003420 build: test
3421 language: c++
3422 src:
3423 - test/cpp/common/alarm_cpp_test.cc
3424 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003425 - grpc++_test_util_unsecure
3426 - grpc_test_util_unsecure
3427 - grpc++_unsecure
3428 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003429 - gpr_test_util
3430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003432 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003433 build: test
3434 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003435 src:
3436 - test/cpp/end2end/async_end2end_test.cc
3437 deps:
3438 - grpc++_test_util
3439 - grpc_test_util
3440 - grpc++
3441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003442 - gpr_test_util
3443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003444- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003445 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003446 build: test
3447 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003448 src:
3449 - test/cpp/common/auth_property_iterator_test.cc
3450 deps:
3451 - grpc++_test_util
3452 - grpc_test_util
3453 - grpc++
3454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003455 - gpr_test_util
3456 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003457- name: bm_arena
3458 build: test
3459 language: c++
3460 src:
3461 - test/cpp/microbenchmarks/bm_arena.cc
3462 deps:
3463 - grpc_benchmark
3464 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003465 - grpc++_test_util_unsecure
3466 - grpc_test_util_unsecure
3467 - grpc++_unsecure
3468 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003469 - gpr_test_util
3470 - gpr
3471 args:
3472 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003473 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003474 platforms:
3475 - mac
3476 - linux
3477 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003478- name: bm_call_create
3479 build: test
3480 language: c++
3481 src:
3482 - test/cpp/microbenchmarks/bm_call_create.cc
3483 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003484 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003485 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003486 - grpc++_test_util_unsecure
3487 - grpc_test_util_unsecure
3488 - grpc++_unsecure
3489 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003490 - gpr_test_util
3491 - gpr
3492 args:
3493 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003494 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003495 platforms:
3496 - mac
3497 - linux
3498 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003499- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003500 build: test
3501 language: c++
3502 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003503 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003504 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003505 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003506 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003507 - grpc++_test_util_unsecure
3508 - grpc_test_util_unsecure
3509 - grpc++_unsecure
3510 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003511 - gpr_test_util
3512 - gpr
3513 args:
3514 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003515 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003516 platforms:
3517 - mac
3518 - linux
3519 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003520- name: bm_chttp2_transport
3521 build: test
3522 language: c++
3523 src:
3524 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3525 deps:
3526 - grpc_benchmark
3527 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003528 - grpc++_test_util_unsecure
3529 - grpc_test_util_unsecure
3530 - grpc++_unsecure
3531 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003532 - gpr_test_util
3533 - gpr
3534 args:
3535 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003536 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003537 platforms:
3538 - mac
3539 - linux
3540 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003541- name: bm_closure
3542 build: test
3543 language: c++
3544 src:
3545 - test/cpp/microbenchmarks/bm_closure.cc
3546 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003547 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003548 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003549 - grpc++_test_util_unsecure
3550 - grpc_test_util_unsecure
3551 - grpc++_unsecure
3552 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003553 - gpr_test_util
3554 - gpr
3555 args:
3556 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003557 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003558 platforms:
3559 - mac
3560 - linux
3561 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003562- name: bm_cq
3563 build: test
3564 language: c++
3565 src:
3566 - test/cpp/microbenchmarks/bm_cq.cc
3567 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003568 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003569 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003570 - grpc++_test_util_unsecure
3571 - grpc_test_util_unsecure
3572 - grpc++_unsecure
3573 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003574 - gpr_test_util
3575 - gpr
3576 args:
3577 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003578 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003579 platforms:
3580 - mac
3581 - linux
3582 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003583- name: bm_cq_multiple_threads
3584 build: test
3585 language: c++
3586 src:
3587 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3588 deps:
3589 - grpc_benchmark
3590 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003591 - grpc++_test_util_unsecure
3592 - grpc_test_util_unsecure
3593 - grpc++_unsecure
3594 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003595 - gpr_test_util
3596 - gpr
3597 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003598 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003599 defaults: benchmark
3600 platforms:
3601 - mac
3602 - linux
3603 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003604- name: bm_error
3605 build: test
3606 language: c++
3607 src:
3608 - test/cpp/microbenchmarks/bm_error.cc
3609 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003610 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003611 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003612 - grpc++_test_util_unsecure
3613 - grpc_test_util_unsecure
3614 - grpc++_unsecure
3615 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003616 - gpr_test_util
3617 - gpr
3618 args:
3619 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003620 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003621 platforms:
3622 - mac
3623 - linux
3624 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003625- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003626 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003627 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003628 headers:
3629 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003630 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003631 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003632 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003633 - grpc_benchmark
3634 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003635 - grpc++_test_util_unsecure
3636 - grpc_test_util_unsecure
3637 - grpc++_unsecure
3638 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003639 - gpr_test_util
3640 - gpr
3641 args:
3642 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003643 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003644 excluded_poll_engines:
3645 - poll
3646 - poll-cv
3647 platforms:
3648 - mac
3649 - linux
3650 - posix
3651 timeout_seconds: 1200
3652- name: bm_fullstack_streaming_pump
3653 build: test
3654 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003655 headers:
3656 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003657 src:
3658 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003659 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003660 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003661 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003662 - grpc++_test_util_unsecure
3663 - grpc_test_util_unsecure
3664 - grpc++_unsecure
3665 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003666 - gpr_test_util
3667 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003668 args:
3669 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003670 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003671 excluded_poll_engines:
3672 - poll
3673 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003674 platforms:
3675 - mac
3676 - linux
3677 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003678 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003679- name: bm_fullstack_trickle
3680 build: test
3681 language: c++
3682 src:
3683 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3684 deps:
3685 - grpc_benchmark
3686 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003687 - grpc++_test_util_unsecure
3688 - grpc_test_util_unsecure
3689 - grpc++_unsecure
3690 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003691 - gpr_test_util
3692 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003693 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003694 args:
3695 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003696 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003697 excluded_poll_engines:
3698 - poll
3699 - poll-cv
3700 platforms:
3701 - mac
3702 - linux
3703 - posix
3704 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003705- name: bm_fullstack_unary_ping_pong
3706 build: test
3707 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003708 headers:
3709 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003710 src:
3711 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3712 deps:
3713 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003714 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003715 - grpc++_test_util_unsecure
3716 - grpc_test_util_unsecure
3717 - grpc++_unsecure
3718 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003719 - gpr_test_util
3720 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003721 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003722 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003723 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003724 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003725 - poll
3726 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003727 platforms:
3728 - mac
3729 - linux
3730 - posix
3731 timeout_seconds: 1200
3732- name: bm_metadata
3733 build: test
3734 language: c++
3735 src:
3736 - test/cpp/microbenchmarks/bm_metadata.cc
3737 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003738 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003739 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003740 - grpc++_test_util_unsecure
3741 - grpc_test_util_unsecure
3742 - grpc++_unsecure
3743 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003744 - gpr_test_util
3745 - gpr
3746 args:
3747 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003748 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003749 platforms:
3750 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003751 - linux
3752 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003753- name: bm_pollset
3754 build: test
3755 language: c++
3756 src:
3757 - test/cpp/microbenchmarks/bm_pollset.cc
3758 deps:
3759 - grpc_benchmark
3760 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003761 - grpc++_test_util_unsecure
3762 - grpc_test_util_unsecure
3763 - grpc++_unsecure
3764 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003765 - gpr_test_util
3766 - gpr
3767 args:
3768 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003769 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003770 platforms:
3771 - mac
3772 - linux
3773 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003774- name: channel_arguments_test
3775 gtest: true
3776 build: test
3777 language: c++
3778 src:
3779 - test/cpp/common/channel_arguments_test.cc
3780 deps:
3781 - grpc++
3782 - grpc
3783 - gpr
3784- name: channel_filter_test
3785 gtest: true
3786 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003787 language: c++
3788 src:
3789 - test/cpp/common/channel_filter_test.cc
3790 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003791 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003792 - grpc
3793 - gpr
3794- name: cli_call_test
3795 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003796 build: test
3797 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003798 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003799 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003800 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003801 - grpc_cli_libs
3802 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003803 - grpc_test_util
3804 - grpc++
3805 - grpc
3806 - gpr_test_util
3807 - gpr
3808- name: client_crash_test
3809 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003810 cpu_cost: 0.1
3811 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003812 language: c++
3813 src:
3814 - test/cpp/end2end/client_crash_test.cc
3815 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003816 - grpc++_test_util
3817 - grpc_test_util
3818 - grpc++
3819 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003820 - gpr_test_util
3821 - gpr
3822 platforms:
3823 - mac
3824 - linux
3825 - posix
3826- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003827 build: test
3828 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003829 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003830 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003831 - test/cpp/end2end/client_crash_test_server.cc
3832 deps:
3833 - grpc++_test_util
3834 - grpc_test_util
3835 - grpc++
3836 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003837 - gpr_test_util
3838 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003839- name: client_lb_end2end_test
3840 gtest: true
3841 build: test
3842 language: c++
3843 src:
3844 - test/cpp/end2end/client_lb_end2end_test.cc
3845 deps:
3846 - grpc++_test_util
3847 - grpc_test_util
3848 - grpc++
3849 - grpc
3850 - gpr_test_util
3851 - gpr
3852 excluded_poll_engines:
3853 - poll
3854 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003855- name: codegen_test_full
3856 gtest: true
3857 build: test
3858 language: c++
3859 src:
3860 - src/proto/grpc/testing/control.proto
3861 - src/proto/grpc/testing/messages.proto
3862 - src/proto/grpc/testing/payloads.proto
3863 - src/proto/grpc/testing/services.proto
3864 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003865 - test/cpp/codegen/codegen_test_full.cc
3866 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003867 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003868 - grpc++
3869 - grpc
3870 - gpr
3871 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003872 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003873- name: codegen_test_minimal
3874 gtest: true
3875 build: test
3876 language: c++
3877 src:
3878 - src/proto/grpc/testing/control.proto
3879 - src/proto/grpc/testing/messages.proto
3880 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003881 - src/proto/grpc/testing/services.proto
3882 - src/proto/grpc/testing/stats.proto
3883 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003884 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003885 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003886 - grpc
3887 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003888 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003889 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003890 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003891- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003892 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003893 build: test
3894 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003895 src:
3896 - test/cpp/client/credentials_test.cc
3897 deps:
3898 - grpc++
3899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003901- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003902 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003903 build: test
3904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003905 src:
3906 - test/cpp/util/byte_buffer_test.cc
3907 deps:
3908 - grpc_test_util
3909 - grpc++
3910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003911 - gpr_test_util
3912 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003913- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003914 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003915 build: test
3916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003917 src:
3918 - test/cpp/util/slice_test.cc
3919 deps:
3920 - grpc_test_util
3921 - grpc++
3922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003923 - gpr_test_util
3924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003925- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003926 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003927 build: test
3928 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003929 src:
3930 - test/cpp/util/string_ref_test.cc
3931 deps:
3932 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003933 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003934- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003935 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003936 build: test
3937 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003938 src:
3939 - test/cpp/util/time_test.cc
3940 deps:
3941 - grpc_test_util
3942 - grpc++
3943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003944 - gpr_test_util
3945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003946- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003947 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003948 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003949 build: test
3950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003951 src:
3952 - test/cpp/end2end/end2end_test.cc
3953 deps:
3954 - grpc++_test_util
3955 - grpc_test_util
3956 - grpc++
3957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003958 - gpr_test_util
3959 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003960- name: error_details_test
3961 gtest: true
3962 build: test
3963 language: c++
3964 src:
3965 - src/proto/grpc/testing/echo_messages.proto
3966 - test/cpp/util/error_details_test.cc
3967 deps:
3968 - grpc++_error_details
3969 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003970- name: filter_end2end_test
3971 gtest: true
3972 build: test
3973 language: c++
3974 src:
3975 - test/cpp/end2end/filter_end2end_test.cc
3976 deps:
3977 - grpc++_test_util
3978 - grpc_test_util
3979 - grpc++
3980 - grpc
3981 - gpr_test_util
3982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003983- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003984 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003985 build: test
3986 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003987 src:
3988 - test/cpp/end2end/generic_end2end_test.cc
3989 deps:
3990 - grpc++_test_util
3991 - grpc_test_util
3992 - grpc++
3993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003994 - gpr_test_util
3995 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003996- name: golden_file_test
3997 gtest: true
3998 build: test
3999 language: c++
4000 src:
4001 - src/proto/grpc/testing/compiler_test.proto
4002 - test/cpp/codegen/golden_file_test.cc
4003 deps:
4004 - grpc++
4005 - grpc
4006 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004007 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004008 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07004009- name: grpc_cli
4010 build: test
4011 run: false
4012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004013 src:
4014 - test/cpp/util/grpc_cli.cc
4015 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004016 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004017 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004018 - grpc++
4019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004020 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004021 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004022- name: grpc_cpp_plugin
4023 build: protoc
4024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004025 src:
4026 - src/compiler/cpp_plugin.cc
4027 deps:
4028 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004029 secure: false
4030 vs_config_type: Application
4031 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4032- name: grpc_csharp_plugin
4033 build: protoc
4034 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004035 src:
4036 - src/compiler/csharp_plugin.cc
4037 deps:
4038 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004039 secure: false
4040 vs_config_type: Application
4041 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004042- name: grpc_node_plugin
4043 build: protoc
4044 language: c++
4045 src:
4046 - src/compiler/node_plugin.cc
4047 deps:
4048 - grpc_plugin_support
4049 secure: false
4050 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004051- name: grpc_objective_c_plugin
4052 build: protoc
4053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004054 src:
4055 - src/compiler/objective_c_plugin.cc
4056 deps:
4057 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004058 secure: false
4059 vs_config_type: Application
4060 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004061- name: grpc_php_plugin
4062 build: protoc
4063 language: c++
4064 src:
4065 - src/compiler/php_plugin.cc
4066 deps:
4067 - grpc_plugin_support
4068 secure: false
4069 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004070- name: grpc_python_plugin
4071 build: protoc
4072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004073 src:
4074 - src/compiler/python_plugin.cc
4075 deps:
4076 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004077 secure: false
4078 vs_config_type: Application
4079 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4080- name: grpc_ruby_plugin
4081 build: protoc
4082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004083 src:
4084 - src/compiler/ruby_plugin.cc
4085 deps:
4086 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004087 secure: false
4088 vs_config_type: Application
4089 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004090- name: grpc_tool_test
4091 gtest: true
4092 build: test
4093 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004094 src:
4095 - src/proto/grpc/testing/echo.proto
4096 - src/proto/grpc/testing/echo_messages.proto
4097 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004098 deps:
4099 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004100 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004101 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004102 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004103 - grpc_test_util
4104 - grpc++
4105 - grpc
4106 - gpr_test_util
4107 - gpr
4108 filegroups:
4109 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004110- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004111 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004112 build: test
4113 language: c++
4114 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004115 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004116 - test/cpp/grpclb/grpclb_api_test.cc
4117 deps:
4118 - grpc++_test_util
4119 - grpc_test_util
4120 - grpc++
4121 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004122- name: grpclb_end2end_test
4123 gtest: true
4124 build: test
4125 language: c++
4126 src:
4127 - src/proto/grpc/lb/v1/load_balancer.proto
4128 - test/cpp/end2end/grpclb_end2end_test.cc
4129 deps:
4130 - grpc++_test_util
4131 - grpc_test_util
4132 - grpc++
4133 - grpc
4134 - gpr_test_util
4135 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004136 excluded_poll_engines:
4137 - poll
4138 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004139- name: grpclb_test
4140 gtest: false
4141 build: test
4142 language: c++
4143 src:
4144 - src/proto/grpc/lb/v1/load_balancer.proto
4145 - test/cpp/grpclb/grpclb_test.cc
4146 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004147 - grpc++_test_util
4148 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004149 - grpc++
4150 - grpc
4151 - gpr_test_util
4152 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004153 excluded_poll_engines:
4154 - poll
4155 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004156- name: health_service_end2end_test
4157 gtest: true
4158 build: test
4159 language: c++
4160 src:
4161 - test/cpp/end2end/health_service_end2end_test.cc
4162 deps:
4163 - grpc++_test_util
4164 - grpc_test_util
4165 - grpc++
4166 - grpc
4167 - gpr_test_util
4168 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004169- name: http2_client
4170 build: test
4171 run: false
4172 language: c++
4173 src: []
4174 deps:
4175 - http2_client_main
4176 - grpc++_test_util
4177 - grpc_test_util
4178 - grpc++
4179 - grpc
4180 - grpc++_test_config
4181 platforms:
4182 - mac
4183 - linux
4184 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004185- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004186 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004187 build: test
4188 language: c++
4189 src:
4190 - test/cpp/end2end/hybrid_end2end_test.cc
4191 deps:
4192 - grpc++_test_util
4193 - grpc_test_util
4194 - grpc++
4195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004196 - gpr_test_util
4197 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004198- name: interop_client
4199 build: test
4200 run: false
4201 language: c++
4202 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004203 deps:
4204 - interop_client_main
4205 - interop_client_helper
4206 - grpc++_test_util
4207 - grpc_test_util
4208 - grpc++
4209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004210 - gpr_test_util
4211 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004212 - grpc++_test_config
4213 platforms:
4214 - mac
4215 - linux
4216 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004217- name: interop_server
4218 build: test
4219 run: false
4220 language: c++
4221 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004222 deps:
4223 - interop_server_main
4224 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004225 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004226 - grpc++_test_util
4227 - grpc_test_util
4228 - grpc++
4229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004230 - gpr_test_util
4231 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004232 - grpc++_test_config
4233 platforms:
4234 - mac
4235 - linux
4236 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004237- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004238 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004239 build: test
4240 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004241 src:
4242 - test/cpp/interop/interop_test.cc
4243 deps:
4244 - grpc_test_util
4245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004246 - gpr_test_util
4247 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004248 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004249 platforms:
4250 - mac
4251 - linux
4252 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004253- name: json_run_localhost
4254 build: test
4255 run: false
4256 language: c++
4257 src:
4258 - test/cpp/qps/json_run_localhost.cc
4259 deps:
4260 - grpc++_test_util
4261 - grpc_test_util
4262 - grpc++
4263 - grpc
4264 - gpr_test_util
4265 - gpr
4266 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004267 platforms:
4268 - mac
4269 - linux
4270 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004271- name: memory_test
4272 gtest: true
4273 build: test
4274 language: c++
4275 src:
4276 - test/core/support/memory_test.cc
4277 deps:
4278 - grpc_test_util
4279 - grpc++
4280 - grpc
4281 - gpr_test_util
4282 - gpr
4283 uses:
4284 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004285- name: metrics_client
4286 build: test
4287 run: false
4288 language: c++
4289 headers:
4290 - test/cpp/util/metrics_server.h
4291 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004292 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004293 - test/cpp/interop/metrics_client.cc
4294 deps:
4295 - grpc++
4296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004297 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004298 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004299- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004300 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004301 build: test
4302 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004303 headers:
4304 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004305 src:
4306 - test/cpp/end2end/mock_test.cc
4307 deps:
4308 - grpc++_test_util
4309 - grpc_test_util
4310 - grpc++
4311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004312 - gpr_test_util
4313 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004314- name: noop-benchmark
4315 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004316 language: c++
4317 src:
4318 - test/cpp/microbenchmarks/noop-benchmark.cc
4319 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004320 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004321 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004322- name: proto_server_reflection_test
4323 gtest: true
4324 build: test
4325 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004326 src:
4327 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004328 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004329 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004330 - grpc++_reflection
4331 - grpc++_test_util
4332 - grpc_test_util
4333 - grpc++
4334 - grpc
4335 - gpr_test_util
4336 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004337- name: proto_utils_test
4338 gtest: true
4339 build: test
4340 language: c++
4341 src:
4342 - test/cpp/codegen/proto_utils_test.cc
4343 deps:
4344 - grpc++
4345 - grpc
4346 filegroups:
4347 - grpc++_codegen_base
4348 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004349- name: qps_interarrival_test
4350 build: test
4351 run: false
4352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004353 src:
4354 - test/cpp/qps/qps_interarrival_test.cc
4355 deps:
4356 - qps
4357 - grpc++_test_util
4358 - grpc_test_util
4359 - grpc++
4360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004361 - gpr_test_util
4362 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004363 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004364 platforms:
4365 - mac
4366 - linux
4367 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004368- name: qps_json_driver
4369 build: test
4370 run: false
4371 language: c++
4372 src:
4373 - test/cpp/qps/qps_json_driver.cc
4374 deps:
4375 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004376 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004377 - grpc++_test_util
4378 - grpc_test_util
4379 - grpc++
4380 - grpc
4381 - gpr_test_util
4382 - gpr
4383 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004384- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004385 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004386 build: test
4387 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004388 src:
4389 - test/cpp/qps/qps_openloop_test.cc
4390 deps:
4391 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004392 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004393 - grpc++_test_util
4394 - grpc_test_util
4395 - grpc++
4396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004397 - gpr_test_util
4398 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004399 - grpc++_test_config
4400 platforms:
4401 - mac
4402 - linux
4403 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004404- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004405 build: test
4406 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004407 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004408 headers:
4409 - test/cpp/qps/client.h
4410 - test/cpp/qps/server.h
4411 src:
4412 - test/cpp/qps/worker.cc
4413 deps:
4414 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004415 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004416 - grpc++_test_util
4417 - grpc_test_util
4418 - grpc++
4419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004420 - gpr_test_util
4421 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004422 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004423- name: reconnect_interop_client
4424 build: test
4425 run: false
4426 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004427 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004428 - src/proto/grpc/testing/empty.proto
4429 - src/proto/grpc/testing/messages.proto
4430 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004431 - test/cpp/interop/reconnect_interop_client.cc
4432 deps:
4433 - grpc++_test_util
4434 - grpc_test_util
4435 - grpc++
4436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004437 - gpr_test_util
4438 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004439 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004440- name: reconnect_interop_server
4441 build: test
4442 run: false
4443 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004444 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004445 - src/proto/grpc/testing/empty.proto
4446 - src/proto/grpc/testing/messages.proto
4447 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004448 - test/cpp/interop/reconnect_interop_server.cc
4449 deps:
4450 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004451 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004452 - grpc++_test_util
4453 - grpc_test_util
4454 - grpc++
4455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004456 - gpr_test_util
4457 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004458 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004459- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004460 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004461 build: test
4462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004463 src:
4464 - test/cpp/common/secure_auth_context_test.cc
4465 deps:
4466 - grpc++_test_util
4467 - grpc_test_util
4468 - grpc++
4469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004470 - gpr_test_util
4471 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004472- name: secure_sync_unary_ping_pong_test
4473 build: test
4474 language: c++
4475 src:
4476 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4477 deps:
4478 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004479 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004480 - grpc++_test_util
4481 - grpc_test_util
4482 - grpc++
4483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004484 - gpr_test_util
4485 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004486 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004487 platforms:
4488 - mac
4489 - linux
4490 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004491- name: server_builder_plugin_test
4492 gtest: true
4493 build: test
4494 language: c++
4495 src:
4496 - test/cpp/end2end/server_builder_plugin_test.cc
4497 deps:
4498 - grpc++_test_util
4499 - grpc_test_util
4500 - grpc++
4501 - grpc
4502 - gpr_test_util
4503 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004504- name: server_builder_test
4505 gtest: true
4506 build: test
4507 language: c++
4508 src:
4509 - src/proto/grpc/testing/echo_messages.proto
4510 - src/proto/grpc/testing/echo.proto
4511 - test/cpp/server/server_builder_test.cc
4512 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004513 - grpc++_test_util_unsecure
4514 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004515 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004516 - grpc++_unsecure
4517 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004518 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004519- name: server_context_test_spouse_test
4520 gtest: true
4521 build: test
4522 language: c++
4523 src:
4524 - test/cpp/test/server_context_test_spouse_test.cc
4525 deps:
4526 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004527 - grpc++
4528 - grpc
4529 - gpr_test_util
4530 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004531 uses:
4532 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004533- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004534 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004535 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004536 build: test
4537 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004538 src:
4539 - test/cpp/end2end/server_crash_test.cc
4540 deps:
4541 - grpc++_test_util
4542 - grpc_test_util
4543 - grpc++
4544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004545 - gpr_test_util
4546 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004547 platforms:
4548 - mac
4549 - linux
4550 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004551- name: server_crash_test_client
4552 build: test
4553 run: false
4554 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004555 src:
4556 - test/cpp/end2end/server_crash_test_client.cc
4557 deps:
4558 - grpc++_test_util
4559 - grpc_test_util
4560 - grpc++
4561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004562 - gpr_test_util
4563 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004564- name: server_request_call_test
4565 gtest: true
4566 build: test
4567 language: c++
4568 src:
4569 - src/proto/grpc/testing/echo_messages.proto
4570 - src/proto/grpc/testing/echo.proto
4571 - test/cpp/server/server_request_call_test.cc
4572 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004573 - grpc++_test_util_unsecure
4574 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004575 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004576 - grpc++_unsecure
4577 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004579- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004580 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004581 build: test
4582 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004583 src:
4584 - test/cpp/end2end/shutdown_test.cc
4585 deps:
4586 - grpc++_test_util
4587 - grpc_test_util
4588 - grpc++
4589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004590 - gpr_test_util
4591 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004592- name: stats_test
4593 gtest: true
4594 build: test
4595 language: c++
4596 src:
4597 - test/core/debug/stats_test.cc
4598 deps:
4599 - grpc++_test_util
4600 - grpc_test_util
4601 - grpc
4602 - gpr_test_util
4603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004604- name: status_test
4605 build: test
4606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004607 src:
4608 - test/cpp/util/status_test.cc
4609 deps:
4610 - grpc_test_util
4611 - grpc++
4612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004613 - gpr_test_util
4614 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004615- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004616 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004617 build: test
4618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004619 src:
4620 - test/cpp/end2end/streaming_throughput_test.cc
4621 deps:
4622 - grpc++_test_util
4623 - grpc_test_util
4624 - grpc++
4625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004626 - gpr_test_util
4627 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004628 platforms:
4629 - mac
4630 - linux
4631 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004632- name: stress_test
4633 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004634 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004635 language: c++
4636 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004637 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004638 - test/cpp/interop/interop_client.h
4639 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004640 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004641 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004642 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004643 - src/proto/grpc/testing/empty.proto
4644 - src/proto/grpc/testing/messages.proto
4645 - src/proto/grpc/testing/metrics.proto
4646 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004647 - test/cpp/interop/interop_client.cc
4648 - test/cpp/interop/stress_interop_client.cc
4649 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004650 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004651 deps:
4652 - grpc++_test_util
4653 - grpc_test_util
4654 - grpc++
4655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004656 - gpr_test_util
4657 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004658 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004659- name: thread_manager_test
4660 build: test
4661 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004662 src:
4663 - test/cpp/thread_manager/thread_manager_test.cc
4664 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004665 - grpc++_unsecure
4666 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004667 - gpr
4668 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004669- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004670 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004671 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004672 build: test
4673 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004674 src:
4675 - test/cpp/end2end/thread_stress_test.cc
4676 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004677 - grpc++_test_util_unsecure
4678 - grpc_test_util_unsecure
4679 - grpc++_unsecure
4680 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004681 - gpr_test_util
4682 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004683 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004684- name: writes_per_rpc_test
4685 gtest: true
4686 cpu_cost: 0.5
4687 build: test
4688 language: c++
4689 src:
4690 - test/cpp/performance/writes_per_rpc_test.cc
4691 deps:
4692 - grpc++_test_util
4693 - grpc_test_util
4694 - grpc++
4695 - grpc
4696 - gpr_test_util
4697 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004698 platforms:
4699 - mac
4700 - linux
4701 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004702- name: public_headers_must_be_c89
4703 build: test
4704 language: c89
4705 src:
4706 - test/core/surface/public_headers_must_be_c89.c
4707 deps:
4708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004710vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004711- linkage: static
4712 name: grpc.dependencies.zlib
4713 props: false
4714 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004715 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004716- linkage: static
4717 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004718 props: true
4719 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004720 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004721- name: gflags
4722 props: false
4723 redist: false
4724 version: 2.1.2.1
4725- name: gtest
4726 props: false
4727 redist: false
4728 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004729configs:
4730 asan:
4731 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004732 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4733 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004734 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004735 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004736 LDFLAGS: -fsanitize=address
4737 LDXX: clang++
4738 compile_the_world: true
4739 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004740 ASAN_OPTIONS: detect_leaks=1:color=always
4741 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004742 asan-noleaks:
4743 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004744 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4745 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004746 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004747 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004748 LDFLAGS: -fsanitize=address
4749 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004750 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004751 test_environ:
4752 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004753 asan-trace-cmp:
4754 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004755 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4756 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004757 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004758 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004759 LDFLAGS: -fsanitize=address
4760 LDXX: clang++
4761 compile_the_world: true
4762 test_environ:
4763 ASAN_OPTIONS: detect_leaks=1:color=always
4764 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004765 basicprof:
4766 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4767 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004768 c++-compat:
4769 CFLAGS: -Wc++-compat
4770 CPPFLAGS: -O0
4771 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004772 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004773 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004774 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004775 dbg:
4776 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004777 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004778 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004779 gcov:
4780 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004781 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004782 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004783 DEFINES: _DEBUG DEBUG GPR_GCOV
4784 LD: gcc
4785 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4786 LDXX: g++
4787 helgrind:
4788 CPPFLAGS: -O0
4789 DEFINES: _DEBUG DEBUG
4790 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004791 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004792 lto:
4793 CPPFLAGS: -O2
4794 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004795 memcheck:
4796 CPPFLAGS: -O0
4797 DEFINES: _DEBUG DEBUG
4798 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004799 valgrind: --tool=memcheck --leak-check=full
4800 msan:
4801 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004802 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4803 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4804 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004805 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004806 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004807 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004808 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4809 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4810 LDXX: clang++
4811 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004812 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004813 CPPFLAGS: -O3 -fno-omit-frame-pointer
4814 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004815 LDFLAGS: -rdynamic
4816 opt:
4817 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004818 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004819 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004820 stapprof:
4821 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4822 DEFINES: NDEBUG
4823 tsan:
4824 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004825 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004826 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004827 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004828 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004829 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004830 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004831 LDXX: clang++
4832 compile_the_world: true
4833 test_environ:
4834 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004835 ubsan:
4836 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004837 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4838 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004839 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004840 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004841 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004842 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004843 LDXX: clang++
4844 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004845 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004846 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004847defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004848 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004849 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4850 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004851 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4852 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004853 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4854 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004855 benchmark:
4856 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004857 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004858 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004859 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004860 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004861 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004862 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004863 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004864 LDFLAGS: -g
4865 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004866 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004867 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004868node_modules:
4869- deps:
4870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004871 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004872 - boringssl
4873 - z
murgatroid9994a75412015-11-19 14:04:53 -08004874 headers:
4875 - src/node/ext/byte_buffer.h
4876 - src/node/ext/call.h
4877 - src/node/ext/call_credentials.h
4878 - src/node/ext/channel.h
4879 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004880 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004881 - src/node/ext/server.h
4882 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004883 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004884 - src/node/ext/timeval.h
4885 js:
4886 - src/node/index.js
4887 - src/node/src/client.js
4888 - src/node/src/common.js
4889 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004890 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004891 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004892 - src/node/src/metadata.js
4893 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004894 name: grpc_node
4895 src:
4896 - src/node/ext/byte_buffer.cc
4897 - src/node/ext/call.cc
4898 - src/node/ext/call_credentials.cc
4899 - src/node/ext/channel.cc
4900 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004901 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004902 - src/node/ext/node_grpc.cc
4903 - src/node/ext/server.cc
4904 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004905 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004906 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004907openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004908 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004909 extraction_dir: openssl-1.0.2f
4910 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004911php_config_m4:
4912 deps:
4913 - grpc
4914 - gpr
4915 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004916 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004917 headers:
4918 - src/php/ext/grpc/byte_buffer.h
4919 - src/php/ext/grpc/call.h
4920 - src/php/ext/grpc/call_credentials.h
4921 - src/php/ext/grpc/channel.h
4922 - src/php/ext/grpc/channel_credentials.h
4923 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004924 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004925 - src/php/ext/grpc/php_grpc.h
4926 - src/php/ext/grpc/server.h
4927 - src/php/ext/grpc/server_credentials.h
4928 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004929 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004930 src:
4931 - src/php/ext/grpc/byte_buffer.c
4932 - src/php/ext/grpc/call.c
4933 - src/php/ext/grpc/call_credentials.c
4934 - src/php/ext/grpc/channel.c
4935 - src/php/ext/grpc/channel_credentials.c
4936 - src/php/ext/grpc/completion_queue.c
4937 - src/php/ext/grpc/php_grpc.c
4938 - src/php/ext/grpc/server.c
4939 - src/php/ext/grpc/server_credentials.c
4940 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004941python_dependencies:
4942 deps:
4943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004944 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004945 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004946 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004947 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004948ruby_gem:
4949 deps:
4950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004951 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004952 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004953 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004954 - z