blob: 444cc8885b2b18dd857b162de1fbf347d04cf808 [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" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.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
106 - src/core/lib/support/string_win32.c
107 - src/core/lib/support/subprocess_posix.c
108 - src/core/lib/support/subprocess_windows.c
109 - src/core/lib/support/sync.c
110 - src/core/lib/support/sync_posix.c
111 - src/core/lib/support/sync_win32.c
112 - src/core/lib/support/thd.c
113 - src/core/lib/support/thd_posix.c
114 - src/core/lib/support/thd_win32.c
115 - src/core/lib/support/time.c
116 - src/core/lib/support/time_posix.c
117 - src/core/lib/support/time_precise.c
118 - src/core/lib/support/time_win32.c
119 - src/core/lib/support/tls_pthread.c
120 - src/core/lib/support/tmpfile_posix.c
121 - src/core/lib/support/tmpfile_win32.c
122 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700123 uses:
124 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800125- name: gpr_codegen
126 public_headers:
127 - include/grpc/impl/codegen/alloc.h
128 - include/grpc/impl/codegen/atm.h
129 - include/grpc/impl/codegen/atm_gcc_atomic.h
130 - include/grpc/impl/codegen/atm_gcc_sync.h
131 - include/grpc/impl/codegen/atm_win32.h
132 - include/grpc/impl/codegen/log.h
133 - include/grpc/impl/codegen/port_platform.h
134 - include/grpc/impl/codegen/slice.h
135 - include/grpc/impl/codegen/slice_buffer.h
136 - include/grpc/impl/codegen/sync.h
137 - include/grpc/impl/codegen/sync_generic.h
138 - include/grpc/impl/codegen/sync_posix.h
139 - include/grpc/impl/codegen/sync_win32.h
140 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700141- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700142 public_headers:
143 - include/grpc/byte_buffer.h
144 - include/grpc/byte_buffer_reader.h
145 - include/grpc/compression.h
146 - include/grpc/grpc.h
147 - include/grpc/status.h
148 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700149 - src/core/lib/channel/channel_args.h
150 - src/core/lib/channel/channel_stack.h
151 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700152 - src/core/lib/channel/compress_filter.h
153 - src/core/lib/channel/connected_channel.h
154 - src/core/lib/channel/context.h
155 - src/core/lib/channel/http_client_filter.h
156 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700157 - src/core/lib/compression/algorithm_metadata.h
158 - src/core/lib/compression/message_compress.h
159 - src/core/lib/debug/trace.h
160 - src/core/lib/http/format_request.h
161 - src/core/lib/http/httpcli.h
162 - src/core/lib/http/parser.h
163 - src/core/lib/iomgr/closure.h
164 - src/core/lib/iomgr/endpoint.h
165 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700166 - src/core/lib/iomgr/error.h
Craig Tiller8a034482016-03-28 16:09:04 -0700167 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
168 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/iomgr/exec_ctx.h
170 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700171 - src/core/lib/iomgr/iocp_windows.h
172 - src/core/lib/iomgr/iomgr.h
173 - src/core/lib/iomgr/iomgr_internal.h
174 - src/core/lib/iomgr/iomgr_posix.h
175 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/iomgr/pollset_set_windows.h
178 - src/core/lib/iomgr/pollset_windows.h
179 - src/core/lib/iomgr/resolve_address.h
180 - src/core/lib/iomgr/sockaddr.h
181 - src/core/lib/iomgr/sockaddr_posix.h
182 - src/core/lib/iomgr/sockaddr_utils.h
183 - src/core/lib/iomgr/sockaddr_win32.h
184 - src/core/lib/iomgr/socket_utils_posix.h
185 - src/core/lib/iomgr/socket_windows.h
186 - src/core/lib/iomgr/tcp_client.h
187 - src/core/lib/iomgr/tcp_posix.h
188 - src/core/lib/iomgr/tcp_server.h
189 - src/core/lib/iomgr/tcp_windows.h
190 - src/core/lib/iomgr/time_averaged_stats.h
191 - src/core/lib/iomgr/timer.h
192 - src/core/lib/iomgr/timer_heap.h
193 - src/core/lib/iomgr/udp_server.h
194 - src/core/lib/iomgr/unix_sockets_posix.h
195 - src/core/lib/iomgr/wakeup_fd_pipe.h
196 - src/core/lib/iomgr/wakeup_fd_posix.h
197 - src/core/lib/iomgr/workqueue.h
198 - src/core/lib/iomgr/workqueue_posix.h
199 - src/core/lib/iomgr/workqueue_windows.h
200 - src/core/lib/json/json.h
201 - src/core/lib/json/json_common.h
202 - src/core/lib/json/json_reader.h
203 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/surface/api_trace.h
205 - src/core/lib/surface/call.h
206 - src/core/lib/surface/call_test_only.h
207 - src/core/lib/surface/channel.h
208 - src/core/lib/surface/channel_init.h
209 - src/core/lib/surface/channel_stack_type.h
210 - src/core/lib/surface/completion_queue.h
211 - src/core/lib/surface/event_string.h
212 - src/core/lib/surface/init.h
213 - src/core/lib/surface/lame_client.h
214 - src/core/lib/surface/server.h
215 - src/core/lib/surface/surface_trace.h
216 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/transport/connectivity_state.h
218 - src/core/lib/transport/metadata.h
219 - src/core/lib/transport/metadata_batch.h
220 - src/core/lib/transport/static_metadata.h
221 - src/core/lib/transport/transport.h
222 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700223 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/channel/channel_args.c
225 - src/core/lib/channel/channel_stack.c
226 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/channel/compress_filter.c
228 - src/core/lib/channel/connected_channel.c
229 - src/core/lib/channel/http_client_filter.c
230 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/compression/compression_algorithm.c
232 - src/core/lib/compression/message_compress.c
233 - src/core/lib/debug/trace.c
234 - src/core/lib/http/format_request.c
235 - src/core/lib/http/httpcli.c
236 - src/core/lib/http/parser.c
237 - src/core/lib/iomgr/closure.c
238 - src/core/lib/iomgr/endpoint.c
239 - src/core/lib/iomgr/endpoint_pair_posix.c
240 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700241 - src/core/lib/iomgr/error.c
Craig Tiller8a034482016-03-28 16:09:04 -0700242 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
243 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/exec_ctx.c
245 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/iocp_windows.c
247 - src/core/lib/iomgr/iomgr.c
248 - src/core/lib/iomgr/iomgr_posix.c
249 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/pollset_set_windows.c
251 - src/core/lib/iomgr/pollset_windows.c
252 - src/core/lib/iomgr/resolve_address_posix.c
253 - src/core/lib/iomgr/resolve_address_windows.c
254 - src/core/lib/iomgr/sockaddr_utils.c
255 - src/core/lib/iomgr/socket_utils_common_posix.c
256 - src/core/lib/iomgr/socket_utils_linux.c
257 - src/core/lib/iomgr/socket_utils_posix.c
258 - src/core/lib/iomgr/socket_windows.c
259 - src/core/lib/iomgr/tcp_client_posix.c
260 - src/core/lib/iomgr/tcp_client_windows.c
261 - src/core/lib/iomgr/tcp_posix.c
262 - src/core/lib/iomgr/tcp_server_posix.c
263 - src/core/lib/iomgr/tcp_server_windows.c
264 - src/core/lib/iomgr/tcp_windows.c
265 - src/core/lib/iomgr/time_averaged_stats.c
266 - src/core/lib/iomgr/timer.c
267 - src/core/lib/iomgr/timer_heap.c
268 - src/core/lib/iomgr/udp_server.c
269 - src/core/lib/iomgr/unix_sockets_posix.c
270 - src/core/lib/iomgr/unix_sockets_posix_noop.c
271 - src/core/lib/iomgr/wakeup_fd_eventfd.c
272 - src/core/lib/iomgr/wakeup_fd_nospecial.c
273 - src/core/lib/iomgr/wakeup_fd_pipe.c
274 - src/core/lib/iomgr/wakeup_fd_posix.c
275 - src/core/lib/iomgr/workqueue_posix.c
276 - src/core/lib/iomgr/workqueue_windows.c
277 - src/core/lib/json/json.c
278 - src/core/lib/json/json_reader.c
279 - src/core/lib/json/json_string.c
280 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/surface/alarm.c
282 - src/core/lib/surface/api_trace.c
283 - src/core/lib/surface/byte_buffer.c
284 - src/core/lib/surface/byte_buffer_reader.c
285 - src/core/lib/surface/call.c
286 - src/core/lib/surface/call_details.c
287 - src/core/lib/surface/call_log_batch.c
288 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/surface/channel_init.c
290 - src/core/lib/surface/channel_ping.c
291 - src/core/lib/surface/channel_stack_type.c
292 - src/core/lib/surface/completion_queue.c
293 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/surface/lame_client.c
295 - src/core/lib/surface/metadata_array.c
296 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/surface/validate_metadata.c
298 - src/core/lib/surface/version.c
299 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/transport/connectivity_state.c
301 - src/core/lib/transport/metadata.c
302 - src/core/lib/transport/metadata_batch.c
303 - src/core/lib/transport/static_metadata.c
304 - src/core/lib/transport/transport.c
305 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700306 deps:
307 - gpr
308 uses:
309 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700310- name: grpc_client_config
311 headers:
312 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700313 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700314 - src/core/ext/client_config/client_config.h
315 - src/core/ext/client_config/connector.h
316 - src/core/ext/client_config/initial_connect_string.h
317 - src/core/ext/client_config/lb_policy.h
318 - src/core/ext/client_config/lb_policy_factory.h
319 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700320 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700321 - src/core/ext/client_config/resolver.h
322 - src/core/ext/client_config/resolver_factory.h
323 - src/core/ext/client_config/resolver_registry.h
324 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700325 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700326 - src/core/ext/client_config/subchannel_index.h
327 - src/core/ext/client_config/uri_parser.h
328 src:
329 - src/core/ext/client_config/channel_connectivity.c
330 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700331 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700332 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700333 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700334 - src/core/ext/client_config/connector.c
335 - src/core/ext/client_config/default_initial_connect_string.c
336 - src/core/ext/client_config/initial_connect_string.c
337 - src/core/ext/client_config/lb_policy.c
338 - src/core/ext/client_config/lb_policy_factory.c
339 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700340 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700341 - src/core/ext/client_config/resolver.c
342 - src/core/ext/client_config/resolver_factory.c
343 - src/core/ext/client_config/resolver_registry.c
344 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700345 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700346 - src/core/ext/client_config/subchannel_index.c
347 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700348 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700349 uses:
350 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800351- name: grpc_codegen
352 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800353 - include/grpc/impl/codegen/byte_buffer.h
354 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800355 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800356 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800357 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800358 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700359 uses:
360 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700361- name: grpc_lb_policy_grpclb
362 headers:
363 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700364 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700365 src:
366 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700367 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700368 uses:
369 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700370 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700371 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700372- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700373 src:
374 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700375 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700376 uses:
377 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700378 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700379- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700380 src:
381 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700382 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700383 uses:
384 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700385 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700386- name: grpc_resolver_dns_native
387 src:
388 - src/core/ext/resolver/dns/native/dns_resolver.c
389 plugin: grpc_resolver_dns_native
390 uses:
391 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700392 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700393- name: grpc_resolver_sockaddr
394 src:
395 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
396 plugin: grpc_resolver_sockaddr
397 uses:
398 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700399 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100400- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700401 public_headers:
402 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700403 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100404 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/security/auth_filters.h
406 - src/core/lib/security/b64.h
407 - src/core/lib/security/credentials.h
408 - src/core/lib/security/handshake.h
409 - src/core/lib/security/json_token.h
410 - src/core/lib/security/jwt_verifier.h
411 - src/core/lib/security/secure_endpoint.h
412 - src/core/lib/security/security_connector.h
413 - src/core/lib/security/security_context.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100414 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700415 - src/core/lib/http/httpcli_security_connector.c
416 - src/core/lib/security/b64.c
417 - src/core/lib/security/client_auth_filter.c
418 - src/core/lib/security/credentials.c
419 - src/core/lib/security/credentials_metadata.c
420 - src/core/lib/security/credentials_posix.c
421 - src/core/lib/security/credentials_win32.c
422 - src/core/lib/security/google_default_credentials.c
423 - src/core/lib/security/handshake.c
424 - src/core/lib/security/json_token.c
425 - src/core/lib/security/jwt_verifier.c
426 - src/core/lib/security/secure_endpoint.c
427 - src/core/lib/security/security_connector.c
428 - src/core/lib/security/security_context.c
429 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700430 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700431 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700432 uses:
433 - grpc_base
434 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700435 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700436- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700437 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700438 headers:
439 - test/core/end2end/cq_verifier.h
440 - test/core/end2end/fixtures/proxy.h
441 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700442 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200443 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700444 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700445 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700446 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700447 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700448 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700449 - test/core/util/slice_splitter.h
450 src:
451 - test/core/end2end/cq_verifier.c
452 - test/core/end2end/fixtures/proxy.c
453 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700454 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200455 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700456 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700457 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700458 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700459 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700460 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700461 - test/core/util/port_windows.c
462 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700463 deps:
464 - grpc
465 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700466- name: grpc_transport_chttp2
467 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700468 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700469 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
470 - src/core/ext/transport/chttp2/transport/frame.h
471 - src/core/ext/transport/chttp2/transport/frame_data.h
472 - src/core/ext/transport/chttp2/transport/frame_goaway.h
473 - src/core/ext/transport/chttp2/transport/frame_ping.h
474 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
475 - src/core/ext/transport/chttp2/transport/frame_settings.h
476 - src/core/ext/transport/chttp2/transport/frame_window_update.h
477 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
478 - src/core/ext/transport/chttp2/transport/hpack_parser.h
479 - src/core/ext/transport/chttp2/transport/hpack_table.h
480 - src/core/ext/transport/chttp2/transport/http2_errors.h
481 - src/core/ext/transport/chttp2/transport/huffsyms.h
482 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
483 - src/core/ext/transport/chttp2/transport/internal.h
484 - src/core/ext/transport/chttp2/transport/status_conversion.h
485 - src/core/ext/transport/chttp2/transport/stream_map.h
486 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
487 - src/core/ext/transport/chttp2/transport/varint.h
488 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700489 - src/core/ext/transport/chttp2/transport/bin_encoder.c
490 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700491 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
492 - src/core/ext/transport/chttp2/transport/frame_data.c
493 - src/core/ext/transport/chttp2/transport/frame_goaway.c
494 - src/core/ext/transport/chttp2/transport/frame_ping.c
495 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
496 - src/core/ext/transport/chttp2/transport/frame_settings.c
497 - src/core/ext/transport/chttp2/transport/frame_window_update.c
498 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
499 - src/core/ext/transport/chttp2/transport/hpack_parser.c
500 - src/core/ext/transport/chttp2/transport/hpack_table.c
501 - src/core/ext/transport/chttp2/transport/huffsyms.c
502 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
503 - src/core/ext/transport/chttp2/transport/parsing.c
504 - src/core/ext/transport/chttp2/transport/status_conversion.c
505 - src/core/ext/transport/chttp2/transport/stream_lists.c
506 - src/core/ext/transport/chttp2/transport/stream_map.c
507 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
508 - src/core/ext/transport/chttp2/transport/varint.c
509 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700510 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700511 uses:
512 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700513 - grpc_transport_chttp2_alpn
514- name: grpc_transport_chttp2_alpn
515 headers:
516 - src/core/ext/transport/chttp2/alpn/alpn.h
517 src:
518 - src/core/ext/transport/chttp2/alpn/alpn.c
519 deps:
520 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700521- name: grpc_transport_chttp2_client_insecure
522 src:
523 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700524 uses:
525 - grpc_transport_chttp2
526 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700527 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700528- name: grpc_transport_chttp2_client_secure
529 src:
530 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700531 uses:
532 - grpc_transport_chttp2
533 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700534 - grpc_client_config
535 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700536- name: grpc_transport_chttp2_server_insecure
537 src:
538 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700539 uses:
540 - grpc_transport_chttp2
541 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700542- name: grpc_transport_chttp2_server_secure
543 src:
544 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.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_secure
Craig Tillereb841e22016-02-11 15:49:16 -0800549- name: nanopb
550 headers:
551 - third_party/nanopb/pb.h
552 - third_party/nanopb/pb_common.h
553 - third_party/nanopb/pb_decode.h
554 - third_party/nanopb/pb_encode.h
555 src:
556 - third_party/nanopb/pb_common.c
557 - third_party/nanopb/pb_decode.c
558 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700559- name: tsi
560 headers:
561 - src/core/lib/tsi/fake_transport_security.h
562 - src/core/lib/tsi/ssl_transport_security.h
563 - src/core/lib/tsi/ssl_types.h
564 - src/core/lib/tsi/transport_security.h
565 - src/core/lib/tsi/transport_security_interface.h
566 src:
567 - src/core/lib/tsi/fake_transport_security.c
568 - src/core/lib/tsi/ssl_transport_security.c
569 - src/core/lib/tsi/transport_security.c
570 deps:
571 - gpr
572 secure: true
573- name: grpc++_base
574 language: c++
575 public_headers:
576 - include/grpc++/alarm.h
577 - include/grpc++/channel.h
578 - include/grpc++/client_context.h
579 - include/grpc++/completion_queue.h
580 - include/grpc++/create_channel.h
581 - include/grpc++/generic/async_generic_service.h
582 - include/grpc++/generic/generic_stub.h
583 - include/grpc++/grpc++.h
584 - include/grpc++/impl/call.h
585 - include/grpc++/impl/client_unary_call.h
586 - include/grpc++/impl/grpc_library.h
587 - include/grpc++/impl/method_handler_impl.h
588 - include/grpc++/impl/proto_utils.h
589 - include/grpc++/impl/rpc_method.h
590 - include/grpc++/impl/rpc_service_method.h
591 - include/grpc++/impl/serialization_traits.h
592 - include/grpc++/impl/server_builder_option.h
593 - include/grpc++/impl/service_type.h
594 - include/grpc++/impl/sync.h
595 - include/grpc++/impl/sync_cxx11.h
596 - include/grpc++/impl/sync_no_cxx11.h
597 - include/grpc++/impl/thd.h
598 - include/grpc++/impl/thd_cxx11.h
599 - include/grpc++/impl/thd_no_cxx11.h
600 - include/grpc++/security/auth_context.h
601 - include/grpc++/security/auth_metadata_processor.h
602 - include/grpc++/security/credentials.h
603 - include/grpc++/security/server_credentials.h
604 - include/grpc++/server.h
605 - include/grpc++/server_builder.h
606 - include/grpc++/server_context.h
607 - include/grpc++/support/async_stream.h
608 - include/grpc++/support/async_unary_call.h
609 - include/grpc++/support/byte_buffer.h
610 - include/grpc++/support/channel_arguments.h
611 - include/grpc++/support/slice.h
612 - include/grpc++/support/status.h
613 - include/grpc++/support/status_code_enum.h
614 - include/grpc++/support/string_ref.h
615 - include/grpc++/support/stub_options.h
616 - include/grpc++/support/sync_stream.h
617 - include/grpc++/support/time.h
618 headers:
619 - src/cpp/client/create_channel_internal.h
620 - src/cpp/common/core_codegen.h
621 - src/cpp/server/dynamic_thread_pool.h
622 - src/cpp/server/thread_pool_interface.h
623 src:
624 - src/cpp/client/channel.cc
625 - src/cpp/client/client_context.cc
626 - src/cpp/client/create_channel.cc
627 - src/cpp/client/create_channel_internal.cc
628 - src/cpp/client/credentials.cc
629 - src/cpp/client/generic_stub.cc
630 - src/cpp/client/insecure_credentials.cc
631 - src/cpp/common/channel_arguments.cc
632 - src/cpp/common/completion_queue.cc
633 - src/cpp/common/core_codegen.cc
634 - src/cpp/common/rpc_method.cc
635 - src/cpp/server/async_generic_service.cc
636 - src/cpp/server/create_default_thread_pool.cc
637 - src/cpp/server/dynamic_thread_pool.cc
638 - src/cpp/server/insecure_server_credentials.cc
639 - src/cpp/server/server.cc
640 - src/cpp/server/server_builder.cc
641 - src/cpp/server/server_context.cc
642 - src/cpp/server/server_credentials.cc
643 - src/cpp/util/byte_buffer.cc
644 - src/cpp/util/slice.cc
645 - src/cpp/util/status.cc
646 - src/cpp/util/string_ref.cc
647 - src/cpp/util/time.cc
648 deps:
649 - grpc
650 uses:
651 - grpc++_codegen
652 - grpc++_config
653- name: grpc++_codegen
654 language: c++
655 public_headers:
656 - include/grpc++/impl/codegen/async_stream.h
657 - include/grpc++/impl/codegen/async_unary_call.h
658 - include/grpc++/impl/codegen/call.h
659 - include/grpc++/impl/codegen/call_hook.h
660 - include/grpc++/impl/codegen/channel_interface.h
661 - include/grpc++/impl/codegen/client_context.h
662 - include/grpc++/impl/codegen/client_unary_call.h
663 - include/grpc++/impl/codegen/completion_queue.h
664 - include/grpc++/impl/codegen/completion_queue_tag.h
665 - include/grpc++/impl/codegen/core_codegen_interface.h
666 - include/grpc++/impl/codegen/create_auth_context.h
667 - include/grpc++/impl/codegen/grpc_library.h
668 - include/grpc++/impl/codegen/method_handler_impl.h
669 - include/grpc++/impl/codegen/proto_utils.h
670 - include/grpc++/impl/codegen/rpc_method.h
671 - include/grpc++/impl/codegen/rpc_service_method.h
672 - include/grpc++/impl/codegen/security/auth_context.h
673 - include/grpc++/impl/codegen/serialization_traits.h
674 - include/grpc++/impl/codegen/server_context.h
675 - include/grpc++/impl/codegen/server_interface.h
676 - include/grpc++/impl/codegen/service_type.h
677 - include/grpc++/impl/codegen/status.h
678 - include/grpc++/impl/codegen/status_code_enum.h
679 - include/grpc++/impl/codegen/string_ref.h
680 - include/grpc++/impl/codegen/stub_options.h
681 - include/grpc++/impl/codegen/sync.h
682 - include/grpc++/impl/codegen/sync_cxx11.h
683 - include/grpc++/impl/codegen/sync_no_cxx11.h
684 - include/grpc++/impl/codegen/sync_stream.h
685 - include/grpc++/impl/codegen/time.h
686 src:
687 - src/cpp/codegen/codegen_init.cc
688 uses:
689 - grpc_codegen
690 - grpc++_config_codegen
691- name: grpc++_config
692 language: c++
693 public_headers:
694 - include/grpc++/support/config.h
695 - include/grpc++/support/config_protobuf.h
696 uses:
697 - grpc++_config_codegen
698- name: grpc++_config_codegen
699 language: c++
700 public_headers:
701 - include/grpc++/impl/codegen/config.h
702 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100703libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800704- name: gpr
705 build: all
706 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800707 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700708 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800709 secure: false
710 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
711- name: gpr_test_util
712 build: private
713 language: c
714 headers:
715 - test/core/util/test_config.h
716 src:
717 - test/core/util/test_config.c
718 deps:
719 - gpr
720 secure: false
721 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700722- name: grpc
723 build: all
724 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700725 src:
726 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700727 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800728 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700729 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700730 filegroups:
731 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700732 - grpc_transport_chttp2_server_secure
733 - grpc_transport_chttp2_client_secure
734 - grpc_transport_chttp2_server_insecure
735 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700736 - grpc_lb_policy_grpclb
737 - grpc_lb_policy_pick_first
738 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700739 - grpc_resolver_dns_native
740 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100741 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700742 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700743 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700744 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700745 vs_packages:
746 - grpc.dependencies.openssl
747 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700748 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100749- name: grpc_dll
750 build: private
751 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100752 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100753 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100754 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100755 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100756 build_system:
757 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100758 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100759 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100760 vs_config_type: DynamicLibrary
761 vs_packages:
762 - grpc.dependencies.openssl
763 - grpc.dependencies.zlib
764 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
765 vs_props:
766 - zlib
767 - openssl
768 - winsock
769 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700770- name: grpc_test_util
771 build: private
772 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700773 headers:
774 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800775 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700776 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700777 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700778 - test/core/end2end/data/server1_cert.c
779 - test/core/end2end/data/server1_key.c
780 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800781 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700782 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800783 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800784 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700785 - grpc
786 filegroups:
787 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700788 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
789- name: grpc_test_util_unsecure
790 build: private
791 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700792 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800793 - gpr
794 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800795 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700796 filegroups:
797 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700798 secure: false
799 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
800- name: grpc_unsecure
801 build: all
802 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700803 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700804 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700805 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700806 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800807 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700808 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700809 filegroups:
810 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700811 - grpc_transport_chttp2_server_insecure
812 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700813 - grpc_resolver_dns_native
814 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700815 - grpc_lb_policy_grpclb
816 - grpc_lb_policy_pick_first
817 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700818 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700819 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700820 secure: false
821 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
822- name: grpc_zookeeper
823 build: all
824 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700825 public_headers:
826 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700827 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700828 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700829 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800830 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700831 - grpc
832 external_deps:
833 - zookeeper
834 platforms:
835 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700836 secure: false
837- name: reconnect_server
838 build: private
839 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700840 headers:
841 - test/core/util/reconnect_server.h
842 src:
843 - test/core/util/reconnect_server.c
844 deps:
yang-gc9fca182015-11-06 16:41:33 -0800845 - test_tcp_server
846 - grpc_test_util
847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800848 - gpr_test_util
849 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800850- name: test_tcp_server
851 build: private
852 language: c
853 headers:
854 - test/core/util/test_tcp_server.h
855 src:
856 - test/core/util/test_tcp_server.c
857 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700858 - grpc_test_util
859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800860 - gpr_test_util
861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700862- name: grpc++
863 build: all
864 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700865 headers:
866 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800867 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700868 - src/cpp/common/secure_auth_context.h
869 - src/cpp/server/secure_server_credentials.h
870 src:
Craig Tiller25834342015-09-25 08:08:24 -0700871 - src/cpp/client/secure_credentials.cc
872 - src/cpp/common/auth_property_iterator.cc
873 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800874 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700875 - src/cpp/common/secure_create_auth_context.cc
876 - src/cpp/server/secure_server_credentials.cc
877 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700878 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700879 baselib: true
880 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700881 filegroups:
882 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800883 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700884 secure: check
885 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
886- name: grpc++_test_config
887 build: private
888 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700889 headers:
890 - test/cpp/util/test_config.h
891 src:
892 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700893- name: grpc++_test_util
894 build: private
895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700896 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800897 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800898 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700899 - test/cpp/util/cli_call.h
900 - test/cpp/util/create_test_channel.h
901 - test/cpp/util/string_ref_helper.h
902 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800903 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700904 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800905 - src/proto/grpc/testing/echo_messages.proto
906 - src/proto/grpc/testing/echo.proto
907 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800908 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800909 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700910 - test/cpp/util/cli_call.cc
911 - test/cpp/util/create_test_channel.cc
912 - test/cpp/util/string_ref_helper.cc
913 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800914 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700915 deps:
916 - grpc++
917 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700918- name: grpc++_unsecure
919 build: all
920 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700921 src:
922 - src/cpp/common/insecure_create_auth_context.cc
923 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800924 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700925 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700926 baselib: true
927 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700928 filegroups:
929 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800930 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700931 secure: false
932 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
933- name: grpc_plugin_support
934 build: protoc
935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700936 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700937 - src/compiler/config.h
938 - src/compiler/cpp_generator.h
939 - src/compiler/cpp_generator_helpers.h
940 - src/compiler/csharp_generator.h
941 - src/compiler/csharp_generator_helpers.h
942 - src/compiler/generator_helpers.h
943 - src/compiler/objective_c_generator.h
944 - src/compiler/objective_c_generator_helpers.h
945 - src/compiler/python_generator.h
946 - src/compiler/ruby_generator.h
947 - src/compiler/ruby_generator_helpers-inl.h
948 - src/compiler/ruby_generator_map-inl.h
949 - src/compiler/ruby_generator_string-inl.h
950 src:
951 - src/compiler/cpp_generator.cc
952 - src/compiler/csharp_generator.cc
953 - src/compiler/objective_c_generator.cc
954 - src/compiler/python_generator.cc
955 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800956 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700957 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700958 secure: false
959 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800960 vs_props:
961 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700962- name: interop_client_helper
963 build: private
964 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700965 headers:
966 - test/cpp/interop/client_helper.h
967 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800968 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700969 - test/cpp/interop/client_helper.cc
970 deps:
971 - grpc++_test_util
972 - grpc_test_util
973 - grpc++
974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700976- name: interop_client_main
977 build: private
978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700979 headers:
980 - test/cpp/interop/interop_client.h
981 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800982 - src/proto/grpc/testing/empty.proto
983 - src/proto/grpc/testing/messages.proto
984 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700985 - test/cpp/interop/client.cc
986 - test/cpp/interop/interop_client.cc
987 deps:
988 - interop_client_helper
989 - grpc++_test_util
990 - grpc_test_util
991 - grpc++
992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800993 - gpr_test_util
994 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700995 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996- name: interop_server_helper
997 build: private
998 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700999 headers:
1000 - test/cpp/interop/server_helper.h
1001 src:
1002 - test/cpp/interop/server_helper.cc
1003 deps:
1004 - grpc_test_util
1005 - grpc++
1006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: interop_server_main
1009 build: private
1010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001011 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001012 - src/proto/grpc/testing/empty.proto
1013 - src/proto/grpc/testing/messages.proto
1014 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001015 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001016 deps:
1017 - interop_server_helper
1018 - grpc++_test_util
1019 - grpc_test_util
1020 - grpc++
1021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001022 - gpr_test_util
1023 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001024 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025- name: qps
1026 build: private
1027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001028 headers:
1029 - test/cpp/qps/client.h
1030 - test/cpp/qps/driver.h
1031 - test/cpp/qps/histogram.h
1032 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001033 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001034 - test/cpp/qps/perf_db_client.h
1035 - test/cpp/qps/qps_worker.h
1036 - test/cpp/qps/report.h
1037 - test/cpp/qps/server.h
1038 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001039 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001040 - test/cpp/util/benchmark_config.h
1041 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001042 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001043 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001044 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001045 - src/proto/grpc/testing/control.proto
1046 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001047 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001048 - test/cpp/qps/client_async.cc
1049 - test/cpp/qps/client_sync.cc
1050 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001051 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001052 - test/cpp/qps/perf_db_client.cc
1053 - test/cpp/qps/qps_worker.cc
1054 - test/cpp/qps/report.cc
1055 - test/cpp/qps/server_async.cc
1056 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001057 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001058 - test/cpp/util/benchmark_config.cc
1059 deps:
1060 - grpc_test_util
1061 - grpc++_test_util
1062 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063- name: grpc_csharp_ext
1064 build: all
1065 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001066 src:
1067 - src/csharp/ext/grpc_csharp_ext.c
1068 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001070 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001071 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001072 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001073 dll: only
1074 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001075 vs_packages:
1076 - grpc.dependencies.openssl
1077 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001078 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001079 vs_props:
1080 - zlib
1081 - openssl
1082 - winsock
1083 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001084targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001085- name: alarm_test
1086 build: test
1087 language: c
1088 src:
1089 - test/core/surface/alarm_test.c
1090 deps:
1091 - grpc_test_util
1092 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001093 - gpr_test_util
1094 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001095- name: algorithm_test
1096 build: test
1097 language: c
1098 src:
1099 - test/core/compression/algorithm_test.c
1100 deps:
1101 - grpc_test_util
1102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001103 - gpr_test_util
1104 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001105- name: alloc_test
1106 build: test
1107 language: c
1108 src:
1109 - test/core/support/alloc_test.c
1110 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001111 - gpr_test_util
1112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113- name: alpn_test
1114 build: test
1115 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001116 src:
1117 - test/core/transport/chttp2/alpn_test.c
1118 deps:
1119 - grpc_test_util
1120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001121 - gpr_test_util
1122 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001123- name: api_fuzzer
1124 build: fuzzer
1125 language: c
1126 src:
1127 - test/core/end2end/fuzzers/api_fuzzer.c
1128 deps:
1129 - grpc_test_util
1130 - grpc
1131 - gpr_test_util
1132 - gpr
1133 corpus_dirs:
1134 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001135 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001136 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001137- name: bin_encoder_test
1138 build: test
1139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001140 src:
1141 - test/core/transport/chttp2/bin_encoder_test.c
1142 deps:
1143 - grpc_test_util
1144 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001145- name: census_context_test
1146 build: test
1147 language: c
1148 src:
1149 - test/core/census/context_test.c
1150 deps:
1151 - grpc_test_util
1152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001153 - gpr_test_util
1154 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001155- name: channel_create_test
1156 build: test
1157 language: c
1158 src:
1159 - test/core/surface/channel_create_test.c
1160 deps:
1161 - grpc_test_util
1162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001163 - gpr_test_util
1164 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001165- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166 build: test
1167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001168 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001169 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001170 deps:
1171 - grpc_test_util
1172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 - gpr_test_util
1174 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001175- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001176 build: test
1177 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001178 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001179 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001180 deps:
1181 - grpc_test_util
1182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001183 - gpr_test_util
1184 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185- name: chttp2_stream_map_test
1186 build: test
1187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001188 src:
1189 - test/core/transport/chttp2/stream_map_test.c
1190 deps:
1191 - grpc_test_util
1192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001193 - gpr_test_util
1194 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001195- name: chttp2_varint_test
1196 build: test
1197 language: c
1198 src:
1199 - test/core/transport/chttp2/varint_test.c
1200 deps:
1201 - grpc_test_util
1202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001203 - gpr_test_util
1204 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001205- name: client_fuzzer
1206 build: fuzzer
1207 language: c
1208 src:
1209 - test/core/end2end/fuzzers/client_fuzzer.c
1210 deps:
1211 - grpc_test_util
1212 - grpc
1213 - gpr_test_util
1214 - gpr
1215 corpus_dirs:
1216 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001217 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001218 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219- name: compression_test
1220 build: test
1221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001222 src:
1223 - test/core/compression/compression_test.c
1224 deps:
1225 - grpc_test_util
1226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr_test_util
1228 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001229- name: concurrent_connectivity_test
1230 build: test
1231 language: c
1232 src:
1233 - test/core/surface/concurrent_connectivity_test.c
1234 deps:
1235 - grpc_test_util
1236 - grpc
1237 - gpr_test_util
1238 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001239- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001240 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001241 build: test
1242 language: c
1243 src:
1244 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1245 deps:
1246 - grpc_test_util
1247 - grpc
1248 - gpr_test_util
1249 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001250- name: dns_resolver_test
1251 build: test
1252 language: c
1253 src:
1254 - test/core/client_config/resolvers/dns_resolver_test.c
1255 deps:
1256 - grpc_test_util
1257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001258 - gpr_test_util
1259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001261 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262 build: test
1263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001264 src:
1265 - test/core/end2end/dualstack_socket_test.c
1266 deps:
1267 - grpc_test_util
1268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 - gpr_test_util
1270 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001271 platforms:
1272 - mac
1273 - linux
1274 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001275- name: endpoint_pair_test
1276 build: test
1277 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001278 src:
1279 - test/core/iomgr/endpoint_pair_test.c
1280 deps:
1281 - grpc_test_util
1282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001283 - gpr_test_util
1284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285- name: fd_conservation_posix_test
1286 build: test
1287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001288 src:
1289 - test/core/iomgr/fd_conservation_posix_test.c
1290 deps:
1291 - grpc_test_util
1292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001293 - gpr_test_util
1294 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001295 platforms:
1296 - mac
1297 - linux
1298 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001299- name: fd_posix_test
1300 build: test
1301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001302 src:
1303 - test/core/iomgr/fd_posix_test.c
1304 deps:
1305 - grpc_test_util
1306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001307 - gpr_test_util
1308 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001309 platforms:
1310 - mac
1311 - linux
1312 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001313- name: fling_client
1314 build: test
1315 run: false
1316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001317 src:
1318 - test/core/fling/client.c
1319 deps:
1320 - grpc_test_util
1321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr_test_util
1323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: fling_server
1325 build: test
1326 run: false
1327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001328 src:
1329 - test/core/fling/server.c
1330 deps:
1331 - grpc_test_util
1332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001333 - gpr_test_util
1334 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001336 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001337 build: test
1338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001339 src:
1340 - test/core/fling/fling_stream_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_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001351 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001352 build: test
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/fling/fling_test.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001361 platforms:
1362 - mac
1363 - linux
1364 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: gen_hpack_tables
1366 build: tool
1367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001368 src:
1369 - tools/codegen/core/gen_hpack_tables.c
1370 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001372 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373- name: gen_legal_metadata_characters
1374 build: tool
1375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001376 src:
1377 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001379- name: goaway_server_test
1380 cpu_cost: 0.1
1381 build: test
1382 language: c
1383 src:
1384 - test/core/end2end/goaway_server_test.c
1385 deps:
1386 - grpc_test_util
1387 - grpc
1388 - gpr_test_util
1389 - gpr
1390 platforms:
1391 - mac
1392 - linux
1393 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001394- name: gpr_avl_test
1395 build: test
1396 language: c
1397 src:
1398 - test/core/support/avl_test.c
1399 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001400 - gpr_test_util
1401 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001402- name: gpr_backoff_test
1403 build: test
1404 language: c
1405 src:
1406 - test/core/support/backoff_test.c
1407 deps:
1408 - gpr_test_util
1409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410- name: gpr_cmdline_test
1411 build: test
1412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001413 src:
1414 - test/core/support/cmdline_test.c
1415 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001416 - gpr_test_util
1417 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001418- name: gpr_cpu_test
1419 build: test
1420 language: c
1421 src:
1422 - test/core/support/cpu_test.c
1423 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001424 - gpr_test_util
1425 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001426- name: gpr_env_test
1427 build: test
1428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001429 src:
1430 - test/core/support/env_test.c
1431 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001432 - gpr_test_util
1433 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001434- name: gpr_histogram_test
1435 build: test
1436 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001437 src:
1438 - test/core/support/histogram_test.c
1439 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001440 - gpr_test_util
1441 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001442- name: gpr_host_port_test
1443 build: test
1444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001445 src:
1446 - test/core/support/host_port_test.c
1447 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001448 - gpr_test_util
1449 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001450- name: gpr_load_file_test
1451 build: test
1452 language: c
1453 src:
1454 - test/core/support/load_file_test.c
1455 deps:
1456 - gpr_test_util
1457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001458- name: gpr_log_test
1459 build: test
1460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001461 src:
1462 - test/core/support/log_test.c
1463 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001464 - gpr_test_util
1465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466- name: gpr_slice_buffer_test
1467 build: test
1468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001469 src:
1470 - test/core/support/slice_buffer_test.c
1471 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474- name: gpr_slice_test
1475 build: test
1476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001477 src:
1478 - test/core/support/slice_test.c
1479 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001480 - gpr_test_util
1481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001483 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001484 build: test
1485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001486 src:
1487 - test/core/support/stack_lockfree_test.c
1488 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr_test_util
1490 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491- name: gpr_string_test
1492 build: test
1493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001494 src:
1495 - test/core/support/string_test.c
1496 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001497 - gpr_test_util
1498 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001499- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001500 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501 build: test
1502 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001503 src:
1504 - test/core/support/sync_test.c
1505 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001506 - gpr_test_util
1507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001508- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001509 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001510 build: test
1511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
1513 - test/core/support/thd_test.c
1514 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001515 - gpr_test_util
1516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517- name: gpr_time_test
1518 build: test
1519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001520 src:
1521 - test/core/support/time_test.c
1522 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001523 - gpr_test_util
1524 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001525- name: gpr_tls_test
1526 build: test
1527 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001528 src:
1529 - test/core/support/tls_test.c
1530 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001533- name: gpr_useful_test
1534 build: test
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
1537 - test/core/support/useful_test.c
1538 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001539 - gpr_test_util
1540 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001541- name: grpc_auth_context_test
1542 build: test
1543 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001544 src:
1545 - test/core/security/auth_context_test.c
1546 deps:
1547 - grpc_test_util
1548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001549 - gpr_test_util
1550 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001551- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001552 build: test
1553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001555 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001556 deps:
1557 - grpc_test_util
1558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001559 - gpr_test_util
1560 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001561- name: grpc_byte_buffer_reader_test
1562 build: test
1563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001564 src:
1565 - test/core/surface/byte_buffer_reader_test.c
1566 deps:
1567 - grpc_test_util
1568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: grpc_channel_args_test
1572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/channel/channel_args_test.c
1576 deps:
1577 - grpc_test_util
1578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001579 - gpr_test_util
1580 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001581- name: grpc_channel_stack_test
1582 build: test
1583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001584 src:
1585 - test/core/channel/channel_stack_test.c
1586 deps:
1587 - grpc_test_util
1588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr_test_util
1590 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001591- name: grpc_completion_queue_test
1592 build: test
1593 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001594 src:
1595 - test/core/surface/completion_queue_test.c
1596 deps:
1597 - grpc_test_util
1598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001599 - gpr_test_util
1600 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001601- name: grpc_create_jwt
1602 build: tool
1603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001604 src:
1605 - test/core/security/create_jwt.c
1606 deps:
1607 - grpc_test_util
1608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611- name: grpc_credentials_test
1612 build: test
1613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001614 src:
1615 - test/core/security/credentials_test.c
1616 deps:
1617 - grpc_test_util
1618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: grpc_fetch_oauth2
1622 build: tool
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/security/fetch_oauth2.c
1626 deps:
1627 - grpc_test_util
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001631- name: grpc_invalid_channel_args_test
1632 build: test
1633 language: c
1634 src:
1635 - test/core/surface/invalid_channel_args_test.c
1636 deps:
1637 - grpc_test_util
1638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001639 - gpr_test_util
1640 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001641- name: grpc_json_token_test
1642 build: test
1643 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001644 src:
1645 - test/core/security/json_token_test.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001649 - gpr_test_util
1650 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001651 platforms:
1652 - linux
1653 - posix
1654 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001655- name: grpc_jwt_verifier_test
1656 build: test
1657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
1659 - test/core/security/jwt_verifier_test.c
1660 deps:
1661 - grpc_test_util
1662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: grpc_print_google_default_creds_token
1666 build: tool
1667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
1669 - test/core/security/print_google_default_creds_token.c
1670 deps:
1671 - grpc_test_util
1672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001673 - gpr_test_util
1674 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675- name: grpc_security_connector_test
1676 build: test
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
1679 - test/core/security/security_connector_test.c
1680 deps:
1681 - grpc_test_util
1682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001685- name: grpc_verify_jwt
1686 build: tool
1687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001688 src:
1689 - test/core/security/verify_jwt.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr_test_util
1694 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001695- name: hpack_parser_fuzzer_test
1696 build: fuzzer
1697 language: c
1698 src:
1699 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
1703 - gpr_test_util
1704 - gpr
1705 corpus_dirs:
1706 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001707 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001708 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: hpack_parser_test
1710 build: test
1711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001712 src:
1713 - test/core/transport/chttp2/hpack_parser_test.c
1714 deps:
1715 - grpc_test_util
1716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719- name: hpack_table_test
1720 build: test
1721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001722 src:
1723 - test/core/transport/chttp2/hpack_table_test.c
1724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001729- name: http_fuzzer_test
1730 build: fuzzer
1731 language: c
1732 src:
1733 - test/core/http/fuzzer.c
1734 deps:
1735 - grpc_test_util
1736 - grpc
1737 - gpr_test_util
1738 - gpr
1739 corpus_dirs:
1740 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001741 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001742- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001743 build: test
1744 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001745 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001746 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001747 deps:
1748 - grpc_test_util
1749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001750 - gpr_test_util
1751 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001752- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001753 build: test
1754 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001755 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001756 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001757 deps:
1758 - grpc_test_util
1759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001760 - gpr_test_util
1761 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001763 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001767 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001773 platforms:
1774 - mac
1775 - linux
1776 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001777- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001778 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001779 build: test
1780 language: c
1781 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001782 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001788 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001789 - linux
yang-gf1183302015-12-07 16:02:05 -08001790- name: init_test
1791 build: test
1792 language: c
1793 src:
1794 - test/core/surface/init_test.c
1795 deps:
1796 - grpc_test_util
1797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001800- name: internal_api_canary_iomgr_test
1801 build: test
1802 run: false
1803 language: c
1804 src:
1805 - test/core/internal_api_canaries/iomgr.c
1806 deps:
1807 - grpc_test_util
1808 - grpc
1809 - gpr_test_util
1810 - gpr
1811- name: internal_api_canary_support_test
1812 build: test
1813 run: false
1814 language: c
1815 src:
1816 - test/core/internal_api_canaries/iomgr.c
1817 deps:
1818 - grpc_test_util
1819 - grpc
1820 - gpr_test_util
1821 - gpr
1822- name: internal_api_canary_transport_test
1823 build: test
1824 run: false
1825 language: c
1826 src:
1827 - test/core/internal_api_canaries/iomgr.c
1828 deps:
1829 - grpc_test_util
1830 - grpc
1831 - gpr_test_util
1832 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001833- name: invalid_call_argument_test
1834 build: test
1835 language: c
1836 src:
1837 - test/core/end2end/invalid_call_argument_test.c
1838 deps:
1839 - grpc_test_util
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001843- name: json_fuzzer_test
1844 build: fuzzer
1845 language: c
1846 src:
1847 - test/core/json/fuzzer.c
1848 deps:
1849 - grpc_test_util
1850 - grpc
1851 - gpr_test_util
1852 - gpr
1853 corpus_dirs:
1854 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001855 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: json_rewrite
1857 build: test
1858 run: false
1859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001860 src:
1861 - test/core/json/json_rewrite.c
1862 deps:
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: json_rewrite_test
1866 build: test
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
1869 - test/core/json/json_rewrite_test.c
1870 deps:
1871 - grpc_test_util
1872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001875- name: json_stream_error_test
1876 build: test
1877 language: c
1878 src:
1879 - test/core/json/json_stream_error_test.c
1880 deps:
1881 - grpc_test_util
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: json_test
1886 build: test
1887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001888 src:
1889 - test/core/json/json_test.c
1890 deps:
1891 - grpc_test_util
1892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: lame_client_test
1896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
1899 - test/core/surface/lame_client_test.c
1900 deps:
1901 - grpc_test_util
1902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001905- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001906 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001907 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/client_config/lb_policies_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: low_level_ping_pong_benchmark
1918 build: benchmark
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/network_benchmarks/low_level_ping_pong.c
1922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001927 platforms:
1928 - mac
1929 - linux
1930 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001931- name: message_compress_test
1932 build: test
1933 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001934 src:
1935 - test/core/compression/message_compress_test.c
1936 deps:
1937 - grpc_test_util
1938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001939 - gpr_test_util
1940 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001941- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001942 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001943 build: test
1944 language: c
1945 src:
1946 - test/core/census/mlog_test.c
1947 deps:
1948 - grpc_test_util
1949 - grpc
1950 - gpr_test_util
1951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: multiple_server_queues_test
1953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/end2end/multiple_server_queues_test.c
1957 deps:
1958 - grpc_test_util
1959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962- name: murmur_hash_test
1963 build: test
1964 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001965 src:
1966 - test/core/support/murmur_hash_test.c
1967 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001970- name: nanopb_fuzzer_response_test
1971 build: fuzzer
1972 language: c
1973 src:
1974 - test/core/nanopb/fuzzer_response.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
1978 - gpr_test_util
1979 - gpr
1980 corpus_dirs:
1981 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07001982 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001983- name: nanopb_fuzzer_serverlist_test
1984 build: fuzzer
1985 language: c
1986 src:
1987 - test/core/nanopb/fuzzer_serverlist.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
1991 - gpr_test_util
1992 - gpr
1993 corpus_dirs:
1994 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07001995 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001997 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/end2end/no_server_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007- name: resolve_address_test
2008 build: test
2009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/core/iomgr/resolve_address_test.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
yang-gd482e592015-12-10 14:04:00 -08002017- name: secure_channel_create_test
2018 build: test
2019 language: c
2020 src:
2021 - test/core/surface/secure_channel_create_test.c
2022 deps:
2023 - grpc_test_util
2024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr_test_util
2026 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002027- name: secure_endpoint_test
2028 build: test
2029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002030 src:
2031 - test/core/security/secure_endpoint_test.c
2032 deps:
2033 - grpc_test_util
2034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002035 - gpr_test_util
2036 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002037- name: server_chttp2_test
2038 build: test
2039 language: c
2040 src:
2041 - test/core/surface/server_chttp2_test.c
2042 deps:
2043 - grpc_test_util
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002047- name: server_fuzzer
2048 build: fuzzer
2049 language: c
2050 src:
2051 - test/core/end2end/fuzzers/server_fuzzer.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
2055 - gpr_test_util
2056 - gpr
2057 corpus_dirs:
2058 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002059 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002060 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002061- name: server_test
2062 build: test
2063 language: c
2064 src:
2065 - test/core/surface/server_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002071- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002072 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002073 build: test
2074 language: c
2075 src:
2076 - test/core/client_config/set_initial_connect_string_test.c
2077 deps:
2078 - test_tcp_server
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002083- name: sockaddr_resolver_test
2084 build: test
2085 language: c
2086 src:
2087 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: sockaddr_utils_test
2094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/iomgr/sockaddr_utils_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002103- name: socket_utils_test
2104 build: test
2105 language: c
2106 src:
2107 - test/core/iomgr/socket_utils_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002113 platforms:
2114 - mac
2115 - linux
2116 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002118 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119 build: test
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
2122 - test/core/iomgr/tcp_client_posix_test.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002128 platforms:
2129 - mac
2130 - linux
2131 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002133 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134 build: test
2135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002136 src:
2137 - test/core/iomgr/tcp_posix_test.c
2138 deps:
2139 - grpc_test_util
2140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr_test_util
2142 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002143 platforms:
2144 - mac
2145 - linux
2146 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: tcp_server_posix_test
2148 build: test
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/core/iomgr/tcp_server_posix_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002157 platforms:
2158 - mac
2159 - linux
2160 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161- name: time_averaged_stats_test
2162 build: test
2163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - test/core/iomgr/time_averaged_stats_test.c
2166 deps:
2167 - grpc_test_util
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: timeout_encoding_test
2172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/core/transport/chttp2/timeout_encoding_test.c
2176 deps:
2177 - grpc_test_util
2178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002181- name: timer_heap_test
2182 build: test
2183 language: c
2184 src:
2185 - test/core/iomgr/timer_heap_test.c
2186 deps:
2187 - grpc_test_util
2188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002189 - gpr_test_util
2190 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002191- name: timer_list_test
2192 build: test
2193 language: c
2194 src:
2195 - test/core/iomgr/timer_list_test.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201- name: timers_test
2202 build: test
2203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002204 src:
2205 - test/core/profiling/timers_test.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002209 - gpr_test_util
2210 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002211- name: transport_connectivity_state_test
2212 build: test
2213 language: c
2214 src:
2215 - test/core/transport/connectivity_state_test.c
2216 deps:
2217 - grpc_test_util
2218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 - gpr_test_util
2220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221- name: transport_metadata_test
2222 build: test
2223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002224 src:
2225 - test/core/transport/metadata_test.c
2226 deps:
2227 - grpc_test_util
2228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002229 - gpr_test_util
2230 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231- name: transport_security_test
2232 build: test
2233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002234 src:
2235 - test/core/tsi/transport_security_test.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002241 platforms:
2242 - linux
2243 - posix
2244 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: udp_server_test
2246 build: test
2247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002248 src:
2249 - test/core/iomgr/udp_server_test.c
2250 deps:
2251 - grpc_test_util
2252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002255 platforms:
2256 - mac
2257 - linux
2258 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002259- name: uri_fuzzer_test
2260 build: fuzzer
2261 language: c
2262 src:
2263 - test/core/client_config/uri_fuzzer_test.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
2267 - gpr_test_util
2268 - gpr
2269 corpus_dirs:
2270 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002271 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272- name: uri_parser_test
2273 build: test
2274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002275 src:
2276 - test/core/client_config/uri_parser_test.c
2277 deps:
2278 - grpc_test_util
2279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 - gpr_test_util
2281 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002282- name: workqueue_test
2283 build: test
2284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
2286 - test/core/iomgr/workqueue_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
vjpai04e992a2016-02-10 16:58:38 -08002296- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002297 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002298 build: test
2299 language: c++
2300 src:
2301 - test/cpp/common/alarm_cpp_test.cc
2302 deps:
2303 - grpc++_test_util
2304 - grpc_test_util
2305 - grpc++
2306 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002307 - gpr_test_util
2308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002310 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311 build: test
2312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/cpp/end2end/async_end2end_test.cc
2315 deps:
2316 - grpc++_test_util
2317 - grpc_test_util
2318 - grpc++
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322- name: async_streaming_ping_pong_test
2323 build: test
2324 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
2326 - test/cpp/qps/async_streaming_ping_pong_test.cc
2327 deps:
2328 - qps
2329 - grpc++_test_util
2330 - grpc_test_util
2331 - grpc++
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002335 platforms:
2336 - mac
2337 - linux
2338 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: async_unary_ping_pong_test
2340 build: test
2341 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/cpp/qps/async_unary_ping_pong_test.cc
2344 deps:
2345 - qps
2346 - grpc++_test_util
2347 - grpc_test_util
2348 - grpc++
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002352 platforms:
2353 - mac
2354 - linux
2355 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002356- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002357 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358 build: test
2359 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
2361 - test/cpp/common/auth_property_iterator_test.cc
2362 deps:
2363 - grpc++_test_util
2364 - grpc_test_util
2365 - grpc++
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002370 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371 build: test
2372 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
yang-g52705592015-11-25 11:45:33 -08002374 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002375 deps:
2376 - grpc++
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002379- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002380 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381 build: test
2382 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002383 src:
2384 - test/cpp/util/cli_call_test.cc
2385 deps:
2386 - grpc++_test_util
2387 - grpc_test_util
2388 - grpc++
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002393 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002394 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002395 build: test
2396 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002397 src:
2398 - test/cpp/end2end/client_crash_test.cc
2399 deps:
2400 - grpc++_test_util
2401 - grpc_test_util
2402 - grpc++
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002406 platforms:
2407 - mac
2408 - linux
2409 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: client_crash_test_server
2411 build: test
2412 run: false
2413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
2415 - test/cpp/end2end/client_crash_test_server.cc
2416 deps:
2417 - grpc++_test_util
2418 - grpc_test_util
2419 - grpc++
2420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002421 - gpr_test_util
2422 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002423- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002424 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002425 build: test
2426 language: c++
2427 src:
2428 - src/proto/grpc/testing/control.proto
2429 - src/proto/grpc/testing/messages.proto
2430 - src/proto/grpc/testing/payloads.proto
2431 - src/proto/grpc/testing/perf_db.proto
2432 - src/proto/grpc/testing/services.proto
2433 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002434 - test/cpp/codegen/codegen_test_full.cc
2435 deps:
2436 - grpc++
2437 - grpc
2438 - gpr
2439 filegroups:
2440 - grpc++_codegen
2441- name: codegen_test_minimal
2442 gtest: true
2443 build: test
2444 language: c++
2445 src:
2446 - src/proto/grpc/testing/control.proto
2447 - src/proto/grpc/testing/messages.proto
2448 - src/proto/grpc/testing/payloads.proto
2449 - src/proto/grpc/testing/perf_db.proto
2450 - src/proto/grpc/testing/services.proto
2451 - src/proto/grpc/testing/stats.proto
2452 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002453 filegroups:
2454 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002456 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002457 build: test
2458 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
2460 - test/cpp/client/credentials_test.cc
2461 deps:
2462 - grpc++
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002466 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467 build: test
2468 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/cpp/util/byte_buffer_test.cc
2471 deps:
2472 - grpc_test_util
2473 - grpc++
2474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002475 - gpr_test_util
2476 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002478 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002479 build: test
2480 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
2482 - test/cpp/util/slice_test.cc
2483 deps:
2484 - grpc_test_util
2485 - grpc++
2486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002487 - gpr_test_util
2488 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002489- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002490 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491 build: test
2492 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002493 src:
2494 - test/cpp/util/string_ref_test.cc
2495 deps:
2496 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002498 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499 build: test
2500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
2502 - test/cpp/util/time_test.cc
2503 deps:
2504 - grpc_test_util
2505 - grpc++
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002510 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002511 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002512 build: test
2513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002514 src:
2515 - test/cpp/end2end/end2end_test.cc
2516 deps:
2517 - grpc++_test_util
2518 - grpc_test_util
2519 - grpc++
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
vjpai083dc622016-01-11 09:41:17 -08002523- name: generic_async_streaming_ping_pong_test
2524 build: test
2525 language: c++
2526 src:
2527 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2528 deps:
2529 - qps
2530 - grpc++_test_util
2531 - grpc_test_util
2532 - grpc++
2533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
vjpai083dc622016-01-11 09:41:17 -08002536 platforms:
2537 - mac
2538 - linux
2539 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002541 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002542 build: test
2543 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002544 src:
2545 - test/cpp/end2end/generic_end2end_test.cc
2546 deps:
2547 - grpc++_test_util
2548 - grpc_test_util
2549 - grpc++
2550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002551 - gpr_test_util
2552 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553- name: grpc_cli
2554 build: test
2555 run: false
2556 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002557 src:
2558 - test/cpp/util/grpc_cli.cc
2559 deps:
2560 - grpc++_test_util
2561 - grpc_test_util
2562 - grpc++
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002566 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567- name: grpc_cpp_plugin
2568 build: protoc
2569 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
2571 - src/compiler/cpp_plugin.cc
2572 deps:
2573 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574 secure: false
2575 vs_config_type: Application
2576 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2577- name: grpc_csharp_plugin
2578 build: protoc
2579 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002580 src:
2581 - src/compiler/csharp_plugin.cc
2582 deps:
2583 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002584 secure: false
2585 vs_config_type: Application
2586 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2587- name: grpc_objective_c_plugin
2588 build: protoc
2589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002590 src:
2591 - src/compiler/objective_c_plugin.cc
2592 deps:
2593 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594 secure: false
2595 vs_config_type: Application
2596 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2597- name: grpc_python_plugin
2598 build: protoc
2599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002600 src:
2601 - src/compiler/python_plugin.cc
2602 deps:
2603 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002604 secure: false
2605 vs_config_type: Application
2606 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2607- name: grpc_ruby_plugin
2608 build: protoc
2609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002610 src:
2611 - src/compiler/ruby_plugin.cc
2612 deps:
2613 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614 secure: false
2615 vs_config_type: Application
2616 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002617- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002618 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002619 build: test
2620 language: c++
2621 src:
2622 - src/proto/grpc/lb/v0/load_balancer.proto
2623 - test/cpp/grpclb/grpclb_api_test.cc
2624 deps:
2625 - grpc++_test_util
2626 - grpc_test_util
2627 - grpc++
2628 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002629- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002630 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002631 build: test
2632 language: c++
2633 src:
2634 - test/cpp/end2end/hybrid_end2end_test.cc
2635 deps:
2636 - grpc++_test_util
2637 - grpc_test_util
2638 - grpc++
2639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002640 - gpr_test_util
2641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002642- name: interop_client
2643 build: test
2644 run: false
2645 language: c++
2646 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002647 deps:
2648 - interop_client_main
2649 - interop_client_helper
2650 - grpc++_test_util
2651 - grpc_test_util
2652 - grpc++
2653 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002654 - gpr_test_util
2655 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002656 - grpc++_test_config
2657 platforms:
2658 - mac
2659 - linux
2660 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002661- name: interop_server
2662 build: test
2663 run: false
2664 language: c++
2665 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002666 deps:
2667 - interop_server_main
2668 - interop_server_helper
2669 - grpc++_test_util
2670 - grpc_test_util
2671 - grpc++
2672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002673 - gpr_test_util
2674 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002675 - grpc++_test_config
2676 platforms:
2677 - mac
2678 - linux
2679 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002681 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682 build: test
2683 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002684 src:
2685 - test/cpp/interop/interop_test.cc
2686 deps:
2687 - grpc_test_util
2688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr_test_util
2690 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002691 platforms:
2692 - mac
2693 - linux
2694 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002695- name: json_run_localhost
2696 build: test
2697 run: false
2698 language: c++
2699 src:
2700 - test/cpp/qps/json_run_localhost.cc
2701 deps:
2702 - grpc++_test_util
2703 - grpc_test_util
2704 - grpc++
2705 - grpc
2706 - gpr_test_util
2707 - gpr
2708 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002709- name: metrics_client
2710 build: test
2711 run: false
2712 language: c++
2713 headers:
2714 - test/cpp/util/metrics_server.h
2715 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002716 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002717 - test/cpp/interop/metrics_client.cc
2718 deps:
2719 - grpc++
2720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002721 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002722 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002723- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002724 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002725 build: test
2726 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002727 src:
2728 - test/cpp/end2end/mock_test.cc
2729 deps:
2730 - grpc++_test_util
2731 - grpc_test_util
2732 - grpc++
2733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002734 - gpr_test_util
2735 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002736- name: qps_interarrival_test
2737 build: test
2738 run: false
2739 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002740 src:
2741 - test/cpp/qps/qps_interarrival_test.cc
2742 deps:
2743 - qps
2744 - grpc++_test_util
2745 - grpc_test_util
2746 - grpc++
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002750 platforms:
2751 - mac
2752 - linux
2753 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002754- name: qps_json_driver
2755 build: test
2756 run: false
2757 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002758 headers:
2759 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002760 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002761 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002762 - test/cpp/qps/qps_json_driver.cc
2763 deps:
2764 - qps
2765 - grpc++_test_util
2766 - grpc_test_util
2767 - grpc++
2768 - grpc
2769 - gpr_test_util
2770 - gpr
2771 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002772- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002773 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002774 build: test
2775 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002776 src:
2777 - test/cpp/qps/qps_openloop_test.cc
2778 deps:
2779 - qps
2780 - grpc++_test_util
2781 - grpc_test_util
2782 - grpc++
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr_test_util
2785 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002786 - grpc++_test_config
2787 platforms:
2788 - mac
2789 - linux
2790 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002791- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002792 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002793 build: test
2794 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002795 src:
2796 - test/cpp/qps/qps_test.cc
2797 deps:
2798 - qps
2799 - grpc++_test_util
2800 - grpc_test_util
2801 - grpc++
2802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002803 - gpr_test_util
2804 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002805 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002806 platforms:
2807 - mac
2808 - linux
2809 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002811 build: test
2812 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002813 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002814 headers:
2815 - test/cpp/qps/client.h
2816 - test/cpp/qps/server.h
2817 src:
2818 - test/cpp/qps/worker.cc
2819 deps:
2820 - qps
2821 - grpc++_test_util
2822 - grpc_test_util
2823 - grpc++
2824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002825 - gpr_test_util
2826 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002827 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828- name: reconnect_interop_client
2829 build: test
2830 run: false
2831 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002832 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002833 - src/proto/grpc/testing/empty.proto
2834 - src/proto/grpc/testing/messages.proto
2835 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002836 - test/cpp/interop/reconnect_interop_client.cc
2837 deps:
2838 - grpc++_test_util
2839 - grpc_test_util
2840 - grpc++
2841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002842 - gpr_test_util
2843 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002844 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: reconnect_interop_server
2846 build: test
2847 run: false
2848 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002849 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002850 - src/proto/grpc/testing/empty.proto
2851 - src/proto/grpc/testing/messages.proto
2852 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002853 - test/cpp/interop/reconnect_interop_server.cc
2854 deps:
2855 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002856 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002857 - grpc++_test_util
2858 - grpc_test_util
2859 - grpc++
2860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002861 - gpr_test_util
2862 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002863 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002864- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002865 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002866 build: test
2867 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002868 src:
2869 - test/cpp/common/secure_auth_context_test.cc
2870 deps:
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- name: secure_sync_unary_ping_pong_test
2878 build: test
2879 language: c++
2880 src:
2881 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2882 deps:
2883 - qps
2884 - grpc++_test_util
2885 - grpc_test_util
2886 - grpc++
2887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002888 - gpr_test_util
2889 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002890 platforms:
2891 - mac
2892 - linux
2893 - posix
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: sync_streaming_ping_pong_test
2993 build: test
2994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002995 src:
2996 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2997 deps:
2998 - qps
2999 - grpc++_test_util
3000 - grpc_test_util
3001 - grpc++
3002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003003 - gpr_test_util
3004 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003005 platforms:
3006 - mac
3007 - linux
3008 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003009- name: sync_unary_ping_pong_test
3010 build: test
3011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003012 src:
3013 - test/cpp/qps/sync_unary_ping_pong_test.cc
3014 deps:
3015 - qps
3016 - grpc++_test_util
3017 - grpc_test_util
3018 - grpc++
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003022 platforms:
3023 - mac
3024 - linux
3025 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003027 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003028 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029 build: test
3030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003031 src:
3032 - test/cpp/end2end/thread_stress_test.cc
3033 deps:
3034 - grpc++_test_util
3035 - grpc_test_util
3036 - grpc++
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003041 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003043 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003045 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003046 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003047 - test/cpp/end2end/zookeeper_test.cc
3048 deps:
3049 - grpc++_test_util
3050 - grpc_test_util
3051 - grpc++
3052 - grpc_zookeeper
3053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003054 - gpr_test_util
3055 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003056 external_deps:
3057 - zookeeper
3058 platforms:
3059 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003060- name: public_headers_must_be_c89
3061 build: test
3062 language: c89
3063 src:
3064 - test/core/surface/public_headers_must_be_c89.c
3065 deps:
3066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003067 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003068vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003069- linkage: static
3070 name: grpc.dependencies.zlib
3071 props: false
3072 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003073 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003074- linkage: static
3075 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003076 props: true
3077 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003078 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003079- name: gflags
3080 props: false
3081 redist: false
3082 version: 2.1.2.1
3083- name: gtest
3084 props: false
3085 redist: false
3086 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003087configs:
3088 asan:
3089 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003090 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3091 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003092 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003093 LD: clang
3094 LDFLAGS: -fsanitize=address
3095 LDXX: clang++
3096 compile_the_world: true
3097 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003098 ASAN_OPTIONS: detect_leaks=1:color=always
3099 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003100 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003101 asan-noleaks:
3102 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003103 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3104 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003105 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003106 LD: clang
3107 LDFLAGS: -fsanitize=address
3108 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003109 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003110 test_environ:
3111 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003112 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003113 asan-trace-cmp:
3114 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003115 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3116 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003117 CXX: clang++
3118 LD: clang
3119 LDFLAGS: -fsanitize=address
3120 LDXX: clang++
3121 compile_the_world: true
3122 test_environ:
3123 ASAN_OPTIONS: detect_leaks=1:color=always
3124 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3125 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003126 basicprof:
3127 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3128 DEFINES: NDEBUG
3129 dbg:
3130 CPPFLAGS: -O0
3131 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003132 easan:
3133 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003134 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3135 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003136 CXX: clang++
3137 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3138 LD: clang
3139 LDFLAGS: -fsanitize=address
3140 LDXX: clang++
3141 compile_the_world: true
3142 test_environ:
3143 ASAN_OPTIONS: detect_leaks=1:color=always
3144 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3145 timeout_multiplier: 3
3146 edbg:
3147 CPPFLAGS: -O0
3148 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3149 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003150 CC: clang
3151 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003152 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003153 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003154 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003155 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003156 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003157 LDXX: clang++
3158 compile_the_world: true
3159 test_environ:
3160 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3161 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003162 gcov:
3163 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003164 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003165 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003166 DEFINES: _DEBUG DEBUG GPR_GCOV
3167 LD: gcc
3168 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3169 LDXX: g++
3170 helgrind:
3171 CPPFLAGS: -O0
3172 DEFINES: _DEBUG DEBUG
3173 LDFLAGS: -rdynamic
3174 timeout_multiplier: 20
3175 valgrind: --tool=helgrind
3176 memcheck:
3177 CPPFLAGS: -O0
3178 DEFINES: _DEBUG DEBUG
3179 LDFLAGS: -rdynamic
3180 timeout_multiplier: 10
3181 valgrind: --tool=memcheck --leak-check=full
3182 msan:
3183 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003184 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3185 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3186 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003187 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003188 DEFINES: NDEBUG
3189 LD: clang
3190 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3191 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3192 LDXX: clang++
3193 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003194 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003195 mutrace:
3196 CPPFLAGS: -O0
3197 DEFINES: _DEBUG DEBUG
3198 LDFLAGS: -rdynamic
3199 opt:
3200 CPPFLAGS: -O2
3201 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003202 stapprof:
3203 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3204 DEFINES: NDEBUG
3205 tsan:
3206 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003207 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003208 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003209 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003210 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003211 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003212 LDXX: clang++
3213 compile_the_world: true
3214 test_environ:
3215 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003216 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003217 ubsan:
3218 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003219 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3220 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003221 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003222 DEFINES: NDEBUG
3223 LD: clang
3224 LDFLAGS: -fsanitize=undefined
3225 LDXX: clang++
3226 compile_the_world: true
3227 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003228defaults:
3229 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003230 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003231 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003232 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003233 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003234 global:
3235 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3236 LDFLAGS: -g
3237 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003238 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003239 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003240node_modules:
3241- deps:
3242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003243 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003244 - boringssl
3245 - z
murgatroid9994a75412015-11-19 14:04:53 -08003246 headers:
3247 - src/node/ext/byte_buffer.h
3248 - src/node/ext/call.h
3249 - src/node/ext/call_credentials.h
3250 - src/node/ext/channel.h
3251 - src/node/ext/channel_credentials.h
3252 - src/node/ext/completion_queue_async_worker.h
3253 - src/node/ext/server.h
3254 - src/node/ext/server_credentials.h
3255 - src/node/ext/timeval.h
3256 js:
3257 - src/node/index.js
3258 - src/node/src/client.js
3259 - src/node/src/common.js
3260 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003261 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003262 - src/node/src/metadata.js
3263 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003264 name: grpc_node
3265 src:
3266 - src/node/ext/byte_buffer.cc
3267 - src/node/ext/call.cc
3268 - src/node/ext/call_credentials.cc
3269 - src/node/ext/channel.cc
3270 - src/node/ext/channel_credentials.cc
3271 - src/node/ext/completion_queue_async_worker.cc
3272 - src/node/ext/node_grpc.cc
3273 - src/node/ext/server.cc
3274 - src/node/ext/server_credentials.cc
3275 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003276openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003277 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003278 extraction_dir: openssl-1.0.2f
3279 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003280php_config_m4:
3281 deps:
3282 - grpc
3283 - gpr
3284 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003285 headers:
3286 - src/php/ext/grpc/byte_buffer.h
3287 - src/php/ext/grpc/call.h
3288 - src/php/ext/grpc/call_credentials.h
3289 - src/php/ext/grpc/channel.h
3290 - src/php/ext/grpc/channel_credentials.h
3291 - src/php/ext/grpc/completion_queue.h
3292 - src/php/ext/grpc/php_grpc.h
3293 - src/php/ext/grpc/server.h
3294 - src/php/ext/grpc/server_credentials.h
3295 - src/php/ext/grpc/timeval.h
3296 src:
3297 - src/php/ext/grpc/byte_buffer.c
3298 - src/php/ext/grpc/call.c
3299 - src/php/ext/grpc/call_credentials.c
3300 - src/php/ext/grpc/channel.c
3301 - src/php/ext/grpc/channel_credentials.c
3302 - src/php/ext/grpc/completion_queue.c
3303 - src/php/ext/grpc/php_grpc.c
3304 - src/php/ext/grpc/server.c
3305 - src/php/ext/grpc/server_credentials.c
3306 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003307python_dependencies:
3308 deps:
3309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003310 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003311 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003312 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003313ruby_gem:
3314 deps:
3315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003317 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003318 - z