blob: b76bd122bc7e9d90cb66040d61840b26ffb9e364 [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 Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble16caa502016-05-06 03:02:51 +020010 version: 0.15.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
19 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/mlog.h
21 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/context.c
24 - src/core/ext/census/grpc_context.c
25 - src/core/ext/census/grpc_filter.c
26 - src/core/ext/census/grpc_plugin.c
27 - src/core/ext/census/initialize.c
28 - src/core/ext/census/mlog.c
29 - src/core/ext/census/operation.c
30 - src/core/ext/census/placeholders.c
31 - src/core/ext/census/tracing.c
32 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070033 uses:
34 - grpc_base
35- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010036 public_headers:
37 - include/grpc/support/alloc.h
38 - include/grpc/support/atm.h
39 - include/grpc/support/atm_gcc_atomic.h
40 - include/grpc/support/atm_gcc_sync.h
41 - include/grpc/support/atm_win32.h
42 - include/grpc/support/avl.h
43 - include/grpc/support/cmdline.h
44 - include/grpc/support/cpu.h
45 - include/grpc/support/histogram.h
46 - include/grpc/support/host_port.h
47 - include/grpc/support/log.h
48 - include/grpc/support/log_win32.h
49 - include/grpc/support/port_platform.h
50 - include/grpc/support/slice.h
51 - include/grpc/support/slice_buffer.h
52 - include/grpc/support/string_util.h
53 - include/grpc/support/subprocess.h
54 - include/grpc/support/sync.h
55 - include/grpc/support/sync_generic.h
56 - include/grpc/support/sync_posix.h
57 - include/grpc/support/sync_win32.h
58 - include/grpc/support/thd.h
59 - include/grpc/support/time.h
60 - include/grpc/support/tls.h
61 - include/grpc/support/tls_gcc.h
62 - include/grpc/support/tls_msvc.h
63 - include/grpc/support/tls_pthread.h
64 - include/grpc/support/useful.h
65 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070066 - src/core/lib/profiling/timers.h
67 - src/core/lib/support/backoff.h
68 - src/core/lib/support/block_annotate.h
69 - src/core/lib/support/env.h
70 - src/core/lib/support/load_file.h
71 - src/core/lib/support/murmur_hash.h
72 - src/core/lib/support/stack_lockfree.h
73 - src/core/lib/support/string.h
74 - src/core/lib/support/string_win32.h
75 - src/core/lib/support/thd_internal.h
76 - src/core/lib/support/time_precise.h
77 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010078 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/profiling/basic_timers.c
80 - src/core/lib/profiling/stap_timers.c
81 - src/core/lib/support/alloc.c
82 - src/core/lib/support/avl.c
83 - src/core/lib/support/backoff.c
84 - src/core/lib/support/cmdline.c
85 - src/core/lib/support/cpu_iphone.c
86 - src/core/lib/support/cpu_linux.c
87 - src/core/lib/support/cpu_posix.c
88 - src/core/lib/support/cpu_windows.c
89 - src/core/lib/support/env_linux.c
90 - src/core/lib/support/env_posix.c
91 - src/core/lib/support/env_win32.c
92 - src/core/lib/support/histogram.c
93 - src/core/lib/support/host_port.c
94 - src/core/lib/support/load_file.c
95 - src/core/lib/support/log.c
96 - src/core/lib/support/log_android.c
97 - src/core/lib/support/log_linux.c
98 - src/core/lib/support/log_posix.c
99 - src/core/lib/support/log_win32.c
100 - src/core/lib/support/murmur_hash.c
101 - src/core/lib/support/slice.c
102 - src/core/lib/support/slice_buffer.c
103 - src/core/lib/support/stack_lockfree.c
104 - src/core/lib/support/string.c
105 - src/core/lib/support/string_posix.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200106 - src/core/lib/support/string_util_win32.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/string_win32.c
108 - src/core/lib/support/subprocess_posix.c
109 - src/core/lib/support/subprocess_windows.c
110 - src/core/lib/support/sync.c
111 - src/core/lib/support/sync_posix.c
112 - src/core/lib/support/sync_win32.c
113 - src/core/lib/support/thd.c
114 - src/core/lib/support/thd_posix.c
115 - src/core/lib/support/thd_win32.c
116 - src/core/lib/support/time.c
117 - src/core/lib/support/time_posix.c
118 - src/core/lib/support/time_precise.c
119 - src/core/lib/support/time_win32.c
120 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200121 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/tmpfile_posix.c
123 - src/core/lib/support/tmpfile_win32.c
124 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700125 uses:
126 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800127- name: gpr_codegen
128 public_headers:
129 - include/grpc/impl/codegen/alloc.h
130 - include/grpc/impl/codegen/atm.h
131 - include/grpc/impl/codegen/atm_gcc_atomic.h
132 - include/grpc/impl/codegen/atm_gcc_sync.h
133 - include/grpc/impl/codegen/atm_win32.h
134 - include/grpc/impl/codegen/log.h
135 - include/grpc/impl/codegen/port_platform.h
136 - include/grpc/impl/codegen/slice.h
137 - include/grpc/impl/codegen/slice_buffer.h
138 - include/grpc/impl/codegen/sync.h
139 - include/grpc/impl/codegen/sync_generic.h
140 - include/grpc/impl/codegen/sync_posix.h
141 - include/grpc/impl/codegen/sync_win32.h
142 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700143- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700144 public_headers:
145 - include/grpc/byte_buffer.h
146 - include/grpc/byte_buffer_reader.h
147 - include/grpc/compression.h
148 - include/grpc/grpc.h
149 - include/grpc/status.h
150 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700151 - src/core/lib/channel/channel_args.h
152 - src/core/lib/channel/channel_stack.h
153 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700154 - src/core/lib/channel/compress_filter.h
155 - src/core/lib/channel/connected_channel.h
156 - src/core/lib/channel/context.h
157 - src/core/lib/channel/http_client_filter.h
158 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700159 - src/core/lib/compression/algorithm_metadata.h
160 - src/core/lib/compression/message_compress.h
161 - src/core/lib/debug/trace.h
162 - src/core/lib/http/format_request.h
163 - src/core/lib/http/httpcli.h
164 - src/core/lib/http/parser.h
165 - src/core/lib/iomgr/closure.h
166 - src/core/lib/iomgr/endpoint.h
167 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700168 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700169 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700170 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700171 - src/core/lib/iomgr/exec_ctx.h
172 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700173 - src/core/lib/iomgr/iocp_windows.h
174 - src/core/lib/iomgr/iomgr.h
175 - src/core/lib/iomgr/iomgr_internal.h
176 - src/core/lib/iomgr/iomgr_posix.h
177 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700178 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/iomgr/pollset_set_windows.h
180 - src/core/lib/iomgr/pollset_windows.h
181 - src/core/lib/iomgr/resolve_address.h
182 - src/core/lib/iomgr/sockaddr.h
183 - src/core/lib/iomgr/sockaddr_posix.h
184 - src/core/lib/iomgr/sockaddr_utils.h
185 - src/core/lib/iomgr/sockaddr_win32.h
186 - src/core/lib/iomgr/socket_utils_posix.h
187 - src/core/lib/iomgr/socket_windows.h
188 - src/core/lib/iomgr/tcp_client.h
189 - src/core/lib/iomgr/tcp_posix.h
190 - src/core/lib/iomgr/tcp_server.h
191 - src/core/lib/iomgr/tcp_windows.h
192 - src/core/lib/iomgr/time_averaged_stats.h
193 - src/core/lib/iomgr/timer.h
194 - src/core/lib/iomgr/timer_heap.h
195 - src/core/lib/iomgr/udp_server.h
196 - src/core/lib/iomgr/unix_sockets_posix.h
197 - src/core/lib/iomgr/wakeup_fd_pipe.h
198 - src/core/lib/iomgr/wakeup_fd_posix.h
199 - src/core/lib/iomgr/workqueue.h
200 - src/core/lib/iomgr/workqueue_posix.h
201 - src/core/lib/iomgr/workqueue_windows.h
202 - src/core/lib/json/json.h
203 - src/core/lib/json/json_common.h
204 - src/core/lib/json/json_reader.h
205 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/surface/api_trace.h
207 - src/core/lib/surface/call.h
208 - src/core/lib/surface/call_test_only.h
209 - src/core/lib/surface/channel.h
210 - src/core/lib/surface/channel_init.h
211 - src/core/lib/surface/channel_stack_type.h
212 - src/core/lib/surface/completion_queue.h
213 - src/core/lib/surface/event_string.h
214 - src/core/lib/surface/init.h
215 - src/core/lib/surface/lame_client.h
216 - src/core/lib/surface/server.h
217 - src/core/lib/surface/surface_trace.h
218 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/transport/connectivity_state.h
220 - src/core/lib/transport/metadata.h
221 - src/core/lib/transport/metadata_batch.h
222 - src/core/lib/transport/static_metadata.h
223 - src/core/lib/transport/transport.h
224 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700225 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/channel/channel_args.c
227 - src/core/lib/channel/channel_stack.c
228 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/channel/compress_filter.c
230 - src/core/lib/channel/connected_channel.c
231 - src/core/lib/channel/http_client_filter.c
232 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/compression/compression_algorithm.c
234 - src/core/lib/compression/message_compress.c
235 - src/core/lib/debug/trace.c
236 - src/core/lib/http/format_request.c
237 - src/core/lib/http/httpcli.c
238 - src/core/lib/http/parser.c
239 - src/core/lib/iomgr/closure.c
240 - src/core/lib/iomgr/endpoint.c
241 - src/core/lib/iomgr/endpoint_pair_posix.c
242 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700243 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700244 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700245 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/exec_ctx.c
247 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/iomgr/iocp_windows.c
249 - src/core/lib/iomgr/iomgr.c
250 - src/core/lib/iomgr/iomgr_posix.c
251 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/iomgr/pollset_set_windows.c
253 - src/core/lib/iomgr/pollset_windows.c
254 - src/core/lib/iomgr/resolve_address_posix.c
255 - src/core/lib/iomgr/resolve_address_windows.c
256 - src/core/lib/iomgr/sockaddr_utils.c
257 - src/core/lib/iomgr/socket_utils_common_posix.c
258 - src/core/lib/iomgr/socket_utils_linux.c
259 - src/core/lib/iomgr/socket_utils_posix.c
260 - src/core/lib/iomgr/socket_windows.c
261 - src/core/lib/iomgr/tcp_client_posix.c
262 - src/core/lib/iomgr/tcp_client_windows.c
263 - src/core/lib/iomgr/tcp_posix.c
264 - src/core/lib/iomgr/tcp_server_posix.c
265 - src/core/lib/iomgr/tcp_server_windows.c
266 - src/core/lib/iomgr/tcp_windows.c
267 - src/core/lib/iomgr/time_averaged_stats.c
268 - src/core/lib/iomgr/timer.c
269 - src/core/lib/iomgr/timer_heap.c
270 - src/core/lib/iomgr/udp_server.c
271 - src/core/lib/iomgr/unix_sockets_posix.c
272 - src/core/lib/iomgr/unix_sockets_posix_noop.c
273 - src/core/lib/iomgr/wakeup_fd_eventfd.c
274 - src/core/lib/iomgr/wakeup_fd_nospecial.c
275 - src/core/lib/iomgr/wakeup_fd_pipe.c
276 - src/core/lib/iomgr/wakeup_fd_posix.c
277 - src/core/lib/iomgr/workqueue_posix.c
278 - src/core/lib/iomgr/workqueue_windows.c
279 - src/core/lib/json/json.c
280 - src/core/lib/json/json_reader.c
281 - src/core/lib/json/json_string.c
282 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/surface/alarm.c
284 - src/core/lib/surface/api_trace.c
285 - src/core/lib/surface/byte_buffer.c
286 - src/core/lib/surface/byte_buffer_reader.c
287 - src/core/lib/surface/call.c
288 - src/core/lib/surface/call_details.c
289 - src/core/lib/surface/call_log_batch.c
290 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/surface/channel_init.c
292 - src/core/lib/surface/channel_ping.c
293 - src/core/lib/surface/channel_stack_type.c
294 - src/core/lib/surface/completion_queue.c
295 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/surface/lame_client.c
297 - src/core/lib/surface/metadata_array.c
298 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/surface/validate_metadata.c
300 - src/core/lib/surface/version.c
301 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/transport/connectivity_state.c
303 - src/core/lib/transport/metadata.c
304 - src/core/lib/transport/metadata_batch.c
305 - src/core/lib/transport/static_metadata.c
306 - src/core/lib/transport/transport.c
307 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700308 deps:
309 - gpr
310 uses:
311 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700312- name: grpc_client_config
313 headers:
314 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700315 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700316 - src/core/ext/client_config/client_config.h
317 - src/core/ext/client_config/connector.h
318 - src/core/ext/client_config/initial_connect_string.h
319 - src/core/ext/client_config/lb_policy.h
320 - src/core/ext/client_config/lb_policy_factory.h
321 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700322 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700323 - src/core/ext/client_config/resolver.h
324 - src/core/ext/client_config/resolver_factory.h
325 - src/core/ext/client_config/resolver_registry.h
326 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700327 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700328 - src/core/ext/client_config/subchannel_index.h
329 - src/core/ext/client_config/uri_parser.h
330 src:
331 - src/core/ext/client_config/channel_connectivity.c
332 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700333 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700334 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700335 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700336 - src/core/ext/client_config/connector.c
337 - src/core/ext/client_config/default_initial_connect_string.c
338 - src/core/ext/client_config/initial_connect_string.c
339 - src/core/ext/client_config/lb_policy.c
340 - src/core/ext/client_config/lb_policy_factory.c
341 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700342 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700343 - src/core/ext/client_config/resolver.c
344 - src/core/ext/client_config/resolver_factory.c
345 - src/core/ext/client_config/resolver_registry.c
346 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700347 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700348 - src/core/ext/client_config/subchannel_index.c
349 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700350 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700351 uses:
352 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800353- name: grpc_codegen
354 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800355 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700356 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800357 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800358 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800359 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800360 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800361 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700362 uses:
363 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700364- name: grpc_lb_policy_grpclb
365 headers:
366 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700367 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700368 src:
369 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700370 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700371 uses:
372 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700373 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700374 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700375- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700376 src:
377 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700378 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700379 uses:
380 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700381 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700382- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700383 src:
384 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700385 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700386 uses:
387 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700388 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700389- name: grpc_resolver_dns_native
390 src:
391 - src/core/ext/resolver/dns/native/dns_resolver.c
392 plugin: grpc_resolver_dns_native
393 uses:
394 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700395 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700396- name: grpc_resolver_sockaddr
397 src:
398 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
399 plugin: grpc_resolver_sockaddr
400 uses:
401 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700402 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100403- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700404 public_headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700405 - include/grpc/grpc_cronet.h
Craig Tillerd1697d92016-04-05 16:05:46 -0700406 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700407 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100408 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700409 - src/core/lib/security/context/security_context.h
410 - src/core/lib/security/credentials/composite/composite_credentials.h
411 - src/core/lib/security/credentials/credentials.h
412 - src/core/lib/security/credentials/fake/fake_credentials.h
413 - src/core/lib/security/credentials/google_default/google_default_credentials.h
414 - src/core/lib/security/credentials/iam/iam_credentials.h
415 - src/core/lib/security/credentials/jwt/json_token.h
416 - src/core/lib/security/credentials/jwt/jwt_credentials.h
417 - src/core/lib/security/credentials/jwt/jwt_verifier.h
418 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
419 - src/core/lib/security/credentials/plugin/plugin_credentials.h
420 - src/core/lib/security/credentials/ssl/ssl_credentials.h
421 - src/core/lib/security/transport/auth_filters.h
422 - src/core/lib/security/transport/handshake.h
423 - src/core/lib/security/transport/secure_endpoint.h
424 - src/core/lib/security/transport/security_connector.h
425 - src/core/lib/security/util/b64.h
426 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100427 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700428 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700429 - src/core/lib/security/context/security_context.c
430 - src/core/lib/security/credentials/composite/composite_credentials.c
431 - src/core/lib/security/credentials/credentials.c
432 - src/core/lib/security/credentials/credentials_metadata.c
433 - src/core/lib/security/credentials/fake/fake_credentials.c
434 - src/core/lib/security/credentials/google_default/credentials_posix.c
435 - src/core/lib/security/credentials/google_default/credentials_win32.c
436 - src/core/lib/security/credentials/google_default/google_default_credentials.c
437 - src/core/lib/security/credentials/iam/iam_credentials.c
438 - src/core/lib/security/credentials/jwt/json_token.c
439 - src/core/lib/security/credentials/jwt/jwt_credentials.c
440 - src/core/lib/security/credentials/jwt/jwt_verifier.c
441 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
442 - src/core/lib/security/credentials/plugin/plugin_credentials.c
443 - src/core/lib/security/credentials/ssl/ssl_credentials.c
444 - src/core/lib/security/transport/client_auth_filter.c
445 - src/core/lib/security/transport/handshake.c
446 - src/core/lib/security/transport/secure_endpoint.c
447 - src/core/lib/security/transport/security_connector.c
448 - src/core/lib/security/transport/server_auth_filter.c
449 - src/core/lib/security/util/b64.c
450 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700451 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700452 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700453 uses:
454 - grpc_base
455 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700456 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700457- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700458 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700459 headers:
460 - test/core/end2end/cq_verifier.h
461 - test/core/end2end/fixtures/proxy.h
462 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700463 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200464 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700465 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700466 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700467 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700468 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700469 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700470 - test/core/util/slice_splitter.h
471 src:
472 - test/core/end2end/cq_verifier.c
473 - test/core/end2end/fixtures/proxy.c
474 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700475 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200476 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700477 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700478 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700479 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700480 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700481 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700482 - test/core/util/port_windows.c
483 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700484 deps:
485 - grpc
486 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700487- name: grpc_transport_chttp2
488 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700489 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700490 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
491 - src/core/ext/transport/chttp2/transport/frame.h
492 - src/core/ext/transport/chttp2/transport/frame_data.h
493 - src/core/ext/transport/chttp2/transport/frame_goaway.h
494 - src/core/ext/transport/chttp2/transport/frame_ping.h
495 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
496 - src/core/ext/transport/chttp2/transport/frame_settings.h
497 - src/core/ext/transport/chttp2/transport/frame_window_update.h
498 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
499 - src/core/ext/transport/chttp2/transport/hpack_parser.h
500 - src/core/ext/transport/chttp2/transport/hpack_table.h
501 - src/core/ext/transport/chttp2/transport/http2_errors.h
502 - src/core/ext/transport/chttp2/transport/huffsyms.h
503 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
504 - src/core/ext/transport/chttp2/transport/internal.h
505 - src/core/ext/transport/chttp2/transport/status_conversion.h
506 - src/core/ext/transport/chttp2/transport/stream_map.h
507 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
508 - src/core/ext/transport/chttp2/transport/varint.h
509 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700510 - src/core/ext/transport/chttp2/transport/bin_encoder.c
511 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700512 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
513 - src/core/ext/transport/chttp2/transport/frame_data.c
514 - src/core/ext/transport/chttp2/transport/frame_goaway.c
515 - src/core/ext/transport/chttp2/transport/frame_ping.c
516 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
517 - src/core/ext/transport/chttp2/transport/frame_settings.c
518 - src/core/ext/transport/chttp2/transport/frame_window_update.c
519 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
520 - src/core/ext/transport/chttp2/transport/hpack_parser.c
521 - src/core/ext/transport/chttp2/transport/hpack_table.c
522 - src/core/ext/transport/chttp2/transport/huffsyms.c
523 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
524 - src/core/ext/transport/chttp2/transport/parsing.c
525 - src/core/ext/transport/chttp2/transport/status_conversion.c
526 - src/core/ext/transport/chttp2/transport/stream_lists.c
527 - src/core/ext/transport/chttp2/transport/stream_map.c
528 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
529 - src/core/ext/transport/chttp2/transport/varint.c
530 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700531 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700532 uses:
533 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700534 - grpc_transport_chttp2_alpn
535- name: grpc_transport_chttp2_alpn
536 headers:
537 - src/core/ext/transport/chttp2/alpn/alpn.h
538 src:
539 - src/core/ext/transport/chttp2/alpn/alpn.c
540 deps:
541 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700542- name: grpc_transport_chttp2_client_insecure
543 src:
544 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700545 uses:
546 - grpc_transport_chttp2
547 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700548 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700549- name: grpc_transport_chttp2_client_secure
550 src:
551 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700552 uses:
553 - grpc_transport_chttp2
554 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700555 - grpc_client_config
556 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700557- name: grpc_transport_chttp2_server_insecure
558 src:
559 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700560 uses:
561 - grpc_transport_chttp2
562 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700563- name: grpc_transport_chttp2_server_secure
564 src:
565 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700566 uses:
567 - grpc_transport_chttp2
568 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700569 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700570- name: grpc_transport_cronet_client_secure
571 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700572 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
573 src:
574 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
575 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
576 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700577 filegroups:
578 - grpc_base
579 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800580- name: nanopb
581 headers:
582 - third_party/nanopb/pb.h
583 - third_party/nanopb/pb_common.h
584 - third_party/nanopb/pb_decode.h
585 - third_party/nanopb/pb_encode.h
586 src:
587 - third_party/nanopb/pb_common.c
588 - third_party/nanopb/pb_decode.c
589 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700590- name: tsi
591 headers:
592 - src/core/lib/tsi/fake_transport_security.h
593 - src/core/lib/tsi/ssl_transport_security.h
594 - src/core/lib/tsi/ssl_types.h
595 - src/core/lib/tsi/transport_security.h
596 - src/core/lib/tsi/transport_security_interface.h
597 src:
598 - src/core/lib/tsi/fake_transport_security.c
599 - src/core/lib/tsi/ssl_transport_security.c
600 - src/core/lib/tsi/transport_security.c
601 deps:
602 - gpr
603 secure: true
604- name: grpc++_base
605 language: c++
606 public_headers:
607 - include/grpc++/alarm.h
608 - include/grpc++/channel.h
609 - include/grpc++/client_context.h
610 - include/grpc++/completion_queue.h
611 - include/grpc++/create_channel.h
612 - include/grpc++/generic/async_generic_service.h
613 - include/grpc++/generic/generic_stub.h
614 - include/grpc++/grpc++.h
615 - include/grpc++/impl/call.h
616 - include/grpc++/impl/client_unary_call.h
617 - include/grpc++/impl/grpc_library.h
618 - include/grpc++/impl/method_handler_impl.h
619 - include/grpc++/impl/proto_utils.h
620 - include/grpc++/impl/rpc_method.h
621 - include/grpc++/impl/rpc_service_method.h
622 - include/grpc++/impl/serialization_traits.h
623 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700624 - include/grpc++/impl/server_builder_plugin.h
625 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700626 - include/grpc++/impl/service_type.h
627 - include/grpc++/impl/sync.h
628 - include/grpc++/impl/sync_cxx11.h
629 - include/grpc++/impl/sync_no_cxx11.h
630 - include/grpc++/impl/thd.h
631 - include/grpc++/impl/thd_cxx11.h
632 - include/grpc++/impl/thd_no_cxx11.h
633 - include/grpc++/security/auth_context.h
634 - include/grpc++/security/auth_metadata_processor.h
635 - include/grpc++/security/credentials.h
636 - include/grpc++/security/server_credentials.h
637 - include/grpc++/server.h
638 - include/grpc++/server_builder.h
639 - include/grpc++/server_context.h
640 - include/grpc++/support/async_stream.h
641 - include/grpc++/support/async_unary_call.h
642 - include/grpc++/support/byte_buffer.h
643 - include/grpc++/support/channel_arguments.h
644 - include/grpc++/support/slice.h
645 - include/grpc++/support/status.h
646 - include/grpc++/support/status_code_enum.h
647 - include/grpc++/support/string_ref.h
648 - include/grpc++/support/stub_options.h
649 - include/grpc++/support/sync_stream.h
650 - include/grpc++/support/time.h
651 headers:
652 - src/cpp/client/create_channel_internal.h
653 - src/cpp/common/core_codegen.h
654 - src/cpp/server/dynamic_thread_pool.h
655 - src/cpp/server/thread_pool_interface.h
656 src:
657 - src/cpp/client/channel.cc
658 - src/cpp/client/client_context.cc
659 - src/cpp/client/create_channel.cc
660 - src/cpp/client/create_channel_internal.cc
661 - src/cpp/client/credentials.cc
662 - src/cpp/client/generic_stub.cc
663 - src/cpp/client/insecure_credentials.cc
664 - src/cpp/common/channel_arguments.cc
665 - src/cpp/common/completion_queue.cc
666 - src/cpp/common/core_codegen.cc
667 - src/cpp/common/rpc_method.cc
668 - src/cpp/server/async_generic_service.cc
669 - src/cpp/server/create_default_thread_pool.cc
670 - src/cpp/server/dynamic_thread_pool.cc
671 - src/cpp/server/insecure_server_credentials.cc
672 - src/cpp/server/server.cc
673 - src/cpp/server/server_builder.cc
674 - src/cpp/server/server_context.cc
675 - src/cpp/server/server_credentials.cc
676 - src/cpp/util/byte_buffer.cc
677 - src/cpp/util/slice.cc
678 - src/cpp/util/status.cc
679 - src/cpp/util/string_ref.cc
680 - src/cpp/util/time.cc
681 deps:
682 - grpc
683 uses:
684 - grpc++_codegen
685 - grpc++_config
686- name: grpc++_codegen
687 language: c++
688 public_headers:
689 - include/grpc++/impl/codegen/async_stream.h
690 - include/grpc++/impl/codegen/async_unary_call.h
691 - include/grpc++/impl/codegen/call.h
692 - include/grpc++/impl/codegen/call_hook.h
693 - include/grpc++/impl/codegen/channel_interface.h
694 - include/grpc++/impl/codegen/client_context.h
695 - include/grpc++/impl/codegen/client_unary_call.h
696 - include/grpc++/impl/codegen/completion_queue.h
697 - include/grpc++/impl/codegen/completion_queue_tag.h
698 - include/grpc++/impl/codegen/core_codegen_interface.h
699 - include/grpc++/impl/codegen/create_auth_context.h
700 - include/grpc++/impl/codegen/grpc_library.h
701 - include/grpc++/impl/codegen/method_handler_impl.h
702 - include/grpc++/impl/codegen/proto_utils.h
703 - include/grpc++/impl/codegen/rpc_method.h
704 - include/grpc++/impl/codegen/rpc_service_method.h
705 - include/grpc++/impl/codegen/security/auth_context.h
706 - include/grpc++/impl/codegen/serialization_traits.h
707 - include/grpc++/impl/codegen/server_context.h
708 - include/grpc++/impl/codegen/server_interface.h
709 - include/grpc++/impl/codegen/service_type.h
710 - include/grpc++/impl/codegen/status.h
711 - include/grpc++/impl/codegen/status_code_enum.h
712 - include/grpc++/impl/codegen/string_ref.h
713 - include/grpc++/impl/codegen/stub_options.h
714 - include/grpc++/impl/codegen/sync.h
715 - include/grpc++/impl/codegen/sync_cxx11.h
716 - include/grpc++/impl/codegen/sync_no_cxx11.h
717 - include/grpc++/impl/codegen/sync_stream.h
718 - include/grpc++/impl/codegen/time.h
719 src:
720 - src/cpp/codegen/codegen_init.cc
721 uses:
722 - grpc_codegen
723 - grpc++_config_codegen
724- name: grpc++_config
725 language: c++
726 public_headers:
727 - include/grpc++/support/config.h
728 - include/grpc++/support/config_protobuf.h
729 uses:
730 - grpc++_config_codegen
731- name: grpc++_config_codegen
732 language: c++
733 public_headers:
734 - include/grpc++/impl/codegen/config.h
735 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100736libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800737- name: gpr
738 build: all
739 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800740 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700741 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800742 secure: false
743 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
744- name: gpr_test_util
745 build: private
746 language: c
747 headers:
748 - test/core/util/test_config.h
749 src:
750 - test/core/util/test_config.c
751 deps:
752 - gpr
753 secure: false
754 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700755- name: grpc
756 build: all
757 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 src:
759 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700760 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800761 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700762 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700763 filegroups:
764 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700765 - grpc_transport_chttp2_server_secure
766 - grpc_transport_chttp2_client_secure
767 - grpc_transport_chttp2_server_insecure
768 - grpc_transport_chttp2_client_insecure
makdharmac2ec95b2016-05-11 16:26:15 -0700769 - grpc_transport_cronet_client_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700770 - grpc_lb_policy_grpclb
771 - grpc_lb_policy_pick_first
772 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700773 - grpc_resolver_dns_native
774 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100775 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700776 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700777 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700778 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700779 vs_packages:
780 - grpc.dependencies.openssl
781 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700782 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100783- name: grpc_dll
784 build: private
785 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100786 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100787 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100788 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100789 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100790 build_system:
791 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100792 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100793 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100794 vs_config_type: DynamicLibrary
795 vs_packages:
796 - grpc.dependencies.openssl
797 - grpc.dependencies.zlib
798 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
799 vs_props:
800 - zlib
801 - openssl
802 - winsock
803 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700804- name: grpc_test_util
805 build: private
806 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700807 headers:
808 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800809 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700810 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700811 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700812 - test/core/end2end/data/server1_cert.c
813 - test/core/end2end/data/server1_key.c
814 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800815 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700816 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800817 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800818 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700819 - grpc
820 filegroups:
821 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700822 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
823- name: grpc_test_util_unsecure
824 build: private
825 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700826 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800827 - gpr
828 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800829 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700830 filegroups:
831 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700832 secure: false
833 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
834- name: grpc_unsecure
835 build: all
836 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700837 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700839 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700840 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800841 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700842 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700843 filegroups:
844 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700845 - grpc_transport_chttp2_server_insecure
846 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700847 - grpc_resolver_dns_native
848 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700849 - grpc_lb_policy_grpclb
850 - grpc_lb_policy_pick_first
851 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700852 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700853 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700854 secure: false
855 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
856- name: grpc_zookeeper
857 build: all
858 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700859 public_headers:
860 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700861 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700862 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700863 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800864 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700865 - grpc
866 external_deps:
867 - zookeeper
868 platforms:
869 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700870 secure: false
871- name: reconnect_server
872 build: private
873 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700874 headers:
875 - test/core/util/reconnect_server.h
876 src:
877 - test/core/util/reconnect_server.c
878 deps:
yang-gc9fca182015-11-06 16:41:33 -0800879 - test_tcp_server
880 - grpc_test_util
881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800882 - gpr_test_util
883 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800884- name: test_tcp_server
885 build: private
886 language: c
887 headers:
888 - test/core/util/test_tcp_server.h
889 src:
890 - test/core/util/test_tcp_server.c
891 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700892 - grpc_test_util
893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800894 - gpr_test_util
895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700896- name: grpc++
897 build: all
898 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700899 headers:
900 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800901 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700902 - src/cpp/common/secure_auth_context.h
903 - src/cpp/server/secure_server_credentials.h
904 src:
Craig Tiller25834342015-09-25 08:08:24 -0700905 - src/cpp/client/secure_credentials.cc
906 - src/cpp/common/auth_property_iterator.cc
907 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800908 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700909 - src/cpp/common/secure_create_auth_context.cc
910 - src/cpp/server/secure_server_credentials.cc
911 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700912 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700913 baselib: true
914 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700915 filegroups:
916 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800917 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700918 secure: check
919 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
920- name: grpc++_test_config
921 build: private
922 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700923 headers:
924 - test/cpp/util/test_config.h
925 src:
926 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700927- name: grpc++_test_util
928 build: private
929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700930 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800931 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800932 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700933 - test/cpp/util/cli_call.h
934 - test/cpp/util/create_test_channel.h
935 - test/cpp/util/string_ref_helper.h
936 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800937 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700938 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800939 - src/proto/grpc/testing/echo_messages.proto
940 - src/proto/grpc/testing/echo.proto
941 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800942 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800943 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700944 - test/cpp/util/cli_call.cc
945 - test/cpp/util/create_test_channel.cc
946 - test/cpp/util/string_ref_helper.cc
947 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800948 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700949 deps:
950 - grpc++
951 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700952- name: grpc++_unsecure
953 build: all
954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700955 src:
956 - src/cpp/common/insecure_create_auth_context.cc
957 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800958 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700959 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700960 baselib: true
961 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700962 filegroups:
963 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800964 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700965 secure: false
966 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
967- name: grpc_plugin_support
968 build: protoc
969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700970 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700971 - src/compiler/config.h
972 - src/compiler/cpp_generator.h
973 - src/compiler/cpp_generator_helpers.h
974 - src/compiler/csharp_generator.h
975 - src/compiler/csharp_generator_helpers.h
976 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -0800977 - src/compiler/node_generator.h
978 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -0700979 - src/compiler/objective_c_generator.h
980 - src/compiler/objective_c_generator_helpers.h
981 - src/compiler/python_generator.h
982 - src/compiler/ruby_generator.h
983 - src/compiler/ruby_generator_helpers-inl.h
984 - src/compiler/ruby_generator_map-inl.h
985 - src/compiler/ruby_generator_string-inl.h
986 src:
987 - src/compiler/cpp_generator.cc
988 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -0800989 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -0700990 - src/compiler/objective_c_generator.cc
991 - src/compiler/python_generator.cc
992 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800993 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700994 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700995 secure: false
996 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800997 vs_props:
998 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700999- name: interop_client_helper
1000 build: private
1001 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001002 headers:
1003 - test/cpp/interop/client_helper.h
1004 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001005 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001006 - test/cpp/interop/client_helper.cc
1007 deps:
1008 - grpc++_test_util
1009 - grpc_test_util
1010 - grpc++
1011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001013- name: interop_client_main
1014 build: private
1015 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001016 headers:
1017 - test/cpp/interop/interop_client.h
1018 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001019 - src/proto/grpc/testing/empty.proto
1020 - src/proto/grpc/testing/messages.proto
1021 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001022 - test/cpp/interop/client.cc
1023 - test/cpp/interop/interop_client.cc
1024 deps:
1025 - interop_client_helper
1026 - grpc++_test_util
1027 - grpc_test_util
1028 - grpc++
1029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001030 - gpr_test_util
1031 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001032 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001033- name: interop_server_helper
1034 build: private
1035 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001036 headers:
1037 - test/cpp/interop/server_helper.h
1038 src:
1039 - test/cpp/interop/server_helper.cc
1040 deps:
1041 - grpc_test_util
1042 - grpc++
1043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045- name: interop_server_main
1046 build: private
1047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001048 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001049 - src/proto/grpc/testing/empty.proto
1050 - src/proto/grpc/testing/messages.proto
1051 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001052 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001053 deps:
1054 - interop_server_helper
1055 - grpc++_test_util
1056 - grpc_test_util
1057 - grpc++
1058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001059 - gpr_test_util
1060 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001061 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001062- name: qps
1063 build: private
1064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001065 headers:
1066 - test/cpp/qps/client.h
1067 - test/cpp/qps/driver.h
1068 - test/cpp/qps/histogram.h
1069 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001070 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001071 - test/cpp/qps/perf_db_client.h
1072 - test/cpp/qps/qps_worker.h
1073 - test/cpp/qps/report.h
1074 - test/cpp/qps/server.h
1075 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001076 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001077 - test/cpp/util/benchmark_config.h
1078 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001079 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001080 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001081 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001082 - src/proto/grpc/testing/control.proto
1083 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001084 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001085 - test/cpp/qps/client_async.cc
1086 - test/cpp/qps/client_sync.cc
1087 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001088 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001089 - test/cpp/qps/perf_db_client.cc
1090 - test/cpp/qps/qps_worker.cc
1091 - test/cpp/qps/report.cc
1092 - test/cpp/qps/server_async.cc
1093 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001094 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001095 - test/cpp/util/benchmark_config.cc
1096 deps:
1097 - grpc_test_util
1098 - grpc++_test_util
1099 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100- name: grpc_csharp_ext
1101 build: all
1102 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001103 src:
1104 - src/csharp/ext/grpc_csharp_ext.c
1105 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001107 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001108 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001109 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110 dll: only
1111 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001112 vs_packages:
1113 - grpc.dependencies.openssl
1114 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001116 vs_props:
1117 - zlib
1118 - openssl
1119 - winsock
1120 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001121targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001122- name: alarm_test
1123 build: test
1124 language: c
1125 src:
1126 - test/core/surface/alarm_test.c
1127 deps:
1128 - grpc_test_util
1129 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001130 - gpr_test_util
1131 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001132- name: algorithm_test
1133 build: test
1134 language: c
1135 src:
1136 - test/core/compression/algorithm_test.c
1137 deps:
1138 - grpc_test_util
1139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001140 - gpr_test_util
1141 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001142- name: alloc_test
1143 build: test
1144 language: c
1145 src:
1146 - test/core/support/alloc_test.c
1147 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001148 - gpr_test_util
1149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150- name: alpn_test
1151 build: test
1152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001153 src:
1154 - test/core/transport/chttp2/alpn_test.c
1155 deps:
1156 - grpc_test_util
1157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001158 - gpr_test_util
1159 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001160- name: api_fuzzer
1161 build: fuzzer
1162 language: c
1163 src:
1164 - test/core/end2end/fuzzers/api_fuzzer.c
1165 deps:
1166 - grpc_test_util
1167 - grpc
1168 - gpr_test_util
1169 - gpr
1170 corpus_dirs:
1171 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001172 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001173 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174- name: bin_encoder_test
1175 build: test
1176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001177 src:
1178 - test/core/transport/chttp2/bin_encoder_test.c
1179 deps:
1180 - grpc_test_util
1181 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001182- name: census_context_test
1183 build: test
1184 language: c
1185 src:
1186 - test/core/census/context_test.c
1187 deps:
1188 - grpc_test_util
1189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001190 - gpr_test_util
1191 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001192- name: channel_create_test
1193 build: test
1194 language: c
1195 src:
1196 - test/core/surface/channel_create_test.c
1197 deps:
1198 - grpc_test_util
1199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001200 - gpr_test_util
1201 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001202- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203 build: test
1204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001205 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001206 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001207 deps:
1208 - grpc_test_util
1209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001210 - gpr_test_util
1211 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001212- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001213 build: test
1214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001215 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001216 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001217 deps:
1218 - grpc_test_util
1219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001220 - gpr_test_util
1221 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001222- name: chttp2_stream_map_test
1223 build: test
1224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001225 src:
1226 - test/core/transport/chttp2/stream_map_test.c
1227 deps:
1228 - grpc_test_util
1229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr_test_util
1231 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001232- name: chttp2_varint_test
1233 build: test
1234 language: c
1235 src:
1236 - test/core/transport/chttp2/varint_test.c
1237 deps:
1238 - grpc_test_util
1239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001240 - gpr_test_util
1241 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001242- name: client_fuzzer
1243 build: fuzzer
1244 language: c
1245 src:
1246 - test/core/end2end/fuzzers/client_fuzzer.c
1247 deps:
1248 - grpc_test_util
1249 - grpc
1250 - gpr_test_util
1251 - gpr
1252 corpus_dirs:
1253 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001254 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001255 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256- name: compression_test
1257 build: test
1258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001259 src:
1260 - test/core/compression/compression_test.c
1261 deps:
1262 - grpc_test_util
1263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001264 - gpr_test_util
1265 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001266- name: concurrent_connectivity_test
1267 build: test
1268 language: c
1269 src:
1270 - test/core/surface/concurrent_connectivity_test.c
1271 deps:
1272 - grpc_test_util
1273 - grpc
1274 - gpr_test_util
1275 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001276- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001277 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001278 build: test
1279 language: c
1280 src:
1281 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1282 deps:
1283 - grpc_test_util
1284 - grpc
1285 - gpr_test_util
1286 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001287- name: dns_resolver_test
1288 build: test
1289 language: c
1290 src:
1291 - test/core/client_config/resolvers/dns_resolver_test.c
1292 deps:
1293 - grpc_test_util
1294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001298 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001299 build: test
1300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001301 src:
1302 - test/core/end2end/dualstack_socket_test.c
1303 deps:
1304 - grpc_test_util
1305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001308 platforms:
1309 - mac
1310 - linux
1311 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001312- name: endpoint_pair_test
1313 build: test
1314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001315 src:
1316 - test/core/iomgr/endpoint_pair_test.c
1317 deps:
1318 - grpc_test_util
1319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001320 - gpr_test_util
1321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322- name: fd_conservation_posix_test
1323 build: test
1324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001325 src:
1326 - test/core/iomgr/fd_conservation_posix_test.c
1327 deps:
1328 - grpc_test_util
1329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001330 - gpr_test_util
1331 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001332 platforms:
1333 - mac
1334 - linux
1335 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336- name: fd_posix_test
1337 build: test
1338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001339 src:
1340 - test/core/iomgr/fd_posix_test.c
1341 deps:
1342 - grpc_test_util
1343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001344 - gpr_test_util
1345 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001346 platforms:
1347 - mac
1348 - linux
1349 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: fling_client
1351 build: test
1352 run: false
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/fling/client.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361- name: fling_server
1362 build: test
1363 run: false
1364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001365 src:
1366 - test/core/fling/server.c
1367 deps:
1368 - grpc_test_util
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001372- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001373 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374 build: test
1375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001376 src:
1377 - test/core/fling/fling_stream_test.c
1378 deps:
1379 - grpc_test_util
1380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001383 platforms:
1384 - mac
1385 - linux
1386 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001388 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001389 build: test
1390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001391 src:
1392 - test/core/fling/fling_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001398 platforms:
1399 - mac
1400 - linux
1401 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001402- name: gen_hpack_tables
1403 build: tool
1404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001405 src:
1406 - tools/codegen/core/gen_hpack_tables.c
1407 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001408 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001409 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410- name: gen_legal_metadata_characters
1411 build: tool
1412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001413 src:
1414 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001416- name: goaway_server_test
1417 cpu_cost: 0.1
1418 build: test
1419 language: c
1420 src:
1421 - test/core/end2end/goaway_server_test.c
1422 deps:
1423 - grpc_test_util
1424 - grpc
1425 - gpr_test_util
1426 - gpr
1427 platforms:
1428 - mac
1429 - linux
1430 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001431- name: gpr_avl_test
1432 build: test
1433 language: c
1434 src:
1435 - test/core/support/avl_test.c
1436 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr_test_util
1438 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001439- name: gpr_backoff_test
1440 build: test
1441 language: c
1442 src:
1443 - test/core/support/backoff_test.c
1444 deps:
1445 - gpr_test_util
1446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447- name: gpr_cmdline_test
1448 build: test
1449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001450 src:
1451 - test/core/support/cmdline_test.c
1452 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001453 - gpr_test_util
1454 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001455- name: gpr_cpu_test
1456 build: test
1457 language: c
1458 src:
1459 - test/core/support/cpu_test.c
1460 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001461 - gpr_test_util
1462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: gpr_env_test
1464 build: test
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/support/env_test.c
1468 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001469 - gpr_test_util
1470 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471- name: gpr_histogram_test
1472 build: test
1473 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001474 src:
1475 - test/core/support/histogram_test.c
1476 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr_test_util
1478 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001479- name: gpr_host_port_test
1480 build: test
1481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001482 src:
1483 - test/core/support/host_port_test.c
1484 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001485 - gpr_test_util
1486 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001487- name: gpr_load_file_test
1488 build: test
1489 language: c
1490 src:
1491 - test/core/support/load_file_test.c
1492 deps:
1493 - gpr_test_util
1494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001495- name: gpr_log_test
1496 build: test
1497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001498 src:
1499 - test/core/support/log_test.c
1500 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: gpr_slice_buffer_test
1504 build: test
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - test/core/support/slice_buffer_test.c
1508 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr_test_util
1510 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: gpr_slice_test
1512 build: test
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 src:
1515 - test/core/support/slice_test.c
1516 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001519- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001520 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001521 build: test
1522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001523 src:
1524 - test/core/support/stack_lockfree_test.c
1525 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 - gpr_test_util
1527 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001528- name: gpr_string_test
1529 build: test
1530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001531 src:
1532 - test/core/support/string_test.c
1533 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001534 - gpr_test_util
1535 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001536- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001537 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538 build: test
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/support/sync_test.c
1542 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001545- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001546 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547 build: test
1548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001549 src:
1550 - test/core/support/thd_test.c
1551 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001552 - gpr_test_util
1553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: gpr_time_test
1555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/support/time_test.c
1559 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: gpr_tls_test
1563 build: test
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
1566 - test/core/support/tls_test.c
1567 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr_test_util
1569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: gpr_useful_test
1571 build: test
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - test/core/support/useful_test.c
1575 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: grpc_auth_context_test
1579 build: test
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/security/auth_context_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001588- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589 build: test
1590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001591 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001592 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001598- name: grpc_byte_buffer_reader_test
1599 build: test
1600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001601 src:
1602 - test/core/surface/byte_buffer_reader_test.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001606 - gpr_test_util
1607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608- name: grpc_channel_args_test
1609 build: test
1610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
1612 - test/core/channel/channel_args_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618- name: grpc_channel_stack_test
1619 build: test
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
1622 - test/core/channel/channel_stack_test.c
1623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: grpc_completion_queue_test
1629 build: test
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
1632 - test/core/surface/completion_queue_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638- name: grpc_create_jwt
1639 build: tool
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - test/core/security/create_jwt.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: grpc_credentials_test
1649 build: test
1650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001651 src:
1652 - test/core/security/credentials_test.c
1653 deps:
1654 - grpc_test_util
1655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr_test_util
1657 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658- name: grpc_fetch_oauth2
1659 build: tool
1660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
1662 - test/core/security/fetch_oauth2.c
1663 deps:
1664 - grpc_test_util
1665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001666 - gpr_test_util
1667 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001668- name: grpc_invalid_channel_args_test
1669 build: test
1670 language: c
1671 src:
1672 - test/core/surface/invalid_channel_args_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001678- name: grpc_json_token_test
1679 build: test
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/security/json_token_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001688 platforms:
1689 - linux
1690 - posix
1691 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: grpc_jwt_verifier_test
1693 build: test
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - test/core/security/jwt_verifier_test.c
1697 deps:
1698 - grpc_test_util
1699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr_test_util
1701 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001702- name: grpc_print_google_default_creds_token
1703 build: tool
1704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001705 src:
1706 - test/core/security/print_google_default_creds_token.c
1707 deps:
1708 - grpc_test_util
1709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001710 - gpr_test_util
1711 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712- name: grpc_security_connector_test
1713 build: test
1714 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001715 src:
1716 - test/core/security/security_connector_test.c
1717 deps:
1718 - grpc_test_util
1719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr_test_util
1721 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001722- name: grpc_verify_jwt
1723 build: tool
1724 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001725 src:
1726 - test/core/security/verify_jwt.c
1727 deps:
1728 - grpc_test_util
1729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001730 - gpr_test_util
1731 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001732- name: hpack_parser_fuzzer_test
1733 build: fuzzer
1734 language: c
1735 src:
1736 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1737 deps:
1738 - grpc_test_util
1739 - grpc
1740 - gpr_test_util
1741 - gpr
1742 corpus_dirs:
1743 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001744 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001745 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: hpack_parser_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/transport/chttp2/hpack_parser_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001756- name: hpack_table_test
1757 build: test
1758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001759 src:
1760 - test/core/transport/chttp2/hpack_table_test.c
1761 deps:
1762 - grpc_test_util
1763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001764 - gpr_test_util
1765 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001766- name: http_fuzzer_test
1767 build: fuzzer
1768 language: c
1769 src:
1770 - test/core/http/fuzzer.c
1771 deps:
1772 - grpc_test_util
1773 - grpc
1774 - gpr_test_util
1775 - gpr
1776 corpus_dirs:
1777 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001778 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001779- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001783 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001789- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790 build: test
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001793 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001794 deps:
1795 - grpc_test_util
1796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001800 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801 build: test
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001804 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001805 deps:
1806 - grpc_test_util
1807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001808 - gpr_test_util
1809 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001810 platforms:
1811 - mac
1812 - linux
1813 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001814- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001815 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001816 build: test
1817 language: c
1818 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001819 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001820 deps:
1821 - grpc_test_util
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001825 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001826 - linux
yang-gf1183302015-12-07 16:02:05 -08001827- name: init_test
1828 build: test
1829 language: c
1830 src:
1831 - test/core/surface/init_test.c
1832 deps:
1833 - grpc_test_util
1834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001837- name: internal_api_canary_iomgr_test
1838 build: test
1839 run: false
1840 language: c
1841 src:
1842 - test/core/internal_api_canaries/iomgr.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
1846 - gpr_test_util
1847 - gpr
1848- name: internal_api_canary_support_test
1849 build: test
1850 run: false
1851 language: c
1852 src:
1853 - test/core/internal_api_canaries/iomgr.c
1854 deps:
1855 - grpc_test_util
1856 - grpc
1857 - gpr_test_util
1858 - gpr
1859- name: internal_api_canary_transport_test
1860 build: test
1861 run: false
1862 language: c
1863 src:
1864 - test/core/internal_api_canaries/iomgr.c
1865 deps:
1866 - grpc_test_util
1867 - grpc
1868 - gpr_test_util
1869 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001870- name: invalid_call_argument_test
1871 build: test
1872 language: c
1873 src:
1874 - test/core/end2end/invalid_call_argument_test.c
1875 deps:
1876 - grpc_test_util
1877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001880- name: json_fuzzer_test
1881 build: fuzzer
1882 language: c
1883 src:
1884 - test/core/json/fuzzer.c
1885 deps:
1886 - grpc_test_util
1887 - grpc
1888 - gpr_test_util
1889 - gpr
1890 corpus_dirs:
1891 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001892 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: json_rewrite
1894 build: test
1895 run: false
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
1898 - test/core/json/json_rewrite.c
1899 deps:
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902- name: json_rewrite_test
1903 build: test
1904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
1906 - test/core/json/json_rewrite_test.c
1907 deps:
1908 - grpc_test_util
1909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001912- name: json_stream_error_test
1913 build: test
1914 language: c
1915 src:
1916 - test/core/json/json_stream_error_test.c
1917 deps:
1918 - grpc_test_util
1919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001920 - gpr_test_util
1921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922- name: json_test
1923 build: test
1924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001925 src:
1926 - test/core/json/json_test.c
1927 deps:
1928 - grpc_test_util
1929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: lame_client_test
1933 build: test
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - test/core/surface/lame_client_test.c
1937 deps:
1938 - grpc_test_util
1939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr_test_util
1941 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001942- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001943 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001944 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001945 build: test
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/client_config/lb_policies_test.c
1949 deps:
1950 - grpc_test_util
1951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr_test_util
1953 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954- name: low_level_ping_pong_benchmark
1955 build: benchmark
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
1958 - test/core/network_benchmarks/low_level_ping_pong.c
1959 deps:
1960 - grpc_test_util
1961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001964 platforms:
1965 - mac
1966 - linux
1967 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: message_compress_test
1969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/compression/message_compress_test.c
1973 deps:
1974 - grpc_test_util
1975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001978- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001979 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001980 build: test
1981 language: c
1982 src:
1983 - test/core/census/mlog_test.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
1987 - gpr_test_util
1988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: multiple_server_queues_test
1990 build: test
1991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001992 src:
1993 - test/core/end2end/multiple_server_queues_test.c
1994 deps:
1995 - grpc_test_util
1996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001997 - gpr_test_util
1998 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001999- name: murmur_hash_test
2000 build: test
2001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002002 src:
2003 - test/core/support/murmur_hash_test.c
2004 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002007- name: nanopb_fuzzer_response_test
2008 build: fuzzer
2009 language: c
2010 src:
2011 - test/core/nanopb/fuzzer_response.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
2015 - gpr_test_util
2016 - gpr
2017 corpus_dirs:
2018 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002019 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002020- name: nanopb_fuzzer_serverlist_test
2021 build: fuzzer
2022 language: c
2023 src:
2024 - test/core/nanopb/fuzzer_serverlist.c
2025 deps:
2026 - grpc_test_util
2027 - grpc
2028 - gpr_test_util
2029 - gpr
2030 corpus_dirs:
2031 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002032 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002033- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002034 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002035 build: test
2036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002037 src:
2038 - test/core/end2end/no_server_test.c
2039 deps:
2040 - grpc_test_util
2041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 - gpr_test_util
2043 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002044- name: resolve_address_test
2045 build: test
2046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002047 src:
2048 - test/core/iomgr/resolve_address_test.c
2049 deps:
2050 - grpc_test_util
2051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 - gpr_test_util
2053 - gpr
yang-gd482e592015-12-10 14:04:00 -08002054- name: secure_channel_create_test
2055 build: test
2056 language: c
2057 src:
2058 - test/core/surface/secure_channel_create_test.c
2059 deps:
2060 - grpc_test_util
2061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002062 - gpr_test_util
2063 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: secure_endpoint_test
2065 build: test
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/security/secure_endpoint_test.c
2069 deps:
2070 - grpc_test_util
2071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002074- name: server_chttp2_test
2075 build: test
2076 language: c
2077 src:
2078 - test/core/surface/server_chttp2_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002084- name: server_fuzzer
2085 build: fuzzer
2086 language: c
2087 src:
2088 - test/core/end2end/fuzzers/server_fuzzer.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
2092 - gpr_test_util
2093 - gpr
2094 corpus_dirs:
2095 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002096 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002097 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002098- name: server_test
2099 build: test
2100 language: c
2101 src:
2102 - test/core/surface/server_test.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002108- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002109 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002110 build: test
2111 language: c
2112 src:
2113 - test/core/client_config/set_initial_connect_string_test.c
2114 deps:
2115 - test_tcp_server
2116 - grpc_test_util
2117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002120- name: sockaddr_resolver_test
2121 build: test
2122 language: c
2123 src:
2124 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002130- name: sockaddr_utils_test
2131 build: test
2132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002133 src:
2134 - test/core/iomgr/sockaddr_utils_test.c
2135 deps:
2136 - grpc_test_util
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002140- name: socket_utils_test
2141 build: test
2142 language: c
2143 src:
2144 - test/core/iomgr/socket_utils_test.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002150 platforms:
2151 - mac
2152 - linux
2153 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002155 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156 build: test
2157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002158 src:
2159 - test/core/iomgr/tcp_client_posix_test.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002163 - gpr_test_util
2164 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002165 platforms:
2166 - mac
2167 - linux
2168 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002170 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171 build: test
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - test/core/iomgr/tcp_posix_test.c
2175 deps:
2176 - grpc_test_util
2177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002180 platforms:
2181 - mac
2182 - linux
2183 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002184- name: tcp_server_posix_test
2185 build: test
2186 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002187 src:
2188 - test/core/iomgr/tcp_server_posix_test.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002194 platforms:
2195 - mac
2196 - linux
2197 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002198- name: time_averaged_stats_test
2199 build: test
2200 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002201 src:
2202 - test/core/iomgr/time_averaged_stats_test.c
2203 deps:
2204 - grpc_test_util
2205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr_test_util
2207 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002208- name: timeout_encoding_test
2209 build: test
2210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002211 src:
2212 - test/core/transport/chttp2/timeout_encoding_test.c
2213 deps:
2214 - grpc_test_util
2215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002216 - gpr_test_util
2217 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002218- name: timer_heap_test
2219 build: test
2220 language: c
2221 src:
2222 - test/core/iomgr/timer_heap_test.c
2223 deps:
2224 - grpc_test_util
2225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002226 - gpr_test_util
2227 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002228- name: timer_list_test
2229 build: test
2230 language: c
2231 src:
2232 - test/core/iomgr/timer_list_test.c
2233 deps:
2234 - grpc_test_util
2235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002236 - gpr_test_util
2237 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002238- name: timers_test
2239 build: test
2240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002241 src:
2242 - test/core/profiling/timers_test.c
2243 deps:
2244 - grpc_test_util
2245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002248- name: transport_connectivity_state_test
2249 build: test
2250 language: c
2251 src:
2252 - test/core/transport/connectivity_state_test.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258- name: transport_metadata_test
2259 build: test
2260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002261 src:
2262 - test/core/transport/metadata_test.c
2263 deps:
2264 - grpc_test_util
2265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr_test_util
2267 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268- name: transport_security_test
2269 build: test
2270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
2272 - test/core/tsi/transport_security_test.c
2273 deps:
2274 - grpc_test_util
2275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002276 - gpr_test_util
2277 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002278 platforms:
2279 - linux
2280 - posix
2281 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002282- name: udp_server_test
2283 build: test
2284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
2286 - test/core/iomgr/udp_server_test.c
2287 deps:
2288 - grpc_test_util
2289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002290 - gpr_test_util
2291 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002292 platforms:
2293 - mac
2294 - linux
2295 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002296- name: uri_fuzzer_test
2297 build: fuzzer
2298 language: c
2299 src:
2300 - test/core/client_config/uri_fuzzer_test.c
2301 deps:
2302 - grpc_test_util
2303 - grpc
2304 - gpr_test_util
2305 - gpr
2306 corpus_dirs:
2307 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002308 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: uri_parser_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/client_config/uri_parser_test.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002319- name: workqueue_test
2320 build: test
2321 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002322 src:
2323 - test/core/iomgr/workqueue_test.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002329 platforms:
2330 - mac
2331 - linux
2332 - posix
vjpai04e992a2016-02-10 16:58:38 -08002333- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002334 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002335 build: test
2336 language: c++
2337 src:
2338 - test/cpp/common/alarm_cpp_test.cc
2339 deps:
2340 - grpc++_test_util
2341 - grpc_test_util
2342 - grpc++
2343 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002344 - gpr_test_util
2345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002346- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002347 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002348 build: test
2349 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002350 src:
2351 - test/cpp/end2end/async_end2end_test.cc
2352 deps:
2353 - grpc++_test_util
2354 - grpc_test_util
2355 - grpc++
2356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002359- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002360 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002361 build: test
2362 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002363 src:
2364 - test/cpp/common/auth_property_iterator_test.cc
2365 deps:
2366 - grpc++_test_util
2367 - grpc_test_util
2368 - grpc++
2369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002370 - gpr_test_util
2371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002373 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002374 build: test
2375 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002376 src:
yang-g52705592015-11-25 11:45:33 -08002377 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002378 deps:
2379 - grpc++
2380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002383 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002384 build: test
2385 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
2387 - test/cpp/util/cli_call_test.cc
2388 deps:
2389 - grpc++_test_util
2390 - grpc_test_util
2391 - grpc++
2392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr_test_util
2394 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002395- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002396 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002397 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002398 build: test
2399 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002400 src:
2401 - test/cpp/end2end/client_crash_test.cc
2402 deps:
2403 - grpc++_test_util
2404 - grpc_test_util
2405 - grpc++
2406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002407 - gpr_test_util
2408 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002409 platforms:
2410 - mac
2411 - linux
2412 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413- name: client_crash_test_server
2414 build: test
2415 run: false
2416 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002417 src:
2418 - test/cpp/end2end/client_crash_test_server.cc
2419 deps:
2420 - grpc++_test_util
2421 - grpc_test_util
2422 - grpc++
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002426- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002427 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002428 build: test
2429 language: c++
2430 src:
2431 - src/proto/grpc/testing/control.proto
2432 - src/proto/grpc/testing/messages.proto
2433 - src/proto/grpc/testing/payloads.proto
2434 - src/proto/grpc/testing/perf_db.proto
2435 - src/proto/grpc/testing/services.proto
2436 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002437 - test/cpp/codegen/codegen_test_full.cc
2438 deps:
2439 - grpc++
2440 - grpc
2441 - gpr
2442 filegroups:
2443 - grpc++_codegen
2444- name: codegen_test_minimal
2445 gtest: true
2446 build: test
2447 language: c++
2448 src:
2449 - src/proto/grpc/testing/control.proto
2450 - src/proto/grpc/testing/messages.proto
2451 - src/proto/grpc/testing/payloads.proto
2452 - src/proto/grpc/testing/perf_db.proto
2453 - src/proto/grpc/testing/services.proto
2454 - src/proto/grpc/testing/stats.proto
2455 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002456 filegroups:
2457 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002459 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460 build: test
2461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/cpp/client/credentials_test.cc
2464 deps:
2465 - grpc++
2466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002469 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470 build: test
2471 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002472 src:
2473 - test/cpp/util/byte_buffer_test.cc
2474 deps:
2475 - grpc_test_util
2476 - grpc++
2477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002478 - gpr_test_util
2479 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002481 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482 build: test
2483 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
2485 - test/cpp/util/slice_test.cc
2486 deps:
2487 - grpc_test_util
2488 - grpc++
2489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002490 - gpr_test_util
2491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002492- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002493 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002494 build: test
2495 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002496 src:
2497 - test/cpp/util/string_ref_test.cc
2498 deps:
2499 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002500- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002501 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002502 build: test
2503 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002504 src:
2505 - test/cpp/util/time_test.cc
2506 deps:
2507 - grpc_test_util
2508 - grpc++
2509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002510 - gpr_test_util
2511 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002512- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002513 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002514 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515 build: test
2516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002517 src:
2518 - test/cpp/end2end/end2end_test.cc
2519 deps:
2520 - grpc++_test_util
2521 - grpc_test_util
2522 - grpc++
2523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002524 - gpr_test_util
2525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002526- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002527 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002528 build: test
2529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
2531 - test/cpp/end2end/generic_end2end_test.cc
2532 deps:
2533 - grpc++_test_util
2534 - grpc_test_util
2535 - grpc++
2536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002537 - gpr_test_util
2538 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002539- name: golden_file_test
2540 gtest: true
2541 build: test
2542 language: c++
2543 src:
2544 - src/proto/grpc/testing/compiler_test.proto
2545 - test/cpp/codegen/golden_file_test.cc
2546 deps:
2547 - grpc++
2548 - grpc
2549 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002550- name: grpc_cli
2551 build: test
2552 run: false
2553 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
2555 - test/cpp/util/grpc_cli.cc
2556 deps:
2557 - grpc++_test_util
2558 - grpc_test_util
2559 - grpc++
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002563 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: grpc_cpp_plugin
2565 build: protoc
2566 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002567 src:
2568 - src/compiler/cpp_plugin.cc
2569 deps:
2570 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002571 secure: false
2572 vs_config_type: Application
2573 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2574- name: grpc_csharp_plugin
2575 build: protoc
2576 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002577 src:
2578 - src/compiler/csharp_plugin.cc
2579 deps:
2580 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002581 secure: false
2582 vs_config_type: Application
2583 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002584- name: grpc_node_plugin
2585 build: protoc
2586 language: c++
2587 src:
2588 - src/compiler/node_plugin.cc
2589 deps:
2590 - grpc_plugin_support
2591 secure: false
2592 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593- name: grpc_objective_c_plugin
2594 build: protoc
2595 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
2597 - src/compiler/objective_c_plugin.cc
2598 deps:
2599 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600 secure: false
2601 vs_config_type: Application
2602 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2603- name: grpc_python_plugin
2604 build: protoc
2605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
2607 - src/compiler/python_plugin.cc
2608 deps:
2609 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610 secure: false
2611 vs_config_type: Application
2612 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2613- name: grpc_ruby_plugin
2614 build: protoc
2615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
2617 - src/compiler/ruby_plugin.cc
2618 deps:
2619 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002620 secure: false
2621 vs_config_type: Application
2622 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002623- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002624 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002625 build: test
2626 language: c++
2627 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002628 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002629 - test/cpp/grpclb/grpclb_api_test.cc
2630 deps:
2631 - grpc++_test_util
2632 - grpc_test_util
2633 - grpc++
2634 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002635- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002636 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002637 build: test
2638 language: c++
2639 src:
2640 - test/cpp/end2end/hybrid_end2end_test.cc
2641 deps:
2642 - grpc++_test_util
2643 - grpc_test_util
2644 - grpc++
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002648- name: interop_client
2649 build: test
2650 run: false
2651 language: c++
2652 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002653 deps:
2654 - interop_client_main
2655 - interop_client_helper
2656 - grpc++_test_util
2657 - grpc_test_util
2658 - grpc++
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002662 - grpc++_test_config
2663 platforms:
2664 - mac
2665 - linux
2666 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002667- name: interop_server
2668 build: test
2669 run: false
2670 language: c++
2671 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002672 deps:
2673 - interop_server_main
2674 - interop_server_helper
2675 - grpc++_test_util
2676 - grpc_test_util
2677 - grpc++
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002681 - grpc++_test_config
2682 platforms:
2683 - mac
2684 - linux
2685 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002686- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002687 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002688 build: test
2689 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002690 src:
2691 - test/cpp/interop/interop_test.cc
2692 deps:
2693 - grpc_test_util
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002697 platforms:
2698 - mac
2699 - linux
2700 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002701- name: json_run_localhost
2702 build: test
2703 run: false
2704 language: c++
2705 src:
2706 - test/cpp/qps/json_run_localhost.cc
2707 deps:
2708 - grpc++_test_util
2709 - grpc_test_util
2710 - grpc++
2711 - grpc
2712 - gpr_test_util
2713 - gpr
2714 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002715- name: metrics_client
2716 build: test
2717 run: false
2718 language: c++
2719 headers:
2720 - test/cpp/util/metrics_server.h
2721 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002722 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002723 - test/cpp/interop/metrics_client.cc
2724 deps:
2725 - grpc++
2726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002727 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002728 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002729- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002730 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002731 build: test
2732 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002733 src:
2734 - test/cpp/end2end/mock_test.cc
2735 deps:
2736 - grpc++_test_util
2737 - grpc_test_util
2738 - grpc++
2739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002740 - gpr_test_util
2741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002742- name: qps_interarrival_test
2743 build: test
2744 run: false
2745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002746 src:
2747 - test/cpp/qps/qps_interarrival_test.cc
2748 deps:
2749 - qps
2750 - grpc++_test_util
2751 - grpc_test_util
2752 - grpc++
2753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002754 - gpr_test_util
2755 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002756 platforms:
2757 - mac
2758 - linux
2759 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002760- name: qps_json_driver
2761 build: test
2762 run: false
2763 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002764 headers:
2765 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002766 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002767 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002768 - test/cpp/qps/qps_json_driver.cc
2769 deps:
2770 - qps
2771 - grpc++_test_util
2772 - grpc_test_util
2773 - grpc++
2774 - grpc
2775 - gpr_test_util
2776 - gpr
2777 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002778- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002779 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002780 build: test
2781 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002782 src:
2783 - test/cpp/qps/qps_openloop_test.cc
2784 deps:
2785 - qps
2786 - grpc++_test_util
2787 - grpc_test_util
2788 - grpc++
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr_test_util
2791 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002792 - grpc++_test_config
2793 platforms:
2794 - mac
2795 - linux
2796 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002797- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002798 build: test
2799 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002800 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002801 headers:
2802 - test/cpp/qps/client.h
2803 - test/cpp/qps/server.h
2804 src:
2805 - test/cpp/qps/worker.cc
2806 deps:
2807 - qps
2808 - grpc++_test_util
2809 - grpc_test_util
2810 - grpc++
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002814 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002815- name: reconnect_interop_client
2816 build: test
2817 run: false
2818 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002819 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002820 - src/proto/grpc/testing/empty.proto
2821 - src/proto/grpc/testing/messages.proto
2822 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002823 - test/cpp/interop/reconnect_interop_client.cc
2824 deps:
2825 - grpc++_test_util
2826 - grpc_test_util
2827 - grpc++
2828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002829 - gpr_test_util
2830 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002831 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: reconnect_interop_server
2833 build: test
2834 run: false
2835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002837 - src/proto/grpc/testing/empty.proto
2838 - src/proto/grpc/testing/messages.proto
2839 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002840 - test/cpp/interop/reconnect_interop_server.cc
2841 deps:
2842 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002843 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002844 - grpc++_test_util
2845 - grpc_test_util
2846 - grpc++
2847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002848 - gpr_test_util
2849 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002850 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002851- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002852 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853 build: test
2854 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002855 src:
2856 - test/cpp/common/secure_auth_context_test.cc
2857 deps:
2858 - grpc++_test_util
2859 - grpc_test_util
2860 - grpc++
2861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002862 - gpr_test_util
2863 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002864- name: secure_sync_unary_ping_pong_test
2865 build: test
2866 language: c++
2867 src:
2868 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2869 deps:
2870 - qps
2871 - grpc++_test_util
2872 - grpc_test_util
2873 - grpc++
2874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002875 - gpr_test_util
2876 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002877 platforms:
2878 - mac
2879 - linux
2880 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002881- name: server_builder_plugin_test
2882 gtest: true
2883 build: test
2884 language: c++
2885 src:
2886 - test/cpp/end2end/server_builder_plugin_test.cc
2887 deps:
2888 - grpc++_test_util
2889 - grpc_test_util
2890 - grpc++
2891 - grpc
2892 - gpr_test_util
2893 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002895 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002896 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002897 build: test
2898 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002899 src:
2900 - test/cpp/end2end/server_crash_test.cc
2901 deps:
2902 - grpc++_test_util
2903 - grpc_test_util
2904 - grpc++
2905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002906 - gpr_test_util
2907 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002908 platforms:
2909 - mac
2910 - linux
2911 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002912- name: server_crash_test_client
2913 build: test
2914 run: false
2915 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002916 src:
2917 - test/cpp/end2end/server_crash_test_client.cc
2918 deps:
2919 - grpc++_test_util
2920 - grpc_test_util
2921 - grpc++
2922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002923 - gpr_test_util
2924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002925- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002926 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002927 build: test
2928 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002929 src:
2930 - test/cpp/end2end/shutdown_test.cc
2931 deps:
2932 - grpc++_test_util
2933 - grpc_test_util
2934 - grpc++
2935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002936 - gpr_test_util
2937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002938- name: status_test
2939 build: test
2940 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002941 src:
2942 - test/cpp/util/status_test.cc
2943 deps:
2944 - grpc_test_util
2945 - grpc++
2946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002947 - gpr_test_util
2948 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002949- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002950 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002951 build: test
2952 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002953 src:
2954 - test/cpp/end2end/streaming_throughput_test.cc
2955 deps:
2956 - grpc++_test_util
2957 - grpc_test_util
2958 - grpc++
2959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002960 - gpr_test_util
2961 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002962 platforms:
2963 - mac
2964 - linux
2965 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002966- name: stress_test
2967 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002968 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002969 language: c++
2970 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002971 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002972 - test/cpp/interop/interop_client.h
2973 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002974 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002975 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002976 - src/proto/grpc/testing/empty.proto
2977 - src/proto/grpc/testing/messages.proto
2978 - src/proto/grpc/testing/metrics.proto
2979 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002980 - test/cpp/interop/interop_client.cc
2981 - test/cpp/interop/stress_interop_client.cc
2982 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002983 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002984 deps:
2985 - grpc++_test_util
2986 - grpc_test_util
2987 - grpc++
2988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002989 - gpr_test_util
2990 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002991 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002992- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002993 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002994 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002995 build: test
2996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002997 src:
2998 - test/cpp/end2end/thread_stress_test.cc
2999 deps:
3000 - grpc++_test_util
3001 - grpc_test_util
3002 - grpc++
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003007 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003009 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003011 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003012 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003013 - test/cpp/end2end/zookeeper_test.cc
3014 deps:
3015 - grpc++_test_util
3016 - grpc_test_util
3017 - grpc++
3018 - grpc_zookeeper
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003022 external_deps:
3023 - zookeeper
3024 platforms:
3025 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003026- name: public_headers_must_be_c89
3027 build: test
3028 language: c89
3029 src:
3030 - test/core/surface/public_headers_must_be_c89.c
3031 deps:
3032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003034vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003035- linkage: static
3036 name: grpc.dependencies.zlib
3037 props: false
3038 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003039 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003040- linkage: static
3041 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003042 props: true
3043 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003044 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003045- name: gflags
3046 props: false
3047 redist: false
3048 version: 2.1.2.1
3049- name: gtest
3050 props: false
3051 redist: false
3052 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003053configs:
3054 asan:
3055 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003056 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3057 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003058 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003059 LD: clang
3060 LDFLAGS: -fsanitize=address
3061 LDXX: clang++
3062 compile_the_world: true
3063 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003064 ASAN_OPTIONS: detect_leaks=1:color=always
3065 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003066 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003067 asan-noleaks:
3068 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003069 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3070 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003071 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003072 LD: clang
3073 LDFLAGS: -fsanitize=address
3074 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003075 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003076 test_environ:
3077 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003078 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003079 asan-trace-cmp:
3080 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003081 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3082 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003083 CXX: clang++
3084 LD: clang
3085 LDFLAGS: -fsanitize=address
3086 LDXX: clang++
3087 compile_the_world: true
3088 test_environ:
3089 ASAN_OPTIONS: detect_leaks=1:color=always
3090 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3091 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003092 basicprof:
3093 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3094 DEFINES: NDEBUG
3095 dbg:
3096 CPPFLAGS: -O0
3097 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003098 easan:
3099 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003100 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3101 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003102 CXX: clang++
3103 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3104 LD: clang
3105 LDFLAGS: -fsanitize=address
3106 LDXX: clang++
3107 compile_the_world: true
3108 test_environ:
3109 ASAN_OPTIONS: detect_leaks=1:color=always
3110 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3111 timeout_multiplier: 3
3112 edbg:
3113 CPPFLAGS: -O0
3114 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3115 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003116 CC: clang
3117 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003118 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003119 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003120 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003121 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003122 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003123 LDXX: clang++
3124 compile_the_world: true
3125 test_environ:
3126 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3127 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003128 gcov:
3129 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003130 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003131 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003132 DEFINES: _DEBUG DEBUG GPR_GCOV
3133 LD: gcc
3134 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3135 LDXX: g++
3136 helgrind:
3137 CPPFLAGS: -O0
3138 DEFINES: _DEBUG DEBUG
3139 LDFLAGS: -rdynamic
3140 timeout_multiplier: 20
3141 valgrind: --tool=helgrind
3142 memcheck:
3143 CPPFLAGS: -O0
3144 DEFINES: _DEBUG DEBUG
3145 LDFLAGS: -rdynamic
3146 timeout_multiplier: 10
3147 valgrind: --tool=memcheck --leak-check=full
3148 msan:
3149 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003150 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3151 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3152 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003153 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003154 DEFINES: NDEBUG
3155 LD: clang
3156 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3157 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3158 LDXX: clang++
3159 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003160 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003161 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003162 CPPFLAGS: -O3 -fno-omit-frame-pointer
3163 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003164 LDFLAGS: -rdynamic
3165 opt:
3166 CPPFLAGS: -O2
3167 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003168 stapprof:
3169 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3170 DEFINES: NDEBUG
3171 tsan:
3172 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003173 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003174 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003175 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003176 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003177 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003178 LDXX: clang++
3179 compile_the_world: true
3180 test_environ:
3181 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003182 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003183 ubsan:
3184 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003185 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3186 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003187 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003188 DEFINES: NDEBUG
3189 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003190 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003191 LDXX: clang++
3192 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003193 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003194 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003195 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003196defaults:
3197 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003198 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003199 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003200 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003201 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003202 global:
3203 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3204 LDFLAGS: -g
3205 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003206 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003207 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003208node_modules:
3209- deps:
3210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003211 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003212 - boringssl
3213 - z
murgatroid9994a75412015-11-19 14:04:53 -08003214 headers:
3215 - src/node/ext/byte_buffer.h
3216 - src/node/ext/call.h
3217 - src/node/ext/call_credentials.h
3218 - src/node/ext/channel.h
3219 - src/node/ext/channel_credentials.h
3220 - src/node/ext/completion_queue_async_worker.h
3221 - src/node/ext/server.h
3222 - src/node/ext/server_credentials.h
3223 - src/node/ext/timeval.h
3224 js:
3225 - src/node/index.js
3226 - src/node/src/client.js
3227 - src/node/src/common.js
3228 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003229 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003230 - src/node/src/metadata.js
3231 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003232 name: grpc_node
3233 src:
3234 - src/node/ext/byte_buffer.cc
3235 - src/node/ext/call.cc
3236 - src/node/ext/call_credentials.cc
3237 - src/node/ext/channel.cc
3238 - src/node/ext/channel_credentials.cc
3239 - src/node/ext/completion_queue_async_worker.cc
3240 - src/node/ext/node_grpc.cc
3241 - src/node/ext/server.cc
3242 - src/node/ext/server_credentials.cc
3243 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003244openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003245 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003246 extraction_dir: openssl-1.0.2f
3247 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003248php_config_m4:
3249 deps:
3250 - grpc
3251 - gpr
3252 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003253 headers:
3254 - src/php/ext/grpc/byte_buffer.h
3255 - src/php/ext/grpc/call.h
3256 - src/php/ext/grpc/call_credentials.h
3257 - src/php/ext/grpc/channel.h
3258 - src/php/ext/grpc/channel_credentials.h
3259 - src/php/ext/grpc/completion_queue.h
3260 - src/php/ext/grpc/php_grpc.h
3261 - src/php/ext/grpc/server.h
3262 - src/php/ext/grpc/server_credentials.h
3263 - src/php/ext/grpc/timeval.h
3264 src:
3265 - src/php/ext/grpc/byte_buffer.c
3266 - src/php/ext/grpc/call.c
3267 - src/php/ext/grpc/call_credentials.c
3268 - src/php/ext/grpc/channel.c
3269 - src/php/ext/grpc/channel_credentials.c
3270 - src/php/ext/grpc/completion_queue.c
3271 - src/php/ext/grpc/php_grpc.c
3272 - src/php/ext/grpc/server.c
3273 - src/php/ext/grpc/server_credentials.c
3274 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003275python_dependencies:
3276 deps:
3277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003278 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003279 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003280 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003281ruby_gem:
3282 deps:
3283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003286 - z