blob: 8b0aaa6c934873f9936f3a51d6b17aa23d259d48 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai58c33ba2017-09-01 14:08:42 -070015 core_version: 5.0.0-dev
murgatroid9998873792017-10-02 17:28:27 -070016 g_stands_for: generous
17 version: 1.8.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070042 - src/core/ext/census/base_resources.cc
43 - src/core/ext/census/context.cc
Alistair Veitch30fe6322016-05-23 10:11:28 -070044 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070045 - 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
Yash Tibrewal83062842017-09-21 18:56:08 -070069 - src/core/lib/support/cmdline.cc
70 - src/core/lib/support/cpu_iphone.cc
71 - src/core/lib/support/cpu_linux.cc
72 - src/core/lib/support/cpu_posix.cc
73 - src/core/lib/support/cpu_windows.cc
74 - src/core/lib/support/env_linux.cc
75 - src/core/lib/support/env_posix.cc
76 - src/core/lib/support/env_windows.cc
77 - src/core/lib/support/histogram.cc
78 - src/core/lib/support/host_port.cc
79 - src/core/lib/support/log.cc
80 - src/core/lib/support/log_android.cc
81 - src/core/lib/support/log_linux.cc
82 - src/core/lib/support/log_posix.cc
83 - src/core/lib/support/log_windows.cc
84 - src/core/lib/support/mpscq.cc
85 - src/core/lib/support/murmur_hash.cc
86 - src/core/lib/support/stack_lockfree.cc
87 - src/core/lib/support/string.cc
88 - src/core/lib/support/string_posix.cc
89 - src/core/lib/support/string_util_windows.cc
90 - src/core/lib/support/string_windows.cc
91 - src/core/lib/support/subprocess_posix.cc
92 - src/core/lib/support/subprocess_windows.cc
93 - src/core/lib/support/sync.cc
94 - src/core/lib/support/sync_posix.cc
95 - src/core/lib/support/sync_windows.cc
96 - src/core/lib/support/thd.cc
97 - src/core/lib/support/thd_posix.cc
98 - src/core/lib/support/thd_windows.cc
99 - src/core/lib/support/time.cc
100 - src/core/lib/support/time_posix.cc
101 - src/core/lib/support/time_precise.cc
102 - src/core/lib/support/time_windows.cc
103 - src/core/lib/support/tls_pthread.cc
104 - src/core/lib/support/tmpfile_msys.cc
105 - src/core/lib/support/tmpfile_posix.cc
106 - src/core/lib/support/tmpfile_windows.cc
107 - src/core/lib/support/wrap_memcpy.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700108 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700109 - gpr_base_headers
110- name: gpr_base_headers
111 public_headers:
112 - include/grpc/support/alloc.h
113 - include/grpc/support/atm.h
114 - include/grpc/support/atm_gcc_atomic.h
115 - include/grpc/support/atm_gcc_sync.h
116 - include/grpc/support/atm_windows.h
117 - include/grpc/support/avl.h
118 - include/grpc/support/cmdline.h
119 - include/grpc/support/cpu.h
120 - include/grpc/support/histogram.h
121 - include/grpc/support/host_port.h
122 - include/grpc/support/log.h
123 - include/grpc/support/log_windows.h
124 - include/grpc/support/port_platform.h
125 - include/grpc/support/string_util.h
126 - include/grpc/support/subprocess.h
127 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700128 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700129 - include/grpc/support/sync_generic.h
130 - include/grpc/support/sync_posix.h
131 - include/grpc/support/sync_windows.h
132 - include/grpc/support/thd.h
133 - include/grpc/support/time.h
134 - include/grpc/support/tls.h
135 - include/grpc/support/tls_gcc.h
136 - include/grpc/support/tls_msvc.h
137 - include/grpc/support/tls_pthread.h
138 - include/grpc/support/useful.h
139 headers:
140 - src/core/lib/profiling/timers.h
141 - src/core/lib/support/arena.h
142 - src/core/lib/support/atomic.h
143 - src/core/lib/support/atomic_with_atm.h
144 - src/core/lib/support/atomic_with_std.h
Vijay Pai42807252017-07-28 15:08:24 -0700145 - src/core/lib/support/env.h
146 - src/core/lib/support/memory.h
147 - src/core/lib/support/mpscq.h
148 - src/core/lib/support/murmur_hash.h
149 - src/core/lib/support/spinlock.h
150 - src/core/lib/support/stack_lockfree.h
151 - src/core/lib/support/string.h
152 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700153 - src/core/lib/support/time_precise.h
154 - src/core/lib/support/tmpfile.h
155 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700156 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800157- name: gpr_codegen
158 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/atm.h
160 - include/grpc/impl/codegen/atm_gcc_atomic.h
161 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800163 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700164 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800165 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800166 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700167 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800168 - include/grpc/impl/codegen/sync_generic.h
169 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700170 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700171- name: grpc++_base
172 deps:
173 - grpc
174 uses:
175 - grpc++_common
176 - grpc++_codegen_base
177- name: grpc++_base_unsecure
178 deps:
179 - grpc_unsecure
180 uses:
181 - grpc++_common
182 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700183- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700184 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700185 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700186 - src/core/lib/channel/channel_args.cc
187 - src/core/lib/channel/channel_stack.cc
188 - src/core/lib/channel/channel_stack_builder.cc
189 - src/core/lib/channel/connected_channel.cc
190 - src/core/lib/channel/handshaker.cc
191 - src/core/lib/channel/handshaker_factory.cc
192 - src/core/lib/channel/handshaker_registry.cc
193 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700194 - src/core/lib/compression/compression_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700195 - src/core/lib/compression/message_compress.cc
196 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700197 - src/core/lib/compression/stream_compression_gzip.cc
198 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700199 - src/core/lib/debug/stats.cc
200 - src/core/lib/debug/stats_data.cc
201 - src/core/lib/http/format_request.cc
202 - src/core/lib/http/httpcli.cc
203 - src/core/lib/http/parser.cc
204 - src/core/lib/iomgr/call_combiner.cc
205 - src/core/lib/iomgr/closure.cc
206 - src/core/lib/iomgr/combiner.cc
207 - src/core/lib/iomgr/endpoint.cc
208 - src/core/lib/iomgr/endpoint_pair_posix.cc
209 - src/core/lib/iomgr/endpoint_pair_uv.cc
210 - src/core/lib/iomgr/endpoint_pair_windows.cc
211 - src/core/lib/iomgr/error.cc
212 - src/core/lib/iomgr/ev_epoll1_linux.cc
213 - src/core/lib/iomgr/ev_epollex_linux.cc
214 - src/core/lib/iomgr/ev_epollsig_linux.cc
215 - src/core/lib/iomgr/ev_poll_posix.cc
216 - src/core/lib/iomgr/ev_posix.cc
217 - src/core/lib/iomgr/ev_windows.cc
218 - src/core/lib/iomgr/exec_ctx.cc
219 - src/core/lib/iomgr/executor.cc
220 - src/core/lib/iomgr/gethostname_fallback.cc
221 - src/core/lib/iomgr/gethostname_host_name_max.cc
222 - src/core/lib/iomgr/gethostname_sysconf.cc
223 - src/core/lib/iomgr/iocp_windows.cc
224 - src/core/lib/iomgr/iomgr.cc
225 - src/core/lib/iomgr/iomgr_posix.cc
226 - src/core/lib/iomgr/iomgr_uv.cc
227 - src/core/lib/iomgr/iomgr_windows.cc
228 - src/core/lib/iomgr/is_epollexclusive_available.cc
229 - src/core/lib/iomgr/load_file.cc
230 - src/core/lib/iomgr/lockfree_event.cc
231 - src/core/lib/iomgr/network_status_tracker.cc
232 - src/core/lib/iomgr/polling_entity.cc
233 - src/core/lib/iomgr/pollset_set_uv.cc
234 - src/core/lib/iomgr/pollset_set_windows.cc
235 - src/core/lib/iomgr/pollset_uv.cc
236 - src/core/lib/iomgr/pollset_windows.cc
237 - src/core/lib/iomgr/resolve_address_posix.cc
238 - src/core/lib/iomgr/resolve_address_uv.cc
239 - src/core/lib/iomgr/resolve_address_windows.cc
240 - src/core/lib/iomgr/resource_quota.cc
241 - src/core/lib/iomgr/sockaddr_utils.cc
242 - src/core/lib/iomgr/socket_factory_posix.cc
243 - src/core/lib/iomgr/socket_mutator.cc
244 - src/core/lib/iomgr/socket_utils_common_posix.cc
245 - src/core/lib/iomgr/socket_utils_linux.cc
246 - src/core/lib/iomgr/socket_utils_posix.cc
247 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700248 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700249 - src/core/lib/iomgr/socket_windows.cc
250 - src/core/lib/iomgr/tcp_client_posix.cc
251 - src/core/lib/iomgr/tcp_client_uv.cc
252 - src/core/lib/iomgr/tcp_client_windows.cc
253 - src/core/lib/iomgr/tcp_posix.cc
254 - src/core/lib/iomgr/tcp_server_posix.cc
255 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
256 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
257 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
258 - src/core/lib/iomgr/tcp_server_uv.cc
259 - src/core/lib/iomgr/tcp_server_windows.cc
260 - src/core/lib/iomgr/tcp_uv.cc
261 - src/core/lib/iomgr/tcp_windows.cc
262 - src/core/lib/iomgr/time_averaged_stats.cc
263 - src/core/lib/iomgr/timer_generic.cc
264 - src/core/lib/iomgr/timer_heap.cc
265 - src/core/lib/iomgr/timer_manager.cc
266 - src/core/lib/iomgr/timer_uv.cc
267 - src/core/lib/iomgr/udp_server.cc
268 - src/core/lib/iomgr/unix_sockets_posix.cc
269 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
270 - src/core/lib/iomgr/wakeup_fd_cv.cc
271 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
272 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
273 - src/core/lib/iomgr/wakeup_fd_pipe.cc
274 - src/core/lib/iomgr/wakeup_fd_posix.cc
275 - src/core/lib/json/json.cc
276 - src/core/lib/json/json_reader.cc
277 - src/core/lib/json/json_string.cc
278 - src/core/lib/json/json_writer.cc
279 - src/core/lib/slice/b64.cc
280 - src/core/lib/slice/percent_encoding.cc
281 - src/core/lib/slice/slice.cc
282 - src/core/lib/slice/slice_buffer.cc
283 - src/core/lib/slice/slice_hash_table.cc
284 - src/core/lib/slice/slice_intern.cc
285 - src/core/lib/slice/slice_string_helpers.cc
286 - src/core/lib/surface/alarm.cc
287 - src/core/lib/surface/api_trace.cc
288 - src/core/lib/surface/byte_buffer.cc
289 - src/core/lib/surface/byte_buffer_reader.cc
290 - src/core/lib/surface/call.cc
291 - src/core/lib/surface/call_details.cc
292 - src/core/lib/surface/call_log_batch.cc
293 - src/core/lib/surface/channel.cc
294 - src/core/lib/surface/channel_init.cc
295 - src/core/lib/surface/channel_ping.cc
296 - src/core/lib/surface/channel_stack_type.cc
297 - src/core/lib/surface/completion_queue.cc
298 - src/core/lib/surface/completion_queue_factory.cc
299 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700300 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700301 - src/core/lib/surface/metadata_array.cc
302 - src/core/lib/surface/server.cc
303 - src/core/lib/surface/validate_metadata.cc
304 - src/core/lib/surface/version.cc
305 - src/core/lib/transport/bdp_estimator.cc
306 - src/core/lib/transport/byte_stream.cc
307 - src/core/lib/transport/connectivity_state.cc
308 - src/core/lib/transport/error_utils.cc
309 - src/core/lib/transport/metadata.cc
310 - src/core/lib/transport/metadata_batch.cc
311 - src/core/lib/transport/pid_controller.cc
312 - src/core/lib/transport/service_config.cc
313 - src/core/lib/transport/static_metadata.cc
314 - src/core/lib/transport/status_conversion.cc
315 - src/core/lib/transport/timeout_encoding.cc
316 - src/core/lib/transport/transport.cc
317 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700318 deps:
319 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700320 filegroups:
321 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700322 uses:
323 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700324 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700325- name: grpc_base_headers
326 public_headers:
327 - include/grpc/byte_buffer.h
328 - include/grpc/byte_buffer_reader.h
329 - include/grpc/compression.h
330 - include/grpc/grpc.h
331 - include/grpc/grpc_posix.h
332 - include/grpc/grpc_security_constants.h
333 - include/grpc/load_reporting.h
334 - include/grpc/slice.h
335 - include/grpc/slice_buffer.h
336 - include/grpc/status.h
337 - include/grpc/support/workaround_list.h
338 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700339 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700340 - src/core/lib/channel/channel_args.h
341 - src/core/lib/channel/channel_stack.h
342 - src/core/lib/channel/channel_stack_builder.h
343 - src/core/lib/channel/connected_channel.h
344 - src/core/lib/channel/context.h
345 - src/core/lib/channel/handshaker.h
346 - src/core/lib/channel/handshaker_factory.h
347 - src/core/lib/channel/handshaker_registry.h
348 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700349 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700350 - src/core/lib/compression/message_compress.h
351 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700352 - src/core/lib/compression/stream_compression_gzip.h
353 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700354 - src/core/lib/debug/stats.h
355 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700356 - src/core/lib/http/format_request.h
357 - src/core/lib/http/httpcli.h
358 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700359 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth764cf042017-09-01 09:00:06 -0700360 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700361 - src/core/lib/iomgr/closure.h
362 - src/core/lib/iomgr/combiner.h
363 - src/core/lib/iomgr/endpoint.h
364 - src/core/lib/iomgr/endpoint_pair.h
365 - src/core/lib/iomgr/error.h
366 - src/core/lib/iomgr/error_internal.h
367 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700368 - src/core/lib/iomgr/ev_epollex_linux.h
369 - src/core/lib/iomgr/ev_epollsig_linux.h
370 - src/core/lib/iomgr/ev_poll_posix.h
371 - src/core/lib/iomgr/ev_posix.h
372 - src/core/lib/iomgr/exec_ctx.h
373 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700374 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700375 - src/core/lib/iomgr/iocp_windows.h
376 - src/core/lib/iomgr/iomgr.h
377 - src/core/lib/iomgr/iomgr_internal.h
378 - src/core/lib/iomgr/iomgr_posix.h
379 - src/core/lib/iomgr/iomgr_uv.h
380 - src/core/lib/iomgr/is_epollexclusive_available.h
381 - src/core/lib/iomgr/load_file.h
382 - src/core/lib/iomgr/lockfree_event.h
383 - src/core/lib/iomgr/nameser.h
384 - src/core/lib/iomgr/network_status_tracker.h
385 - src/core/lib/iomgr/polling_entity.h
386 - src/core/lib/iomgr/pollset.h
387 - src/core/lib/iomgr/pollset_set.h
388 - src/core/lib/iomgr/pollset_set_windows.h
389 - src/core/lib/iomgr/pollset_uv.h
390 - src/core/lib/iomgr/pollset_windows.h
391 - src/core/lib/iomgr/port.h
392 - src/core/lib/iomgr/resolve_address.h
393 - src/core/lib/iomgr/resource_quota.h
394 - src/core/lib/iomgr/sockaddr.h
395 - src/core/lib/iomgr/sockaddr_posix.h
396 - src/core/lib/iomgr/sockaddr_utils.h
397 - src/core/lib/iomgr/sockaddr_windows.h
398 - src/core/lib/iomgr/socket_factory_posix.h
399 - src/core/lib/iomgr/socket_mutator.h
400 - src/core/lib/iomgr/socket_utils.h
401 - src/core/lib/iomgr/socket_utils_posix.h
402 - src/core/lib/iomgr/socket_windows.h
403 - src/core/lib/iomgr/sys_epoll_wrapper.h
404 - src/core/lib/iomgr/tcp_client.h
405 - src/core/lib/iomgr/tcp_client_posix.h
406 - src/core/lib/iomgr/tcp_posix.h
407 - src/core/lib/iomgr/tcp_server.h
408 - src/core/lib/iomgr/tcp_server_utils_posix.h
409 - src/core/lib/iomgr/tcp_uv.h
410 - src/core/lib/iomgr/tcp_windows.h
411 - src/core/lib/iomgr/time_averaged_stats.h
412 - src/core/lib/iomgr/timer.h
413 - src/core/lib/iomgr/timer_generic.h
414 - src/core/lib/iomgr/timer_heap.h
415 - src/core/lib/iomgr/timer_manager.h
416 - src/core/lib/iomgr/timer_uv.h
417 - src/core/lib/iomgr/udp_server.h
418 - src/core/lib/iomgr/unix_sockets_posix.h
419 - src/core/lib/iomgr/wakeup_fd_cv.h
420 - src/core/lib/iomgr/wakeup_fd_pipe.h
421 - src/core/lib/iomgr/wakeup_fd_posix.h
422 - src/core/lib/json/json.h
423 - src/core/lib/json/json_common.h
424 - src/core/lib/json/json_reader.h
425 - src/core/lib/json/json_writer.h
426 - src/core/lib/slice/b64.h
427 - src/core/lib/slice/percent_encoding.h
428 - src/core/lib/slice/slice_hash_table.h
429 - src/core/lib/slice/slice_internal.h
430 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700431 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700432 - src/core/lib/surface/api_trace.h
433 - src/core/lib/surface/call.h
434 - src/core/lib/surface/call_test_only.h
435 - src/core/lib/surface/channel.h
436 - src/core/lib/surface/channel_init.h
437 - src/core/lib/surface/channel_stack_type.h
438 - src/core/lib/surface/completion_queue.h
439 - src/core/lib/surface/completion_queue_factory.h
440 - src/core/lib/surface/event_string.h
441 - src/core/lib/surface/init.h
442 - src/core/lib/surface/lame_client.h
443 - src/core/lib/surface/server.h
444 - src/core/lib/surface/validate_metadata.h
445 - src/core/lib/transport/bdp_estimator.h
446 - src/core/lib/transport/byte_stream.h
447 - src/core/lib/transport/connectivity_state.h
448 - src/core/lib/transport/error_utils.h
449 - src/core/lib/transport/http2_errors.h
450 - src/core/lib/transport/metadata.h
451 - src/core/lib/transport/metadata_batch.h
452 - src/core/lib/transport/pid_controller.h
453 - src/core/lib/transport/service_config.h
454 - src/core/lib/transport/static_metadata.h
455 - src/core/lib/transport/status_conversion.h
456 - src/core/lib/transport/timeout_encoding.h
457 - src/core/lib/transport/transport.h
458 - src/core/lib/transport/transport_impl.h
459 deps:
460 - gpr
461 uses:
462 - grpc_codegen
463 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700464- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700465 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700466 - src/core/ext/filters/client_channel/client_channel.h
467 - src/core/ext/filters/client_channel/client_channel_factory.h
468 - src/core/ext/filters/client_channel/connector.h
469 - src/core/ext/filters/client_channel/http_connect_handshaker.h
470 - src/core/ext/filters/client_channel/http_proxy.h
471 - src/core/ext/filters/client_channel/lb_policy.h
472 - src/core/ext/filters/client_channel/lb_policy_factory.h
473 - src/core/ext/filters/client_channel/lb_policy_registry.h
474 - src/core/ext/filters/client_channel/parse_address.h
475 - src/core/ext/filters/client_channel/proxy_mapper.h
476 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
477 - src/core/ext/filters/client_channel/resolver.h
478 - src/core/ext/filters/client_channel/resolver_factory.h
479 - src/core/ext/filters/client_channel/resolver_registry.h
480 - src/core/ext/filters/client_channel/retry_throttle.h
481 - src/core/ext/filters/client_channel/subchannel.h
482 - src/core/ext/filters/client_channel/subchannel_index.h
483 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700484 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700485 - src/core/ext/filters/client_channel/channel_connectivity.cc
486 - src/core/ext/filters/client_channel/client_channel.cc
487 - src/core/ext/filters/client_channel/client_channel_factory.cc
488 - src/core/ext/filters/client_channel/client_channel_plugin.cc
489 - src/core/ext/filters/client_channel/connector.cc
490 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
491 - src/core/ext/filters/client_channel/http_proxy.cc
492 - src/core/ext/filters/client_channel/lb_policy.cc
493 - src/core/ext/filters/client_channel/lb_policy_factory.cc
494 - src/core/ext/filters/client_channel/lb_policy_registry.cc
495 - src/core/ext/filters/client_channel/parse_address.cc
496 - src/core/ext/filters/client_channel/proxy_mapper.cc
497 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
498 - src/core/ext/filters/client_channel/resolver.cc
499 - src/core/ext/filters/client_channel/resolver_factory.cc
500 - src/core/ext/filters/client_channel/resolver_registry.cc
501 - src/core/ext/filters/client_channel/retry_throttle.cc
502 - src/core/ext/filters/client_channel/subchannel.cc
503 - src/core/ext/filters/client_channel/subchannel_index.cc
504 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700505 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700506 uses:
507 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700508 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800509- name: grpc_codegen
510 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700511 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700512 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800513 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800514 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800515 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800516 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800517 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700518 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800519 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700520 uses:
521 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700522- name: grpc_deadline_filter
523 headers:
524 - src/core/ext/filters/deadline/deadline_filter.h
525 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700526 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700527 plugin: grpc_deadline_filter
528 uses:
529 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700530- name: grpc_http_filters
531 headers:
532 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700533 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700534 - src/core/ext/filters/http/server/http_server_filter.h
535 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700536 - src/core/ext/filters/http/client/http_client_filter.cc
537 - src/core/ext/filters/http/http_filters_plugin.cc
538 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
539 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700540 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700541 uses:
542 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700543- name: grpc_lb_policy_grpclb
544 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700549 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
550 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700551 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700552 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
553 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
554 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
555 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
556 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700557 - 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 -0800558 plugin: grpc_lb_policy_grpclb
559 uses:
560 - grpc_base
561 - grpc_client_channel
562 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700563 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800564- name: grpc_lb_policy_grpclb_secure
565 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700566 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
568 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700569 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700570 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
571 - 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 -0800572 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700573 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
574 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
575 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
576 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
577 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700578 - 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 -0700579 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700580 uses:
581 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700582 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700583 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700584 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700585 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700586- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700587 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700588 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700589 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700590 uses:
591 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700592 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700593- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700594 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700595 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700596 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700597 uses:
598 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700599 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700600- name: grpc_max_age_filter
601 headers:
602 - src/core/ext/filters/max_age/max_age_filter.h
603 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700604 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700605 plugin: grpc_max_age_filter
606 uses:
607 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700608- name: grpc_message_size_filter
609 headers:
610 - src/core/ext/filters/message_size/message_size_filter.h
611 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700612 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700613 plugin: grpc_message_size_filter
614 uses:
615 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700616- name: grpc_resolver_dns_ares
617 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700618 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
619 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700620 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700621 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
622 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
623 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
624 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700625 plugin: grpc_resolver_dns_ares
626 uses:
627 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700628 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700629- name: grpc_resolver_dns_native
630 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700631 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700632 plugin: grpc_resolver_dns_native
633 uses:
634 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700635 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700636- name: grpc_resolver_fake
637 headers:
638 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
639 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700640 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700641 plugin: grpc_resolver_fake
642 uses:
643 - grpc_base
644 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700645- name: grpc_resolver_sockaddr
646 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700647 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700648 plugin: grpc_resolver_sockaddr
649 uses:
650 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700651 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100652- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700653 public_headers:
654 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100655 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700656 - src/core/lib/security/context/security_context.h
657 - src/core/lib/security/credentials/composite/composite_credentials.h
658 - src/core/lib/security/credentials/credentials.h
659 - src/core/lib/security/credentials/fake/fake_credentials.h
660 - src/core/lib/security/credentials/google_default/google_default_credentials.h
661 - src/core/lib/security/credentials/iam/iam_credentials.h
662 - src/core/lib/security/credentials/jwt/json_token.h
663 - src/core/lib/security/credentials/jwt/jwt_credentials.h
664 - src/core/lib/security/credentials/jwt/jwt_verifier.h
665 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
666 - src/core/lib/security/credentials/plugin/plugin_credentials.h
667 - src/core/lib/security/credentials/ssl/ssl_credentials.h
668 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800669 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700670 - src/core/lib/security/transport/secure_endpoint.h
671 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800672 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700673 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700674 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100675 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700676 - src/core/lib/http/httpcli_security_connector.cc
677 - src/core/lib/security/context/security_context.cc
678 - src/core/lib/security/credentials/composite/composite_credentials.cc
679 - src/core/lib/security/credentials/credentials.cc
680 - src/core/lib/security/credentials/credentials_metadata.cc
681 - src/core/lib/security/credentials/fake/fake_credentials.cc
682 - src/core/lib/security/credentials/google_default/credentials_generic.cc
683 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
684 - src/core/lib/security/credentials/iam/iam_credentials.cc
685 - src/core/lib/security/credentials/jwt/json_token.cc
686 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
687 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
688 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
689 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
690 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
691 - src/core/lib/security/transport/client_auth_filter.cc
692 - src/core/lib/security/transport/lb_targets_info.cc
693 - src/core/lib/security/transport/secure_endpoint.cc
694 - src/core/lib/security/transport/security_connector.cc
695 - src/core/lib/security/transport/security_handshaker.cc
696 - src/core/lib/security/transport/server_auth_filter.cc
697 - src/core/lib/security/transport/tsi_error.cc
698 - src/core/lib/security/util/json_util.cc
699 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700700 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700701 uses:
702 - grpc_base
703 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700705- name: grpc_server_backward_compatibility
706 headers:
707 - src/core/ext/filters/workarounds/workaround_utils.h
708 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700709 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700710 uses:
711 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700712- name: grpc_server_load_reporting
713 headers:
714 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
715 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
716 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700717 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
718 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700719 plugin: grpc_server_load_reporting_plugin
720 uses:
721 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700722- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700724 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700725 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800727 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700728 - test/core/end2end/fixtures/proxy.h
729 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800730 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700731 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200732 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700733 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700734 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700735 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700736 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700737 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700738 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800739 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700740 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700741 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Craig Tiller25834342015-09-25 08:08:24 -0700742 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800743 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700744 - test/core/end2end/fixtures/proxy.c
745 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800746 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700747 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200748 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700749 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700750 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700751 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800752 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700753 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700754 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800755 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700756 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700757 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700758 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700759 uses:
760 - grpc_base
761 - grpc_client_channel
762 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700763- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700764 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700765 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700766 deps:
767 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700768 filegroups:
769 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700770 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700771- name: grpc_trace_headers
772 headers:
773 - src/core/lib/debug/trace.h
774 deps:
775 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700776- name: grpc_transport_chttp2
777 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700778 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700779 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700780 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
781 - src/core/ext/transport/chttp2/transport/frame.h
782 - src/core/ext/transport/chttp2/transport/frame_data.h
783 - src/core/ext/transport/chttp2/transport/frame_goaway.h
784 - src/core/ext/transport/chttp2/transport/frame_ping.h
785 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
786 - src/core/ext/transport/chttp2/transport/frame_settings.h
787 - src/core/ext/transport/chttp2/transport/frame_window_update.h
788 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
789 - src/core/ext/transport/chttp2/transport/hpack_parser.h
790 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700791 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700792 - src/core/ext/transport/chttp2/transport/huffsyms.h
793 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
794 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700795 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700796 - src/core/ext/transport/chttp2/transport/varint.h
797 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700798 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
799 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
800 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
801 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
802 - src/core/ext/transport/chttp2/transport/flow_control.cc
803 - src/core/ext/transport/chttp2/transport/frame_data.cc
804 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
805 - src/core/ext/transport/chttp2/transport/frame_ping.cc
806 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
807 - src/core/ext/transport/chttp2/transport/frame_settings.cc
808 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
809 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
810 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
811 - src/core/ext/transport/chttp2/transport/hpack_table.cc
812 - src/core/ext/transport/chttp2/transport/http2_settings.cc
813 - src/core/ext/transport/chttp2/transport/huffsyms.cc
814 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
815 - src/core/ext/transport/chttp2/transport/parsing.cc
816 - src/core/ext/transport/chttp2/transport/stream_lists.cc
817 - src/core/ext/transport/chttp2/transport/stream_map.cc
818 - src/core/ext/transport/chttp2/transport/varint.cc
819 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700820 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700821 uses:
822 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700823 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700824 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700825- name: grpc_transport_chttp2_alpn
826 headers:
827 - src/core/ext/transport/chttp2/alpn/alpn.h
828 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700829 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700830 deps:
831 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800832- name: grpc_transport_chttp2_client_connector
833 headers:
834 - src/core/ext/transport/chttp2/client/chttp2_connector.h
835 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700836 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800837 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800838 - grpc_transport_chttp2
839 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700840 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700841- name: grpc_transport_chttp2_client_insecure
842 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700843 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
844 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700845 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800846 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700847 - grpc_transport_chttp2
848 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700849 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700850- name: grpc_transport_chttp2_client_secure
851 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700852 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700853 uses:
854 - grpc_transport_chttp2
855 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700856 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700857 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800858 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800859- name: grpc_transport_chttp2_server
860 headers:
861 - src/core/ext/transport/chttp2/server/chttp2_server.h
862 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700863 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800864 uses:
865 - grpc_transport_chttp2
866 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700867- name: grpc_transport_chttp2_server_insecure
868 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700869 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
870 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700871 uses:
872 - grpc_transport_chttp2
873 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800874 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700875- name: grpc_transport_chttp2_server_secure
876 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700877 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700878 uses:
879 - grpc_transport_chttp2
880 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700881 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800882 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700883- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700884 public_headers:
885 - include/grpc/grpc_cronet.h
886 - include/grpc/grpc_security.h
887 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700888 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800889 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800890 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700891 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700892 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
893 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
894 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700895 filegroups:
896 - grpc_base
897 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700898 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700899- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700900 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700901 - src/core/ext/transport/inproc/inproc_plugin.cc
902 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700903 plugin: grpc_inproc_plugin
904 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700905 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700906 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700907- name: grpc_transport_inproc_headers
908 headers:
909 - src/core/ext/transport/inproc/inproc_transport.h
910 uses:
911 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700912- name: grpc_workaround_cronet_compression_filter
913 headers:
914 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
915 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700916 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700917 plugin: grpc_workaround_cronet_compression_filter
918 uses:
919 - grpc_base
920 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800921- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700922 src:
923 - third_party/nanopb/pb_common.c
924 - third_party/nanopb/pb_decode.c
925 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700926 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700927 - nanopb_headers
928- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800929 headers:
930 - third_party/nanopb/pb.h
931 - third_party/nanopb/pb_common.h
932 - third_party/nanopb/pb_decode.h
933 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700934- name: transport_security_test_lib
935 build: test
936 headers:
937 - test/core/tsi/transport_security_test_lib.h
938 src:
939 - test/core/tsi/transport_security_test_lib.c
940 deps:
941 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700942- name: tsi
943 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700944 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700945 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700946 - src/core/tsi/ssl_transport_security.h
947 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700948 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700949 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700950 - src/core/tsi/fake_transport_security.cc
951 - src/core/tsi/gts_transport_security.cc
952 - src/core/tsi/ssl_transport_security.cc
953 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700954 deps:
955 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700956 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700957 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700958 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700959 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700960 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700961 - grpc_trace
962- name: tsi_interface
963 headers:
964 - src/core/tsi/transport_security.h
965 - src/core/tsi/transport_security_adapter.h
966 - src/core/tsi/transport_security_interface.h
967 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700968 - src/core/tsi/transport_security.cc
969 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700970 deps:
971 - gpr
972 secure: true
973 uses:
974 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700975- name: grpc++_codegen_base
976 language: c++
977 public_headers:
978 - include/grpc++/impl/codegen/async_stream.h
979 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700980 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700981 - include/grpc++/impl/codegen/call.h
982 - include/grpc++/impl/codegen/call_hook.h
983 - include/grpc++/impl/codegen/channel_interface.h
984 - include/grpc++/impl/codegen/client_context.h
985 - include/grpc++/impl/codegen/client_unary_call.h
986 - include/grpc++/impl/codegen/completion_queue.h
987 - include/grpc++/impl/codegen/completion_queue_tag.h
988 - include/grpc++/impl/codegen/config.h
989 - include/grpc++/impl/codegen/core_codegen_interface.h
990 - include/grpc++/impl/codegen/create_auth_context.h
991 - include/grpc++/impl/codegen/grpc_library.h
992 - include/grpc++/impl/codegen/metadata_map.h
993 - include/grpc++/impl/codegen/method_handler_impl.h
994 - include/grpc++/impl/codegen/rpc_method.h
995 - include/grpc++/impl/codegen/rpc_service_method.h
996 - include/grpc++/impl/codegen/security/auth_context.h
997 - include/grpc++/impl/codegen/serialization_traits.h
998 - include/grpc++/impl/codegen/server_context.h
999 - include/grpc++/impl/codegen/server_interface.h
1000 - include/grpc++/impl/codegen/service_type.h
1001 - include/grpc++/impl/codegen/slice.h
1002 - include/grpc++/impl/codegen/status.h
1003 - include/grpc++/impl/codegen/status_code_enum.h
1004 - include/grpc++/impl/codegen/string_ref.h
1005 - include/grpc++/impl/codegen/stub_options.h
1006 - include/grpc++/impl/codegen/sync_stream.h
1007 - include/grpc++/impl/codegen/time.h
1008 uses:
1009 - grpc_codegen
1010- name: grpc++_codegen_base_src
1011 language: c++
1012 src:
1013 - src/cpp/codegen/codegen_init.cc
1014 uses:
1015 - grpc++_codegen_base
1016- name: grpc++_codegen_proto
1017 language: c++
1018 public_headers:
1019 - include/grpc++/impl/codegen/proto_utils.h
1020 uses:
1021 - grpc++_codegen_base
1022 - grpc++_config_proto
1023- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001024 language: c++
1025 public_headers:
1026 - include/grpc++/alarm.h
1027 - include/grpc++/channel.h
1028 - include/grpc++/client_context.h
1029 - include/grpc++/completion_queue.h
1030 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001031 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001032 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - include/grpc++/generic/async_generic_service.h
1034 - include/grpc++/generic/generic_stub.h
1035 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001036 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001038 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001039 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001040 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 - include/grpc++/impl/grpc_library.h
1042 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/impl/rpc_method.h
1044 - include/grpc++/impl/rpc_service_method.h
1045 - include/grpc++/impl/serialization_traits.h
1046 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001047 - include/grpc++/impl/server_builder_plugin.h
1048 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001049 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001050 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001051 - include/grpc++/security/auth_context.h
1052 - include/grpc++/security/auth_metadata_processor.h
1053 - include/grpc++/security/credentials.h
1054 - include/grpc++/security/server_credentials.h
1055 - include/grpc++/server.h
1056 - include/grpc++/server_builder.h
1057 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001058 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001059 - include/grpc++/support/async_stream.h
1060 - include/grpc++/support/async_unary_call.h
1061 - include/grpc++/support/byte_buffer.h
1062 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001063 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001064 - include/grpc++/support/slice.h
1065 - include/grpc++/support/status.h
1066 - include/grpc++/support/status_code_enum.h
1067 - include/grpc++/support/string_ref.h
1068 - include/grpc++/support/stub_options.h
1069 - include/grpc++/support/sync_stream.h
1070 - include/grpc++/support/time.h
1071 headers:
1072 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001073 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001075 - src/cpp/server/health/default_health_check_service.h
1076 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001077 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001078 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001079 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001080 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/client/client_context.cc
1082 - src/cpp/client/create_channel.cc
1083 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001084 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001085 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001087 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001088 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001089 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001090 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001091 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001093 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001094 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001095 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001096 - src/cpp/server/create_default_thread_pool.cc
1097 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001098 - src/cpp/server/health/default_health_check_service.cc
1099 - src/cpp/server/health/health.pb.c
1100 - src/cpp/server/health/health_check_service.cc
1101 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001102 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001103 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001104 - src/cpp/server/server_context.cc
1105 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001106 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001107 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001108 - src/cpp/util/byte_buffer_cc.cc
1109 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001110 - src/cpp/util/status.cc
1111 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001112 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001113 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001114 - gpr_base_headers
1115 - grpc_base_headers
1116 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001117 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001118 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001119- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001120 language: c++
1121 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001122 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001123- name: grpc++_reflection_proto
1124 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001125 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001126 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001127- name: grpc++_test
1128 language: c++
1129 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001130 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001131 - include/grpc++/test/server_context_test_spouse.h
1132 deps:
1133 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001134 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001135libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001136- name: gpr
1137 build: all
1138 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001139 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001140 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001141 secure: false
1142 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1143- name: gpr_test_util
1144 build: private
1145 language: c
1146 headers:
1147 - test/core/util/test_config.h
1148 src:
1149 - test/core/util/test_config.c
1150 deps:
1151 - gpr
1152 secure: false
1153 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154- name: grpc
1155 build: all
1156 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001157 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001158 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001160 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001161 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001162 filegroups:
1163 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001164 - grpc_transport_chttp2_server_secure
1165 - grpc_transport_chttp2_client_secure
1166 - grpc_transport_chttp2_server_insecure
1167 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001168 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001169 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001170 - grpc_lb_policy_pick_first
1171 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001172 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001173 - grpc_resolver_dns_native
1174 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001175 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001176 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001177 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001178 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001179 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001180 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001181 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001182 - grpc_workaround_cronet_compression_filter
1183 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001184 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001186 vs_packages:
1187 - grpc.dependencies.openssl
1188 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001189 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001190- name: grpc_cronet
1191 build: all
1192 language: c
1193 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001194 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001195 baselib: true
1196 deps_linkage: static
1197 dll: true
1198 filegroups:
1199 - grpc_base
1200 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001201 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001202 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001203 generate_plugin_registry: true
1204 platforms:
1205 - linux
1206 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001207- name: grpc_dll
1208 build: private
1209 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001210 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001211 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001212 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001213 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001214 build_system:
1215 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001216 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001217 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001218 vs_config_type: DynamicLibrary
1219 vs_packages:
1220 - grpc.dependencies.openssl
1221 - grpc.dependencies.zlib
1222 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1223 vs_props:
1224 - zlib
1225 - openssl
1226 - winsock
1227 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: grpc_test_util
1229 build: private
1230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001231 headers:
1232 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001233 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001234 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001235 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001236 - test/core/end2end/data/server1_cert.c
1237 - test/core/end2end/data/server1_key.c
1238 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001239 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001240 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001241 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001242 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001243 - grpc
1244 filegroups:
1245 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001246 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1247- name: grpc_test_util_unsecure
1248 build: private
1249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001250 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001251 - gpr
1252 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001253 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001254 filegroups:
1255 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256 secure: false
1257 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1258- name: grpc_unsecure
1259 build: all
1260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001261 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001262 - src/core/lib/surface/init.cc
1263 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001265 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001267 filegroups:
1268 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001269 - grpc_transport_chttp2_server_insecure
1270 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001271 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001272 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001273 - grpc_resolver_dns_native
1274 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001275 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001276 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001277 - grpc_lb_policy_grpclb
1278 - grpc_lb_policy_pick_first
1279 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001280 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001281 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001282 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001283 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001284 - grpc_workaround_cronet_compression_filter
1285 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001286 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001287 secure: false
1288 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001289- name: reconnect_server
1290 build: private
1291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001292 headers:
1293 - test/core/util/reconnect_server.h
1294 src:
1295 - test/core/util/reconnect_server.c
1296 deps:
yang-gc9fca182015-11-06 16:41:33 -08001297 - test_tcp_server
1298 - grpc_test_util
1299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001300 - gpr_test_util
1301 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001302- name: test_tcp_server
1303 build: private
1304 language: c
1305 headers:
1306 - test/core/util/test_tcp_server.h
1307 src:
1308 - test/core/util/test_tcp_server.c
1309 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001310 - grpc_test_util
1311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001312 - gpr_test_util
1313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314- name: grpc++
1315 build: all
1316 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001317 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001318 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001319 - src/cpp/client/secure_credentials.h
1320 - src/cpp/common/secure_auth_context.h
1321 - src/cpp/server/secure_server_credentials.h
1322 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001323 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001324 - src/cpp/client/secure_credentials.cc
1325 - src/cpp/common/auth_property_iterator.cc
1326 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001327 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001328 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001329 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001330 - src/cpp/server/secure_server_credentials.cc
1331 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001332 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333 baselib: true
1334 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001335 filegroups:
1336 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001337 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001338 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001339 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340 secure: check
1341 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001342- name: grpc++_core_stats
1343 build: private
1344 language: c++
1345 public_headers:
1346 - src/cpp/util/core_stats.h
1347 src:
1348 - src/proto/grpc/core/stats.proto
1349 - src/cpp/util/core_stats.cc
1350 deps:
1351 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001352- name: grpc++_cronet
1353 build: all
1354 language: c++
1355 src:
1356 - src/cpp/client/cronet_credentials.cc
1357 - src/cpp/client/insecure_credentials.cc
1358 - src/cpp/common/insecure_create_auth_context.cc
1359 - src/cpp/server/insecure_server_credentials.cc
1360 deps:
1361 - gpr
1362 - grpc_cronet
1363 baselib: true
1364 dll: true
1365 filegroups:
1366 - grpc++_base
1367 - grpc++_codegen_base
1368 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001369 - grpc_transport_chttp2_client_insecure
1370 - grpc_transport_chttp2_server_insecure
1371 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001372 platforms:
1373 - linux
1374 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001375- name: grpc++_error_details
1376 build: all
1377 language: c++
1378 public_headers:
1379 - include/grpc++/support/error_details.h
1380 src:
1381 - src/proto/grpc/status/status.proto
1382 - src/cpp/util/error_details.cc
1383 deps:
1384 - grpc++
1385 baselib: true
1386 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001387- name: grpc++_proto_reflection_desc_db
1388 build: private
1389 language: c++
1390 headers:
1391 - test/cpp/util/proto_reflection_descriptor_database.h
1392 src:
1393 - test/cpp/util/proto_reflection_descriptor_database.cc
1394 deps:
1395 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001396 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001397 filegroups:
1398 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001399 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001400- name: grpc++_reflection
1401 build: all
1402 language: c++
1403 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001404 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001405 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001406 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001407 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001408 - src/cpp/ext/proto_server_reflection.cc
1409 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001410 deps:
1411 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001412 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001413 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001414 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: grpc++_test_config
1416 build: private
1417 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001418 headers:
1419 - test/cpp/util/test_config.h
1420 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001421 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: grpc++_test_util
1423 build: private
1424 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001425 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001426 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001427 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001428 - test/cpp/util/create_test_channel.h
1429 - test/cpp/util/string_ref_helper.h
1430 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001431 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001432 src:
yang-gc8a49d22016-12-12 11:18:49 -08001433 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001434 - src/proto/grpc/testing/echo_messages.proto
1435 - src/proto/grpc/testing/echo.proto
1436 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001437 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001438 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001439 - test/cpp/util/create_test_channel.cc
1440 - test/cpp/util/string_ref_helper.cc
1441 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001442 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001443 deps:
1444 - grpc++
1445 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001446 - grpc
yang-g17487f92016-06-03 15:21:15 -07001447 filegroups:
1448 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001449 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001450 - grpc++_codegen_proto
1451 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001452- name: grpc++_test_util_unsecure
1453 build: private
1454 language: c++
1455 headers:
1456 - test/cpp/end2end/test_service_impl.h
1457 - test/cpp/util/byte_buffer_proto_helper.h
1458 - test/cpp/util/string_ref_helper.h
1459 - test/cpp/util/subprocess.h
1460 src:
1461 - src/proto/grpc/health/v1/health.proto
1462 - src/proto/grpc/testing/echo_messages.proto
1463 - src/proto/grpc/testing/echo.proto
1464 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1465 - test/cpp/end2end/test_service_impl.cc
1466 - test/cpp/util/byte_buffer_proto_helper.cc
1467 - test/cpp/util/string_ref_helper.cc
1468 - test/cpp/util/subprocess.cc
1469 deps:
1470 - grpc++_unsecure
1471 - grpc_test_util_unsecure
1472 - grpc_unsecure
1473 filegroups:
1474 - grpc++_codegen_base
1475 - grpc++_codegen_base_src
1476 - grpc++_codegen_proto
1477 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478- name: grpc++_unsecure
1479 build: all
1480 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001481 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001482 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001483 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001484 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001485 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001486 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001487 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488 baselib: true
1489 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001490 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001491 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001492 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001493 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001494 secure: false
1495 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001496- name: grpc_benchmark
1497 build: test
1498 language: c++
1499 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001500 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1501 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001502 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001503 src:
1504 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001505 deps:
1506 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001507 - grpc++_unsecure
1508 - grpc_test_util_unsecure
1509 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001510 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001511- name: grpc_cli_libs
1512 build: private
1513 language: c++
1514 headers:
1515 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001516 - test/cpp/util/cli_credentials.h
1517 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001518 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001519 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001520 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001521 src:
1522 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001523 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001524 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001525 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001526 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001527 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001528 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001529 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001530 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001531 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001532 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001533 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001534- name: grpc_plugin_support
1535 build: protoc
1536 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001537 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001538 - src/compiler/config.h
1539 - src/compiler/cpp_generator.h
1540 - src/compiler/cpp_generator_helpers.h
1541 - src/compiler/csharp_generator.h
1542 - src/compiler/csharp_generator_helpers.h
1543 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001544 - src/compiler/node_generator.h
1545 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001546 - src/compiler/objective_c_generator.h
1547 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001548 - src/compiler/php_generator.h
1549 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301550 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001551 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301552 - src/compiler/python_generator_helpers.h
1553 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001554 - src/compiler/ruby_generator.h
1555 - src/compiler/ruby_generator_helpers-inl.h
1556 - src/compiler/ruby_generator_map-inl.h
1557 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301558 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001559 src:
1560 - src/compiler/cpp_generator.cc
1561 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001562 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001563 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001564 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001565 - src/compiler/python_generator.cc
1566 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001567 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001568 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569 secure: false
1570 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001571 vs_props:
1572 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001573- name: http2_client_main
1574 build: private
1575 language: c++
1576 headers:
1577 - test/cpp/interop/http2_client.h
1578 src:
1579 - src/proto/grpc/testing/empty.proto
1580 - src/proto/grpc/testing/messages.proto
1581 - src/proto/grpc/testing/test.proto
1582 - test/cpp/interop/http2_client.cc
1583 deps:
1584 - grpc++_test_util
1585 - grpc_test_util
1586 - grpc++
1587 - grpc
1588 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: interop_client_helper
1590 build: private
1591 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001592 headers:
1593 - test/cpp/interop/client_helper.h
1594 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001595 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001596 - test/cpp/interop/client_helper.cc
1597 deps:
1598 - grpc++_test_util
1599 - grpc_test_util
1600 - grpc++
1601 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: interop_client_main
1604 build: private
1605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001606 headers:
1607 - test/cpp/interop/interop_client.h
1608 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001609 - src/proto/grpc/testing/empty.proto
1610 - src/proto/grpc/testing/messages.proto
1611 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001612 - test/cpp/interop/client.cc
1613 - test/cpp/interop/interop_client.cc
1614 deps:
1615 - interop_client_helper
1616 - grpc++_test_util
1617 - grpc_test_util
1618 - grpc++
1619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 - gpr_test_util
1621 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001622 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: interop_server_helper
1624 build: private
1625 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001626 headers:
1627 - test/cpp/interop/server_helper.h
1628 src:
1629 - test/cpp/interop/server_helper.cc
1630 deps:
yang-gcc591022017-01-11 11:10:43 -08001631 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001632 - grpc_test_util
1633 - grpc++
1634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001636- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001637 build: private
1638 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001640 - src/proto/grpc/testing/empty.proto
1641 - src/proto/grpc/testing/messages.proto
1642 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001643 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001644 deps:
1645 - interop_server_helper
1646 - grpc++_test_util
1647 - grpc_test_util
1648 - grpc++
1649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 - gpr_test_util
1651 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001652 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001653- name: interop_server_main
1654 build: private
1655 language: c++
1656 src:
1657 - test/cpp/interop/interop_server_bootstrap.cc
1658 deps:
1659 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001660- name: qps
1661 build: private
1662 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001663 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001664 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001665 - test/cpp/qps/client.h
1666 - test/cpp/qps/driver.h
1667 - test/cpp/qps/histogram.h
1668 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001669 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001670 - test/cpp/qps/qps_worker.h
1671 - test/cpp/qps/report.h
1672 - test/cpp/qps/server.h
1673 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001674 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001676 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001677 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001678 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001679 - src/proto/grpc/testing/control.proto
1680 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001681 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001682 - test/cpp/qps/client_async.cc
1683 - test/cpp/qps/client_sync.cc
1684 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001685 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001686 - test/cpp/qps/qps_worker.cc
1687 - test/cpp/qps/report.cc
1688 - test/cpp/qps/server_async.cc
1689 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001690 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001691 deps:
1692 - grpc_test_util
1693 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001694 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001695 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001696 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: grpc_csharp_ext
1698 build: all
1699 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - src/csharp/ext/grpc_csharp_ext.c
1702 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001705 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001706 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001707 dll: only
1708 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001709 vs_packages:
1710 - grpc.dependencies.openssl
1711 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001713 vs_props:
1714 - zlib
1715 - openssl
1716 - winsock
1717 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001718targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001719- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001720 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001721 build: test
1722 language: c
1723 src:
1724 - test/core/surface/alarm_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001728 - gpr_test_util
1729 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001730- name: algorithm_test
1731 build: test
1732 language: c
1733 src:
1734 - test/core/compression/algorithm_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001740- name: alloc_test
1741 build: test
1742 language: c
1743 src:
1744 - test/core/support/alloc_test.c
1745 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: alpn_test
1749 build: test
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - test/core/transport/chttp2/alpn_test.c
1753 deps:
1754 - grpc_test_util
1755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001758- name: api_fuzzer
1759 build: fuzzer
1760 language: c
1761 src:
1762 - test/core/end2end/fuzzers/api_fuzzer.c
1763 deps:
1764 - grpc_test_util
1765 - grpc
1766 - gpr_test_util
1767 - gpr
1768 corpus_dirs:
1769 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001770 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001771 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001772- name: arena_test
1773 build: test
1774 language: c
1775 src:
1776 - test/core/support/arena_test.c
1777 deps:
1778 - gpr_test_util
1779 - gpr
Craig Tillerc0df1c02017-07-17 16:12:33 -07001780- name: backoff_test
1781 build: test
1782 language: c
1783 src:
1784 - test/core/backoff/backoff_test.c
1785 deps:
1786 - grpc_test_util
1787 - grpc
1788 - gpr_test_util
1789 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001790- name: bad_server_response_test
1791 build: test
1792 language: c
1793 src:
1794 - test/core/end2end/bad_server_response_test.c
1795 deps:
1796 - test_tcp_server
1797 - grpc_test_util
1798 - grpc
1799 - gpr_test_util
1800 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001801 exclude_iomgrs:
1802 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001803- name: bdp_estimator_test
1804 build: test
1805 language: c
1806 src:
1807 - test/core/transport/bdp_estimator_test.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
1811 - gpr_test_util
1812 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001813- name: bin_decoder_test
1814 build: test
1815 language: c
1816 src:
1817 - test/core/transport/chttp2/bin_decoder_test.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821- name: bin_encoder_test
1822 build: test
1823 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001824 src:
1825 - test/core/transport/chttp2/bin_encoder_test.c
1826 deps:
1827 - grpc_test_util
1828 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001829- name: byte_stream_test
1830 build: test
1831 language: c
1832 src:
1833 - test/core/transport/byte_stream_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
1837 - gpr_test_util
1838 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001839- name: census_context_test
1840 build: test
1841 language: c
1842 src:
1843 - test/core/census/context_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001849- name: census_intrusive_hash_map_test
1850 build: test
1851 language: c
1852 src:
1853 - test/core/census/intrusive_hash_map_test.c
1854 deps:
1855 - grpc_test_util
1856 - grpc
1857 - gpr_test_util
1858 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001859- name: census_resource_test
1860 build: test
1861 language: c
1862 src:
1863 - test/core/census/resource_test.c
1864 deps:
1865 - grpc_test_util
1866 - grpc
1867 - gpr_test_util
1868 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001869- name: census_trace_context_test
1870 build: test
1871 language: c
1872 src:
1873 - test/core/census/trace_context_test.c
1874 deps:
1875 - grpc_test_util
1876 - grpc
1877 - gpr_test_util
1878 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001879- name: channel_create_test
1880 build: test
1881 language: c
1882 src:
1883 - test/core/surface/channel_create_test.c
1884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001889- name: check_epollexclusive
1890 build: tool
1891 language: c
1892 src:
1893 - test/build/check_epollexclusive.c
1894 deps:
1895 - grpc
1896 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001897- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001901 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: chttp2_stream_map_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/transport/chttp2/stream_map_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001917- name: chttp2_varint_test
1918 build: test
1919 language: c
1920 src:
1921 - test/core/transport/chttp2/varint_test.c
1922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001927- name: client_fuzzer
1928 build: fuzzer
1929 language: c
1930 src:
1931 - test/core/end2end/fuzzers/client_fuzzer.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
1935 - gpr_test_util
1936 - gpr
1937 corpus_dirs:
1938 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001939 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001940 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001941- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001942 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001943 build: test
1944 language: c
1945 src:
1946 - test/core/iomgr/combiner_test.c
1947 deps:
1948 - grpc_test_util
1949 - grpc
1950 - gpr_test_util
1951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: compression_test
1953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/compression/compression_test.c
1957 deps:
1958 - grpc_test_util
1959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001962- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001963 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001964 build: test
1965 language: c
1966 src:
1967 - test/core/surface/concurrent_connectivity_test.c
1968 deps:
1969 - grpc_test_util
1970 - grpc
1971 - gpr_test_util
1972 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001973 exclude_iomgrs:
1974 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001975- name: connection_refused_test
1976 cpu_cost: 0.1
1977 build: test
1978 language: c
1979 src:
1980 - test/core/end2end/connection_refused_test.c
1981 deps:
1982 - grpc_test_util
1983 - grpc
1984 - gpr_test_util
1985 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001986- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001987 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001988 build: test
1989 language: c
1990 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001991 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001992 deps:
1993 - grpc_test_util
1994 - grpc
1995 - gpr_test_util
1996 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001997 exclude_iomgrs:
1998 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001999- name: dns_resolver_test
2000 build: test
2001 language: c
2002 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002003 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002004 deps:
2005 - grpc_test_util
2006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002007 - gpr_test_util
2008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002010 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011 build: test
2012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002013 src:
2014 - test/core/end2end/dualstack_socket_test.c
2015 deps:
2016 - grpc_test_util
2017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002020 exclude_iomgrs:
2021 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002022 platforms:
2023 - mac
2024 - linux
2025 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002026- name: endpoint_pair_test
2027 build: test
2028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
2030 - test/core/iomgr/endpoint_pair_test.c
2031 deps:
2032 - grpc_test_util
2033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002036 exclude_iomgrs:
2037 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002038- name: error_test
2039 cpu_cost: 30
2040 build: test
2041 language: c
2042 src:
2043 - test/core/iomgr/error_test.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
2047 - gpr_test_util
2048 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002049- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002050 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002051 build: test
2052 language: c
2053 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002054 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002055 deps:
2056 - grpc_test_util
2057 - grpc
2058 - gpr_test_util
2059 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002060 exclude_iomgrs:
2061 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002062 platforms:
2063 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002064- name: fake_resolver_test
2065 build: test
2066 language: c
2067 src:
2068 - test/core/client_channel/resolvers/fake_resolver_test.c
2069 deps:
2070 - grpc_test_util
2071 - grpc
2072 - gpr_test_util
2073 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002074- name: fake_transport_security_test
2075 build: test
2076 language: c
2077 src:
2078 - test/core/tsi/fake_transport_security_test.c
2079 deps:
2080 - gpr_test_util
2081 - gpr
2082 - grpc
2083 filegroups:
2084 - transport_security_test_lib
2085 platforms:
2086 - linux
2087 - posix
2088 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: fd_conservation_posix_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/iomgr/fd_conservation_posix_test.c
2094 deps:
2095 - grpc_test_util
2096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002099 exclude_iomgrs:
2100 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002101 platforms:
2102 - mac
2103 - linux
2104 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: fd_posix_test
2106 build: test
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/core/iomgr/fd_posix_test.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002115 exclude_iomgrs:
2116 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002117 platforms:
2118 - mac
2119 - linux
2120 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121- name: fling_client
2122 build: test
2123 run: false
2124 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002125 src:
2126 - test/core/fling/client.c
2127 deps:
2128 - grpc_test_util
2129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 - gpr_test_util
2131 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: fling_server
2133 build: test
2134 run: false
2135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002136 src:
2137 - test/core/fling/server.c
2138 deps:
2139 - grpc_test_util
2140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr_test_util
2142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002144 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145 build: test
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
2148 - test/core/fling/fling_stream_test.c
2149 deps:
2150 - grpc_test_util
2151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002152 - gpr_test_util
2153 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002154 platforms:
2155 - mac
2156 - linux
2157 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002159 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160 build: test
2161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
2163 - test/core/fling/fling_test.c
2164 deps:
2165 - grpc_test_util
2166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002169 platforms:
2170 - mac
2171 - linux
2172 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002173- name: gen_hpack_tables
2174 build: tool
2175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
2177 - tools/codegen/core/gen_hpack_tables.c
2178 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002180 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002181- name: gen_legal_metadata_characters
2182 build: tool
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002187- name: gen_percent_encoding_tables
2188 build: tool
2189 language: c
2190 src:
2191 - tools/codegen/core/gen_percent_encoding_tables.c
2192 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002193- name: goaway_server_test
2194 cpu_cost: 0.1
2195 build: test
2196 language: c
2197 src:
2198 - test/core/end2end/goaway_server_test.c
2199 deps:
2200 - grpc_test_util
2201 - grpc
2202 - gpr_test_util
2203 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002204 exclude_iomgrs:
2205 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002206 platforms:
2207 - mac
2208 - linux
2209 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002210- name: gpr_avl_test
2211 build: test
2212 language: c
2213 src:
2214 - test/core/support/avl_test.c
2215 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002216 - gpr_test_util
2217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218- name: gpr_cmdline_test
2219 build: test
2220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002221 src:
2222 - test/core/support/cmdline_test.c
2223 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002226- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002227 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002228 build: test
2229 language: c
2230 src:
2231 - test/core/support/cpu_test.c
2232 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002233 - gpr_test_util
2234 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: gpr_env_test
2236 build: test
2237 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002238 src:
2239 - test/core/support/env_test.c
2240 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243- name: gpr_histogram_test
2244 build: test
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/support/histogram_test.c
2248 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002249 - gpr_test_util
2250 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002251- name: gpr_host_port_test
2252 build: test
2253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002254 src:
2255 - test/core/support/host_port_test.c
2256 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259- name: gpr_log_test
2260 build: test
2261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
2263 - test/core/support/log_test.c
2264 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002267- name: gpr_mpscq_test
2268 cpu_cost: 30
2269 build: test
2270 language: c
2271 src:
2272 - test/core/support/mpscq_test.c
2273 deps:
2274 - gpr_test_util
2275 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002276- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002277 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002278 build: test
2279 language: c
2280 src:
2281 - test/core/support/spinlock_test.c
2282 deps:
2283 - gpr_test_util
2284 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002285- name: gpr_stack_lockfree_test
2286 cpu_cost: 7
2287 build: test
2288 language: c
2289 src:
2290 - test/core/support/stack_lockfree_test.c
2291 deps:
2292 - gpr_test_util
2293 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: gpr_string_test
2295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/core/support/string_test.c
2299 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002303 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304 build: test
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
2307 - test/core/support/sync_test.c
2308 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002312 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/core/support/thd_test.c
2317 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: gpr_time_test
2321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/core/support/time_test.c
2325 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002328- name: gpr_tls_test
2329 build: test
2330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002331 src:
2332 - test/core/support/tls_test.c
2333 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: gpr_useful_test
2337 build: test
2338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
2340 - test/core/support/useful_test.c
2341 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr_test_util
2343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002344- name: grpc_auth_context_test
2345 build: test
2346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002347 src:
2348 - test/core/security/auth_context_test.c
2349 deps:
2350 - grpc_test_util
2351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002352 - gpr_test_util
2353 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002354- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002355 build: test
2356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002357 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002358 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002359 deps:
2360 - grpc_test_util
2361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002362 - gpr_test_util
2363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002364- name: grpc_byte_buffer_reader_test
2365 build: test
2366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002367 src:
2368 - test/core/surface/byte_buffer_reader_test.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002372 - gpr_test_util
2373 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002374- name: grpc_channel_args_test
2375 build: test
2376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002377 src:
2378 - test/core/channel/channel_args_test.c
2379 deps:
2380 - grpc_test_util
2381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002382 - gpr_test_util
2383 - gpr
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002384- name: grpc_channel_stack_builder_test
2385 build: test
2386 language: c
2387 src:
2388 - test/core/channel/channel_stack_builder_test.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
2392 - gpr_test_util
2393 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002394- name: grpc_channel_stack_test
2395 build: test
2396 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002397 src:
2398 - test/core/channel/channel_stack_test.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: grpc_completion_queue_test
2405 build: test
2406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
2408 - test/core/surface/completion_queue_test.c
2409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002414- name: grpc_completion_queue_threading_test
2415 build: test
2416 language: c
2417 src:
2418 - test/core/surface/completion_queue_threading_test.c
2419 deps:
2420 - grpc_test_util
2421 - grpc
2422 - gpr_test_util
2423 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002424 exclude_iomgrs:
2425 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426- name: grpc_create_jwt
2427 build: tool
2428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
2430 - test/core/security/create_jwt.c
2431 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002434 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435- name: grpc_credentials_test
2436 build: test
2437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002438 src:
2439 - test/core/security/credentials_test.c
2440 deps:
2441 - grpc_test_util
2442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr_test_util
2444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002445- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002446 build: test
2447 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/core/security/fetch_oauth2.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002456- name: grpc_invalid_channel_args_test
2457 build: test
2458 language: c
2459 src:
2460 - test/core/surface/invalid_channel_args_test.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: grpc_json_token_test
2467 build: test
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/core/security/json_token_test.c
2471 deps:
2472 - grpc_test_util
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002476 platforms:
2477 - linux
2478 - posix
2479 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480- name: grpc_jwt_verifier_test
2481 build: test
2482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002483 src:
2484 - test/core/security/jwt_verifier_test.c
2485 deps:
2486 - grpc_test_util
2487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002488 - gpr_test_util
2489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490- name: grpc_print_google_default_creds_token
2491 build: tool
2492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002493 src:
2494 - test/core/security/print_google_default_creds_token.c
2495 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002497 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498- name: grpc_security_connector_test
2499 build: test
2500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
2502 - test/core/security/security_connector_test.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr_test_util
2507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002508- name: grpc_verify_jwt
2509 build: tool
2510 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
2512 - test/core/security/verify_jwt.c
2513 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002516- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002517 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002518 language: c
2519 src:
2520 - test/core/handshake/client_ssl.c
2521 deps:
2522 - grpc_test_util
2523 - grpc
2524 - gpr_test_util
2525 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002526 exclude_iomgrs:
2527 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002528 platforms:
2529 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002530 secure: true
2531- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002532 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002533 language: c
2534 src:
2535 - test/core/handshake/server_ssl.c
2536 deps:
2537 - grpc_test_util
2538 - grpc
2539 - gpr_test_util
2540 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002541 exclude_iomgrs:
2542 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002543 platforms:
2544 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002545 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002546- name: hpack_parser_fuzzer_test
2547 build: fuzzer
2548 language: c
2549 src:
2550 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2551 deps:
2552 - grpc_test_util
2553 - grpc
2554 - gpr_test_util
2555 - gpr
2556 corpus_dirs:
2557 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002558 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002559 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560- name: hpack_parser_test
2561 build: test
2562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
2564 - test/core/transport/chttp2/hpack_parser_test.c
2565 deps:
2566 - grpc_test_util
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: hpack_table_test
2571 build: test
2572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002573 src:
2574 - test/core/transport/chttp2/hpack_table_test.c
2575 deps:
2576 - grpc_test_util
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002580- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002581 build: test
2582 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002583 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002584 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002585 deps:
2586 - grpc_test_util
2587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002588 - gpr_test_util
2589 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002590- name: http_request_fuzzer_test
2591 build: fuzzer
2592 language: c
2593 src:
2594 - test/core/http/request_fuzzer.c
2595 deps:
2596 - grpc_test_util
2597 - grpc
2598 - gpr_test_util
2599 - gpr
2600 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002601 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002602 maxlen: 2048
2603- name: http_response_fuzzer_test
2604 build: fuzzer
2605 language: c
2606 src:
2607 - test/core/http/response_fuzzer.c
2608 deps:
2609 - grpc_test_util
2610 - grpc
2611 - gpr_test_util
2612 - gpr
2613 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002614 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002615 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002616- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617 build: test
2618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002619 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002620 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002621 deps:
2622 - grpc_test_util
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002627 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628 build: test
2629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002631 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002632 deps:
2633 - grpc_test_util
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002637 platforms:
2638 - mac
2639 - linux
2640 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002641- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002642 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002643 build: test
2644 language: c
2645 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002646 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002647 deps:
2648 - grpc_test_util
2649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002650 - gpr_test_util
2651 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002652 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002653 - linux
yang-gf1183302015-12-07 16:02:05 -08002654- name: init_test
2655 build: test
2656 language: c
2657 src:
2658 - test/core/surface/init_test.c
2659 deps:
2660 - grpc_test_util
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002664- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002665 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002666 build: test
2667 language: c
2668 src:
2669 - test/core/end2end/invalid_call_argument_test.c
2670 deps:
2671 - grpc_test_util
2672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002673 - gpr_test_util
2674 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002675- name: json_fuzzer_test
2676 build: fuzzer
2677 language: c
2678 src:
2679 - test/core/json/fuzzer.c
2680 deps:
2681 - grpc_test_util
2682 - grpc
2683 - gpr_test_util
2684 - gpr
2685 corpus_dirs:
2686 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002687 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002688- name: json_rewrite
2689 build: test
2690 run: false
2691 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002692 src:
2693 - test/core/json/json_rewrite.c
2694 deps:
2695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002697- name: json_rewrite_test
2698 build: test
2699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002700 src:
2701 - test/core/json/json_rewrite_test.c
2702 deps:
2703 - grpc_test_util
2704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002705 - gpr_test_util
2706 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002707- name: json_stream_error_test
2708 build: test
2709 language: c
2710 src:
2711 - test/core/json/json_stream_error_test.c
2712 deps:
2713 - grpc_test_util
2714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002715 - gpr_test_util
2716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002717- name: json_test
2718 build: test
2719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002720 src:
2721 - test/core/json/json_test.c
2722 deps:
2723 - grpc_test_util
2724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002725 - gpr_test_util
2726 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002727- name: lame_client_test
2728 build: test
2729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002730 src:
2731 - test/core/surface/lame_client_test.c
2732 deps:
2733 - grpc_test_util
2734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002735 - gpr_test_util
2736 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002737- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002738 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002739 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002740 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002742 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002743 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002744 deps:
2745 - grpc_test_util
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002749- name: load_file_test
2750 build: test
2751 language: c
2752 src:
2753 - test/core/iomgr/load_file_test.c
2754 deps:
2755 - grpc_test_util
2756 - grpc
2757 - gpr_test_util
2758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759- name: low_level_ping_pong_benchmark
2760 build: benchmark
2761 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002762 src:
2763 - test/core/network_benchmarks/low_level_ping_pong.c
2764 deps:
2765 - grpc_test_util
2766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002767 - gpr_test_util
2768 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002769 platforms:
2770 - mac
2771 - linux
2772 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002773- name: memory_profile_client
2774 build: test
2775 run: false
2776 language: c
2777 src:
2778 - test/core/memory_usage/client.c
2779 deps:
2780 - grpc_test_util
2781 - grpc
2782 - gpr_test_util
2783 - gpr
2784- name: memory_profile_server
2785 build: test
2786 run: false
2787 language: c
2788 src:
2789 - test/core/memory_usage/server.c
2790 deps:
2791 - grpc_test_util
2792 - grpc
2793 - gpr_test_util
2794 - gpr
2795- name: memory_profile_test
2796 cpu_cost: 1.5
2797 build: test
2798 language: c
2799 src:
2800 - test/core/memory_usage/memory_usage_test.c
2801 deps:
2802 - grpc_test_util
2803 - grpc
2804 - gpr_test_util
2805 - gpr
2806 platforms:
2807 - mac
2808 - linux
2809 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810- name: message_compress_test
2811 build: test
2812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002813 src:
2814 - test/core/compression/message_compress_test.c
2815 deps:
2816 - grpc_test_util
2817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002818 - gpr_test_util
2819 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002820- name: minimal_stack_is_minimal_test
2821 build: test
2822 language: c
2823 src:
2824 - test/core/channel/minimal_stack_is_minimal_test.c
2825 deps:
2826 - grpc_test_util
2827 - grpc
2828 - gpr_test_util
2829 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002830- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002831 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002832 build: test
2833 language: c
2834 src:
2835 - test/core/census/mlog_test.c
2836 deps:
2837 - grpc_test_util
2838 - grpc
2839 - gpr_test_util
2840 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002841- name: multiple_server_queues_test
2842 build: test
2843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002844 src:
2845 - test/core/end2end/multiple_server_queues_test.c
2846 deps:
2847 - grpc_test_util
2848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002849 - gpr_test_util
2850 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002851- name: murmur_hash_test
2852 build: test
2853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002854 src:
2855 - test/core/support/murmur_hash_test.c
2856 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002859- name: nanopb_fuzzer_response_test
2860 build: fuzzer
2861 language: c
2862 src:
2863 - test/core/nanopb/fuzzer_response.c
2864 deps:
2865 - grpc_test_util
2866 - grpc
2867 - gpr_test_util
2868 - gpr
2869 corpus_dirs:
2870 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002871 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002872- name: nanopb_fuzzer_serverlist_test
2873 build: fuzzer
2874 language: c
2875 src:
2876 - test/core/nanopb/fuzzer_serverlist.c
2877 deps:
2878 - grpc_test_util
2879 - grpc
2880 - gpr_test_util
2881 - gpr
2882 corpus_dirs:
2883 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002884 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002886 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002887 build: test
2888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002889 src:
2890 - test/core/end2end/no_server_test.c
2891 deps:
2892 - grpc_test_util
2893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002894 - gpr_test_util
2895 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002896- name: num_external_connectivity_watchers_test
2897 build: test
2898 language: c
2899 src:
2900 - test/core/surface/num_external_connectivity_watchers_test.c
2901 deps:
2902 - grpc_test_util
2903 - grpc
2904 - gpr_test_util
2905 - gpr
2906 exclude_iomgrs:
2907 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002908- name: parse_address_test
2909 build: test
2910 language: c
2911 src:
2912 - test/core/client_channel/parse_address_test.c
2913 deps:
2914 - grpc_test_util
2915 - grpc
2916 - gpr_test_util
2917 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002918- name: percent_decode_fuzzer
2919 build: fuzzer
2920 language: c
2921 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002922 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002923 deps:
2924 - grpc_test_util
2925 - grpc
2926 - gpr_test_util
2927 - gpr
2928 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002929 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002930 maxlen: 32
2931- name: percent_encode_fuzzer
2932 build: fuzzer
2933 language: c
2934 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002935 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002936 deps:
2937 - grpc_test_util
2938 - grpc
2939 - gpr_test_util
2940 - gpr
2941 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002942 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002943 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002944- name: percent_encoding_test
2945 build: test
2946 language: c
2947 src:
2948 - test/core/slice/percent_encoding_test.c
2949 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002950 - grpc_test_util
2951 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002952 - gpr_test_util
2953 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002954- name: pollset_set_test
2955 build: test
2956 language: c
2957 src:
2958 - test/core/iomgr/pollset_set_test.c
2959 deps:
2960 - grpc_test_util
2961 - grpc
2962 - gpr_test_util
2963 - gpr
2964 exclude_iomgrs:
2965 - uv
2966 platforms:
2967 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002968- name: resolve_address_posix_test
2969 build: test
2970 language: c
2971 src:
2972 - test/core/iomgr/resolve_address_posix_test.c
2973 deps:
2974 - grpc_test_util
2975 - grpc
2976 - gpr_test_util
2977 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002978 exclude_iomgrs:
2979 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002980 platforms:
2981 - mac
2982 - linux
2983 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984- name: resolve_address_test
2985 build: test
2986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002987 src:
2988 - test/core/iomgr/resolve_address_test.c
2989 deps:
2990 - grpc_test_util
2991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002992 - gpr_test_util
2993 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002994- name: resource_quota_test
2995 cpu_cost: 30
2996 build: test
2997 language: c
2998 src:
2999 - test/core/iomgr/resource_quota_test.c
3000 deps:
3001 - grpc_test_util
3002 - grpc
3003 - gpr_test_util
3004 - gpr
yang-gd482e592015-12-10 14:04:00 -08003005- name: secure_channel_create_test
3006 build: test
3007 language: c
3008 src:
3009 - test/core/surface/secure_channel_create_test.c
3010 deps:
3011 - grpc_test_util
3012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003013 - gpr_test_util
3014 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003015- name: secure_endpoint_test
3016 build: test
3017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003018 src:
3019 - test/core/security/secure_endpoint_test.c
3020 deps:
3021 - grpc_test_util
3022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003023 - gpr_test_util
3024 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003025 exclude_iomgrs:
3026 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003027- name: sequential_connectivity_test
3028 build: test
3029 language: c
3030 src:
3031 - test/core/surface/sequential_connectivity_test.c
3032 deps:
3033 - grpc_test_util
3034 - grpc
3035 - gpr_test_util
3036 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003037 exclude_iomgrs:
3038 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003039- name: server_chttp2_test
3040 build: test
3041 language: c
3042 src:
3043 - test/core/surface/server_chttp2_test.c
3044 deps:
3045 - grpc_test_util
3046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003047 - gpr_test_util
3048 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003049- name: server_fuzzer
3050 build: fuzzer
3051 language: c
3052 src:
3053 - test/core/end2end/fuzzers/server_fuzzer.c
3054 deps:
3055 - grpc_test_util
3056 - grpc
3057 - gpr_test_util
3058 - gpr
3059 corpus_dirs:
3060 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003061 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003062 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003063- name: server_test
3064 build: test
3065 language: c
3066 src:
3067 - test/core/surface/server_test.c
3068 deps:
3069 - grpc_test_util
3070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003071 - gpr_test_util
3072 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003073- name: slice_buffer_test
3074 build: test
3075 language: c
3076 src:
3077 - test/core/slice/slice_buffer_test.c
3078 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003079 - grpc_test_util
3080 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003081 - gpr_test_util
3082 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003083- name: slice_hash_table_test
3084 build: test
3085 language: c
3086 src:
3087 - test/core/slice/slice_hash_table_test.c
3088 deps:
3089 - grpc_test_util
3090 - grpc
3091 - gpr_test_util
3092 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003093- name: slice_string_helpers_test
3094 build: test
3095 language: c
3096 src:
3097 - test/core/slice/slice_string_helpers_test.c
3098 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003099 - grpc_test_util
3100 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003101 - gpr_test_util
3102 - gpr
3103- name: slice_test
3104 build: test
3105 language: c
3106 src:
3107 - test/core/slice/slice_test.c
3108 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003109 - grpc_test_util
3110 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003111 - gpr_test_util
3112 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003113- name: sockaddr_resolver_test
3114 build: test
3115 language: c
3116 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003117 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003118 deps:
3119 - grpc_test_util
3120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003121 - gpr_test_util
3122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003123- name: sockaddr_utils_test
3124 build: test
3125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003126 src:
3127 - test/core/iomgr/sockaddr_utils_test.c
3128 deps:
3129 - grpc_test_util
3130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003131 - gpr_test_util
3132 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003133- name: socket_utils_test
3134 build: test
3135 language: c
3136 src:
3137 - test/core/iomgr/socket_utils_test.c
3138 deps:
3139 - grpc_test_util
3140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003141 - gpr_test_util
3142 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003143 exclude_iomgrs:
3144 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003145 platforms:
3146 - mac
3147 - linux
3148 - posix
yang-g31e21282016-11-04 15:10:03 -07003149- name: ssl_server_fuzzer
3150 build: fuzzer
3151 language: c
3152 src:
3153 - test/core/security/ssl_server_fuzzer.c
3154 deps:
3155 - grpc_test_util
3156 - grpc
3157 - gpr_test_util
3158 - gpr
3159 corpus_dirs:
3160 - test/core/security/corpus/ssl_server_corpus
3161 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003162- name: ssl_transport_security_test
3163 build: test
3164 language: c
3165 src:
3166 - test/core/tsi/ssl_transport_security_test.c
3167 deps:
3168 - gpr_test_util
3169 - gpr
3170 - grpc
3171 filegroups:
3172 - transport_security_test_lib
3173 platforms:
3174 - linux
3175 - posix
3176 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003177- name: status_conversion_test
3178 build: test
3179 language: c
3180 src:
3181 - test/core/transport/status_conversion_test.c
3182 deps:
3183 - grpc_test_util
3184 - grpc
3185 - gpr_test_util
3186 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003187- name: stream_compression_test
3188 build: test
3189 language: c
3190 src:
3191 - test/core/compression/stream_compression_test.c
3192 deps:
3193 - grpc_test_util
3194 - grpc
3195 - gpr_test_util
3196 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003197- name: stream_owned_slice_test
3198 build: test
3199 language: c
3200 src:
3201 - test/core/transport/stream_owned_slice_test.c
3202 deps:
3203 - grpc_test_util
3204 - grpc
3205 - gpr_test_util
3206 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003207- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003208 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003209 build: test
3210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003211 src:
3212 - test/core/iomgr/tcp_client_posix_test.c
3213 deps:
3214 - grpc_test_util
3215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003216 - gpr_test_util
3217 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003218 exclude_iomgrs:
3219 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003220 platforms:
3221 - mac
3222 - linux
3223 - posix
murgatroid991191b722017-02-08 11:56:52 -08003224- name: tcp_client_uv_test
3225 cpu_cost: 0.5
3226 build: test
3227 language: c
3228 src:
3229 - test/core/iomgr/tcp_client_uv_test.c
3230 deps:
3231 - grpc_test_util
3232 - grpc
3233 - gpr_test_util
3234 - gpr
3235 exclude_iomgrs:
3236 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003237- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003238 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003239 build: test
3240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003241 src:
3242 - test/core/iomgr/tcp_posix_test.c
3243 deps:
3244 - grpc_test_util
3245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003246 - gpr_test_util
3247 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003248 exclude_iomgrs:
3249 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003250 platforms:
3251 - mac
3252 - linux
3253 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003254- name: tcp_server_posix_test
3255 build: test
3256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003257 src:
3258 - test/core/iomgr/tcp_server_posix_test.c
3259 deps:
3260 - grpc_test_util
3261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003262 - gpr_test_util
3263 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003264 exclude_iomgrs:
3265 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003266 platforms:
3267 - mac
3268 - linux
3269 - posix
murgatroid991191b722017-02-08 11:56:52 -08003270- name: tcp_server_uv_test
3271 build: test
3272 language: c
3273 src:
3274 - test/core/iomgr/tcp_server_uv_test.c
3275 deps:
3276 - grpc_test_util
3277 - grpc
3278 - gpr_test_util
3279 - gpr
3280 exclude_iomgrs:
3281 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003282- name: time_averaged_stats_test
3283 build: test
3284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003285 src:
3286 - test/core/iomgr/time_averaged_stats_test.c
3287 deps:
3288 - grpc_test_util
3289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003290 - gpr_test_util
3291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003292- name: timeout_encoding_test
3293 build: test
3294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003295 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003296 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003297 deps:
3298 - grpc_test_util
3299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003300 - gpr_test_util
3301 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003302- name: timer_heap_test
3303 build: test
3304 language: c
3305 src:
3306 - test/core/iomgr/timer_heap_test.c
3307 deps:
3308 - grpc_test_util
3309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003310 - gpr_test_util
3311 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003312 exclude_iomgrs:
3313 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003314- name: timer_list_test
3315 build: test
3316 language: c
3317 src:
3318 - test/core/iomgr/timer_list_test.c
3319 deps:
3320 - grpc_test_util
3321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003322 - gpr_test_util
3323 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003324 exclude_iomgrs:
3325 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003326- name: transport_connectivity_state_test
3327 build: test
3328 language: c
3329 src:
3330 - test/core/transport/connectivity_state_test.c
3331 deps:
3332 - grpc_test_util
3333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 - gpr_test_util
3335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003336- name: transport_metadata_test
3337 build: test
3338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003339 src:
3340 - test/core/transport/metadata_test.c
3341 deps:
3342 - grpc_test_util
3343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003344 - gpr_test_util
3345 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003346- name: transport_pid_controller_test
3347 build: test
3348 language: c
3349 src:
3350 - test/core/transport/pid_controller_test.c
3351 deps:
3352 - grpc_test_util
3353 - grpc
3354 - gpr_test_util
3355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003356- name: transport_security_test
3357 build: test
3358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003359 src:
3360 - test/core/tsi/transport_security_test.c
3361 deps:
3362 - grpc_test_util
3363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003364 - gpr_test_util
3365 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003366 platforms:
3367 - linux
3368 - posix
3369 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003370- name: udp_server_test
3371 build: test
3372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003373 src:
3374 - test/core/iomgr/udp_server_test.c
3375 deps:
3376 - grpc_test_util
3377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003378 - gpr_test_util
3379 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003380 exclude_iomgrs:
3381 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003382 platforms:
3383 - mac
3384 - linux
3385 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003386- name: uri_fuzzer_test
3387 build: fuzzer
3388 language: c
3389 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003390 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003391 deps:
3392 - grpc_test_util
3393 - grpc
3394 - gpr_test_util
3395 - gpr
3396 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003397 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003398 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003399- name: uri_parser_test
3400 build: test
3401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003402 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003403 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003404 deps:
3405 - grpc_test_util
3406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003407 - gpr_test_util
3408 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003409- name: wakeup_fd_cv_test
3410 build: test
3411 language: c
3412 src:
3413 - test/core/iomgr/wakeup_fd_cv_test.c
3414 deps:
3415 - grpc_test_util
3416 - grpc
3417 - gpr_test_util
3418 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003419 exclude_iomgrs:
3420 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003421 platforms:
3422 - mac
3423 - linux
3424 - posix
vjpai04e992a2016-02-10 16:58:38 -08003425- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003426 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003427 build: test
3428 language: c++
3429 src:
3430 - test/cpp/common/alarm_cpp_test.cc
3431 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003432 - grpc++_test_util_unsecure
3433 - grpc_test_util_unsecure
3434 - grpc++_unsecure
3435 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003436 - gpr_test_util
3437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003439 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003440 build: test
3441 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003442 src:
3443 - test/cpp/end2end/async_end2end_test.cc
3444 deps:
3445 - grpc++_test_util
3446 - grpc_test_util
3447 - grpc++
3448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003449 - gpr_test_util
3450 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003452 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003453 build: test
3454 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003455 src:
3456 - test/cpp/common/auth_property_iterator_test.cc
3457 deps:
3458 - grpc++_test_util
3459 - grpc_test_util
3460 - grpc++
3461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003462 - gpr_test_util
3463 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003464- name: bm_arena
3465 build: test
3466 language: c++
3467 src:
3468 - test/cpp/microbenchmarks/bm_arena.cc
3469 deps:
3470 - grpc_benchmark
3471 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003472 - grpc++_test_util_unsecure
3473 - grpc_test_util_unsecure
3474 - grpc++_unsecure
3475 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003476 - gpr_test_util
3477 - gpr
3478 args:
3479 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003480 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003481 platforms:
3482 - mac
3483 - linux
3484 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003485- name: bm_call_create
3486 build: test
3487 language: c++
3488 src:
3489 - test/cpp/microbenchmarks/bm_call_create.cc
3490 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003491 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003492 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003493 - grpc++_test_util_unsecure
3494 - grpc_test_util_unsecure
3495 - grpc++_unsecure
3496 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003497 - gpr_test_util
3498 - gpr
3499 args:
3500 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003501 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003502 platforms:
3503 - mac
3504 - linux
3505 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003506- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003507 build: test
3508 language: c++
3509 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003510 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003511 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003512 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003513 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003514 - grpc++_test_util_unsecure
3515 - grpc_test_util_unsecure
3516 - grpc++_unsecure
3517 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003518 - gpr_test_util
3519 - gpr
3520 args:
3521 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003522 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003523 platforms:
3524 - mac
3525 - linux
3526 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003527- name: bm_chttp2_transport
3528 build: test
3529 language: c++
3530 src:
3531 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3532 deps:
3533 - grpc_benchmark
3534 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003535 - grpc++_test_util_unsecure
3536 - grpc_test_util_unsecure
3537 - grpc++_unsecure
3538 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003539 - gpr_test_util
3540 - gpr
3541 args:
3542 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003543 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003544 platforms:
3545 - mac
3546 - linux
3547 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003548- name: bm_closure
3549 build: test
3550 language: c++
3551 src:
3552 - test/cpp/microbenchmarks/bm_closure.cc
3553 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003554 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003555 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003556 - grpc++_test_util_unsecure
3557 - grpc_test_util_unsecure
3558 - grpc++_unsecure
3559 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003560 - gpr_test_util
3561 - gpr
3562 args:
3563 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003564 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003565 platforms:
3566 - mac
3567 - linux
3568 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003569- name: bm_cq
3570 build: test
3571 language: c++
3572 src:
3573 - test/cpp/microbenchmarks/bm_cq.cc
3574 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003575 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003576 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003577 - grpc++_test_util_unsecure
3578 - grpc_test_util_unsecure
3579 - grpc++_unsecure
3580 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003581 - gpr_test_util
3582 - gpr
3583 args:
3584 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003585 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003586 platforms:
3587 - mac
3588 - linux
3589 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003590- name: bm_cq_multiple_threads
3591 build: test
3592 language: c++
3593 src:
3594 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3595 deps:
3596 - grpc_benchmark
3597 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003598 - grpc++_test_util_unsecure
3599 - grpc_test_util_unsecure
3600 - grpc++_unsecure
3601 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003602 - gpr_test_util
3603 - gpr
3604 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003605 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003606 defaults: benchmark
3607 platforms:
3608 - mac
3609 - linux
3610 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003611- name: bm_error
3612 build: test
3613 language: c++
3614 src:
3615 - test/cpp/microbenchmarks/bm_error.cc
3616 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003617 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003618 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003619 - grpc++_test_util_unsecure
3620 - grpc_test_util_unsecure
3621 - grpc++_unsecure
3622 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003623 - gpr_test_util
3624 - gpr
3625 args:
3626 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003627 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003628 platforms:
3629 - mac
3630 - linux
3631 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003632- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003633 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003634 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003635 headers:
3636 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003637 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003638 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003639 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003640 - grpc_benchmark
3641 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003642 - grpc++_test_util_unsecure
3643 - grpc_test_util_unsecure
3644 - grpc++_unsecure
3645 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003646 - gpr_test_util
3647 - gpr
3648 args:
3649 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003650 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003651 excluded_poll_engines:
3652 - poll
3653 - poll-cv
3654 platforms:
3655 - mac
3656 - linux
3657 - posix
3658 timeout_seconds: 1200
3659- name: bm_fullstack_streaming_pump
3660 build: test
3661 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003662 headers:
3663 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003664 src:
3665 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003666 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003667 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003668 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003669 - grpc++_test_util_unsecure
3670 - grpc_test_util_unsecure
3671 - grpc++_unsecure
3672 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003673 - gpr_test_util
3674 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003675 args:
3676 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003677 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003678 excluded_poll_engines:
3679 - poll
3680 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003681 platforms:
3682 - mac
3683 - linux
3684 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003685 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003686- name: bm_fullstack_trickle
3687 build: test
3688 language: c++
3689 src:
3690 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3691 deps:
3692 - grpc_benchmark
3693 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003694 - grpc++_test_util_unsecure
3695 - grpc_test_util_unsecure
3696 - grpc++_unsecure
3697 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003698 - gpr_test_util
3699 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003700 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003701 args:
3702 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003703 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003704 excluded_poll_engines:
3705 - poll
3706 - poll-cv
3707 platforms:
3708 - mac
3709 - linux
3710 - posix
3711 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003712- name: bm_fullstack_unary_ping_pong
3713 build: test
3714 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003715 headers:
3716 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003717 src:
3718 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3719 deps:
3720 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003721 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003722 - grpc++_test_util_unsecure
3723 - grpc_test_util_unsecure
3724 - grpc++_unsecure
3725 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003726 - gpr_test_util
3727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003728 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003729 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003730 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003731 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003732 - poll
3733 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003734 platforms:
3735 - mac
3736 - linux
3737 - posix
3738 timeout_seconds: 1200
3739- name: bm_metadata
3740 build: test
3741 language: c++
3742 src:
3743 - test/cpp/microbenchmarks/bm_metadata.cc
3744 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003745 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003746 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003747 - grpc++_test_util_unsecure
3748 - grpc_test_util_unsecure
3749 - grpc++_unsecure
3750 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003751 - gpr_test_util
3752 - gpr
3753 args:
3754 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003755 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003756 platforms:
3757 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003758 - linux
3759 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003760- name: bm_pollset
3761 build: test
3762 language: c++
3763 src:
3764 - test/cpp/microbenchmarks/bm_pollset.cc
3765 deps:
3766 - grpc_benchmark
3767 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003768 - grpc++_test_util_unsecure
3769 - grpc_test_util_unsecure
3770 - grpc++_unsecure
3771 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003772 - gpr_test_util
3773 - gpr
3774 args:
3775 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003776 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003777 platforms:
3778 - mac
3779 - linux
3780 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003781- name: channel_arguments_test
3782 gtest: true
3783 build: test
3784 language: c++
3785 src:
3786 - test/cpp/common/channel_arguments_test.cc
3787 deps:
3788 - grpc++
3789 - grpc
3790 - gpr
3791- name: channel_filter_test
3792 gtest: true
3793 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003794 language: c++
3795 src:
3796 - test/cpp/common/channel_filter_test.cc
3797 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003798 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003799 - grpc
3800 - gpr
3801- name: cli_call_test
3802 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003803 build: test
3804 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003805 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003806 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003807 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003808 - grpc_cli_libs
3809 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003810 - grpc_test_util
3811 - grpc++
3812 - grpc
3813 - gpr_test_util
3814 - gpr
3815- name: client_crash_test
3816 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003817 cpu_cost: 0.1
3818 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003819 language: c++
3820 src:
3821 - test/cpp/end2end/client_crash_test.cc
3822 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003823 - grpc++_test_util
3824 - grpc_test_util
3825 - grpc++
3826 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003827 - gpr_test_util
3828 - gpr
3829 platforms:
3830 - mac
3831 - linux
3832 - posix
3833- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003834 build: test
3835 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003836 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003837 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003838 - test/cpp/end2end/client_crash_test_server.cc
3839 deps:
3840 - grpc++_test_util
3841 - grpc_test_util
3842 - grpc++
3843 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003844 - gpr_test_util
3845 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003846- name: client_lb_end2end_test
3847 gtest: true
3848 build: test
3849 language: c++
3850 src:
3851 - test/cpp/end2end/client_lb_end2end_test.cc
3852 deps:
3853 - grpc++_test_util
3854 - grpc_test_util
3855 - grpc++
3856 - grpc
3857 - gpr_test_util
3858 - gpr
3859 excluded_poll_engines:
3860 - poll
3861 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003862- name: codegen_test_full
3863 gtest: true
3864 build: test
3865 language: c++
3866 src:
3867 - src/proto/grpc/testing/control.proto
3868 - src/proto/grpc/testing/messages.proto
3869 - src/proto/grpc/testing/payloads.proto
3870 - src/proto/grpc/testing/services.proto
3871 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003872 - test/cpp/codegen/codegen_test_full.cc
3873 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003874 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003875 - grpc++
3876 - grpc
3877 - gpr
3878 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003879 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003880- name: codegen_test_minimal
3881 gtest: true
3882 build: test
3883 language: c++
3884 src:
3885 - src/proto/grpc/testing/control.proto
3886 - src/proto/grpc/testing/messages.proto
3887 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003888 - src/proto/grpc/testing/services.proto
3889 - src/proto/grpc/testing/stats.proto
3890 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003891 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003892 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003893 - grpc
3894 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003895 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003896 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003897 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003898- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003899 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003900 build: test
3901 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003902 src:
3903 - test/cpp/client/credentials_test.cc
3904 deps:
3905 - grpc++
3906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003908- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003909 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003910 build: test
3911 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003912 src:
3913 - test/cpp/util/byte_buffer_test.cc
3914 deps:
3915 - grpc_test_util
3916 - grpc++
3917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003918 - gpr_test_util
3919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003920- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003921 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003922 build: test
3923 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003924 src:
3925 - test/cpp/util/slice_test.cc
3926 deps:
3927 - grpc_test_util
3928 - grpc++
3929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003930 - gpr_test_util
3931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003932- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003933 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003934 build: test
3935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003936 src:
3937 - test/cpp/util/string_ref_test.cc
3938 deps:
3939 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003940 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003941- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003942 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003943 build: test
3944 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003945 src:
3946 - test/cpp/util/time_test.cc
3947 deps:
3948 - grpc_test_util
3949 - grpc++
3950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003951 - gpr_test_util
3952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003953- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003954 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003955 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003956 build: test
3957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003958 src:
3959 - test/cpp/end2end/end2end_test.cc
3960 deps:
3961 - grpc++_test_util
3962 - grpc_test_util
3963 - grpc++
3964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003965 - gpr_test_util
3966 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003967- name: error_details_test
3968 gtest: true
3969 build: test
3970 language: c++
3971 src:
3972 - src/proto/grpc/testing/echo_messages.proto
3973 - test/cpp/util/error_details_test.cc
3974 deps:
3975 - grpc++_error_details
3976 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003977- name: filter_end2end_test
3978 gtest: true
3979 build: test
3980 language: c++
3981 src:
3982 - test/cpp/end2end/filter_end2end_test.cc
3983 deps:
3984 - grpc++_test_util
3985 - grpc_test_util
3986 - grpc++
3987 - grpc
3988 - gpr_test_util
3989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003991 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003992 build: test
3993 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003994 src:
3995 - test/cpp/end2end/generic_end2end_test.cc
3996 deps:
3997 - grpc++_test_util
3998 - grpc_test_util
3999 - grpc++
4000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004001 - gpr_test_util
4002 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004003- name: golden_file_test
4004 gtest: true
4005 build: test
4006 language: c++
4007 src:
4008 - src/proto/grpc/testing/compiler_test.proto
4009 - test/cpp/codegen/golden_file_test.cc
4010 deps:
4011 - grpc++
4012 - grpc
4013 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004014 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004015 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07004016- name: grpc_cli
4017 build: test
4018 run: false
4019 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004020 src:
4021 - test/cpp/util/grpc_cli.cc
4022 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004023 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004024 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004025 - grpc++
4026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004027 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004028 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004029- name: grpc_cpp_plugin
4030 build: protoc
4031 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004032 src:
4033 - src/compiler/cpp_plugin.cc
4034 deps:
4035 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004036 secure: false
4037 vs_config_type: Application
4038 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4039- name: grpc_csharp_plugin
4040 build: protoc
4041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004042 src:
4043 - src/compiler/csharp_plugin.cc
4044 deps:
4045 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004046 secure: false
4047 vs_config_type: Application
4048 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004049- name: grpc_node_plugin
4050 build: protoc
4051 language: c++
4052 src:
4053 - src/compiler/node_plugin.cc
4054 deps:
4055 - grpc_plugin_support
4056 secure: false
4057 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004058- name: grpc_objective_c_plugin
4059 build: protoc
4060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004061 src:
4062 - src/compiler/objective_c_plugin.cc
4063 deps:
4064 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004065 secure: false
4066 vs_config_type: Application
4067 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004068- name: grpc_php_plugin
4069 build: protoc
4070 language: c++
4071 src:
4072 - src/compiler/php_plugin.cc
4073 deps:
4074 - grpc_plugin_support
4075 secure: false
4076 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004077- name: grpc_python_plugin
4078 build: protoc
4079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004080 src:
4081 - src/compiler/python_plugin.cc
4082 deps:
4083 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004084 secure: false
4085 vs_config_type: Application
4086 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4087- name: grpc_ruby_plugin
4088 build: protoc
4089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004090 src:
4091 - src/compiler/ruby_plugin.cc
4092 deps:
4093 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004094 secure: false
4095 vs_config_type: Application
4096 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004097- name: grpc_tool_test
4098 gtest: true
4099 build: test
4100 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004101 src:
4102 - src/proto/grpc/testing/echo.proto
4103 - src/proto/grpc/testing/echo_messages.proto
4104 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004105 deps:
4106 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004107 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004108 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004109 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004110 - grpc_test_util
4111 - grpc++
4112 - grpc
4113 - gpr_test_util
4114 - gpr
4115 filegroups:
4116 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004117- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004118 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004119 build: test
4120 language: c++
4121 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004122 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004123 - test/cpp/grpclb/grpclb_api_test.cc
4124 deps:
4125 - grpc++_test_util
4126 - grpc_test_util
4127 - grpc++
4128 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004129- name: grpclb_end2end_test
4130 gtest: true
4131 build: test
4132 language: c++
4133 src:
4134 - src/proto/grpc/lb/v1/load_balancer.proto
4135 - test/cpp/end2end/grpclb_end2end_test.cc
4136 deps:
4137 - grpc++_test_util
4138 - grpc_test_util
4139 - grpc++
4140 - grpc
4141 - gpr_test_util
4142 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004143 excluded_poll_engines:
4144 - poll
4145 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004146- name: grpclb_test
4147 gtest: false
4148 build: test
4149 language: c++
4150 src:
4151 - src/proto/grpc/lb/v1/load_balancer.proto
4152 - test/cpp/grpclb/grpclb_test.cc
4153 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004154 - grpc++_test_util
4155 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004156 - grpc++
4157 - grpc
4158 - gpr_test_util
4159 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004160 excluded_poll_engines:
4161 - poll
4162 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004163- name: health_service_end2end_test
4164 gtest: true
4165 build: test
4166 language: c++
4167 src:
4168 - test/cpp/end2end/health_service_end2end_test.cc
4169 deps:
4170 - grpc++_test_util
4171 - grpc_test_util
4172 - grpc++
4173 - grpc
4174 - gpr_test_util
4175 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004176- name: http2_client
4177 build: test
4178 run: false
4179 language: c++
4180 src: []
4181 deps:
4182 - http2_client_main
4183 - grpc++_test_util
4184 - grpc_test_util
4185 - grpc++
4186 - grpc
4187 - grpc++_test_config
4188 platforms:
4189 - mac
4190 - linux
4191 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004192- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004193 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004194 build: test
4195 language: c++
4196 src:
4197 - test/cpp/end2end/hybrid_end2end_test.cc
4198 deps:
4199 - grpc++_test_util
4200 - grpc_test_util
4201 - grpc++
4202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004203 - gpr_test_util
4204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004205- name: interop_client
4206 build: test
4207 run: false
4208 language: c++
4209 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004210 deps:
4211 - interop_client_main
4212 - interop_client_helper
4213 - grpc++_test_util
4214 - grpc_test_util
4215 - grpc++
4216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004217 - gpr_test_util
4218 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004219 - grpc++_test_config
4220 platforms:
4221 - mac
4222 - linux
4223 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004224- name: interop_server
4225 build: test
4226 run: false
4227 language: c++
4228 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004229 deps:
4230 - interop_server_main
4231 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004232 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004233 - grpc++_test_util
4234 - grpc_test_util
4235 - grpc++
4236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004237 - gpr_test_util
4238 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004239 - grpc++_test_config
4240 platforms:
4241 - mac
4242 - linux
4243 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004244- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004245 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004246 build: test
4247 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004248 src:
4249 - test/cpp/interop/interop_test.cc
4250 deps:
4251 - grpc_test_util
4252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004253 - gpr_test_util
4254 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004255 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004256 platforms:
4257 - mac
4258 - linux
4259 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004260- name: json_run_localhost
4261 build: test
4262 run: false
4263 language: c++
4264 src:
4265 - test/cpp/qps/json_run_localhost.cc
4266 deps:
4267 - grpc++_test_util
4268 - grpc_test_util
4269 - grpc++
4270 - grpc
4271 - gpr_test_util
4272 - gpr
4273 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004274 platforms:
4275 - mac
4276 - linux
4277 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004278- name: memory_test
4279 gtest: true
4280 build: test
4281 language: c++
4282 src:
4283 - test/core/support/memory_test.cc
4284 deps:
4285 - grpc_test_util
4286 - grpc++
4287 - grpc
4288 - gpr_test_util
4289 - gpr
4290 uses:
4291 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004292- name: metrics_client
4293 build: test
4294 run: false
4295 language: c++
4296 headers:
4297 - test/cpp/util/metrics_server.h
4298 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004299 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004300 - test/cpp/interop/metrics_client.cc
4301 deps:
4302 - grpc++
4303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004304 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004305 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004306- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004307 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004308 build: test
4309 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004310 headers:
4311 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004312 src:
4313 - test/cpp/end2end/mock_test.cc
4314 deps:
4315 - grpc++_test_util
4316 - grpc_test_util
4317 - grpc++
4318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004319 - gpr_test_util
4320 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004321- name: noop-benchmark
4322 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004323 language: c++
4324 src:
4325 - test/cpp/microbenchmarks/noop-benchmark.cc
4326 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004327 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004328 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004329- name: proto_server_reflection_test
4330 gtest: true
4331 build: test
4332 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004333 src:
4334 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004335 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004336 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004337 - grpc++_reflection
4338 - grpc++_test_util
4339 - grpc_test_util
4340 - grpc++
4341 - grpc
4342 - gpr_test_util
4343 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004344- name: proto_utils_test
4345 gtest: true
4346 build: test
4347 language: c++
4348 src:
4349 - test/cpp/codegen/proto_utils_test.cc
4350 deps:
4351 - grpc++
4352 - grpc
4353 filegroups:
4354 - grpc++_codegen_base
4355 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004356- name: qps_interarrival_test
4357 build: test
4358 run: false
4359 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004360 src:
4361 - test/cpp/qps/qps_interarrival_test.cc
4362 deps:
4363 - qps
4364 - grpc++_test_util
4365 - grpc_test_util
4366 - grpc++
4367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004368 - gpr_test_util
4369 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004370 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004371 platforms:
4372 - mac
4373 - linux
4374 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004375- name: qps_json_driver
4376 build: test
4377 run: false
4378 language: c++
4379 src:
4380 - test/cpp/qps/qps_json_driver.cc
4381 deps:
4382 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004383 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004384 - grpc++_test_util
4385 - grpc_test_util
4386 - grpc++
4387 - grpc
4388 - gpr_test_util
4389 - gpr
4390 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004391- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004392 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004393 build: test
4394 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004395 src:
4396 - test/cpp/qps/qps_openloop_test.cc
4397 deps:
4398 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004399 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004400 - grpc++_test_util
4401 - grpc_test_util
4402 - grpc++
4403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004404 - gpr_test_util
4405 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004406 - grpc++_test_config
4407 platforms:
4408 - mac
4409 - linux
4410 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004411- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004412 build: test
4413 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004415 headers:
4416 - test/cpp/qps/client.h
4417 - test/cpp/qps/server.h
4418 src:
4419 - test/cpp/qps/worker.cc
4420 deps:
4421 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004422 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004423 - grpc++_test_util
4424 - grpc_test_util
4425 - grpc++
4426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004427 - gpr_test_util
4428 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004429 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004430- name: reconnect_interop_client
4431 build: test
4432 run: false
4433 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004434 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004435 - src/proto/grpc/testing/empty.proto
4436 - src/proto/grpc/testing/messages.proto
4437 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004438 - test/cpp/interop/reconnect_interop_client.cc
4439 deps:
4440 - grpc++_test_util
4441 - grpc_test_util
4442 - grpc++
4443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004444 - gpr_test_util
4445 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004446 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004447- name: reconnect_interop_server
4448 build: test
4449 run: false
4450 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004451 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004452 - src/proto/grpc/testing/empty.proto
4453 - src/proto/grpc/testing/messages.proto
4454 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004455 - test/cpp/interop/reconnect_interop_server.cc
4456 deps:
4457 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004458 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004459 - grpc++_test_util
4460 - grpc_test_util
4461 - grpc++
4462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004463 - gpr_test_util
4464 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004465 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004466- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004467 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004468 build: test
4469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004470 src:
4471 - test/cpp/common/secure_auth_context_test.cc
4472 deps:
4473 - grpc++_test_util
4474 - grpc_test_util
4475 - grpc++
4476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004477 - gpr_test_util
4478 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004479- name: secure_sync_unary_ping_pong_test
4480 build: test
4481 language: c++
4482 src:
4483 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4484 deps:
4485 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004486 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004487 - grpc++_test_util
4488 - grpc_test_util
4489 - grpc++
4490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004491 - gpr_test_util
4492 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004493 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004494 platforms:
4495 - mac
4496 - linux
4497 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004498- name: server_builder_plugin_test
4499 gtest: true
4500 build: test
4501 language: c++
4502 src:
4503 - test/cpp/end2end/server_builder_plugin_test.cc
4504 deps:
4505 - grpc++_test_util
4506 - grpc_test_util
4507 - grpc++
4508 - grpc
4509 - gpr_test_util
4510 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004511- name: server_builder_test
4512 gtest: true
4513 build: test
4514 language: c++
4515 src:
4516 - src/proto/grpc/testing/echo_messages.proto
4517 - src/proto/grpc/testing/echo.proto
4518 - test/cpp/server/server_builder_test.cc
4519 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004520 - grpc++_test_util_unsecure
4521 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004522 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004523 - grpc++_unsecure
4524 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004525 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004526- name: server_context_test_spouse_test
4527 gtest: true
4528 build: test
4529 language: c++
4530 src:
4531 - test/cpp/test/server_context_test_spouse_test.cc
4532 deps:
4533 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004534 - grpc++
4535 - grpc
4536 - gpr_test_util
4537 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004538 uses:
4539 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004540- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004541 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004542 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004543 build: test
4544 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004545 src:
4546 - test/cpp/end2end/server_crash_test.cc
4547 deps:
4548 - grpc++_test_util
4549 - grpc_test_util
4550 - grpc++
4551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004552 - gpr_test_util
4553 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004554 platforms:
4555 - mac
4556 - linux
4557 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004558- name: server_crash_test_client
4559 build: test
4560 run: false
4561 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004562 src:
4563 - test/cpp/end2end/server_crash_test_client.cc
4564 deps:
4565 - grpc++_test_util
4566 - grpc_test_util
4567 - grpc++
4568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004569 - gpr_test_util
4570 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004571- name: server_request_call_test
4572 gtest: true
4573 build: test
4574 language: c++
4575 src:
4576 - src/proto/grpc/testing/echo_messages.proto
4577 - src/proto/grpc/testing/echo.proto
4578 - test/cpp/server/server_request_call_test.cc
4579 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004580 - grpc++_test_util_unsecure
4581 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004582 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004583 - grpc++_unsecure
4584 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004586- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004587 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004588 build: test
4589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004590 src:
4591 - test/cpp/end2end/shutdown_test.cc
4592 deps:
4593 - grpc++_test_util
4594 - grpc_test_util
4595 - grpc++
4596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004597 - gpr_test_util
4598 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004599- name: stats_test
4600 gtest: true
4601 build: test
4602 language: c++
4603 src:
4604 - test/core/debug/stats_test.cc
4605 deps:
4606 - grpc++_test_util
4607 - grpc_test_util
4608 - grpc
4609 - gpr_test_util
4610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004611- name: status_test
4612 build: test
4613 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004614 src:
4615 - test/cpp/util/status_test.cc
4616 deps:
4617 - grpc_test_util
4618 - grpc++
4619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004620 - gpr_test_util
4621 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004622- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004623 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004624 build: test
4625 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004626 src:
4627 - test/cpp/end2end/streaming_throughput_test.cc
4628 deps:
4629 - grpc++_test_util
4630 - grpc_test_util
4631 - grpc++
4632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004633 - gpr_test_util
4634 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004635 platforms:
4636 - mac
4637 - linux
4638 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004639- name: stress_test
4640 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004641 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004642 language: c++
4643 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004644 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004645 - test/cpp/interop/interop_client.h
4646 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004647 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004648 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004649 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004650 - src/proto/grpc/testing/empty.proto
4651 - src/proto/grpc/testing/messages.proto
4652 - src/proto/grpc/testing/metrics.proto
4653 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004654 - test/cpp/interop/interop_client.cc
4655 - test/cpp/interop/stress_interop_client.cc
4656 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004657 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004658 deps:
4659 - grpc++_test_util
4660 - grpc_test_util
4661 - grpc++
4662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004663 - gpr_test_util
4664 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004665 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004666- name: thread_manager_test
4667 build: test
4668 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004669 src:
4670 - test/cpp/thread_manager/thread_manager_test.cc
4671 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004672 - grpc++_unsecure
4673 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004674 - gpr
4675 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004676- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004677 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004678 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004679 build: test
4680 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004681 src:
4682 - test/cpp/end2end/thread_stress_test.cc
4683 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004684 - grpc++_test_util_unsecure
4685 - grpc_test_util_unsecure
4686 - grpc++_unsecure
4687 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004688 - gpr_test_util
4689 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004690 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004691- name: writes_per_rpc_test
4692 gtest: true
4693 cpu_cost: 0.5
4694 build: test
4695 language: c++
4696 src:
4697 - test/cpp/performance/writes_per_rpc_test.cc
4698 deps:
4699 - grpc++_test_util
4700 - grpc_test_util
4701 - grpc++
4702 - grpc
4703 - gpr_test_util
4704 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004705 platforms:
4706 - mac
4707 - linux
4708 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004709- name: public_headers_must_be_c89
4710 build: test
4711 language: c89
4712 src:
4713 - test/core/surface/public_headers_must_be_c89.c
4714 deps:
4715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004717vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004718- linkage: static
4719 name: grpc.dependencies.zlib
4720 props: false
4721 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004722 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004723- linkage: static
4724 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004725 props: true
4726 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004727 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004728- name: gflags
4729 props: false
4730 redist: false
4731 version: 2.1.2.1
4732- name: gtest
4733 props: false
4734 redist: false
4735 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004736configs:
4737 asan:
4738 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004739 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4740 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004741 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004742 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004743 LDFLAGS: -fsanitize=address
4744 LDXX: clang++
4745 compile_the_world: true
4746 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004747 ASAN_OPTIONS: detect_leaks=1:color=always
4748 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004749 asan-noleaks:
4750 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004751 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4752 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004753 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004754 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004755 LDFLAGS: -fsanitize=address
4756 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004757 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004758 test_environ:
4759 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004760 asan-trace-cmp:
4761 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004762 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4763 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004764 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004765 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004766 LDFLAGS: -fsanitize=address
4767 LDXX: clang++
4768 compile_the_world: true
4769 test_environ:
4770 ASAN_OPTIONS: detect_leaks=1:color=always
4771 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004772 basicprof:
4773 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4774 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004775 c++-compat:
4776 CFLAGS: -Wc++-compat
4777 CPPFLAGS: -O0
4778 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004779 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004780 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004781 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004782 dbg:
4783 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004784 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004785 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004786 gcov:
4787 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004788 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004789 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004790 DEFINES: _DEBUG DEBUG GPR_GCOV
4791 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004792 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004793 LDXX: g++
4794 helgrind:
4795 CPPFLAGS: -O0
4796 DEFINES: _DEBUG DEBUG
4797 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004798 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004799 lto:
4800 CPPFLAGS: -O2
4801 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004802 memcheck:
4803 CPPFLAGS: -O0
4804 DEFINES: _DEBUG DEBUG
4805 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004806 valgrind: --tool=memcheck --leak-check=full
4807 msan:
4808 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004809 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4810 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4811 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004812 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004813 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004814 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004815 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4816 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4817 LDXX: clang++
4818 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004819 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004820 CPPFLAGS: -O3 -fno-omit-frame-pointer
4821 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004822 LDFLAGS: -rdynamic
4823 opt:
4824 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004825 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004826 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004827 stapprof:
4828 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4829 DEFINES: NDEBUG
4830 tsan:
4831 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004832 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004833 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004834 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004835 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004836 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004837 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004838 LDXX: clang++
4839 compile_the_world: true
4840 test_environ:
4841 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004842 ubsan:
4843 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004844 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4845 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004846 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004847 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004848 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004849 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004850 LDXX: clang++
4851 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004852 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004853 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004854defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004855 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004856 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4857 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004858 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4859 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004860 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4861 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004862 benchmark:
4863 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004864 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004865 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004866 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004867 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004868 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004869 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004870 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004871 LDFLAGS: -g
4872 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004873 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004874 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004875node_modules:
4876- deps:
4877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004878 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004879 - boringssl
4880 - z
murgatroid9994a75412015-11-19 14:04:53 -08004881 headers:
4882 - src/node/ext/byte_buffer.h
4883 - src/node/ext/call.h
4884 - src/node/ext/call_credentials.h
4885 - src/node/ext/channel.h
4886 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004887 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004888 - src/node/ext/server.h
4889 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004890 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004891 - src/node/ext/timeval.h
4892 js:
4893 - src/node/index.js
4894 - src/node/src/client.js
4895 - src/node/src/common.js
4896 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004897 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004898 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004899 - src/node/src/metadata.js
4900 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004901 name: grpc_node
4902 src:
4903 - src/node/ext/byte_buffer.cc
4904 - src/node/ext/call.cc
4905 - src/node/ext/call_credentials.cc
4906 - src/node/ext/channel.cc
4907 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004908 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004909 - src/node/ext/node_grpc.cc
4910 - src/node/ext/server.cc
4911 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004912 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004913 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004914openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004915 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004916 extraction_dir: openssl-1.0.2f
4917 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004918php_config_m4:
4919 deps:
4920 - grpc
4921 - gpr
4922 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004923 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004924 headers:
4925 - src/php/ext/grpc/byte_buffer.h
4926 - src/php/ext/grpc/call.h
4927 - src/php/ext/grpc/call_credentials.h
4928 - src/php/ext/grpc/channel.h
4929 - src/php/ext/grpc/channel_credentials.h
4930 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004931 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004932 - src/php/ext/grpc/php_grpc.h
4933 - src/php/ext/grpc/server.h
4934 - src/php/ext/grpc/server_credentials.h
4935 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004936 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004937 src:
4938 - src/php/ext/grpc/byte_buffer.c
4939 - src/php/ext/grpc/call.c
4940 - src/php/ext/grpc/call_credentials.c
4941 - src/php/ext/grpc/channel.c
4942 - src/php/ext/grpc/channel_credentials.c
4943 - src/php/ext/grpc/completion_queue.c
4944 - src/php/ext/grpc/php_grpc.c
4945 - src/php/ext/grpc/server.c
4946 - src/php/ext/grpc/server_credentials.c
4947 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004948python_dependencies:
4949 deps:
4950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004951 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004952 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004953 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004954 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004955ruby_gem:
4956 deps:
4957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004958 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004959 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004960 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004961 - z