blob: 0f411f8645326d984d0c8c8dd0497fbedbb4bd97 [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
Yash Tibrewal15ce1422017-09-25 17:46:32 -070044 - src/core/ext/census/gen/census.pb.c
45 - src/core/ext/census/gen/trace_context.pb.c
Yash Tibrewal83062842017-09-21 18:56:08 -070046 - src/core/ext/census/grpc_context.cc
47 - src/core/ext/census/grpc_filter.cc
48 - src/core/ext/census/grpc_plugin.cc
49 - src/core/ext/census/initialize.cc
50 - src/core/ext/census/intrusive_hash_map.cc
51 - src/core/ext/census/mlog.cc
52 - src/core/ext/census/operation.cc
53 - src/core/ext/census/placeholders.cc
54 - src/core/ext/census/resource.cc
55 - src/core/ext/census/trace_context.cc
56 - src/core/ext/census/tracing.cc
Craig Tiller8f8e9f92016-03-29 09:41:28 -070057 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070063 - src/core/lib/profiling/basic_timers.cc
64 - src/core/lib/profiling/stap_timers.cc
65 - src/core/lib/support/alloc.cc
66 - src/core/lib/support/arena.cc
67 - src/core/lib/support/atm.cc
68 - src/core/lib/support/avl.cc
69 - src/core/lib/support/backoff.cc
70 - src/core/lib/support/cmdline.cc
71 - src/core/lib/support/cpu_iphone.cc
72 - src/core/lib/support/cpu_linux.cc
73 - src/core/lib/support/cpu_posix.cc
74 - src/core/lib/support/cpu_windows.cc
75 - src/core/lib/support/env_linux.cc
76 - src/core/lib/support/env_posix.cc
77 - src/core/lib/support/env_windows.cc
78 - src/core/lib/support/histogram.cc
79 - src/core/lib/support/host_port.cc
80 - src/core/lib/support/log.cc
81 - src/core/lib/support/log_android.cc
82 - src/core/lib/support/log_linux.cc
83 - src/core/lib/support/log_posix.cc
84 - src/core/lib/support/log_windows.cc
85 - src/core/lib/support/mpscq.cc
86 - src/core/lib/support/murmur_hash.cc
87 - src/core/lib/support/stack_lockfree.cc
88 - src/core/lib/support/string.cc
89 - src/core/lib/support/string_posix.cc
90 - src/core/lib/support/string_util_windows.cc
91 - src/core/lib/support/string_windows.cc
92 - src/core/lib/support/subprocess_posix.cc
93 - src/core/lib/support/subprocess_windows.cc
94 - src/core/lib/support/sync.cc
95 - src/core/lib/support/sync_posix.cc
96 - src/core/lib/support/sync_windows.cc
97 - src/core/lib/support/thd.cc
98 - src/core/lib/support/thd_posix.cc
99 - src/core/lib/support/thd_windows.cc
100 - src/core/lib/support/time.cc
101 - src/core/lib/support/time_posix.cc
102 - src/core/lib/support/time_precise.cc
103 - src/core/lib/support/time_windows.cc
104 - src/core/lib/support/tls_pthread.cc
105 - src/core/lib/support/tmpfile_msys.cc
106 - src/core/lib/support/tmpfile_posix.cc
107 - src/core/lib/support/tmpfile_windows.cc
108 - src/core/lib/support/wrap_memcpy.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700109 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700110 - gpr_base_headers
111- name: gpr_base_headers
112 public_headers:
113 - include/grpc/support/alloc.h
114 - include/grpc/support/atm.h
115 - include/grpc/support/atm_gcc_atomic.h
116 - include/grpc/support/atm_gcc_sync.h
117 - include/grpc/support/atm_windows.h
118 - include/grpc/support/avl.h
119 - include/grpc/support/cmdline.h
120 - include/grpc/support/cpu.h
121 - include/grpc/support/histogram.h
122 - include/grpc/support/host_port.h
123 - include/grpc/support/log.h
124 - include/grpc/support/log_windows.h
125 - include/grpc/support/port_platform.h
126 - include/grpc/support/string_util.h
127 - include/grpc/support/subprocess.h
128 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700129 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700130 - include/grpc/support/sync_generic.h
131 - include/grpc/support/sync_posix.h
132 - include/grpc/support/sync_windows.h
133 - include/grpc/support/thd.h
134 - include/grpc/support/time.h
135 - include/grpc/support/tls.h
136 - include/grpc/support/tls_gcc.h
137 - include/grpc/support/tls_msvc.h
138 - include/grpc/support/tls_pthread.h
139 - include/grpc/support/useful.h
140 headers:
141 - src/core/lib/profiling/timers.h
142 - src/core/lib/support/arena.h
143 - src/core/lib/support/atomic.h
144 - src/core/lib/support/atomic_with_atm.h
145 - src/core/lib/support/atomic_with_std.h
146 - src/core/lib/support/backoff.h
147 - src/core/lib/support/block_annotate.h
148 - src/core/lib/support/env.h
149 - src/core/lib/support/memory.h
150 - src/core/lib/support/mpscq.h
151 - src/core/lib/support/murmur_hash.h
152 - src/core/lib/support/spinlock.h
153 - src/core/lib/support/stack_lockfree.h
154 - src/core/lib/support/string.h
155 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700156 - src/core/lib/support/time_precise.h
157 - src/core/lib/support/tmpfile.h
158 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700159 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800160- name: gpr_codegen
161 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800162 - include/grpc/impl/codegen/atm.h
163 - include/grpc/impl/codegen/atm_gcc_atomic.h
164 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700165 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800166 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700167 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800168 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800169 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700170 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800171 - include/grpc/impl/codegen/sync_generic.h
172 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700173 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700174- name: grpc++_base
175 deps:
176 - grpc
177 uses:
178 - grpc++_common
179 - grpc++_codegen_base
180- name: grpc++_base_unsecure
181 deps:
182 - grpc_unsecure
183 uses:
184 - grpc++_common
185 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700186- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700187 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700188 - src/core/lib/channel/channel_args.cc
189 - src/core/lib/channel/channel_stack.cc
190 - src/core/lib/channel/channel_stack_builder.cc
191 - src/core/lib/channel/connected_channel.cc
192 - src/core/lib/channel/handshaker.cc
193 - src/core/lib/channel/handshaker_factory.cc
194 - src/core/lib/channel/handshaker_registry.cc
195 - src/core/lib/compression/compression.cc
196 - src/core/lib/compression/message_compress.cc
197 - src/core/lib/compression/stream_compression.cc
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
Yash Tibrewal15ce1422017-09-25 17:46:32 -0700553 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -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
Yash Tibrewal15ce1422017-09-25 17:46:32 -0700574 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -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
Yash Tibrewal547653e2017-09-25 21:20:19 -0700766 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700767- name: grpc_trace_headers
768 headers:
769 - src/core/lib/debug/trace.h
770 deps:
771 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700772- name: grpc_transport_chttp2
773 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700774 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700775 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700776 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
777 - src/core/ext/transport/chttp2/transport/frame.h
778 - src/core/ext/transport/chttp2/transport/frame_data.h
779 - src/core/ext/transport/chttp2/transport/frame_goaway.h
780 - src/core/ext/transport/chttp2/transport/frame_ping.h
781 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
782 - src/core/ext/transport/chttp2/transport/frame_settings.h
783 - src/core/ext/transport/chttp2/transport/frame_window_update.h
784 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
785 - src/core/ext/transport/chttp2/transport/hpack_parser.h
786 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700787 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700788 - src/core/ext/transport/chttp2/transport/huffsyms.h
789 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
790 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700791 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700792 - src/core/ext/transport/chttp2/transport/varint.h
793 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700794 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
795 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
796 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
797 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
798 - src/core/ext/transport/chttp2/transport/flow_control.cc
799 - src/core/ext/transport/chttp2/transport/frame_data.cc
800 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
801 - src/core/ext/transport/chttp2/transport/frame_ping.cc
802 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
803 - src/core/ext/transport/chttp2/transport/frame_settings.cc
804 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
805 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
806 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
807 - src/core/ext/transport/chttp2/transport/hpack_table.cc
808 - src/core/ext/transport/chttp2/transport/http2_settings.cc
809 - src/core/ext/transport/chttp2/transport/huffsyms.cc
810 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
811 - src/core/ext/transport/chttp2/transport/parsing.cc
812 - src/core/ext/transport/chttp2/transport/stream_lists.cc
813 - src/core/ext/transport/chttp2/transport/stream_map.cc
814 - src/core/ext/transport/chttp2/transport/varint.cc
815 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700816 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700817 uses:
818 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700819 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700820 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700821- name: grpc_transport_chttp2_alpn
822 headers:
823 - src/core/ext/transport/chttp2/alpn/alpn.h
824 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700825 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700826 deps:
827 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800828- name: grpc_transport_chttp2_client_connector
829 headers:
830 - src/core/ext/transport/chttp2/client/chttp2_connector.h
831 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700832 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800833 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800834 - grpc_transport_chttp2
835 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700836 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700837- name: grpc_transport_chttp2_client_insecure
838 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700839 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
840 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700841 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800842 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700843 - grpc_transport_chttp2
844 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700845 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700846- name: grpc_transport_chttp2_client_secure
847 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700848 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700849 uses:
850 - grpc_transport_chttp2
851 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700852 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700853 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800854 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800855- name: grpc_transport_chttp2_server
856 headers:
857 - src/core/ext/transport/chttp2/server/chttp2_server.h
858 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700859 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800860 uses:
861 - grpc_transport_chttp2
862 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700863- name: grpc_transport_chttp2_server_insecure
864 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700865 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
866 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700867 uses:
868 - grpc_transport_chttp2
869 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800870 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700871- name: grpc_transport_chttp2_server_secure
872 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700873 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700874 uses:
875 - grpc_transport_chttp2
876 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700877 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800878 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700879- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700880 public_headers:
881 - include/grpc/grpc_cronet.h
882 - include/grpc/grpc_security.h
883 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700884 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800885 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800886 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700887 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700888 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
889 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
890 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700891 filegroups:
892 - grpc_base
893 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700894 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700895- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700896 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700897 - src/core/ext/transport/inproc/inproc_plugin.cc
898 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700899 plugin: grpc_inproc_plugin
900 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700901 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700902 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700903- name: grpc_transport_inproc_headers
904 headers:
905 - src/core/ext/transport/inproc/inproc_transport.h
906 uses:
907 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700908- name: grpc_workaround_cronet_compression_filter
909 headers:
910 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
911 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700912 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700913 plugin: grpc_workaround_cronet_compression_filter
914 uses:
915 - grpc_base
916 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800917- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700918 src:
919 - third_party/nanopb/pb_common.c
920 - third_party/nanopb/pb_decode.c
921 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700922 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700923 - nanopb_headers
924- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800925 headers:
926 - third_party/nanopb/pb.h
927 - third_party/nanopb/pb_common.h
928 - third_party/nanopb/pb_decode.h
929 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700930- name: transport_security_test_lib
931 build: test
932 headers:
933 - test/core/tsi/transport_security_test_lib.h
934 src:
935 - test/core/tsi/transport_security_test_lib.c
936 deps:
937 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700938- name: tsi
939 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700940 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700941 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700942 - src/core/tsi/ssl_transport_security.h
943 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700944 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700946 - src/core/tsi/fake_transport_security.cc
947 - src/core/tsi/gts_transport_security.cc
948 - src/core/tsi/ssl_transport_security.cc
949 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 deps:
951 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700952 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700953 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700954 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700955 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700956 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700957 - grpc_trace
958- name: tsi_interface
959 headers:
960 - src/core/tsi/transport_security.h
961 - src/core/tsi/transport_security_adapter.h
962 - src/core/tsi/transport_security_interface.h
963 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700964 - src/core/tsi/transport_security.cc
965 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700966 deps:
967 - gpr
968 secure: true
969 uses:
970 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700971- name: grpc++_codegen_base
972 language: c++
973 public_headers:
974 - include/grpc++/impl/codegen/async_stream.h
975 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700976 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700977 - include/grpc++/impl/codegen/call.h
978 - include/grpc++/impl/codegen/call_hook.h
979 - include/grpc++/impl/codegen/channel_interface.h
980 - include/grpc++/impl/codegen/client_context.h
981 - include/grpc++/impl/codegen/client_unary_call.h
982 - include/grpc++/impl/codegen/completion_queue.h
983 - include/grpc++/impl/codegen/completion_queue_tag.h
984 - include/grpc++/impl/codegen/config.h
985 - include/grpc++/impl/codegen/core_codegen_interface.h
986 - include/grpc++/impl/codegen/create_auth_context.h
987 - include/grpc++/impl/codegen/grpc_library.h
988 - include/grpc++/impl/codegen/metadata_map.h
989 - include/grpc++/impl/codegen/method_handler_impl.h
990 - include/grpc++/impl/codegen/rpc_method.h
991 - include/grpc++/impl/codegen/rpc_service_method.h
992 - include/grpc++/impl/codegen/security/auth_context.h
993 - include/grpc++/impl/codegen/serialization_traits.h
994 - include/grpc++/impl/codegen/server_context.h
995 - include/grpc++/impl/codegen/server_interface.h
996 - include/grpc++/impl/codegen/service_type.h
997 - include/grpc++/impl/codegen/slice.h
998 - include/grpc++/impl/codegen/status.h
999 - include/grpc++/impl/codegen/status_code_enum.h
1000 - include/grpc++/impl/codegen/string_ref.h
1001 - include/grpc++/impl/codegen/stub_options.h
1002 - include/grpc++/impl/codegen/sync_stream.h
1003 - include/grpc++/impl/codegen/time.h
1004 uses:
1005 - grpc_codegen
1006- name: grpc++_codegen_base_src
1007 language: c++
1008 src:
1009 - src/cpp/codegen/codegen_init.cc
1010 uses:
1011 - grpc++_codegen_base
1012- name: grpc++_codegen_proto
1013 language: c++
1014 public_headers:
1015 - include/grpc++/impl/codegen/proto_utils.h
1016 uses:
1017 - grpc++_codegen_base
1018 - grpc++_config_proto
1019- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001020 language: c++
1021 public_headers:
1022 - include/grpc++/alarm.h
1023 - include/grpc++/channel.h
1024 - include/grpc++/client_context.h
1025 - include/grpc++/completion_queue.h
1026 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001027 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001028 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001029 - include/grpc++/generic/async_generic_service.h
1030 - include/grpc++/generic/generic_stub.h
1031 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001032 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001034 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001036 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 - include/grpc++/impl/grpc_library.h
1038 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001039 - include/grpc++/impl/rpc_method.h
1040 - include/grpc++/impl/rpc_service_method.h
1041 - include/grpc++/impl/serialization_traits.h
1042 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001043 - include/grpc++/impl/server_builder_plugin.h
1044 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001045 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001046 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001047 - include/grpc++/security/auth_context.h
1048 - include/grpc++/security/auth_metadata_processor.h
1049 - include/grpc++/security/credentials.h
1050 - include/grpc++/security/server_credentials.h
1051 - include/grpc++/server.h
1052 - include/grpc++/server_builder.h
1053 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001054 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001055 - include/grpc++/support/async_stream.h
1056 - include/grpc++/support/async_unary_call.h
1057 - include/grpc++/support/byte_buffer.h
1058 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001059 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001060 - include/grpc++/support/slice.h
1061 - include/grpc++/support/status.h
1062 - include/grpc++/support/status_code_enum.h
1063 - include/grpc++/support/string_ref.h
1064 - include/grpc++/support/stub_options.h
1065 - include/grpc++/support/sync_stream.h
1066 - include/grpc++/support/time.h
1067 headers:
1068 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001069 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001071 - src/cpp/server/health/default_health_check_service.h
1072 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001074 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001076 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001077 - src/cpp/client/client_context.cc
1078 - src/cpp/client/create_channel.cc
1079 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001080 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001081 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001082 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001084 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001085 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001087 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001089 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001090 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001091 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 - src/cpp/server/create_default_thread_pool.cc
1093 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001094 - src/cpp/server/health/default_health_check_service.cc
1095 - src/cpp/server/health/health.pb.c
1096 - src/cpp/server/health/health_check_service.cc
1097 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001098 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001099 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001100 - src/cpp/server/server_context.cc
1101 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001102 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001103 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001104 - src/cpp/util/byte_buffer_cc.cc
1105 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001106 - src/cpp/util/status.cc
1107 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001108 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001109 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001110 - gpr_base_headers
1111 - grpc_base_headers
1112 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001113 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001114 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001115- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001116 language: c++
1117 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001118 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001119- name: grpc++_reflection_proto
1120 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001121 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001122 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001123- name: grpc++_test
1124 language: c++
1125 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001126 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001127 - include/grpc++/test/server_context_test_spouse.h
1128 deps:
1129 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001130 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001131libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001132- name: gpr
1133 build: all
1134 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001135 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001136 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001137 secure: false
1138 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1139- name: gpr_test_util
1140 build: private
1141 language: c
1142 headers:
1143 - test/core/util/test_config.h
1144 src:
1145 - test/core/util/test_config.c
1146 deps:
1147 - gpr
1148 secure: false
1149 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150- name: grpc
1151 build: all
1152 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001153 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001154 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001156 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001158 filegroups:
1159 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001160 - grpc_transport_chttp2_server_secure
1161 - grpc_transport_chttp2_client_secure
1162 - grpc_transport_chttp2_server_insecure
1163 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001164 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001165 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001166 - grpc_lb_policy_pick_first
1167 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001168 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001169 - grpc_resolver_dns_native
1170 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001171 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001172 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001173 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001174 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001175 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001176 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001177 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001178 - grpc_workaround_cronet_compression_filter
1179 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001180 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001182 vs_packages:
1183 - grpc.dependencies.openssl
1184 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001186- name: grpc_cronet
1187 build: all
1188 language: c
1189 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001190 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001191 baselib: true
1192 deps_linkage: static
1193 dll: true
1194 filegroups:
1195 - grpc_base
1196 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001197 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001198 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001199 generate_plugin_registry: true
1200 platforms:
1201 - linux
1202 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001203- name: grpc_dll
1204 build: private
1205 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001206 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001207 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001208 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001209 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001210 build_system:
1211 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001212 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001213 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001214 vs_config_type: DynamicLibrary
1215 vs_packages:
1216 - grpc.dependencies.openssl
1217 - grpc.dependencies.zlib
1218 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1219 vs_props:
1220 - zlib
1221 - openssl
1222 - winsock
1223 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001224- name: grpc_test_util
1225 build: private
1226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001227 headers:
1228 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001229 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001230 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001231 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001232 - test/core/end2end/data/server1_cert.c
1233 - test/core/end2end/data/server1_key.c
1234 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001235 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001236 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001238 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001239 - grpc
1240 filegroups:
1241 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1243- name: grpc_test_util_unsecure
1244 build: private
1245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001246 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001247 - gpr
1248 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001249 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001250 filegroups:
1251 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252 secure: false
1253 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1254- name: grpc_unsecure
1255 build: all
1256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001257 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001258 - src/core/lib/surface/init.cc
1259 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001261 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001263 filegroups:
1264 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001265 - grpc_transport_chttp2_server_insecure
1266 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001267 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001268 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001269 - grpc_resolver_dns_native
1270 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001271 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001272 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001273 - grpc_lb_policy_grpclb
1274 - grpc_lb_policy_pick_first
1275 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001276 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001277 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001278 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001279 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001280 - grpc_workaround_cronet_compression_filter
1281 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001282 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001283 secure: false
1284 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285- name: reconnect_server
1286 build: private
1287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001288 headers:
1289 - test/core/util/reconnect_server.h
1290 src:
1291 - test/core/util/reconnect_server.c
1292 deps:
yang-gc9fca182015-11-06 16:41:33 -08001293 - test_tcp_server
1294 - grpc_test_util
1295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr_test_util
1297 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001298- name: test_tcp_server
1299 build: private
1300 language: c
1301 headers:
1302 - test/core/util/test_tcp_server.h
1303 src:
1304 - test/core/util/test_tcp_server.c
1305 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001306 - grpc_test_util
1307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr_test_util
1309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: grpc++
1311 build: all
1312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001313 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001314 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001315 - src/cpp/client/secure_credentials.h
1316 - src/cpp/common/secure_auth_context.h
1317 - src/cpp/server/secure_server_credentials.h
1318 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001319 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001320 - src/cpp/client/secure_credentials.cc
1321 - src/cpp/common/auth_property_iterator.cc
1322 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001323 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001324 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001325 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001326 - src/cpp/server/secure_server_credentials.cc
1327 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001328 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001329 baselib: true
1330 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001331 filegroups:
1332 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001333 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001334 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001335 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336 secure: check
1337 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001338- name: grpc++_core_stats
1339 build: private
1340 language: c++
1341 public_headers:
1342 - src/cpp/util/core_stats.h
1343 src:
1344 - src/proto/grpc/core/stats.proto
1345 - src/cpp/util/core_stats.cc
1346 deps:
1347 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001348- name: grpc++_cronet
1349 build: all
1350 language: c++
1351 src:
1352 - src/cpp/client/cronet_credentials.cc
1353 - src/cpp/client/insecure_credentials.cc
1354 - src/cpp/common/insecure_create_auth_context.cc
1355 - src/cpp/server/insecure_server_credentials.cc
1356 deps:
1357 - gpr
1358 - grpc_cronet
1359 baselib: true
1360 dll: true
1361 filegroups:
1362 - grpc++_base
1363 - grpc++_codegen_base
1364 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001365 - grpc_transport_chttp2_client_insecure
1366 - grpc_transport_chttp2_server_insecure
1367 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001368 platforms:
1369 - linux
1370 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001371- name: grpc++_error_details
1372 build: all
1373 language: c++
1374 public_headers:
1375 - include/grpc++/support/error_details.h
1376 src:
1377 - src/proto/grpc/status/status.proto
1378 - src/cpp/util/error_details.cc
1379 deps:
1380 - grpc++
1381 baselib: true
1382 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001383- name: grpc++_proto_reflection_desc_db
1384 build: private
1385 language: c++
1386 headers:
1387 - test/cpp/util/proto_reflection_descriptor_database.h
1388 src:
1389 - test/cpp/util/proto_reflection_descriptor_database.cc
1390 deps:
1391 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001392 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001393 filegroups:
1394 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001395 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001396- name: grpc++_reflection
1397 build: all
1398 language: c++
1399 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001400 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001401 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001402 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001403 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001404 - src/cpp/ext/proto_server_reflection.cc
1405 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001406 deps:
1407 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001408 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001409 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001410 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: grpc++_test_config
1412 build: private
1413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001414 headers:
1415 - test/cpp/util/test_config.h
1416 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001417 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418- name: grpc++_test_util
1419 build: private
1420 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001421 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001422 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001423 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001424 - test/cpp/util/create_test_channel.h
1425 - test/cpp/util/string_ref_helper.h
1426 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001427 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001428 src:
yang-gc8a49d22016-12-12 11:18:49 -08001429 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001430 - src/proto/grpc/testing/echo_messages.proto
1431 - src/proto/grpc/testing/echo.proto
1432 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001433 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001434 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001435 - test/cpp/util/create_test_channel.cc
1436 - test/cpp/util/string_ref_helper.cc
1437 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001438 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001439 deps:
1440 - grpc++
1441 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001442 - grpc
yang-g17487f92016-06-03 15:21:15 -07001443 filegroups:
1444 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001445 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001446 - grpc++_codegen_proto
1447 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001448- name: grpc++_test_util_unsecure
1449 build: private
1450 language: c++
1451 headers:
1452 - test/cpp/end2end/test_service_impl.h
1453 - test/cpp/util/byte_buffer_proto_helper.h
1454 - test/cpp/util/string_ref_helper.h
1455 - test/cpp/util/subprocess.h
1456 src:
1457 - src/proto/grpc/health/v1/health.proto
1458 - src/proto/grpc/testing/echo_messages.proto
1459 - src/proto/grpc/testing/echo.proto
1460 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1461 - test/cpp/end2end/test_service_impl.cc
1462 - test/cpp/util/byte_buffer_proto_helper.cc
1463 - test/cpp/util/string_ref_helper.cc
1464 - test/cpp/util/subprocess.cc
1465 deps:
1466 - grpc++_unsecure
1467 - grpc_test_util_unsecure
1468 - grpc_unsecure
1469 filegroups:
1470 - grpc++_codegen_base
1471 - grpc++_codegen_base_src
1472 - grpc++_codegen_proto
1473 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474- name: grpc++_unsecure
1475 build: all
1476 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001477 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001478 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001479 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001480 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001481 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001482 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001483 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001484 baselib: true
1485 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001486 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001487 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001488 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001489 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490 secure: false
1491 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001492- name: grpc_benchmark
1493 build: test
1494 language: c++
1495 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001496 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1497 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001498 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001499 src:
1500 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001501 deps:
1502 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001503 - grpc++_unsecure
1504 - grpc_test_util_unsecure
1505 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001506 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001507- name: grpc_cli_libs
1508 build: private
1509 language: c++
1510 headers:
1511 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001512 - test/cpp/util/cli_credentials.h
1513 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001514 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001515 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001516 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001517 src:
1518 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001519 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001520 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001521 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001522 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001523 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001524 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001525 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001526 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001527 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001528 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001529 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001530- name: grpc_plugin_support
1531 build: protoc
1532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001533 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001534 - src/compiler/config.h
1535 - src/compiler/cpp_generator.h
1536 - src/compiler/cpp_generator_helpers.h
1537 - src/compiler/csharp_generator.h
1538 - src/compiler/csharp_generator_helpers.h
1539 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001540 - src/compiler/node_generator.h
1541 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001542 - src/compiler/objective_c_generator.h
1543 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001544 - src/compiler/php_generator.h
1545 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301546 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001547 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301548 - src/compiler/python_generator_helpers.h
1549 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001550 - src/compiler/ruby_generator.h
1551 - src/compiler/ruby_generator_helpers-inl.h
1552 - src/compiler/ruby_generator_map-inl.h
1553 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301554 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001555 src:
1556 - src/compiler/cpp_generator.cc
1557 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001558 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001559 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001560 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001561 - src/compiler/python_generator.cc
1562 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001563 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001564 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565 secure: false
1566 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001567 vs_props:
1568 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001569- name: http2_client_main
1570 build: private
1571 language: c++
1572 headers:
1573 - test/cpp/interop/http2_client.h
1574 src:
1575 - src/proto/grpc/testing/empty.proto
1576 - src/proto/grpc/testing/messages.proto
1577 - src/proto/grpc/testing/test.proto
1578 - test/cpp/interop/http2_client.cc
1579 deps:
1580 - grpc++_test_util
1581 - grpc_test_util
1582 - grpc++
1583 - grpc
1584 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001585- name: interop_client_helper
1586 build: private
1587 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001588 headers:
1589 - test/cpp/interop/client_helper.h
1590 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001591 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001592 - test/cpp/interop/client_helper.cc
1593 deps:
1594 - grpc++_test_util
1595 - grpc_test_util
1596 - grpc++
1597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599- name: interop_client_main
1600 build: private
1601 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001602 headers:
1603 - test/cpp/interop/interop_client.h
1604 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001605 - src/proto/grpc/testing/empty.proto
1606 - src/proto/grpc/testing/messages.proto
1607 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001608 - test/cpp/interop/client.cc
1609 - test/cpp/interop/interop_client.cc
1610 deps:
1611 - interop_client_helper
1612 - grpc++_test_util
1613 - grpc_test_util
1614 - grpc++
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001618 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: interop_server_helper
1620 build: private
1621 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001622 headers:
1623 - test/cpp/interop/server_helper.h
1624 src:
1625 - test/cpp/interop/server_helper.cc
1626 deps:
yang-gcc591022017-01-11 11:10:43 -08001627 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001628 - grpc_test_util
1629 - grpc++
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001632- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633 build: private
1634 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001635 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001636 - src/proto/grpc/testing/empty.proto
1637 - src/proto/grpc/testing/messages.proto
1638 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001639 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001640 deps:
1641 - interop_server_helper
1642 - grpc++_test_util
1643 - grpc_test_util
1644 - grpc++
1645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001648 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001649- name: interop_server_main
1650 build: private
1651 language: c++
1652 src:
1653 - test/cpp/interop/interop_server_bootstrap.cc
1654 deps:
1655 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656- name: qps
1657 build: private
1658 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001659 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001660 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001661 - test/cpp/qps/client.h
1662 - test/cpp/qps/driver.h
1663 - test/cpp/qps/histogram.h
1664 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001665 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001666 - test/cpp/qps/qps_worker.h
1667 - test/cpp/qps/report.h
1668 - test/cpp/qps/server.h
1669 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001670 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001672 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001673 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001674 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001675 - src/proto/grpc/testing/control.proto
1676 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001677 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001678 - test/cpp/qps/client_async.cc
1679 - test/cpp/qps/client_sync.cc
1680 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001681 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001682 - test/cpp/qps/qps_worker.cc
1683 - test/cpp/qps/report.cc
1684 - test/cpp/qps/server_async.cc
1685 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001686 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001687 deps:
1688 - grpc_test_util
1689 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001690 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001691 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001692 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693- name: grpc_csharp_ext
1694 build: all
1695 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - src/csharp/ext/grpc_csharp_ext.c
1698 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001701 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001702 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703 dll: only
1704 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001705 vs_packages:
1706 - grpc.dependencies.openssl
1707 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001709 vs_props:
1710 - zlib
1711 - openssl
1712 - winsock
1713 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001714targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001715- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001716 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001717 build: test
1718 language: c
1719 src:
1720 - test/core/surface/alarm_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001724 - gpr_test_util
1725 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001726- name: algorithm_test
1727 build: test
1728 language: c
1729 src:
1730 - test/core/compression/algorithm_test.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001734 - gpr_test_util
1735 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001736- name: alloc_test
1737 build: test
1738 language: c
1739 src:
1740 - test/core/support/alloc_test.c
1741 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr_test_util
1743 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744- name: alpn_test
1745 build: test
1746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001747 src:
1748 - test/core/transport/chttp2/alpn_test.c
1749 deps:
1750 - grpc_test_util
1751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001754- name: api_fuzzer
1755 build: fuzzer
1756 language: c
1757 src:
1758 - test/core/end2end/fuzzers/api_fuzzer.c
1759 deps:
1760 - grpc_test_util
1761 - grpc
1762 - gpr_test_util
1763 - gpr
1764 corpus_dirs:
1765 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001766 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001767 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001768- name: arena_test
1769 build: test
1770 language: c
1771 src:
1772 - test/core/support/arena_test.c
1773 deps:
1774 - gpr_test_util
1775 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001776- name: bad_server_response_test
1777 build: test
1778 language: c
1779 src:
1780 - test/core/end2end/bad_server_response_test.c
1781 deps:
1782 - test_tcp_server
1783 - grpc_test_util
1784 - grpc
1785 - gpr_test_util
1786 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001787 exclude_iomgrs:
1788 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001789- name: bdp_estimator_test
1790 build: test
1791 language: c
1792 src:
1793 - test/core/transport/bdp_estimator_test.c
1794 deps:
1795 - grpc_test_util
1796 - grpc
1797 - gpr_test_util
1798 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001799- name: bin_decoder_test
1800 build: test
1801 language: c
1802 src:
1803 - test/core/transport/chttp2/bin_decoder_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001807- name: bin_encoder_test
1808 build: test
1809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001810 src:
1811 - test/core/transport/chttp2/bin_encoder_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001815- name: byte_stream_test
1816 build: test
1817 language: c
1818 src:
1819 - test/core/transport/byte_stream_test.c
1820 deps:
1821 - grpc_test_util
1822 - grpc
1823 - gpr_test_util
1824 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001825- name: census_context_test
1826 build: test
1827 language: c
1828 src:
1829 - test/core/census/context_test.c
1830 deps:
1831 - grpc_test_util
1832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001833 - gpr_test_util
1834 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001835- name: census_intrusive_hash_map_test
1836 build: test
1837 language: c
1838 src:
1839 - test/core/census/intrusive_hash_map_test.c
1840 deps:
1841 - grpc_test_util
1842 - grpc
1843 - gpr_test_util
1844 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001845- name: census_resource_test
1846 build: test
1847 language: c
1848 src:
1849 - test/core/census/resource_test.c
1850 deps:
1851 - grpc_test_util
1852 - grpc
1853 - gpr_test_util
1854 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001855- name: census_trace_context_test
1856 build: test
1857 language: c
1858 src:
1859 - test/core/census/trace_context_test.c
1860 deps:
1861 - grpc_test_util
1862 - grpc
1863 - gpr_test_util
1864 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001865- name: channel_create_test
1866 build: test
1867 language: c
1868 src:
1869 - test/core/surface/channel_create_test.c
1870 deps:
1871 - grpc_test_util
1872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001875- name: check_epollexclusive
1876 build: tool
1877 language: c
1878 src:
1879 - test/build/check_epollexclusive.c
1880 deps:
1881 - grpc
1882 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001883- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001887 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001888 deps:
1889 - grpc_test_util
1890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: chttp2_stream_map_test
1894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - test/core/transport/chttp2/stream_map_test.c
1898 deps:
1899 - grpc_test_util
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001903- name: chttp2_varint_test
1904 build: test
1905 language: c
1906 src:
1907 - test/core/transport/chttp2/varint_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001913- name: client_fuzzer
1914 build: fuzzer
1915 language: c
1916 src:
1917 - test/core/end2end/fuzzers/client_fuzzer.c
1918 deps:
1919 - grpc_test_util
1920 - grpc
1921 - gpr_test_util
1922 - gpr
1923 corpus_dirs:
1924 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001925 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001926 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001927- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001928 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001929 build: test
1930 language: c
1931 src:
1932 - test/core/iomgr/combiner_test.c
1933 deps:
1934 - grpc_test_util
1935 - grpc
1936 - gpr_test_util
1937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938- name: compression_test
1939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
1942 - test/core/compression/compression_test.c
1943 deps:
1944 - grpc_test_util
1945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001948- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001949 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001950 build: test
1951 language: c
1952 src:
1953 - test/core/surface/concurrent_connectivity_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
1957 - gpr_test_util
1958 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001959 exclude_iomgrs:
1960 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001961- name: connection_refused_test
1962 cpu_cost: 0.1
1963 build: test
1964 language: c
1965 src:
1966 - test/core/end2end/connection_refused_test.c
1967 deps:
1968 - grpc_test_util
1969 - grpc
1970 - gpr_test_util
1971 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001972- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001973 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001974 build: test
1975 language: c
1976 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001977 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001978 deps:
1979 - grpc_test_util
1980 - grpc
1981 - gpr_test_util
1982 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001983 exclude_iomgrs:
1984 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001985- name: dns_resolver_test
1986 build: test
1987 language: c
1988 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001989 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001996 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997 build: test
1998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/core/end2end/dualstack_socket_test.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002006 exclude_iomgrs:
2007 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002008 platforms:
2009 - mac
2010 - linux
2011 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002012- name: endpoint_pair_test
2013 build: test
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - test/core/iomgr/endpoint_pair_test.c
2017 deps:
2018 - grpc_test_util
2019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002022 exclude_iomgrs:
2023 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002024- name: error_test
2025 cpu_cost: 30
2026 build: test
2027 language: c
2028 src:
2029 - test/core/iomgr/error_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
2033 - gpr_test_util
2034 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002035- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002036 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002037 build: test
2038 language: c
2039 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002040 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002041 deps:
2042 - grpc_test_util
2043 - grpc
2044 - gpr_test_util
2045 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002046 exclude_iomgrs:
2047 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002048 platforms:
2049 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002050- name: fake_resolver_test
2051 build: test
2052 language: c
2053 src:
2054 - test/core/client_channel/resolvers/fake_resolver_test.c
2055 deps:
2056 - grpc_test_util
2057 - grpc
2058 - gpr_test_util
2059 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002060- name: fake_transport_security_test
2061 build: test
2062 language: c
2063 src:
2064 - test/core/tsi/fake_transport_security_test.c
2065 deps:
2066 - gpr_test_util
2067 - gpr
2068 - grpc
2069 filegroups:
2070 - transport_security_test_lib
2071 platforms:
2072 - linux
2073 - posix
2074 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: fd_conservation_posix_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/iomgr/fd_conservation_posix_test.c
2080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002085 exclude_iomgrs:
2086 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002087 platforms:
2088 - mac
2089 - linux
2090 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: fd_posix_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/iomgr/fd_posix_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002101 exclude_iomgrs:
2102 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002103 platforms:
2104 - mac
2105 - linux
2106 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002107- name: fling_client
2108 build: test
2109 run: false
2110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002111 src:
2112 - test/core/fling/client.c
2113 deps:
2114 - grpc_test_util
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118- name: fling_server
2119 build: test
2120 run: false
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - test/core/fling/server.c
2124 deps:
2125 - grpc_test_util
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr_test_util
2128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002130 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002131 build: test
2132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002133 src:
2134 - test/core/fling/fling_stream_test.c
2135 deps:
2136 - grpc_test_util
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002140 platforms:
2141 - mac
2142 - linux
2143 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002145 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146 build: test
2147 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002148 src:
2149 - test/core/fling/fling_test.c
2150 deps:
2151 - grpc_test_util
2152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr_test_util
2154 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002155 platforms:
2156 - mac
2157 - linux
2158 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002159- name: gen_hpack_tables
2160 build: tool
2161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
2163 - tools/codegen/core/gen_hpack_tables.c
2164 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002166 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167- name: gen_legal_metadata_characters
2168 build: tool
2169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
2171 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002173- name: gen_percent_encoding_tables
2174 build: tool
2175 language: c
2176 src:
2177 - tools/codegen/core/gen_percent_encoding_tables.c
2178 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002179- name: goaway_server_test
2180 cpu_cost: 0.1
2181 build: test
2182 language: c
2183 src:
2184 - test/core/end2end/goaway_server_test.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
2188 - gpr_test_util
2189 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002190 exclude_iomgrs:
2191 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002192 platforms:
2193 - mac
2194 - linux
2195 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002196- name: gpr_avl_test
2197 build: test
2198 language: c
2199 src:
2200 - test/core/support/avl_test.c
2201 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002202 - gpr_test_util
2203 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002204- name: gpr_backoff_test
2205 build: test
2206 language: c
2207 src:
2208 - test/core/support/backoff_test.c
2209 deps:
2210 - gpr_test_util
2211 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002212- name: gpr_cmdline_test
2213 build: test
2214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002215 src:
2216 - test/core/support/cmdline_test.c
2217 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002220- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002221 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002222 build: test
2223 language: c
2224 src:
2225 - test/core/support/cpu_test.c
2226 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229- name: gpr_env_test
2230 build: test
2231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002232 src:
2233 - test/core/support/env_test.c
2234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 - gpr_test_util
2236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237- name: gpr_histogram_test
2238 build: test
2239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002240 src:
2241 - test/core/support/histogram_test.c
2242 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 - gpr_test_util
2244 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: gpr_host_port_test
2246 build: test
2247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002248 src:
2249 - test/core/support/host_port_test.c
2250 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: gpr_log_test
2254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
2257 - test/core/support/log_test.c
2258 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr_test_util
2260 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002261- name: gpr_mpscq_test
2262 cpu_cost: 30
2263 build: test
2264 language: c
2265 src:
2266 - test/core/support/mpscq_test.c
2267 deps:
2268 - gpr_test_util
2269 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002270- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002271 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002272 build: test
2273 language: c
2274 src:
2275 - test/core/support/spinlock_test.c
2276 deps:
2277 - gpr_test_util
2278 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002279- name: gpr_stack_lockfree_test
2280 cpu_cost: 7
2281 build: test
2282 language: c
2283 src:
2284 - test/core/support/stack_lockfree_test.c
2285 deps:
2286 - gpr_test_util
2287 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002288- name: gpr_string_test
2289 build: test
2290 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002291 src:
2292 - test/core/support/string_test.c
2293 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 - gpr_test_util
2295 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002297 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/core/support/sync_test.c
2302 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002305- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002306 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307 build: test
2308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002309 src:
2310 - test/core/support/thd_test.c
2311 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002314- name: gpr_time_test
2315 build: test
2316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
2318 - test/core/support/time_test.c
2319 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322- name: gpr_tls_test
2323 build: test
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
2326 - test/core/support/tls_test.c
2327 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330- name: gpr_useful_test
2331 build: test
2332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002333 src:
2334 - test/core/support/useful_test.c
2335 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr_test_util
2337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: grpc_auth_context_test
2339 build: test
2340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/core/security/auth_context_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002348- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349 build: test
2350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002351 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002352 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002353 deps:
2354 - grpc_test_util
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: grpc_byte_buffer_reader_test
2359 build: test
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
2362 - test/core/surface/byte_buffer_reader_test.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: grpc_channel_args_test
2369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
2372 - test/core/channel/channel_args_test.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002378- name: grpc_channel_stack_builder_test
2379 build: test
2380 language: c
2381 src:
2382 - test/core/channel/channel_stack_builder_test.c
2383 deps:
2384 - grpc_test_util
2385 - grpc
2386 - gpr_test_util
2387 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002388- name: grpc_channel_stack_test
2389 build: test
2390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002391 src:
2392 - test/core/channel/channel_stack_test.c
2393 deps:
2394 - grpc_test_util
2395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002396 - gpr_test_util
2397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002398- name: grpc_completion_queue_test
2399 build: test
2400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002401 src:
2402 - test/core/surface/completion_queue_test.c
2403 deps:
2404 - grpc_test_util
2405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002406 - gpr_test_util
2407 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002408- name: grpc_completion_queue_threading_test
2409 build: test
2410 language: c
2411 src:
2412 - test/core/surface/completion_queue_threading_test.c
2413 deps:
2414 - grpc_test_util
2415 - grpc
2416 - gpr_test_util
2417 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002418 exclude_iomgrs:
2419 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: grpc_create_jwt
2421 build: tool
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/core/security/create_jwt.c
2425 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002428 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: grpc_credentials_test
2430 build: test
2431 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
2433 - test/core/security/credentials_test.c
2434 deps:
2435 - grpc_test_util
2436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr_test_util
2438 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002440 build: test
2441 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002443 src:
2444 - test/core/security/fetch_oauth2.c
2445 deps:
2446 - grpc_test_util
2447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 - gpr_test_util
2449 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002450- name: grpc_invalid_channel_args_test
2451 build: test
2452 language: c
2453 src:
2454 - test/core/surface/invalid_channel_args_test.c
2455 deps:
2456 - grpc_test_util
2457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460- name: grpc_json_token_test
2461 build: test
2462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/core/security/json_token_test.c
2465 deps:
2466 - grpc_test_util
2467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 - gpr_test_util
2469 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002470 platforms:
2471 - linux
2472 - posix
2473 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474- name: grpc_jwt_verifier_test
2475 build: test
2476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002477 src:
2478 - test/core/security/jwt_verifier_test.c
2479 deps:
2480 - grpc_test_util
2481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002482 - gpr_test_util
2483 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484- name: grpc_print_google_default_creds_token
2485 build: tool
2486 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002487 src:
2488 - test/core/security/print_google_default_creds_token.c
2489 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002492- name: grpc_security_connector_test
2493 build: test
2494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002495 src:
2496 - test/core/security/security_connector_test.c
2497 deps:
2498 - grpc_test_util
2499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr_test_util
2501 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002502- name: grpc_verify_jwt
2503 build: tool
2504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002505 src:
2506 - test/core/security/verify_jwt.c
2507 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002510- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002511 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002512 language: c
2513 src:
2514 - test/core/handshake/client_ssl.c
2515 deps:
2516 - grpc_test_util
2517 - grpc
2518 - gpr_test_util
2519 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002520 exclude_iomgrs:
2521 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002522 platforms:
2523 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002524 secure: true
2525- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002526 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002527 language: c
2528 src:
2529 - test/core/handshake/server_ssl.c
2530 deps:
2531 - grpc_test_util
2532 - grpc
2533 - gpr_test_util
2534 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002535 exclude_iomgrs:
2536 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002537 platforms:
2538 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002539 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002540- name: hpack_parser_fuzzer_test
2541 build: fuzzer
2542 language: c
2543 src:
2544 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2545 deps:
2546 - grpc_test_util
2547 - grpc
2548 - gpr_test_util
2549 - gpr
2550 corpus_dirs:
2551 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002552 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002553 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554- name: hpack_parser_test
2555 build: test
2556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002557 src:
2558 - test/core/transport/chttp2/hpack_parser_test.c
2559 deps:
2560 - grpc_test_util
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: hpack_table_test
2565 build: test
2566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002567 src:
2568 - test/core/transport/chttp2/hpack_table_test.c
2569 deps:
2570 - grpc_test_util
2571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002572 - gpr_test_util
2573 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002574- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002575 build: test
2576 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002577 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002578 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002579 deps:
2580 - grpc_test_util
2581 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002582 - gpr_test_util
2583 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002584- name: http_request_fuzzer_test
2585 build: fuzzer
2586 language: c
2587 src:
2588 - test/core/http/request_fuzzer.c
2589 deps:
2590 - grpc_test_util
2591 - grpc
2592 - gpr_test_util
2593 - gpr
2594 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002595 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002596 maxlen: 2048
2597- name: http_response_fuzzer_test
2598 build: fuzzer
2599 language: c
2600 src:
2601 - test/core/http/response_fuzzer.c
2602 deps:
2603 - grpc_test_util
2604 - grpc
2605 - gpr_test_util
2606 - gpr
2607 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002608 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002609 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002610- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611 build: test
2612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002614 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002615 deps:
2616 - grpc_test_util
2617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002618 - gpr_test_util
2619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002620- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002621 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622 build: test
2623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002624 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002625 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002626 deps:
2627 - grpc_test_util
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr_test_util
2630 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002631 platforms:
2632 - mac
2633 - linux
2634 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002635- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002636 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002637 build: test
2638 language: c
2639 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002640 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002641 deps:
2642 - grpc_test_util
2643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002644 - gpr_test_util
2645 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002646 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002647 - linux
yang-gf1183302015-12-07 16:02:05 -08002648- name: init_test
2649 build: test
2650 language: c
2651 src:
2652 - test/core/surface/init_test.c
2653 deps:
2654 - grpc_test_util
2655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr_test_util
2657 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002658- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002659 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002660 build: test
2661 language: c
2662 src:
2663 - test/core/end2end/invalid_call_argument_test.c
2664 deps:
2665 - grpc_test_util
2666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002667 - gpr_test_util
2668 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002669- name: json_fuzzer_test
2670 build: fuzzer
2671 language: c
2672 src:
2673 - test/core/json/fuzzer.c
2674 deps:
2675 - grpc_test_util
2676 - grpc
2677 - gpr_test_util
2678 - gpr
2679 corpus_dirs:
2680 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002681 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: json_rewrite
2683 build: test
2684 run: false
2685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002686 src:
2687 - test/core/json/json_rewrite.c
2688 deps:
2689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002690 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002691- name: json_rewrite_test
2692 build: test
2693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002694 src:
2695 - test/core/json/json_rewrite_test.c
2696 deps:
2697 - grpc_test_util
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002701- name: json_stream_error_test
2702 build: test
2703 language: c
2704 src:
2705 - test/core/json/json_stream_error_test.c
2706 deps:
2707 - grpc_test_util
2708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002709 - gpr_test_util
2710 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002711- name: json_test
2712 build: test
2713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002714 src:
2715 - test/core/json/json_test.c
2716 deps:
2717 - grpc_test_util
2718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002719 - gpr_test_util
2720 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721- name: lame_client_test
2722 build: test
2723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - test/core/surface/lame_client_test.c
2726 deps:
2727 - grpc_test_util
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr_test_util
2730 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002731- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002732 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002733 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002734 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002736 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002737 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002738 deps:
2739 - grpc_test_util
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr_test_util
2742 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002743- name: load_file_test
2744 build: test
2745 language: c
2746 src:
2747 - test/core/iomgr/load_file_test.c
2748 deps:
2749 - grpc_test_util
2750 - grpc
2751 - gpr_test_util
2752 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002753- name: low_level_ping_pong_benchmark
2754 build: benchmark
2755 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002756 src:
2757 - test/core/network_benchmarks/low_level_ping_pong.c
2758 deps:
2759 - grpc_test_util
2760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002761 - gpr_test_util
2762 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002763 platforms:
2764 - mac
2765 - linux
2766 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002767- name: memory_profile_client
2768 build: test
2769 run: false
2770 language: c
2771 src:
2772 - test/core/memory_usage/client.c
2773 deps:
2774 - grpc_test_util
2775 - grpc
2776 - gpr_test_util
2777 - gpr
2778- name: memory_profile_server
2779 build: test
2780 run: false
2781 language: c
2782 src:
2783 - test/core/memory_usage/server.c
2784 deps:
2785 - grpc_test_util
2786 - grpc
2787 - gpr_test_util
2788 - gpr
2789- name: memory_profile_test
2790 cpu_cost: 1.5
2791 build: test
2792 language: c
2793 src:
2794 - test/core/memory_usage/memory_usage_test.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
2798 - gpr_test_util
2799 - gpr
2800 platforms:
2801 - mac
2802 - linux
2803 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804- name: message_compress_test
2805 build: test
2806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
2808 - test/core/compression/message_compress_test.c
2809 deps:
2810 - grpc_test_util
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002814- name: minimal_stack_is_minimal_test
2815 build: test
2816 language: c
2817 src:
2818 - test/core/channel/minimal_stack_is_minimal_test.c
2819 deps:
2820 - grpc_test_util
2821 - grpc
2822 - gpr_test_util
2823 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002824- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002825 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002826 build: test
2827 language: c
2828 src:
2829 - test/core/census/mlog_test.c
2830 deps:
2831 - grpc_test_util
2832 - grpc
2833 - gpr_test_util
2834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835- name: multiple_server_queues_test
2836 build: test
2837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002838 src:
2839 - test/core/end2end/multiple_server_queues_test.c
2840 deps:
2841 - grpc_test_util
2842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002843 - gpr_test_util
2844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: murmur_hash_test
2846 build: test
2847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002848 src:
2849 - test/core/support/murmur_hash_test.c
2850 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002853- name: nanopb_fuzzer_response_test
2854 build: fuzzer
2855 language: c
2856 src:
2857 - test/core/nanopb/fuzzer_response.c
2858 deps:
2859 - grpc_test_util
2860 - grpc
2861 - gpr_test_util
2862 - gpr
2863 corpus_dirs:
2864 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002865 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002866- name: nanopb_fuzzer_serverlist_test
2867 build: fuzzer
2868 language: c
2869 src:
2870 - test/core/nanopb/fuzzer_serverlist.c
2871 deps:
2872 - grpc_test_util
2873 - grpc
2874 - gpr_test_util
2875 - gpr
2876 corpus_dirs:
2877 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002878 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002879- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002880 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002881 build: test
2882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002883 src:
2884 - test/core/end2end/no_server_test.c
2885 deps:
2886 - grpc_test_util
2887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002888 - gpr_test_util
2889 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002890- name: num_external_connectivity_watchers_test
2891 build: test
2892 language: c
2893 src:
2894 - test/core/surface/num_external_connectivity_watchers_test.c
2895 deps:
2896 - grpc_test_util
2897 - grpc
2898 - gpr_test_util
2899 - gpr
2900 exclude_iomgrs:
2901 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002902- name: parse_address_test
2903 build: test
2904 language: c
2905 src:
2906 - test/core/client_channel/parse_address_test.c
2907 deps:
2908 - grpc_test_util
2909 - grpc
2910 - gpr_test_util
2911 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002912- name: percent_decode_fuzzer
2913 build: fuzzer
2914 language: c
2915 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002916 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002917 deps:
2918 - grpc_test_util
2919 - grpc
2920 - gpr_test_util
2921 - gpr
2922 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002923 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002924 maxlen: 32
2925- name: percent_encode_fuzzer
2926 build: fuzzer
2927 language: c
2928 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002929 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002930 deps:
2931 - grpc_test_util
2932 - grpc
2933 - gpr_test_util
2934 - gpr
2935 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002936 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002937 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002938- name: percent_encoding_test
2939 build: test
2940 language: c
2941 src:
2942 - test/core/slice/percent_encoding_test.c
2943 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002944 - grpc_test_util
2945 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002946 - gpr_test_util
2947 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002948- name: pollset_set_test
2949 build: test
2950 language: c
2951 src:
2952 - test/core/iomgr/pollset_set_test.c
2953 deps:
2954 - grpc_test_util
2955 - grpc
2956 - gpr_test_util
2957 - gpr
2958 exclude_iomgrs:
2959 - uv
2960 platforms:
2961 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002962- name: resolve_address_posix_test
2963 build: test
2964 language: c
2965 src:
2966 - test/core/iomgr/resolve_address_posix_test.c
2967 deps:
2968 - grpc_test_util
2969 - grpc
2970 - gpr_test_util
2971 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002972 exclude_iomgrs:
2973 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002974 platforms:
2975 - mac
2976 - linux
2977 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002978- name: resolve_address_test
2979 build: test
2980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002981 src:
2982 - test/core/iomgr/resolve_address_test.c
2983 deps:
2984 - grpc_test_util
2985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002986 - gpr_test_util
2987 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002988- name: resource_quota_test
2989 cpu_cost: 30
2990 build: test
2991 language: c
2992 src:
2993 - test/core/iomgr/resource_quota_test.c
2994 deps:
2995 - grpc_test_util
2996 - grpc
2997 - gpr_test_util
2998 - gpr
yang-gd482e592015-12-10 14:04:00 -08002999- name: secure_channel_create_test
3000 build: test
3001 language: c
3002 src:
3003 - test/core/surface/secure_channel_create_test.c
3004 deps:
3005 - grpc_test_util
3006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003007 - gpr_test_util
3008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003009- name: secure_endpoint_test
3010 build: test
3011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003012 src:
3013 - test/core/security/secure_endpoint_test.c
3014 deps:
3015 - grpc_test_util
3016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003017 - gpr_test_util
3018 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003019 exclude_iomgrs:
3020 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003021- name: sequential_connectivity_test
3022 build: test
3023 language: c
3024 src:
3025 - test/core/surface/sequential_connectivity_test.c
3026 deps:
3027 - grpc_test_util
3028 - grpc
3029 - gpr_test_util
3030 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003031 exclude_iomgrs:
3032 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003033- name: server_chttp2_test
3034 build: test
3035 language: c
3036 src:
3037 - test/core/surface/server_chttp2_test.c
3038 deps:
3039 - grpc_test_util
3040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003041 - gpr_test_util
3042 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003043- name: server_fuzzer
3044 build: fuzzer
3045 language: c
3046 src:
3047 - test/core/end2end/fuzzers/server_fuzzer.c
3048 deps:
3049 - grpc_test_util
3050 - grpc
3051 - gpr_test_util
3052 - gpr
3053 corpus_dirs:
3054 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003055 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003056 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003057- name: server_test
3058 build: test
3059 language: c
3060 src:
3061 - test/core/surface/server_test.c
3062 deps:
3063 - grpc_test_util
3064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003065 - gpr_test_util
3066 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003067- name: slice_buffer_test
3068 build: test
3069 language: c
3070 src:
3071 - test/core/slice/slice_buffer_test.c
3072 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003073 - grpc_test_util
3074 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003075 - gpr_test_util
3076 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003077- name: slice_hash_table_test
3078 build: test
3079 language: c
3080 src:
3081 - test/core/slice/slice_hash_table_test.c
3082 deps:
3083 - grpc_test_util
3084 - grpc
3085 - gpr_test_util
3086 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003087- name: slice_string_helpers_test
3088 build: test
3089 language: c
3090 src:
3091 - test/core/slice/slice_string_helpers_test.c
3092 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003093 - grpc_test_util
3094 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003095 - gpr_test_util
3096 - gpr
3097- name: slice_test
3098 build: test
3099 language: c
3100 src:
3101 - test/core/slice/slice_test.c
3102 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003103 - grpc_test_util
3104 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003105 - gpr_test_util
3106 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003107- name: sockaddr_resolver_test
3108 build: test
3109 language: c
3110 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003111 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003112 deps:
3113 - grpc_test_util
3114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003115 - gpr_test_util
3116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003117- name: sockaddr_utils_test
3118 build: test
3119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003120 src:
3121 - test/core/iomgr/sockaddr_utils_test.c
3122 deps:
3123 - grpc_test_util
3124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003125 - gpr_test_util
3126 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003127- name: socket_utils_test
3128 build: test
3129 language: c
3130 src:
3131 - test/core/iomgr/socket_utils_test.c
3132 deps:
3133 - grpc_test_util
3134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003135 - gpr_test_util
3136 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003137 exclude_iomgrs:
3138 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003139 platforms:
3140 - mac
3141 - linux
3142 - posix
yang-g31e21282016-11-04 15:10:03 -07003143- name: ssl_server_fuzzer
3144 build: fuzzer
3145 language: c
3146 src:
3147 - test/core/security/ssl_server_fuzzer.c
3148 deps:
3149 - grpc_test_util
3150 - grpc
3151 - gpr_test_util
3152 - gpr
3153 corpus_dirs:
3154 - test/core/security/corpus/ssl_server_corpus
3155 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003156- name: ssl_transport_security_test
3157 build: test
3158 language: c
3159 src:
3160 - test/core/tsi/ssl_transport_security_test.c
3161 deps:
3162 - gpr_test_util
3163 - gpr
3164 - grpc
3165 filegroups:
3166 - transport_security_test_lib
3167 platforms:
3168 - linux
3169 - posix
3170 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003171- name: status_conversion_test
3172 build: test
3173 language: c
3174 src:
3175 - test/core/transport/status_conversion_test.c
3176 deps:
3177 - grpc_test_util
3178 - grpc
3179 - gpr_test_util
3180 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003181- name: stream_compression_test
3182 build: test
3183 language: c
3184 src:
3185 - test/core/compression/stream_compression_test.c
3186 deps:
3187 - grpc_test_util
3188 - grpc
3189 - gpr_test_util
3190 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003191- name: stream_owned_slice_test
3192 build: test
3193 language: c
3194 src:
3195 - test/core/transport/stream_owned_slice_test.c
3196 deps:
3197 - grpc_test_util
3198 - grpc
3199 - gpr_test_util
3200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003202 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003203 build: test
3204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003205 src:
3206 - test/core/iomgr/tcp_client_posix_test.c
3207 deps:
3208 - grpc_test_util
3209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003210 - gpr_test_util
3211 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003212 exclude_iomgrs:
3213 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003214 platforms:
3215 - mac
3216 - linux
3217 - posix
murgatroid991191b722017-02-08 11:56:52 -08003218- name: tcp_client_uv_test
3219 cpu_cost: 0.5
3220 build: test
3221 language: c
3222 src:
3223 - test/core/iomgr/tcp_client_uv_test.c
3224 deps:
3225 - grpc_test_util
3226 - grpc
3227 - gpr_test_util
3228 - gpr
3229 exclude_iomgrs:
3230 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003231- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003232 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003233 build: test
3234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003235 src:
3236 - test/core/iomgr/tcp_posix_test.c
3237 deps:
3238 - grpc_test_util
3239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003240 - gpr_test_util
3241 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003242 exclude_iomgrs:
3243 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003244 platforms:
3245 - mac
3246 - linux
3247 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003248- name: tcp_server_posix_test
3249 build: test
3250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003251 src:
3252 - test/core/iomgr/tcp_server_posix_test.c
3253 deps:
3254 - grpc_test_util
3255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003256 - gpr_test_util
3257 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003258 exclude_iomgrs:
3259 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003260 platforms:
3261 - mac
3262 - linux
3263 - posix
murgatroid991191b722017-02-08 11:56:52 -08003264- name: tcp_server_uv_test
3265 build: test
3266 language: c
3267 src:
3268 - test/core/iomgr/tcp_server_uv_test.c
3269 deps:
3270 - grpc_test_util
3271 - grpc
3272 - gpr_test_util
3273 - gpr
3274 exclude_iomgrs:
3275 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003276- name: time_averaged_stats_test
3277 build: test
3278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003279 src:
3280 - test/core/iomgr/time_averaged_stats_test.c
3281 deps:
3282 - grpc_test_util
3283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003284 - gpr_test_util
3285 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003286- name: timeout_encoding_test
3287 build: test
3288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003289 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003290 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003291 deps:
3292 - grpc_test_util
3293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003294 - gpr_test_util
3295 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003296- name: timer_heap_test
3297 build: test
3298 language: c
3299 src:
3300 - test/core/iomgr/timer_heap_test.c
3301 deps:
3302 - grpc_test_util
3303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003304 - gpr_test_util
3305 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003306 exclude_iomgrs:
3307 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003308- name: timer_list_test
3309 build: test
3310 language: c
3311 src:
3312 - test/core/iomgr/timer_list_test.c
3313 deps:
3314 - grpc_test_util
3315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003316 - gpr_test_util
3317 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003318 exclude_iomgrs:
3319 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003320- name: transport_connectivity_state_test
3321 build: test
3322 language: c
3323 src:
3324 - test/core/transport/connectivity_state_test.c
3325 deps:
3326 - grpc_test_util
3327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003328 - gpr_test_util
3329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003330- name: transport_metadata_test
3331 build: test
3332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003333 src:
3334 - test/core/transport/metadata_test.c
3335 deps:
3336 - grpc_test_util
3337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003338 - gpr_test_util
3339 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003340- name: transport_pid_controller_test
3341 build: test
3342 language: c
3343 src:
3344 - test/core/transport/pid_controller_test.c
3345 deps:
3346 - grpc_test_util
3347 - grpc
3348 - gpr_test_util
3349 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003350- name: transport_security_test
3351 build: test
3352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003353 src:
3354 - test/core/tsi/transport_security_test.c
3355 deps:
3356 - grpc_test_util
3357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003358 - gpr_test_util
3359 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003360 platforms:
3361 - linux
3362 - posix
3363 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003364- name: udp_server_test
3365 build: test
3366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003367 src:
3368 - test/core/iomgr/udp_server_test.c
3369 deps:
3370 - grpc_test_util
3371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003372 - gpr_test_util
3373 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003374 exclude_iomgrs:
3375 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003376 platforms:
3377 - mac
3378 - linux
3379 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003380- name: uri_fuzzer_test
3381 build: fuzzer
3382 language: c
3383 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003384 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003385 deps:
3386 - grpc_test_util
3387 - grpc
3388 - gpr_test_util
3389 - gpr
3390 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003391 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003392 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003393- name: uri_parser_test
3394 build: test
3395 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003396 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003397 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003398 deps:
3399 - grpc_test_util
3400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003401 - gpr_test_util
3402 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003403- name: wakeup_fd_cv_test
3404 build: test
3405 language: c
3406 src:
3407 - test/core/iomgr/wakeup_fd_cv_test.c
3408 deps:
3409 - grpc_test_util
3410 - grpc
3411 - gpr_test_util
3412 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003413 exclude_iomgrs:
3414 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003415 platforms:
3416 - mac
3417 - linux
3418 - posix
vjpai04e992a2016-02-10 16:58:38 -08003419- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003420 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003421 build: test
3422 language: c++
3423 src:
3424 - test/cpp/common/alarm_cpp_test.cc
3425 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003426 - grpc++_test_util_unsecure
3427 - grpc_test_util_unsecure
3428 - grpc++_unsecure
3429 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003430 - gpr_test_util
3431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003432- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003433 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003434 build: test
3435 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003436 src:
3437 - test/cpp/end2end/async_end2end_test.cc
3438 deps:
3439 - grpc++_test_util
3440 - grpc_test_util
3441 - grpc++
3442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003443 - gpr_test_util
3444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003445- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003446 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003447 build: test
3448 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003449 src:
3450 - test/cpp/common/auth_property_iterator_test.cc
3451 deps:
3452 - grpc++_test_util
3453 - grpc_test_util
3454 - grpc++
3455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003456 - gpr_test_util
3457 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003458- name: bm_arena
3459 build: test
3460 language: c++
3461 src:
3462 - test/cpp/microbenchmarks/bm_arena.cc
3463 deps:
3464 - grpc_benchmark
3465 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003466 - grpc++_test_util_unsecure
3467 - grpc_test_util_unsecure
3468 - grpc++_unsecure
3469 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003470 - gpr_test_util
3471 - gpr
3472 args:
3473 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003474 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003475 platforms:
3476 - mac
3477 - linux
3478 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003479- name: bm_call_create
3480 build: test
3481 language: c++
3482 src:
3483 - test/cpp/microbenchmarks/bm_call_create.cc
3484 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003485 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003486 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003487 - grpc++_test_util_unsecure
3488 - grpc_test_util_unsecure
3489 - grpc++_unsecure
3490 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003491 - gpr_test_util
3492 - gpr
3493 args:
3494 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003495 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003496 platforms:
3497 - mac
3498 - linux
3499 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003500- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003501 build: test
3502 language: c++
3503 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003504 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003505 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003506 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003507 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003508 - grpc++_test_util_unsecure
3509 - grpc_test_util_unsecure
3510 - grpc++_unsecure
3511 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003512 - gpr_test_util
3513 - gpr
3514 args:
3515 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003516 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003517 platforms:
3518 - mac
3519 - linux
3520 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003521- name: bm_chttp2_transport
3522 build: test
3523 language: c++
3524 src:
3525 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3526 deps:
3527 - grpc_benchmark
3528 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003529 - grpc++_test_util_unsecure
3530 - grpc_test_util_unsecure
3531 - grpc++_unsecure
3532 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003533 - gpr_test_util
3534 - gpr
3535 args:
3536 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003537 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003538 platforms:
3539 - mac
3540 - linux
3541 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003542- name: bm_closure
3543 build: test
3544 language: c++
3545 src:
3546 - test/cpp/microbenchmarks/bm_closure.cc
3547 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003548 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003549 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003550 - grpc++_test_util_unsecure
3551 - grpc_test_util_unsecure
3552 - grpc++_unsecure
3553 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003554 - gpr_test_util
3555 - gpr
3556 args:
3557 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003558 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003559 platforms:
3560 - mac
3561 - linux
3562 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003563- name: bm_cq
3564 build: test
3565 language: c++
3566 src:
3567 - test/cpp/microbenchmarks/bm_cq.cc
3568 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003569 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003570 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003571 - grpc++_test_util_unsecure
3572 - grpc_test_util_unsecure
3573 - grpc++_unsecure
3574 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003575 - gpr_test_util
3576 - gpr
3577 args:
3578 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003579 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003580 platforms:
3581 - mac
3582 - linux
3583 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003584- name: bm_cq_multiple_threads
3585 build: test
3586 language: c++
3587 src:
3588 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3589 deps:
3590 - grpc_benchmark
3591 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003592 - grpc++_test_util_unsecure
3593 - grpc_test_util_unsecure
3594 - grpc++_unsecure
3595 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003596 - gpr_test_util
3597 - gpr
3598 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003599 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003600 defaults: benchmark
3601 platforms:
3602 - mac
3603 - linux
3604 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003605- name: bm_error
3606 build: test
3607 language: c++
3608 src:
3609 - test/cpp/microbenchmarks/bm_error.cc
3610 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003611 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003612 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003613 - grpc++_test_util_unsecure
3614 - grpc_test_util_unsecure
3615 - grpc++_unsecure
3616 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003617 - gpr_test_util
3618 - gpr
3619 args:
3620 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003621 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003622 platforms:
3623 - mac
3624 - linux
3625 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003626- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003627 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003628 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003629 headers:
3630 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003631 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003632 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003633 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003634 - grpc_benchmark
3635 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003636 - grpc++_test_util_unsecure
3637 - grpc_test_util_unsecure
3638 - grpc++_unsecure
3639 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003640 - gpr_test_util
3641 - gpr
3642 args:
3643 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003644 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003645 excluded_poll_engines:
3646 - poll
3647 - poll-cv
3648 platforms:
3649 - mac
3650 - linux
3651 - posix
3652 timeout_seconds: 1200
3653- name: bm_fullstack_streaming_pump
3654 build: test
3655 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003656 headers:
3657 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003658 src:
3659 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003660 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003661 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003662 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003663 - grpc++_test_util_unsecure
3664 - grpc_test_util_unsecure
3665 - grpc++_unsecure
3666 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003667 - gpr_test_util
3668 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003669 args:
3670 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003671 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003672 excluded_poll_engines:
3673 - poll
3674 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003675 platforms:
3676 - mac
3677 - linux
3678 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003679 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003680- name: bm_fullstack_trickle
3681 build: test
3682 language: c++
3683 src:
3684 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3685 deps:
3686 - grpc_benchmark
3687 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003688 - grpc++_test_util_unsecure
3689 - grpc_test_util_unsecure
3690 - grpc++_unsecure
3691 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003692 - gpr_test_util
3693 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003694 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003695 args:
3696 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003697 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003698 excluded_poll_engines:
3699 - poll
3700 - poll-cv
3701 platforms:
3702 - mac
3703 - linux
3704 - posix
3705 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003706- name: bm_fullstack_unary_ping_pong
3707 build: test
3708 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003709 headers:
3710 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003711 src:
3712 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3713 deps:
3714 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003715 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003716 - grpc++_test_util_unsecure
3717 - grpc_test_util_unsecure
3718 - grpc++_unsecure
3719 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003720 - gpr_test_util
3721 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003722 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003723 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003724 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003725 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003726 - poll
3727 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003728 platforms:
3729 - mac
3730 - linux
3731 - posix
3732 timeout_seconds: 1200
3733- name: bm_metadata
3734 build: test
3735 language: c++
3736 src:
3737 - test/cpp/microbenchmarks/bm_metadata.cc
3738 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003739 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003740 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003741 - grpc++_test_util_unsecure
3742 - grpc_test_util_unsecure
3743 - grpc++_unsecure
3744 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003745 - gpr_test_util
3746 - gpr
3747 args:
3748 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003749 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003750 platforms:
3751 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003752 - linux
3753 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003754- name: bm_pollset
3755 build: test
3756 language: c++
3757 src:
3758 - test/cpp/microbenchmarks/bm_pollset.cc
3759 deps:
3760 - grpc_benchmark
3761 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003762 - grpc++_test_util_unsecure
3763 - grpc_test_util_unsecure
3764 - grpc++_unsecure
3765 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003766 - gpr_test_util
3767 - gpr
3768 args:
3769 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003770 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003771 platforms:
3772 - mac
3773 - linux
3774 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003775- name: channel_arguments_test
3776 gtest: true
3777 build: test
3778 language: c++
3779 src:
3780 - test/cpp/common/channel_arguments_test.cc
3781 deps:
3782 - grpc++
3783 - grpc
3784 - gpr
3785- name: channel_filter_test
3786 gtest: true
3787 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003788 language: c++
3789 src:
3790 - test/cpp/common/channel_filter_test.cc
3791 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003792 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003793 - grpc
3794 - gpr
3795- name: cli_call_test
3796 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003797 build: test
3798 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003799 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003800 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003801 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003802 - grpc_cli_libs
3803 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003804 - grpc_test_util
3805 - grpc++
3806 - grpc
3807 - gpr_test_util
3808 - gpr
3809- name: client_crash_test
3810 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003811 cpu_cost: 0.1
3812 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003813 language: c++
3814 src:
3815 - test/cpp/end2end/client_crash_test.cc
3816 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003817 - grpc++_test_util
3818 - grpc_test_util
3819 - grpc++
3820 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003821 - gpr_test_util
3822 - gpr
3823 platforms:
3824 - mac
3825 - linux
3826 - posix
3827- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003828 build: test
3829 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003830 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003831 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003832 - test/cpp/end2end/client_crash_test_server.cc
3833 deps:
3834 - grpc++_test_util
3835 - grpc_test_util
3836 - grpc++
3837 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003838 - gpr_test_util
3839 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003840- name: client_lb_end2end_test
3841 gtest: true
3842 build: test
3843 language: c++
3844 src:
3845 - test/cpp/end2end/client_lb_end2end_test.cc
3846 deps:
3847 - grpc++_test_util
3848 - grpc_test_util
3849 - grpc++
3850 - grpc
3851 - gpr_test_util
3852 - gpr
3853 excluded_poll_engines:
3854 - poll
3855 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003856- name: codegen_test_full
3857 gtest: true
3858 build: test
3859 language: c++
3860 src:
3861 - src/proto/grpc/testing/control.proto
3862 - src/proto/grpc/testing/messages.proto
3863 - src/proto/grpc/testing/payloads.proto
3864 - src/proto/grpc/testing/services.proto
3865 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003866 - test/cpp/codegen/codegen_test_full.cc
3867 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003868 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003869 - grpc++
3870 - grpc
3871 - gpr
3872 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003873 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003874- name: codegen_test_minimal
3875 gtest: true
3876 build: test
3877 language: c++
3878 src:
3879 - src/proto/grpc/testing/control.proto
3880 - src/proto/grpc/testing/messages.proto
3881 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003882 - src/proto/grpc/testing/services.proto
3883 - src/proto/grpc/testing/stats.proto
3884 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003885 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003886 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003887 - grpc
3888 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003889 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003890 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003891 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003892- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003893 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003894 build: test
3895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003896 src:
3897 - test/cpp/client/credentials_test.cc
3898 deps:
3899 - grpc++
3900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003902- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003903 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003904 build: test
3905 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003906 src:
3907 - test/cpp/util/byte_buffer_test.cc
3908 deps:
3909 - grpc_test_util
3910 - grpc++
3911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003912 - gpr_test_util
3913 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003914- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003915 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003916 build: test
3917 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003918 src:
3919 - test/cpp/util/slice_test.cc
3920 deps:
3921 - grpc_test_util
3922 - grpc++
3923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003924 - gpr_test_util
3925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003926- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003927 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928 build: test
3929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003930 src:
3931 - test/cpp/util/string_ref_test.cc
3932 deps:
3933 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003934 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003935- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003936 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003937 build: test
3938 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003939 src:
3940 - test/cpp/util/time_test.cc
3941 deps:
3942 - grpc_test_util
3943 - grpc++
3944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003945 - gpr_test_util
3946 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003947- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003948 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003949 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003950 build: test
3951 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003952 src:
3953 - test/cpp/end2end/end2end_test.cc
3954 deps:
3955 - grpc++_test_util
3956 - grpc_test_util
3957 - grpc++
3958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003959 - gpr_test_util
3960 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003961- name: error_details_test
3962 gtest: true
3963 build: test
3964 language: c++
3965 src:
3966 - src/proto/grpc/testing/echo_messages.proto
3967 - test/cpp/util/error_details_test.cc
3968 deps:
3969 - grpc++_error_details
3970 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003971- name: filter_end2end_test
3972 gtest: true
3973 build: test
3974 language: c++
3975 src:
3976 - test/cpp/end2end/filter_end2end_test.cc
3977 deps:
3978 - grpc++_test_util
3979 - grpc_test_util
3980 - grpc++
3981 - grpc
3982 - gpr_test_util
3983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003984- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003985 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003986 build: test
3987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003988 src:
3989 - test/cpp/end2end/generic_end2end_test.cc
3990 deps:
3991 - grpc++_test_util
3992 - grpc_test_util
3993 - grpc++
3994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003995 - gpr_test_util
3996 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003997- name: golden_file_test
3998 gtest: true
3999 build: test
4000 language: c++
4001 src:
4002 - src/proto/grpc/testing/compiler_test.proto
4003 - test/cpp/codegen/golden_file_test.cc
4004 deps:
4005 - grpc++
4006 - grpc
4007 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004008 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004009 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07004010- name: grpc_cli
4011 build: test
4012 run: false
4013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004014 src:
4015 - test/cpp/util/grpc_cli.cc
4016 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004017 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004018 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004019 - grpc++
4020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004021 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004022 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004023- name: grpc_cpp_plugin
4024 build: protoc
4025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004026 src:
4027 - src/compiler/cpp_plugin.cc
4028 deps:
4029 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004030 secure: false
4031 vs_config_type: Application
4032 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4033- name: grpc_csharp_plugin
4034 build: protoc
4035 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004036 src:
4037 - src/compiler/csharp_plugin.cc
4038 deps:
4039 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004040 secure: false
4041 vs_config_type: Application
4042 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004043- name: grpc_node_plugin
4044 build: protoc
4045 language: c++
4046 src:
4047 - src/compiler/node_plugin.cc
4048 deps:
4049 - grpc_plugin_support
4050 secure: false
4051 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004052- name: grpc_objective_c_plugin
4053 build: protoc
4054 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004055 src:
4056 - src/compiler/objective_c_plugin.cc
4057 deps:
4058 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004059 secure: false
4060 vs_config_type: Application
4061 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004062- name: grpc_php_plugin
4063 build: protoc
4064 language: c++
4065 src:
4066 - src/compiler/php_plugin.cc
4067 deps:
4068 - grpc_plugin_support
4069 secure: false
4070 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004071- name: grpc_python_plugin
4072 build: protoc
4073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004074 src:
4075 - src/compiler/python_plugin.cc
4076 deps:
4077 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004078 secure: false
4079 vs_config_type: Application
4080 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4081- name: grpc_ruby_plugin
4082 build: protoc
4083 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004084 src:
4085 - src/compiler/ruby_plugin.cc
4086 deps:
4087 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004088 secure: false
4089 vs_config_type: Application
4090 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004091- name: grpc_tool_test
4092 gtest: true
4093 build: test
4094 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004095 src:
4096 - src/proto/grpc/testing/echo.proto
4097 - src/proto/grpc/testing/echo_messages.proto
4098 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004099 deps:
4100 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004101 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004102 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004103 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004104 - grpc_test_util
4105 - grpc++
4106 - grpc
4107 - gpr_test_util
4108 - gpr
4109 filegroups:
4110 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004111- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004112 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004113 build: test
4114 language: c++
4115 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004116 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004117 - test/cpp/grpclb/grpclb_api_test.cc
4118 deps:
4119 - grpc++_test_util
4120 - grpc_test_util
4121 - grpc++
4122 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004123- name: grpclb_end2end_test
4124 gtest: true
4125 build: test
4126 language: c++
4127 src:
4128 - src/proto/grpc/lb/v1/load_balancer.proto
4129 - test/cpp/end2end/grpclb_end2end_test.cc
4130 deps:
4131 - grpc++_test_util
4132 - grpc_test_util
4133 - grpc++
4134 - grpc
4135 - gpr_test_util
4136 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004137 excluded_poll_engines:
4138 - poll
4139 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004140- name: grpclb_test
4141 gtest: false
4142 build: test
4143 language: c++
4144 src:
4145 - src/proto/grpc/lb/v1/load_balancer.proto
4146 - test/cpp/grpclb/grpclb_test.cc
4147 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004148 - grpc++_test_util
4149 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004150 - grpc++
4151 - grpc
4152 - gpr_test_util
4153 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004154 excluded_poll_engines:
4155 - poll
4156 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004157- name: health_service_end2end_test
4158 gtest: true
4159 build: test
4160 language: c++
4161 src:
4162 - test/cpp/end2end/health_service_end2end_test.cc
4163 deps:
4164 - grpc++_test_util
4165 - grpc_test_util
4166 - grpc++
4167 - grpc
4168 - gpr_test_util
4169 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004170- name: http2_client
4171 build: test
4172 run: false
4173 language: c++
4174 src: []
4175 deps:
4176 - http2_client_main
4177 - grpc++_test_util
4178 - grpc_test_util
4179 - grpc++
4180 - grpc
4181 - grpc++_test_config
4182 platforms:
4183 - mac
4184 - linux
4185 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004186- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004187 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004188 build: test
4189 language: c++
4190 src:
4191 - test/cpp/end2end/hybrid_end2end_test.cc
4192 deps:
4193 - grpc++_test_util
4194 - grpc_test_util
4195 - grpc++
4196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004197 - gpr_test_util
4198 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004199- name: interop_client
4200 build: test
4201 run: false
4202 language: c++
4203 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004204 deps:
4205 - interop_client_main
4206 - interop_client_helper
4207 - grpc++_test_util
4208 - grpc_test_util
4209 - grpc++
4210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004211 - gpr_test_util
4212 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004213 - grpc++_test_config
4214 platforms:
4215 - mac
4216 - linux
4217 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004218- name: interop_server
4219 build: test
4220 run: false
4221 language: c++
4222 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004223 deps:
4224 - interop_server_main
4225 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004226 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004227 - grpc++_test_util
4228 - grpc_test_util
4229 - grpc++
4230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004231 - gpr_test_util
4232 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004233 - grpc++_test_config
4234 platforms:
4235 - mac
4236 - linux
4237 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004238- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004239 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004240 build: test
4241 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004242 src:
4243 - test/cpp/interop/interop_test.cc
4244 deps:
4245 - grpc_test_util
4246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004247 - gpr_test_util
4248 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004249 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004250 platforms:
4251 - mac
4252 - linux
4253 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004254- name: json_run_localhost
4255 build: test
4256 run: false
4257 language: c++
4258 src:
4259 - test/cpp/qps/json_run_localhost.cc
4260 deps:
4261 - grpc++_test_util
4262 - grpc_test_util
4263 - grpc++
4264 - grpc
4265 - gpr_test_util
4266 - gpr
4267 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004268 platforms:
4269 - mac
4270 - linux
4271 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004272- name: memory_test
4273 gtest: true
4274 build: test
4275 language: c++
4276 src:
4277 - test/core/support/memory_test.cc
4278 deps:
4279 - grpc_test_util
4280 - grpc++
4281 - grpc
4282 - gpr_test_util
4283 - gpr
4284 uses:
4285 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004286- name: metrics_client
4287 build: test
4288 run: false
4289 language: c++
4290 headers:
4291 - test/cpp/util/metrics_server.h
4292 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004293 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004294 - test/cpp/interop/metrics_client.cc
4295 deps:
4296 - grpc++
4297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004298 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004299 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004300- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004301 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004302 build: test
4303 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004304 headers:
4305 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004306 src:
4307 - test/cpp/end2end/mock_test.cc
4308 deps:
4309 - grpc++_test_util
4310 - grpc_test_util
4311 - grpc++
4312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004313 - gpr_test_util
4314 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004315- name: noop-benchmark
4316 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004317 language: c++
4318 src:
4319 - test/cpp/microbenchmarks/noop-benchmark.cc
4320 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004321 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004322 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004323- name: proto_server_reflection_test
4324 gtest: true
4325 build: test
4326 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004327 src:
4328 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004329 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004330 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004331 - grpc++_reflection
4332 - grpc++_test_util
4333 - grpc_test_util
4334 - grpc++
4335 - grpc
4336 - gpr_test_util
4337 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004338- name: proto_utils_test
4339 gtest: true
4340 build: test
4341 language: c++
4342 src:
4343 - test/cpp/codegen/proto_utils_test.cc
4344 deps:
4345 - grpc++
4346 - grpc
4347 filegroups:
4348 - grpc++_codegen_base
4349 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004350- name: qps_interarrival_test
4351 build: test
4352 run: false
4353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004354 src:
4355 - test/cpp/qps/qps_interarrival_test.cc
4356 deps:
4357 - qps
4358 - grpc++_test_util
4359 - grpc_test_util
4360 - grpc++
4361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004362 - gpr_test_util
4363 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004364 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004365 platforms:
4366 - mac
4367 - linux
4368 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004369- name: qps_json_driver
4370 build: test
4371 run: false
4372 language: c++
4373 src:
4374 - test/cpp/qps/qps_json_driver.cc
4375 deps:
4376 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004377 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004378 - grpc++_test_util
4379 - grpc_test_util
4380 - grpc++
4381 - grpc
4382 - gpr_test_util
4383 - gpr
4384 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004385- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004386 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004387 build: test
4388 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004389 src:
4390 - test/cpp/qps/qps_openloop_test.cc
4391 deps:
4392 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004393 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004394 - grpc++_test_util
4395 - grpc_test_util
4396 - grpc++
4397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004398 - gpr_test_util
4399 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004400 - grpc++_test_config
4401 platforms:
4402 - mac
4403 - linux
4404 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004405- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004406 build: test
4407 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004409 headers:
4410 - test/cpp/qps/client.h
4411 - test/cpp/qps/server.h
4412 src:
4413 - test/cpp/qps/worker.cc
4414 deps:
4415 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004416 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004417 - grpc++_test_util
4418 - grpc_test_util
4419 - grpc++
4420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004421 - gpr_test_util
4422 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004423 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004424- name: reconnect_interop_client
4425 build: test
4426 run: false
4427 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004428 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004429 - src/proto/grpc/testing/empty.proto
4430 - src/proto/grpc/testing/messages.proto
4431 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004432 - test/cpp/interop/reconnect_interop_client.cc
4433 deps:
4434 - grpc++_test_util
4435 - grpc_test_util
4436 - grpc++
4437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004438 - gpr_test_util
4439 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004440 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004441- name: reconnect_interop_server
4442 build: test
4443 run: false
4444 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004445 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004446 - src/proto/grpc/testing/empty.proto
4447 - src/proto/grpc/testing/messages.proto
4448 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004449 - test/cpp/interop/reconnect_interop_server.cc
4450 deps:
4451 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004452 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004453 - grpc++_test_util
4454 - grpc_test_util
4455 - grpc++
4456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004457 - gpr_test_util
4458 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004459 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004460- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004461 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004462 build: test
4463 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004464 src:
4465 - test/cpp/common/secure_auth_context_test.cc
4466 deps:
4467 - grpc++_test_util
4468 - grpc_test_util
4469 - grpc++
4470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004471 - gpr_test_util
4472 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004473- name: secure_sync_unary_ping_pong_test
4474 build: test
4475 language: c++
4476 src:
4477 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4478 deps:
4479 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004480 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004481 - grpc++_test_util
4482 - grpc_test_util
4483 - grpc++
4484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004485 - gpr_test_util
4486 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004487 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004488 platforms:
4489 - mac
4490 - linux
4491 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004492- name: server_builder_plugin_test
4493 gtest: true
4494 build: test
4495 language: c++
4496 src:
4497 - test/cpp/end2end/server_builder_plugin_test.cc
4498 deps:
4499 - grpc++_test_util
4500 - grpc_test_util
4501 - grpc++
4502 - grpc
4503 - gpr_test_util
4504 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004505- name: server_builder_test
4506 gtest: true
4507 build: test
4508 language: c++
4509 src:
4510 - src/proto/grpc/testing/echo_messages.proto
4511 - src/proto/grpc/testing/echo.proto
4512 - test/cpp/server/server_builder_test.cc
4513 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004514 - grpc++_test_util_unsecure
4515 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004516 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004517 - grpc++_unsecure
4518 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004519 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004520- name: server_context_test_spouse_test
4521 gtest: true
4522 build: test
4523 language: c++
4524 src:
4525 - test/cpp/test/server_context_test_spouse_test.cc
4526 deps:
4527 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004528 - grpc++
4529 - grpc
4530 - gpr_test_util
4531 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004532 uses:
4533 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004534- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004535 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004536 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004537 build: test
4538 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004539 src:
4540 - test/cpp/end2end/server_crash_test.cc
4541 deps:
4542 - grpc++_test_util
4543 - grpc_test_util
4544 - grpc++
4545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004546 - gpr_test_util
4547 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004548 platforms:
4549 - mac
4550 - linux
4551 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004552- name: server_crash_test_client
4553 build: test
4554 run: false
4555 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004556 src:
4557 - test/cpp/end2end/server_crash_test_client.cc
4558 deps:
4559 - grpc++_test_util
4560 - grpc_test_util
4561 - grpc++
4562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004563 - gpr_test_util
4564 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004565- name: server_request_call_test
4566 gtest: true
4567 build: test
4568 language: c++
4569 src:
4570 - src/proto/grpc/testing/echo_messages.proto
4571 - src/proto/grpc/testing/echo.proto
4572 - test/cpp/server/server_request_call_test.cc
4573 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004574 - grpc++_test_util_unsecure
4575 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004576 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004577 - grpc++_unsecure
4578 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004580- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004581 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004582 build: test
4583 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004584 src:
4585 - test/cpp/end2end/shutdown_test.cc
4586 deps:
4587 - grpc++_test_util
4588 - grpc_test_util
4589 - grpc++
4590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004591 - gpr_test_util
4592 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004593- name: stats_test
4594 gtest: true
4595 build: test
4596 language: c++
4597 src:
4598 - test/core/debug/stats_test.cc
4599 deps:
4600 - grpc++_test_util
4601 - grpc_test_util
4602 - grpc
4603 - gpr_test_util
4604 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004605- name: status_test
4606 build: test
4607 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004608 src:
4609 - test/cpp/util/status_test.cc
4610 deps:
4611 - grpc_test_util
4612 - grpc++
4613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004614 - gpr_test_util
4615 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004616- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004617 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004618 build: test
4619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004620 src:
4621 - test/cpp/end2end/streaming_throughput_test.cc
4622 deps:
4623 - grpc++_test_util
4624 - grpc_test_util
4625 - grpc++
4626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004627 - gpr_test_util
4628 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004629 platforms:
4630 - mac
4631 - linux
4632 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004633- name: stress_test
4634 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004635 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004636 language: c++
4637 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004638 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004639 - test/cpp/interop/interop_client.h
4640 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004641 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004642 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004643 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004644 - src/proto/grpc/testing/empty.proto
4645 - src/proto/grpc/testing/messages.proto
4646 - src/proto/grpc/testing/metrics.proto
4647 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004648 - test/cpp/interop/interop_client.cc
4649 - test/cpp/interop/stress_interop_client.cc
4650 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004651 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004652 deps:
4653 - grpc++_test_util
4654 - grpc_test_util
4655 - grpc++
4656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004657 - gpr_test_util
4658 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004659 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004660- name: thread_manager_test
4661 build: test
4662 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004663 src:
4664 - test/cpp/thread_manager/thread_manager_test.cc
4665 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004666 - grpc++_unsecure
4667 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004668 - gpr
4669 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004670- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004671 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004672 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004673 build: test
4674 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004675 src:
4676 - test/cpp/end2end/thread_stress_test.cc
4677 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004678 - grpc++_test_util_unsecure
4679 - grpc_test_util_unsecure
4680 - grpc++_unsecure
4681 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004682 - gpr_test_util
4683 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004684 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004685- name: writes_per_rpc_test
4686 gtest: true
4687 cpu_cost: 0.5
4688 build: test
4689 language: c++
4690 src:
4691 - test/cpp/performance/writes_per_rpc_test.cc
4692 deps:
4693 - grpc++_test_util
4694 - grpc_test_util
4695 - grpc++
4696 - grpc
4697 - gpr_test_util
4698 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004699 platforms:
4700 - mac
4701 - linux
4702 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004703- name: public_headers_must_be_c89
4704 build: test
4705 language: c89
4706 src:
4707 - test/core/surface/public_headers_must_be_c89.c
4708 deps:
4709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004710 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004711vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004712- linkage: static
4713 name: grpc.dependencies.zlib
4714 props: false
4715 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004716 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004717- linkage: static
4718 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004719 props: true
4720 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004721 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004722- name: gflags
4723 props: false
4724 redist: false
4725 version: 2.1.2.1
4726- name: gtest
4727 props: false
4728 redist: false
4729 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004730configs:
4731 asan:
4732 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004733 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4734 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004735 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004736 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004737 LDFLAGS: -fsanitize=address
4738 LDXX: clang++
4739 compile_the_world: true
4740 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004741 ASAN_OPTIONS: detect_leaks=1:color=always
4742 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004743 asan-noleaks:
4744 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004745 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4746 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004747 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004748 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004749 LDFLAGS: -fsanitize=address
4750 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004751 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004752 test_environ:
4753 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004754 asan-trace-cmp:
4755 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004756 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4757 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004758 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004759 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004760 LDFLAGS: -fsanitize=address
4761 LDXX: clang++
4762 compile_the_world: true
4763 test_environ:
4764 ASAN_OPTIONS: detect_leaks=1:color=always
4765 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004766 basicprof:
4767 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4768 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004769 c++-compat:
4770 CFLAGS: -Wc++-compat
4771 CPPFLAGS: -O0
4772 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004773 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004774 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004775 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004776 dbg:
4777 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004778 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004779 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004780 gcov:
4781 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004782 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004783 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004784 DEFINES: _DEBUG DEBUG GPR_GCOV
4785 LD: gcc
4786 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4787 LDXX: g++
4788 helgrind:
4789 CPPFLAGS: -O0
4790 DEFINES: _DEBUG DEBUG
4791 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004792 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004793 lto:
4794 CPPFLAGS: -O2
4795 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004796 memcheck:
4797 CPPFLAGS: -O0
4798 DEFINES: _DEBUG DEBUG
4799 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004800 valgrind: --tool=memcheck --leak-check=full
4801 msan:
4802 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004803 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4804 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4805 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004806 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004807 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004808 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004809 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4810 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4811 LDXX: clang++
4812 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004813 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004814 CPPFLAGS: -O3 -fno-omit-frame-pointer
4815 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004816 LDFLAGS: -rdynamic
4817 opt:
4818 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004819 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004820 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004821 stapprof:
4822 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4823 DEFINES: NDEBUG
4824 tsan:
4825 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004826 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004827 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004828 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004829 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004830 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004831 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004832 LDXX: clang++
4833 compile_the_world: true
4834 test_environ:
4835 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004836 ubsan:
4837 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004838 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4839 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004840 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004841 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004842 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004843 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004844 LDXX: clang++
4845 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004846 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004847 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004848defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004849 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004850 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4851 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004852 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4853 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004854 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4855 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004856 benchmark:
4857 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004858 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004859 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004860 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004861 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004862 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004863 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004864 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004865 LDFLAGS: -g
4866 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004867 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004868 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004869node_modules:
4870- deps:
4871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004872 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004873 - boringssl
4874 - z
murgatroid9994a75412015-11-19 14:04:53 -08004875 headers:
4876 - src/node/ext/byte_buffer.h
4877 - src/node/ext/call.h
4878 - src/node/ext/call_credentials.h
4879 - src/node/ext/channel.h
4880 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004881 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004882 - src/node/ext/server.h
4883 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004884 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004885 - src/node/ext/timeval.h
4886 js:
4887 - src/node/index.js
4888 - src/node/src/client.js
4889 - src/node/src/common.js
4890 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004891 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004892 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004893 - src/node/src/metadata.js
4894 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004895 name: grpc_node
4896 src:
4897 - src/node/ext/byte_buffer.cc
4898 - src/node/ext/call.cc
4899 - src/node/ext/call_credentials.cc
4900 - src/node/ext/channel.cc
4901 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004902 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004903 - src/node/ext/node_grpc.cc
4904 - src/node/ext/server.cc
4905 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004906 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004907 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004908openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004909 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004910 extraction_dir: openssl-1.0.2f
4911 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004912php_config_m4:
4913 deps:
4914 - grpc
4915 - gpr
4916 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004917 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004918 headers:
4919 - src/php/ext/grpc/byte_buffer.h
4920 - src/php/ext/grpc/call.h
4921 - src/php/ext/grpc/call_credentials.h
4922 - src/php/ext/grpc/channel.h
4923 - src/php/ext/grpc/channel_credentials.h
4924 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004925 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004926 - src/php/ext/grpc/php_grpc.h
4927 - src/php/ext/grpc/server.h
4928 - src/php/ext/grpc/server_credentials.h
4929 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004930 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004931 src:
4932 - src/php/ext/grpc/byte_buffer.c
4933 - src/php/ext/grpc/call.c
4934 - src/php/ext/grpc/call_credentials.c
4935 - src/php/ext/grpc/channel.c
4936 - src/php/ext/grpc/channel_credentials.c
4937 - src/php/ext/grpc/completion_queue.c
4938 - src/php/ext/grpc/php_grpc.c
4939 - src/php/ext/grpc/server.c
4940 - src/php/ext/grpc/server_credentials.c
4941 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004942python_dependencies:
4943 deps:
4944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004945 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004946 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004947 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004948 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004949ruby_gem:
4950 deps:
4951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004952 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004953 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004954 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004955 - z