blob: 80451862908f80ec2e594122734c386b20f809f8 [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 Tiller8a034482016-03-28 16:09:04 -0700166 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
167 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700168 - src/core/lib/iomgr/exec_ctx.h
169 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/iomgr/iocp_windows.h
171 - src/core/lib/iomgr/iomgr.h
172 - src/core/lib/iomgr/iomgr_internal.h
173 - src/core/lib/iomgr/iomgr_posix.h
174 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/iomgr/pollset_set_windows.h
177 - src/core/lib/iomgr/pollset_windows.h
178 - src/core/lib/iomgr/resolve_address.h
179 - src/core/lib/iomgr/sockaddr.h
180 - src/core/lib/iomgr/sockaddr_posix.h
181 - src/core/lib/iomgr/sockaddr_utils.h
182 - src/core/lib/iomgr/sockaddr_win32.h
183 - src/core/lib/iomgr/socket_utils_posix.h
184 - src/core/lib/iomgr/socket_windows.h
185 - src/core/lib/iomgr/tcp_client.h
186 - src/core/lib/iomgr/tcp_posix.h
187 - src/core/lib/iomgr/tcp_server.h
188 - src/core/lib/iomgr/tcp_windows.h
189 - src/core/lib/iomgr/time_averaged_stats.h
190 - src/core/lib/iomgr/timer.h
191 - src/core/lib/iomgr/timer_heap.h
192 - src/core/lib/iomgr/udp_server.h
193 - src/core/lib/iomgr/unix_sockets_posix.h
194 - src/core/lib/iomgr/wakeup_fd_pipe.h
195 - src/core/lib/iomgr/wakeup_fd_posix.h
196 - src/core/lib/iomgr/workqueue.h
197 - src/core/lib/iomgr/workqueue_posix.h
198 - src/core/lib/iomgr/workqueue_windows.h
199 - src/core/lib/json/json.h
200 - src/core/lib/json/json_common.h
201 - src/core/lib/json/json_reader.h
202 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/surface/api_trace.h
204 - src/core/lib/surface/call.h
205 - src/core/lib/surface/call_test_only.h
206 - src/core/lib/surface/channel.h
207 - src/core/lib/surface/channel_init.h
208 - src/core/lib/surface/channel_stack_type.h
209 - src/core/lib/surface/completion_queue.h
210 - src/core/lib/surface/event_string.h
211 - src/core/lib/surface/init.h
212 - src/core/lib/surface/lame_client.h
213 - src/core/lib/surface/server.h
214 - src/core/lib/surface/surface_trace.h
215 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/transport/connectivity_state.h
217 - src/core/lib/transport/metadata.h
218 - src/core/lib/transport/metadata_batch.h
219 - src/core/lib/transport/static_metadata.h
220 - src/core/lib/transport/transport.h
221 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700222 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/channel/channel_args.c
224 - src/core/lib/channel/channel_stack.c
225 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/channel/compress_filter.c
227 - src/core/lib/channel/connected_channel.c
228 - src/core/lib/channel/http_client_filter.c
229 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/compression/compression_algorithm.c
231 - src/core/lib/compression/message_compress.c
232 - src/core/lib/debug/trace.c
233 - src/core/lib/http/format_request.c
234 - src/core/lib/http/httpcli.c
235 - src/core/lib/http/parser.c
236 - src/core/lib/iomgr/closure.c
237 - src/core/lib/iomgr/endpoint.c
238 - src/core/lib/iomgr/endpoint_pair_posix.c
239 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700240 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
241 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/exec_ctx.c
243 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/iocp_windows.c
245 - src/core/lib/iomgr/iomgr.c
246 - src/core/lib/iomgr/iomgr_posix.c
247 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/iomgr/pollset_set_windows.c
249 - src/core/lib/iomgr/pollset_windows.c
250 - src/core/lib/iomgr/resolve_address_posix.c
251 - src/core/lib/iomgr/resolve_address_windows.c
252 - src/core/lib/iomgr/sockaddr_utils.c
253 - src/core/lib/iomgr/socket_utils_common_posix.c
254 - src/core/lib/iomgr/socket_utils_linux.c
255 - src/core/lib/iomgr/socket_utils_posix.c
256 - src/core/lib/iomgr/socket_windows.c
257 - src/core/lib/iomgr/tcp_client_posix.c
258 - src/core/lib/iomgr/tcp_client_windows.c
259 - src/core/lib/iomgr/tcp_posix.c
260 - src/core/lib/iomgr/tcp_server_posix.c
261 - src/core/lib/iomgr/tcp_server_windows.c
262 - src/core/lib/iomgr/tcp_windows.c
263 - src/core/lib/iomgr/time_averaged_stats.c
264 - src/core/lib/iomgr/timer.c
265 - src/core/lib/iomgr/timer_heap.c
266 - src/core/lib/iomgr/udp_server.c
267 - src/core/lib/iomgr/unix_sockets_posix.c
268 - src/core/lib/iomgr/unix_sockets_posix_noop.c
269 - src/core/lib/iomgr/wakeup_fd_eventfd.c
270 - src/core/lib/iomgr/wakeup_fd_nospecial.c
271 - src/core/lib/iomgr/wakeup_fd_pipe.c
272 - src/core/lib/iomgr/wakeup_fd_posix.c
273 - src/core/lib/iomgr/workqueue_posix.c
274 - src/core/lib/iomgr/workqueue_windows.c
275 - src/core/lib/json/json.c
276 - src/core/lib/json/json_reader.c
277 - src/core/lib/json/json_string.c
278 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/surface/alarm.c
280 - src/core/lib/surface/api_trace.c
281 - src/core/lib/surface/byte_buffer.c
282 - src/core/lib/surface/byte_buffer_reader.c
283 - src/core/lib/surface/call.c
284 - src/core/lib/surface/call_details.c
285 - src/core/lib/surface/call_log_batch.c
286 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/surface/channel_init.c
288 - src/core/lib/surface/channel_ping.c
289 - src/core/lib/surface/channel_stack_type.c
290 - src/core/lib/surface/completion_queue.c
291 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/surface/lame_client.c
293 - src/core/lib/surface/metadata_array.c
294 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/surface/validate_metadata.c
296 - src/core/lib/surface/version.c
297 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/transport/connectivity_state.c
299 - src/core/lib/transport/metadata.c
300 - src/core/lib/transport/metadata_batch.c
301 - src/core/lib/transport/static_metadata.c
302 - src/core/lib/transport/transport.c
303 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700304 deps:
305 - gpr
306 uses:
307 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700308- name: grpc_client_config
309 headers:
310 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700311 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700312 - src/core/ext/client_config/client_config.h
313 - src/core/ext/client_config/connector.h
314 - src/core/ext/client_config/initial_connect_string.h
315 - src/core/ext/client_config/lb_policy.h
316 - src/core/ext/client_config/lb_policy_factory.h
317 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700318 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700319 - src/core/ext/client_config/resolver.h
320 - src/core/ext/client_config/resolver_factory.h
321 - src/core/ext/client_config/resolver_registry.h
322 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700323 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700324 - src/core/ext/client_config/subchannel_index.h
325 - src/core/ext/client_config/uri_parser.h
326 src:
327 - src/core/ext/client_config/channel_connectivity.c
328 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700329 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700330 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700331 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700332 - src/core/ext/client_config/connector.c
333 - src/core/ext/client_config/default_initial_connect_string.c
334 - src/core/ext/client_config/initial_connect_string.c
335 - src/core/ext/client_config/lb_policy.c
336 - src/core/ext/client_config/lb_policy_factory.c
337 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700338 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700339 - src/core/ext/client_config/resolver.c
340 - src/core/ext/client_config/resolver_factory.c
341 - src/core/ext/client_config/resolver_registry.c
342 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700343 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700344 - src/core/ext/client_config/subchannel_index.c
345 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700346 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700347 uses:
348 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800349- name: grpc_codegen
350 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800351 - include/grpc/impl/codegen/byte_buffer.h
352 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800353 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800354 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800355 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800356 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700357 uses:
358 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700359- name: grpc_lb_policy_grpclb
360 headers:
361 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700362 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700363 src:
364 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700365 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700366 uses:
367 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700368 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700369 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700370- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700371 src:
372 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700373 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700374 uses:
375 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700376 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700377- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700378 src:
379 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700380 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700381 uses:
382 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700383 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700384- name: grpc_load_reporting
385 headers:
386 - src/core/ext/load_reporting/load_reporting.h
387 - src/core/ext/load_reporting/load_reporting_filter.h
388 src:
389 - src/core/ext/load_reporting/load_reporting.c
390 - src/core/ext/load_reporting/load_reporting_filter.c
391 plugin: grpc_load_reporting_plugin
392 uses:
393 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700394- name: grpc_resolver_dns_native
395 src:
396 - src/core/ext/resolver/dns/native/dns_resolver.c
397 plugin: grpc_resolver_dns_native
398 uses:
399 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700400 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700401- name: grpc_resolver_sockaddr
402 src:
403 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
404 plugin: grpc_resolver_sockaddr
405 uses:
406 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700407 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100408- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700409 public_headers:
410 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700411 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100412 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700413 - src/core/lib/security/auth_filters.h
414 - src/core/lib/security/b64.h
415 - src/core/lib/security/credentials.h
416 - src/core/lib/security/handshake.h
417 - src/core/lib/security/json_token.h
418 - src/core/lib/security/jwt_verifier.h
419 - src/core/lib/security/secure_endpoint.h
420 - src/core/lib/security/security_connector.h
421 - src/core/lib/security/security_context.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100422 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700423 - src/core/lib/http/httpcli_security_connector.c
424 - src/core/lib/security/b64.c
425 - src/core/lib/security/client_auth_filter.c
426 - src/core/lib/security/credentials.c
427 - src/core/lib/security/credentials_metadata.c
428 - src/core/lib/security/credentials_posix.c
429 - src/core/lib/security/credentials_win32.c
430 - src/core/lib/security/google_default_credentials.c
431 - src/core/lib/security/handshake.c
432 - src/core/lib/security/json_token.c
433 - src/core/lib/security/jwt_verifier.c
434 - src/core/lib/security/secure_endpoint.c
435 - src/core/lib/security/security_connector.c
436 - src/core/lib/security/security_context.c
437 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700438 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700439 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700440 uses:
441 - grpc_base
442 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700443 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700444- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700445 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700446 headers:
447 - test/core/end2end/cq_verifier.h
448 - test/core/end2end/fixtures/proxy.h
449 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700450 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200451 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700452 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700453 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700454 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700455 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700456 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700457 - test/core/util/slice_splitter.h
458 src:
459 - test/core/end2end/cq_verifier.c
460 - test/core/end2end/fixtures/proxy.c
461 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700462 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200463 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700464 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700465 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700466 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700467 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700468 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700469 - test/core/util/port_windows.c
470 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700471 deps:
472 - grpc
473 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700474- name: grpc_transport_chttp2
475 headers:
Craig Tillerf0555b32016-03-28 10:19:24 -0700476 - src/core/ext/transport/chttp2/transport/bin_encoder.h
477 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
478 - src/core/ext/transport/chttp2/transport/frame.h
479 - src/core/ext/transport/chttp2/transport/frame_data.h
480 - src/core/ext/transport/chttp2/transport/frame_goaway.h
481 - src/core/ext/transport/chttp2/transport/frame_ping.h
482 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
483 - src/core/ext/transport/chttp2/transport/frame_settings.h
484 - src/core/ext/transport/chttp2/transport/frame_window_update.h
485 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
486 - src/core/ext/transport/chttp2/transport/hpack_parser.h
487 - src/core/ext/transport/chttp2/transport/hpack_table.h
488 - src/core/ext/transport/chttp2/transport/http2_errors.h
489 - src/core/ext/transport/chttp2/transport/huffsyms.h
490 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
491 - src/core/ext/transport/chttp2/transport/internal.h
492 - src/core/ext/transport/chttp2/transport/status_conversion.h
493 - src/core/ext/transport/chttp2/transport/stream_map.h
494 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
495 - src/core/ext/transport/chttp2/transport/varint.h
496 src:
Craig Tillerf0555b32016-03-28 10:19:24 -0700497 - src/core/ext/transport/chttp2/transport/bin_encoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700498 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700499 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
500 - src/core/ext/transport/chttp2/transport/frame_data.c
501 - src/core/ext/transport/chttp2/transport/frame_goaway.c
502 - src/core/ext/transport/chttp2/transport/frame_ping.c
503 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
504 - src/core/ext/transport/chttp2/transport/frame_settings.c
505 - src/core/ext/transport/chttp2/transport/frame_window_update.c
506 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
507 - src/core/ext/transport/chttp2/transport/hpack_parser.c
508 - src/core/ext/transport/chttp2/transport/hpack_table.c
509 - src/core/ext/transport/chttp2/transport/huffsyms.c
510 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
511 - src/core/ext/transport/chttp2/transport/parsing.c
512 - src/core/ext/transport/chttp2/transport/status_conversion.c
513 - src/core/ext/transport/chttp2/transport/stream_lists.c
514 - src/core/ext/transport/chttp2/transport/stream_map.c
515 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
516 - src/core/ext/transport/chttp2/transport/varint.c
517 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700518 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700519 uses:
520 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700521 - grpc_transport_chttp2_alpn
522- name: grpc_transport_chttp2_alpn
523 headers:
524 - src/core/ext/transport/chttp2/alpn/alpn.h
525 src:
526 - src/core/ext/transport/chttp2/alpn/alpn.c
527 deps:
528 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700529- name: grpc_transport_chttp2_client_insecure
530 src:
531 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700532 uses:
533 - grpc_transport_chttp2
534 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700535 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700536- name: grpc_transport_chttp2_client_secure
537 src:
538 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700539 uses:
540 - grpc_transport_chttp2
541 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700542 - grpc_client_config
543 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700544- name: grpc_transport_chttp2_server_insecure
545 src:
546 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700547 uses:
548 - grpc_transport_chttp2
549 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700550- name: grpc_transport_chttp2_server_secure
551 src:
552 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700553 uses:
554 - grpc_transport_chttp2
555 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700556 - grpc_secure
Craig Tillereb841e22016-02-11 15:49:16 -0800557- name: nanopb
558 headers:
559 - third_party/nanopb/pb.h
560 - third_party/nanopb/pb_common.h
561 - third_party/nanopb/pb_decode.h
562 - third_party/nanopb/pb_encode.h
563 src:
564 - third_party/nanopb/pb_common.c
565 - third_party/nanopb/pb_decode.c
566 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700567- name: tsi
568 headers:
569 - src/core/lib/tsi/fake_transport_security.h
570 - src/core/lib/tsi/ssl_transport_security.h
571 - src/core/lib/tsi/ssl_types.h
572 - src/core/lib/tsi/transport_security.h
573 - src/core/lib/tsi/transport_security_interface.h
574 src:
575 - src/core/lib/tsi/fake_transport_security.c
576 - src/core/lib/tsi/ssl_transport_security.c
577 - src/core/lib/tsi/transport_security.c
578 deps:
579 - gpr
580 secure: true
581- name: grpc++_base
582 language: c++
583 public_headers:
584 - include/grpc++/alarm.h
585 - include/grpc++/channel.h
586 - include/grpc++/client_context.h
587 - include/grpc++/completion_queue.h
588 - include/grpc++/create_channel.h
589 - include/grpc++/generic/async_generic_service.h
590 - include/grpc++/generic/generic_stub.h
591 - include/grpc++/grpc++.h
592 - include/grpc++/impl/call.h
593 - include/grpc++/impl/client_unary_call.h
594 - include/grpc++/impl/grpc_library.h
595 - include/grpc++/impl/method_handler_impl.h
596 - include/grpc++/impl/proto_utils.h
597 - include/grpc++/impl/rpc_method.h
598 - include/grpc++/impl/rpc_service_method.h
599 - include/grpc++/impl/serialization_traits.h
600 - include/grpc++/impl/server_builder_option.h
601 - include/grpc++/impl/service_type.h
602 - include/grpc++/impl/sync.h
603 - include/grpc++/impl/sync_cxx11.h
604 - include/grpc++/impl/sync_no_cxx11.h
605 - include/grpc++/impl/thd.h
606 - include/grpc++/impl/thd_cxx11.h
607 - include/grpc++/impl/thd_no_cxx11.h
608 - include/grpc++/security/auth_context.h
609 - include/grpc++/security/auth_metadata_processor.h
610 - include/grpc++/security/credentials.h
611 - include/grpc++/security/server_credentials.h
612 - include/grpc++/server.h
613 - include/grpc++/server_builder.h
614 - include/grpc++/server_context.h
615 - include/grpc++/support/async_stream.h
616 - include/grpc++/support/async_unary_call.h
617 - include/grpc++/support/byte_buffer.h
618 - include/grpc++/support/channel_arguments.h
619 - include/grpc++/support/slice.h
620 - include/grpc++/support/status.h
621 - include/grpc++/support/status_code_enum.h
622 - include/grpc++/support/string_ref.h
623 - include/grpc++/support/stub_options.h
624 - include/grpc++/support/sync_stream.h
625 - include/grpc++/support/time.h
626 headers:
627 - src/cpp/client/create_channel_internal.h
628 - src/cpp/common/core_codegen.h
629 - src/cpp/server/dynamic_thread_pool.h
630 - src/cpp/server/thread_pool_interface.h
631 src:
632 - src/cpp/client/channel.cc
633 - src/cpp/client/client_context.cc
634 - src/cpp/client/create_channel.cc
635 - src/cpp/client/create_channel_internal.cc
636 - src/cpp/client/credentials.cc
637 - src/cpp/client/generic_stub.cc
638 - src/cpp/client/insecure_credentials.cc
639 - src/cpp/common/channel_arguments.cc
640 - src/cpp/common/completion_queue.cc
641 - src/cpp/common/core_codegen.cc
642 - src/cpp/common/rpc_method.cc
643 - src/cpp/server/async_generic_service.cc
644 - src/cpp/server/create_default_thread_pool.cc
645 - src/cpp/server/dynamic_thread_pool.cc
646 - src/cpp/server/insecure_server_credentials.cc
647 - src/cpp/server/server.cc
648 - src/cpp/server/server_builder.cc
649 - src/cpp/server/server_context.cc
650 - src/cpp/server/server_credentials.cc
651 - src/cpp/util/byte_buffer.cc
652 - src/cpp/util/slice.cc
653 - src/cpp/util/status.cc
654 - src/cpp/util/string_ref.cc
655 - src/cpp/util/time.cc
656 deps:
657 - grpc
658 uses:
659 - grpc++_codegen
660 - grpc++_config
661- name: grpc++_codegen
662 language: c++
663 public_headers:
664 - include/grpc++/impl/codegen/async_stream.h
665 - include/grpc++/impl/codegen/async_unary_call.h
666 - include/grpc++/impl/codegen/call.h
667 - include/grpc++/impl/codegen/call_hook.h
668 - include/grpc++/impl/codegen/channel_interface.h
669 - include/grpc++/impl/codegen/client_context.h
670 - include/grpc++/impl/codegen/client_unary_call.h
671 - include/grpc++/impl/codegen/completion_queue.h
672 - include/grpc++/impl/codegen/completion_queue_tag.h
673 - include/grpc++/impl/codegen/core_codegen_interface.h
674 - include/grpc++/impl/codegen/create_auth_context.h
675 - include/grpc++/impl/codegen/grpc_library.h
676 - include/grpc++/impl/codegen/method_handler_impl.h
677 - include/grpc++/impl/codegen/proto_utils.h
678 - include/grpc++/impl/codegen/rpc_method.h
679 - include/grpc++/impl/codegen/rpc_service_method.h
680 - include/grpc++/impl/codegen/security/auth_context.h
681 - include/grpc++/impl/codegen/serialization_traits.h
682 - include/grpc++/impl/codegen/server_context.h
683 - include/grpc++/impl/codegen/server_interface.h
684 - include/grpc++/impl/codegen/service_type.h
685 - include/grpc++/impl/codegen/status.h
686 - include/grpc++/impl/codegen/status_code_enum.h
687 - include/grpc++/impl/codegen/string_ref.h
688 - include/grpc++/impl/codegen/stub_options.h
689 - include/grpc++/impl/codegen/sync.h
690 - include/grpc++/impl/codegen/sync_cxx11.h
691 - include/grpc++/impl/codegen/sync_no_cxx11.h
692 - include/grpc++/impl/codegen/sync_stream.h
693 - include/grpc++/impl/codegen/time.h
694 src:
695 - src/cpp/codegen/codegen_init.cc
696 uses:
697 - grpc_codegen
698 - grpc++_config_codegen
699- name: grpc++_config
700 language: c++
701 public_headers:
702 - include/grpc++/support/config.h
703 - include/grpc++/support/config_protobuf.h
704 uses:
705 - grpc++_config_codegen
706- name: grpc++_config_codegen
707 language: c++
708 public_headers:
709 - include/grpc++/impl/codegen/config.h
710 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100711libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800712- name: gpr
713 build: all
714 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800715 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700716 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800717 secure: false
718 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
719- name: gpr_test_util
720 build: private
721 language: c
722 headers:
723 - test/core/util/test_config.h
724 src:
725 - test/core/util/test_config.c
726 deps:
727 - gpr
728 secure: false
729 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700730- name: grpc
731 build: all
732 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 src:
734 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700735 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800736 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700737 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700738 filegroups:
739 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700740 - grpc_transport_chttp2_server_secure
741 - grpc_transport_chttp2_client_secure
742 - grpc_transport_chttp2_server_insecure
743 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700744 - grpc_lb_policy_grpclb
745 - grpc_lb_policy_pick_first
746 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700747 - grpc_resolver_dns_native
748 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700749 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100750 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700751 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700752 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700753 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700754 vs_packages:
755 - grpc.dependencies.openssl
756 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700757 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100758- name: grpc_dll
759 build: private
760 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100761 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100762 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100763 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100764 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100765 build_system:
766 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100767 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100768 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100769 vs_config_type: DynamicLibrary
770 vs_packages:
771 - grpc.dependencies.openssl
772 - grpc.dependencies.zlib
773 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
774 vs_props:
775 - zlib
776 - openssl
777 - winsock
778 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700779- name: grpc_test_util
780 build: private
781 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700782 headers:
783 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800784 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700785 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700786 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700787 - test/core/end2end/data/server1_cert.c
788 - test/core/end2end/data/server1_key.c
789 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800790 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700791 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800792 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800793 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700794 - grpc
795 filegroups:
796 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700797 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
798- name: grpc_test_util_unsecure
799 build: private
800 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700801 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800802 - gpr
803 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800804 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700805 filegroups:
806 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807 secure: false
808 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
809- name: grpc_unsecure
810 build: all
811 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700812 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700814 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700815 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800816 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700817 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700818 filegroups:
819 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700820 - grpc_transport_chttp2_server_insecure
821 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700822 - grpc_resolver_dns_native
823 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700824 - grpc_lb_policy_grpclb
825 - grpc_lb_policy_pick_first
826 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700827 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700828 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700829 secure: false
830 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
831- name: grpc_zookeeper
832 build: all
833 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700834 public_headers:
835 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700836 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700837 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700838 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800839 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700840 - grpc
841 external_deps:
842 - zookeeper
843 platforms:
844 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700845 secure: false
846- name: reconnect_server
847 build: private
848 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700849 headers:
850 - test/core/util/reconnect_server.h
851 src:
852 - test/core/util/reconnect_server.c
853 deps:
yang-gc9fca182015-11-06 16:41:33 -0800854 - test_tcp_server
855 - grpc_test_util
856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800857 - gpr_test_util
858 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800859- name: test_tcp_server
860 build: private
861 language: c
862 headers:
863 - test/core/util/test_tcp_server.h
864 src:
865 - test/core/util/test_tcp_server.c
866 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700867 - grpc_test_util
868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800869 - gpr_test_util
870 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700871- name: grpc++
872 build: all
873 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700874 headers:
875 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800876 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700877 - src/cpp/common/secure_auth_context.h
878 - src/cpp/server/secure_server_credentials.h
879 src:
Craig Tiller25834342015-09-25 08:08:24 -0700880 - src/cpp/client/secure_credentials.cc
881 - src/cpp/common/auth_property_iterator.cc
882 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800883 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700884 - src/cpp/common/secure_create_auth_context.cc
885 - src/cpp/server/secure_server_credentials.cc
886 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700887 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700888 baselib: true
889 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700890 filegroups:
891 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800892 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700893 secure: check
894 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
895- name: grpc++_test_config
896 build: private
897 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700898 headers:
899 - test/cpp/util/test_config.h
900 src:
901 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700902- name: grpc++_test_util
903 build: private
904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700905 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800906 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800907 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700908 - test/cpp/util/cli_call.h
909 - test/cpp/util/create_test_channel.h
910 - test/cpp/util/string_ref_helper.h
911 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800912 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700913 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800914 - src/proto/grpc/testing/echo_messages.proto
915 - src/proto/grpc/testing/echo.proto
916 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800917 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800918 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700919 - test/cpp/util/cli_call.cc
920 - test/cpp/util/create_test_channel.cc
921 - test/cpp/util/string_ref_helper.cc
922 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800923 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700924 deps:
925 - grpc++
926 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700927- name: grpc++_unsecure
928 build: all
929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700930 src:
931 - src/cpp/common/insecure_create_auth_context.cc
932 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800933 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700934 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700935 baselib: true
936 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700937 filegroups:
938 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800939 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700940 secure: false
941 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
942- name: grpc_plugin_support
943 build: protoc
944 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700945 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700946 - src/compiler/config.h
947 - src/compiler/cpp_generator.h
948 - src/compiler/cpp_generator_helpers.h
949 - src/compiler/csharp_generator.h
950 - src/compiler/csharp_generator_helpers.h
951 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -0800952 - src/compiler/node_generator.h
953 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -0700954 - src/compiler/objective_c_generator.h
955 - src/compiler/objective_c_generator_helpers.h
956 - src/compiler/python_generator.h
957 - src/compiler/ruby_generator.h
958 - src/compiler/ruby_generator_helpers-inl.h
959 - src/compiler/ruby_generator_map-inl.h
960 - src/compiler/ruby_generator_string-inl.h
961 src:
962 - src/compiler/cpp_generator.cc
963 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -0800964 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -0700965 - src/compiler/objective_c_generator.cc
966 - src/compiler/python_generator.cc
967 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800968 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700969 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700970 secure: false
971 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800972 vs_props:
973 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700974- name: interop_client_helper
975 build: private
976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700977 headers:
978 - test/cpp/interop/client_helper.h
979 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800980 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700981 - test/cpp/interop/client_helper.cc
982 deps:
983 - grpc++_test_util
984 - grpc_test_util
985 - grpc++
986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700988- name: interop_client_main
989 build: private
990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700991 headers:
992 - test/cpp/interop/interop_client.h
993 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800994 - src/proto/grpc/testing/empty.proto
995 - src/proto/grpc/testing/messages.proto
996 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700997 - test/cpp/interop/client.cc
998 - test/cpp/interop/interop_client.cc
999 deps:
1000 - interop_client_helper
1001 - grpc++_test_util
1002 - grpc_test_util
1003 - grpc++
1004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001005 - gpr_test_util
1006 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001007 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: interop_server_helper
1009 build: private
1010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001011 headers:
1012 - test/cpp/interop/server_helper.h
1013 src:
1014 - test/cpp/interop/server_helper.cc
1015 deps:
1016 - grpc_test_util
1017 - grpc++
1018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001019 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001020- name: interop_server_main
1021 build: private
1022 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001023 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001024 - src/proto/grpc/testing/empty.proto
1025 - src/proto/grpc/testing/messages.proto
1026 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001027 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001028 deps:
1029 - interop_server_helper
1030 - grpc++_test_util
1031 - grpc_test_util
1032 - grpc++
1033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001034 - gpr_test_util
1035 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001036 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037- name: qps
1038 build: private
1039 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001040 headers:
1041 - test/cpp/qps/client.h
1042 - test/cpp/qps/driver.h
1043 - test/cpp/qps/histogram.h
1044 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001045 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001046 - test/cpp/qps/perf_db_client.h
1047 - test/cpp/qps/qps_worker.h
1048 - test/cpp/qps/report.h
1049 - test/cpp/qps/server.h
1050 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001051 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001052 - test/cpp/util/benchmark_config.h
1053 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001054 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001055 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001056 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001057 - src/proto/grpc/testing/control.proto
1058 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001059 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001060 - test/cpp/qps/client_async.cc
1061 - test/cpp/qps/client_sync.cc
1062 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001063 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001064 - test/cpp/qps/perf_db_client.cc
1065 - test/cpp/qps/qps_worker.cc
1066 - test/cpp/qps/report.cc
1067 - test/cpp/qps/server_async.cc
1068 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001069 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001070 - test/cpp/util/benchmark_config.cc
1071 deps:
1072 - grpc_test_util
1073 - grpc++_test_util
1074 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001075- name: grpc_csharp_ext
1076 build: all
1077 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001078 src:
1079 - src/csharp/ext/grpc_csharp_ext.c
1080 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001082 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001083 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001084 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085 dll: only
1086 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001087 vs_packages:
1088 - grpc.dependencies.openssl
1089 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001091 vs_props:
1092 - zlib
1093 - openssl
1094 - winsock
1095 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001096targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001097- name: alarm_test
1098 build: test
1099 language: c
1100 src:
1101 - test/core/surface/alarm_test.c
1102 deps:
1103 - grpc_test_util
1104 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001105 - gpr_test_util
1106 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001107- name: algorithm_test
1108 build: test
1109 language: c
1110 src:
1111 - test/core/compression/algorithm_test.c
1112 deps:
1113 - grpc_test_util
1114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001115 - gpr_test_util
1116 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001117- name: alloc_test
1118 build: test
1119 language: c
1120 src:
1121 - test/core/support/alloc_test.c
1122 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001123 - gpr_test_util
1124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001125- name: alpn_test
1126 build: test
1127 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001128 src:
1129 - test/core/transport/chttp2/alpn_test.c
1130 deps:
1131 - grpc_test_util
1132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001133 - gpr_test_util
1134 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001135- name: api_fuzzer
1136 build: fuzzer
1137 language: c
1138 src:
1139 - test/core/end2end/fuzzers/api_fuzzer.c
1140 deps:
1141 - grpc_test_util
1142 - grpc
1143 - gpr_test_util
1144 - gpr
1145 corpus_dirs:
1146 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001147 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001148 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149- name: bin_encoder_test
1150 build: test
1151 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001152 src:
1153 - test/core/transport/chttp2/bin_encoder_test.c
1154 deps:
1155 - grpc_test_util
1156 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001157- name: census_context_test
1158 build: test
1159 language: c
1160 src:
1161 - test/core/census/context_test.c
1162 deps:
1163 - grpc_test_util
1164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001165 - gpr_test_util
1166 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001167- name: channel_create_test
1168 build: test
1169 language: c
1170 src:
1171 - test/core/surface/channel_create_test.c
1172 deps:
1173 - grpc_test_util
1174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001175 - gpr_test_util
1176 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001177- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178 build: test
1179 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001180 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001181 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001182 deps:
1183 - grpc_test_util
1184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001185 - gpr_test_util
1186 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001187- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001188 build: test
1189 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001190 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001191 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001192 deps:
1193 - grpc_test_util
1194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001195 - gpr_test_util
1196 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001197- name: chttp2_stream_map_test
1198 build: test
1199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001200 src:
1201 - test/core/transport/chttp2/stream_map_test.c
1202 deps:
1203 - grpc_test_util
1204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001205 - gpr_test_util
1206 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001207- name: chttp2_varint_test
1208 build: test
1209 language: c
1210 src:
1211 - test/core/transport/chttp2/varint_test.c
1212 deps:
1213 - grpc_test_util
1214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001215 - gpr_test_util
1216 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001217- name: client_fuzzer
1218 build: fuzzer
1219 language: c
1220 src:
1221 - test/core/end2end/fuzzers/client_fuzzer.c
1222 deps:
1223 - grpc_test_util
1224 - grpc
1225 - gpr_test_util
1226 - gpr
1227 corpus_dirs:
1228 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001229 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001230 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001231- name: compression_test
1232 build: test
1233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001234 src:
1235 - test/core/compression/compression_test.c
1236 deps:
1237 - grpc_test_util
1238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr_test_util
1240 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001241- name: concurrent_connectivity_test
1242 build: test
1243 language: c
1244 src:
1245 - test/core/surface/concurrent_connectivity_test.c
1246 deps:
1247 - grpc_test_util
1248 - grpc
1249 - gpr_test_util
1250 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001251- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001252 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001253 build: test
1254 language: c
1255 src:
1256 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1257 deps:
1258 - grpc_test_util
1259 - grpc
1260 - gpr_test_util
1261 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001262- name: dns_resolver_test
1263 build: test
1264 language: c
1265 src:
1266 - test/core/client_config/resolvers/dns_resolver_test.c
1267 deps:
1268 - grpc_test_util
1269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001270 - gpr_test_util
1271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001273 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001274 build: test
1275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001276 src:
1277 - test/core/end2end/dualstack_socket_test.c
1278 deps:
1279 - grpc_test_util
1280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001281 - gpr_test_util
1282 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001283 platforms:
1284 - mac
1285 - linux
1286 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001287- name: endpoint_pair_test
1288 build: test
1289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001290 src:
1291 - test/core/iomgr/endpoint_pair_test.c
1292 deps:
1293 - grpc_test_util
1294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: fd_conservation_posix_test
1298 build: test
1299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001300 src:
1301 - test/core/iomgr/fd_conservation_posix_test.c
1302 deps:
1303 - grpc_test_util
1304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr_test_util
1306 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001307 platforms:
1308 - mac
1309 - linux
1310 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311- name: fd_posix_test
1312 build: test
1313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001314 src:
1315 - test/core/iomgr/fd_posix_test.c
1316 deps:
1317 - grpc_test_util
1318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001319 - gpr_test_util
1320 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001321 platforms:
1322 - mac
1323 - linux
1324 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325- name: fling_client
1326 build: test
1327 run: false
1328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001329 src:
1330 - test/core/fling/client.c
1331 deps:
1332 - grpc_test_util
1333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001334 - gpr_test_util
1335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336- name: fling_server
1337 build: test
1338 run: false
1339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001340 src:
1341 - test/core/fling/server.c
1342 deps:
1343 - grpc_test_util
1344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001345 - gpr_test_util
1346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001347- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001348 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001349 build: test
1350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001351 src:
1352 - test/core/fling/fling_stream_test.c
1353 deps:
1354 - grpc_test_util
1355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001356 - gpr_test_util
1357 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001358 platforms:
1359 - mac
1360 - linux
1361 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001363 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364 build: test
1365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001366 src:
1367 - test/core/fling/fling_test.c
1368 deps:
1369 - grpc_test_util
1370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr_test_util
1372 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001373 platforms:
1374 - mac
1375 - linux
1376 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001377- name: gen_hpack_tables
1378 build: tool
1379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001380 src:
1381 - tools/codegen/core/gen_hpack_tables.c
1382 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001383 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001384 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: gen_legal_metadata_characters
1386 build: tool
1387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001388 src:
1389 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001391- name: goaway_server_test
1392 cpu_cost: 0.1
1393 build: test
1394 language: c
1395 src:
1396 - test/core/end2end/goaway_server_test.c
1397 deps:
1398 - grpc_test_util
1399 - grpc
1400 - gpr_test_util
1401 - gpr
1402 platforms:
1403 - mac
1404 - linux
1405 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001406- name: gpr_avl_test
1407 build: test
1408 language: c
1409 src:
1410 - test/core/support/avl_test.c
1411 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001414- name: gpr_backoff_test
1415 build: test
1416 language: c
1417 src:
1418 - test/core/support/backoff_test.c
1419 deps:
1420 - gpr_test_util
1421 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: gpr_cmdline_test
1423 build: test
1424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
1426 - test/core/support/cmdline_test.c
1427 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001428 - gpr_test_util
1429 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001430- name: gpr_cpu_test
1431 build: test
1432 language: c
1433 src:
1434 - test/core/support/cpu_test.c
1435 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001436 - gpr_test_util
1437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001438- name: gpr_env_test
1439 build: test
1440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
1442 - test/core/support/env_test.c
1443 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 - gpr_test_util
1445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001446- name: gpr_histogram_test
1447 build: test
1448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001449 src:
1450 - test/core/support/histogram_test.c
1451 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001452 - gpr_test_util
1453 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001454- name: gpr_host_port_test
1455 build: test
1456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001457 src:
1458 - test/core/support/host_port_test.c
1459 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001462- name: gpr_load_file_test
1463 build: test
1464 language: c
1465 src:
1466 - test/core/support/load_file_test.c
1467 deps:
1468 - gpr_test_util
1469 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001470- name: gpr_log_test
1471 build: test
1472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001473 src:
1474 - test/core/support/log_test.c
1475 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 - gpr_test_util
1477 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478- name: gpr_slice_buffer_test
1479 build: test
1480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001481 src:
1482 - test/core/support/slice_buffer_test.c
1483 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr_test_util
1485 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001486- name: gpr_slice_test
1487 build: test
1488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001489 src:
1490 - test/core/support/slice_test.c
1491 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001492 - gpr_test_util
1493 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001494- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001495 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496 build: test
1497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001498 src:
1499 - test/core/support/stack_lockfree_test.c
1500 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: gpr_string_test
1504 build: test
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - test/core/support/string_test.c
1508 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr_test_util
1510 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001512 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001513 build: test
1514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001515 src:
1516 - test/core/support/sync_test.c
1517 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001518 - gpr_test_util
1519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001521 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522 build: test
1523 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001524 src:
1525 - test/core/support/thd_test.c
1526 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001527 - gpr_test_util
1528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001529- name: gpr_time_test
1530 build: test
1531 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001532 src:
1533 - test/core/support/time_test.c
1534 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001535 - gpr_test_util
1536 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: gpr_tls_test
1538 build: test
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/support/tls_test.c
1542 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001545- name: gpr_useful_test
1546 build: test
1547 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001548 src:
1549 - test/core/support/useful_test.c
1550 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001551 - gpr_test_util
1552 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553- name: grpc_auth_context_test
1554 build: test
1555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001556 src:
1557 - test/core/security/auth_context_test.c
1558 deps:
1559 - grpc_test_util
1560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001563- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001564 build: test
1565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001567 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001568 deps:
1569 - grpc_test_util
1570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr_test_util
1572 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573- name: grpc_byte_buffer_reader_test
1574 build: test
1575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001576 src:
1577 - test/core/surface/byte_buffer_reader_test.c
1578 deps:
1579 - grpc_test_util
1580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001581 - gpr_test_util
1582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001583- name: grpc_channel_args_test
1584 build: test
1585 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001586 src:
1587 - test/core/channel/channel_args_test.c
1588 deps:
1589 - grpc_test_util
1590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001591 - gpr_test_util
1592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001593- name: grpc_channel_stack_test
1594 build: test
1595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001596 src:
1597 - test/core/channel/channel_stack_test.c
1598 deps:
1599 - grpc_test_util
1600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: grpc_completion_queue_test
1604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/surface/completion_queue_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613- name: grpc_create_jwt
1614 build: tool
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/security/create_jwt.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: grpc_credentials_test
1624 build: test
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - test/core/security/credentials_test.c
1628 deps:
1629 - grpc_test_util
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr_test_util
1632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633- name: grpc_fetch_oauth2
1634 build: tool
1635 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001636 src:
1637 - test/core/security/fetch_oauth2.c
1638 deps:
1639 - grpc_test_util
1640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001641 - gpr_test_util
1642 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001643- name: grpc_invalid_channel_args_test
1644 build: test
1645 language: c
1646 src:
1647 - test/core/surface/invalid_channel_args_test.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001651 - gpr_test_util
1652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: grpc_json_token_test
1654 build: test
1655 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001656 src:
1657 - test/core/security/json_token_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001663 platforms:
1664 - linux
1665 - posix
1666 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001667- name: grpc_jwt_verifier_test
1668 build: test
1669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
1671 - test/core/security/jwt_verifier_test.c
1672 deps:
1673 - grpc_test_util
1674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: grpc_print_google_default_creds_token
1678 build: tool
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/security/print_google_default_creds_token.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr_test_util
1686 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: grpc_security_connector_test
1688 build: test
1689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - test/core/security/security_connector_test.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: grpc_verify_jwt
1698 build: tool
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/security/verify_jwt.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001705 - gpr_test_util
1706 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001707- name: hpack_parser_fuzzer_test
1708 build: fuzzer
1709 language: c
1710 src:
1711 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
1715 - gpr_test_util
1716 - gpr
1717 corpus_dirs:
1718 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001719 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001720 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721- name: hpack_parser_test
1722 build: test
1723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001724 src:
1725 - test/core/transport/chttp2/hpack_parser_test.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731- name: hpack_table_test
1732 build: test
1733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001734 src:
1735 - test/core/transport/chttp2/hpack_table_test.c
1736 deps:
1737 - grpc_test_util
1738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001741- name: http_fuzzer_test
1742 build: fuzzer
1743 language: c
1744 src:
1745 - test/core/http/fuzzer.c
1746 deps:
1747 - grpc_test_util
1748 - grpc
1749 - gpr_test_util
1750 - gpr
1751 corpus_dirs:
1752 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001753 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001754- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001755 build: test
1756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001757 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001758 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001759 deps:
1760 - grpc_test_util
1761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001762 - gpr_test_util
1763 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001764- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765 build: test
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001768 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001769 deps:
1770 - grpc_test_util
1771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001775 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776 build: test
1777 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001778 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001779 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001780 deps:
1781 - grpc_test_util
1782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001785 platforms:
1786 - mac
1787 - linux
1788 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001789- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001790 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001791 build: test
1792 language: c
1793 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001794 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001795 deps:
1796 - grpc_test_util
1797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001800 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001801 - linux
yang-gf1183302015-12-07 16:02:05 -08001802- name: init_test
1803 build: test
1804 language: c
1805 src:
1806 - test/core/surface/init_test.c
1807 deps:
1808 - grpc_test_util
1809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001810 - gpr_test_util
1811 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001812- name: internal_api_canary_iomgr_test
1813 build: test
1814 run: false
1815 language: c
1816 src:
1817 - test/core/internal_api_canaries/iomgr.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
1821 - gpr_test_util
1822 - gpr
1823- name: internal_api_canary_support_test
1824 build: test
1825 run: false
1826 language: c
1827 src:
1828 - test/core/internal_api_canaries/iomgr.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
1832 - gpr_test_util
1833 - gpr
1834- name: internal_api_canary_transport_test
1835 build: test
1836 run: false
1837 language: c
1838 src:
1839 - test/core/internal_api_canaries/iomgr.c
1840 deps:
1841 - grpc_test_util
1842 - grpc
1843 - gpr_test_util
1844 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001845- name: invalid_call_argument_test
1846 build: test
1847 language: c
1848 src:
1849 - test/core/end2end/invalid_call_argument_test.c
1850 deps:
1851 - grpc_test_util
1852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001855- name: json_fuzzer_test
1856 build: fuzzer
1857 language: c
1858 src:
1859 - test/core/json/fuzzer.c
1860 deps:
1861 - grpc_test_util
1862 - grpc
1863 - gpr_test_util
1864 - gpr
1865 corpus_dirs:
1866 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001867 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001868- name: json_rewrite
1869 build: test
1870 run: false
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/json/json_rewrite.c
1874 deps:
1875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: json_rewrite_test
1878 build: test
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/json/json_rewrite_test.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001887- name: json_stream_error_test
1888 build: test
1889 language: c
1890 src:
1891 - test/core/json/json_stream_error_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897- name: json_test
1898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/json/json_test.c
1902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: lame_client_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/surface/lame_client_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001917- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001918 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001919 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001920 build: test
1921 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001922 src:
1923 - test/core/client_config/lb_policies_test.c
1924 deps:
1925 - grpc_test_util
1926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001929- name: low_level_ping_pong_benchmark
1930 build: benchmark
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
1933 - test/core/network_benchmarks/low_level_ping_pong.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001939 platforms:
1940 - mac
1941 - linux
1942 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001943- name: message_compress_test
1944 build: test
1945 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001946 src:
1947 - test/core/compression/message_compress_test.c
1948 deps:
1949 - grpc_test_util
1950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001951 - gpr_test_util
1952 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001953- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001954 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001955 build: test
1956 language: c
1957 src:
1958 - test/core/census/mlog_test.c
1959 deps:
1960 - grpc_test_util
1961 - grpc
1962 - gpr_test_util
1963 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001964- name: multiple_server_queues_test
1965 build: test
1966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001967 src:
1968 - test/core/end2end/multiple_server_queues_test.c
1969 deps:
1970 - grpc_test_util
1971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr_test_util
1973 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001974- name: murmur_hash_test
1975 build: test
1976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001977 src:
1978 - test/core/support/murmur_hash_test.c
1979 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001982- name: nanopb_fuzzer_response_test
1983 build: fuzzer
1984 language: c
1985 src:
1986 - test/core/nanopb/fuzzer_response.c
1987 deps:
1988 - grpc_test_util
1989 - grpc
1990 - gpr_test_util
1991 - gpr
1992 corpus_dirs:
1993 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07001994 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001995- name: nanopb_fuzzer_serverlist_test
1996 build: fuzzer
1997 language: c
1998 src:
1999 - test/core/nanopb/fuzzer_serverlist.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
2003 - gpr_test_util
2004 - gpr
2005 corpus_dirs:
2006 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002007 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002009 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010 build: test
2011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002012 src:
2013 - test/core/end2end/no_server_test.c
2014 deps:
2015 - grpc_test_util
2016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: resolve_address_test
2020 build: test
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - test/core/iomgr/resolve_address_test.c
2024 deps:
2025 - grpc_test_util
2026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
yang-gd482e592015-12-10 14:04:00 -08002029- name: secure_channel_create_test
2030 build: test
2031 language: c
2032 src:
2033 - test/core/surface/secure_channel_create_test.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: secure_endpoint_test
2040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/core/security/secure_endpoint_test.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002049- name: server_chttp2_test
2050 build: test
2051 language: c
2052 src:
2053 - test/core/surface/server_chttp2_test.c
2054 deps:
2055 - grpc_test_util
2056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr_test_util
2058 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002059- name: server_fuzzer
2060 build: fuzzer
2061 language: c
2062 src:
2063 - test/core/end2end/fuzzers/server_fuzzer.c
2064 deps:
2065 - grpc_test_util
2066 - grpc
2067 - gpr_test_util
2068 - gpr
2069 corpus_dirs:
2070 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002071 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002072 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002073- name: server_test
2074 build: test
2075 language: c
2076 src:
2077 - test/core/surface/server_test.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002083- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002084 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002085 build: test
2086 language: c
2087 src:
2088 - test/core/client_config/set_initial_connect_string_test.c
2089 deps:
2090 - test_tcp_server
2091 - grpc_test_util
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002095- name: sockaddr_resolver_test
2096 build: test
2097 language: c
2098 src:
2099 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: sockaddr_utils_test
2106 build: test
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/core/iomgr/sockaddr_utils_test.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002115- name: socket_utils_test
2116 build: test
2117 language: c
2118 src:
2119 - test/core/iomgr/socket_utils_test.c
2120 deps:
2121 - grpc_test_util
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002125 platforms:
2126 - mac
2127 - linux
2128 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002130 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002131 build: test
2132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002133 src:
2134 - test/core/iomgr/tcp_client_posix_test.c
2135 deps:
2136 - grpc_test_util
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002140 platforms:
2141 - mac
2142 - linux
2143 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002145 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146 build: test
2147 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002148 src:
2149 - test/core/iomgr/tcp_posix_test.c
2150 deps:
2151 - grpc_test_util
2152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr_test_util
2154 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002155 platforms:
2156 - mac
2157 - linux
2158 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002159- name: tcp_server_posix_test
2160 build: test
2161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
2163 - test/core/iomgr/tcp_server_posix_test.c
2164 deps:
2165 - grpc_test_util
2166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002169 platforms:
2170 - mac
2171 - linux
2172 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002173- name: time_averaged_stats_test
2174 build: test
2175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
2177 - test/core/iomgr/time_averaged_stats_test.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183- name: timeout_encoding_test
2184 build: test
2185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002186 src:
2187 - test/core/transport/chttp2/timeout_encoding_test.c
2188 deps:
2189 - grpc_test_util
2190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002191 - gpr_test_util
2192 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002193- name: timer_heap_test
2194 build: test
2195 language: c
2196 src:
2197 - test/core/iomgr/timer_heap_test.c
2198 deps:
2199 - grpc_test_util
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002203- name: timer_list_test
2204 build: test
2205 language: c
2206 src:
2207 - test/core/iomgr/timer_list_test.c
2208 deps:
2209 - grpc_test_util
2210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: timers_test
2214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
2217 - test/core/profiling/timers_test.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002223- name: transport_connectivity_state_test
2224 build: test
2225 language: c
2226 src:
2227 - test/core/transport/connectivity_state_test.c
2228 deps:
2229 - grpc_test_util
2230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: transport_metadata_test
2234 build: test
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/core/transport/metadata_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243- name: transport_security_test
2244 build: test
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/tsi/transport_security_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002253 platforms:
2254 - linux
2255 - posix
2256 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: udp_server_test
2258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/iomgr/udp_server_test.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002267 platforms:
2268 - mac
2269 - linux
2270 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002271- name: uri_fuzzer_test
2272 build: fuzzer
2273 language: c
2274 src:
2275 - test/core/client_config/uri_fuzzer_test.c
2276 deps:
2277 - grpc_test_util
2278 - grpc
2279 - gpr_test_util
2280 - gpr
2281 corpus_dirs:
2282 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002283 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284- name: uri_parser_test
2285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - test/core/client_config/uri_parser_test.c
2289 deps:
2290 - grpc_test_util
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002294- name: workqueue_test
2295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/core/iomgr/workqueue_test.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002304 platforms:
2305 - mac
2306 - linux
2307 - posix
vjpai04e992a2016-02-10 16:58:38 -08002308- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002309 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002310 build: test
2311 language: c++
2312 src:
2313 - test/cpp/common/alarm_cpp_test.cc
2314 deps:
2315 - grpc++_test_util
2316 - grpc_test_util
2317 - grpc++
2318 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002319 - gpr_test_util
2320 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002322 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002323 build: test
2324 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
2326 - test/cpp/end2end/async_end2end_test.cc
2327 deps:
2328 - grpc++_test_util
2329 - grpc_test_util
2330 - grpc++
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334- name: async_streaming_ping_pong_test
2335 build: test
2336 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002337 src:
2338 - test/cpp/qps/async_streaming_ping_pong_test.cc
2339 deps:
2340 - qps
2341 - grpc++_test_util
2342 - grpc_test_util
2343 - grpc++
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002347 platforms:
2348 - mac
2349 - linux
2350 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: async_unary_ping_pong_test
2352 build: test
2353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
2355 - test/cpp/qps/async_unary_ping_pong_test.cc
2356 deps:
2357 - qps
2358 - grpc++_test_util
2359 - grpc_test_util
2360 - grpc++
2361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002362 - gpr_test_util
2363 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002364 platforms:
2365 - mac
2366 - linux
2367 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002369 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370 build: test
2371 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
2373 - test/cpp/common/auth_property_iterator_test.cc
2374 deps:
2375 - grpc++_test_util
2376 - grpc_test_util
2377 - grpc++
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr_test_util
2380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002382 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383 build: test
2384 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002385 src:
yang-g52705592015-11-25 11:45:33 -08002386 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002387 deps:
2388 - grpc++
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002392 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393 build: test
2394 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002395 src:
2396 - test/cpp/util/cli_call_test.cc
2397 deps:
2398 - grpc++_test_util
2399 - grpc_test_util
2400 - grpc++
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002405 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002406 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002407 build: test
2408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002409 src:
2410 - test/cpp/end2end/client_crash_test.cc
2411 deps:
2412 - grpc++_test_util
2413 - grpc_test_util
2414 - grpc++
2415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002418 platforms:
2419 - mac
2420 - linux
2421 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422- name: client_crash_test_server
2423 build: test
2424 run: false
2425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
2427 - test/cpp/end2end/client_crash_test_server.cc
2428 deps:
2429 - grpc++_test_util
2430 - grpc_test_util
2431 - grpc++
2432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr_test_util
2434 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002435- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002436 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002437 build: test
2438 language: c++
2439 src:
2440 - src/proto/grpc/testing/control.proto
2441 - src/proto/grpc/testing/messages.proto
2442 - src/proto/grpc/testing/payloads.proto
2443 - src/proto/grpc/testing/perf_db.proto
2444 - src/proto/grpc/testing/services.proto
2445 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002446 - test/cpp/codegen/codegen_test_full.cc
2447 deps:
2448 - grpc++
2449 - grpc
2450 - gpr
2451 filegroups:
2452 - grpc++_codegen
2453- name: codegen_test_minimal
2454 gtest: true
2455 build: test
2456 language: c++
2457 src:
2458 - src/proto/grpc/testing/control.proto
2459 - src/proto/grpc/testing/messages.proto
2460 - src/proto/grpc/testing/payloads.proto
2461 - src/proto/grpc/testing/perf_db.proto
2462 - src/proto/grpc/testing/services.proto
2463 - src/proto/grpc/testing/stats.proto
2464 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002465 filegroups:
2466 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002468 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002469 build: test
2470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
2472 - test/cpp/client/credentials_test.cc
2473 deps:
2474 - grpc++
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477- name: cxx_byte_buffer_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/byte_buffer_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_slice_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/slice_test.cc
2495 deps:
2496 - grpc_test_util
2497 - grpc++
2498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002499 - gpr_test_util
2500 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002501- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002502 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002503 build: test
2504 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002505 src:
2506 - test/cpp/util/string_ref_test.cc
2507 deps:
2508 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002510 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511 build: test
2512 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002513 src:
2514 - test/cpp/util/time_test.cc
2515 deps:
2516 - grpc_test_util
2517 - grpc++
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr_test_util
2520 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002521- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002522 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002523 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002524 build: test
2525 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002526 src:
2527 - test/cpp/end2end/end2end_test.cc
2528 deps:
2529 - grpc++_test_util
2530 - grpc_test_util
2531 - grpc++
2532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002533 - gpr_test_util
2534 - gpr
vjpai083dc622016-01-11 09:41:17 -08002535- name: generic_async_streaming_ping_pong_test
2536 build: test
2537 language: c++
2538 src:
2539 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2540 deps:
2541 - qps
2542 - grpc++_test_util
2543 - grpc_test_util
2544 - grpc++
2545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002546 - gpr_test_util
2547 - gpr
vjpai083dc622016-01-11 09:41:17 -08002548 platforms:
2549 - mac
2550 - linux
2551 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002552- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002553 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554 build: test
2555 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
2557 - test/cpp/end2end/generic_end2end_test.cc
2558 deps:
2559 - grpc++_test_util
2560 - grpc_test_util
2561 - grpc++
2562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002563 - gpr_test_util
2564 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002565- name: golden_file_test
2566 gtest: true
2567 build: test
2568 language: c++
2569 src:
2570 - src/proto/grpc/testing/compiler_test.proto
2571 - test/cpp/codegen/golden_file_test.cc
2572 deps:
2573 - grpc++
2574 - grpc
2575 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576- name: grpc_cli
2577 build: test
2578 run: false
2579 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002580 src:
2581 - test/cpp/util/grpc_cli.cc
2582 deps:
2583 - grpc++_test_util
2584 - grpc_test_util
2585 - grpc++
2586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002587 - gpr_test_util
2588 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002589 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002590- name: grpc_cpp_plugin
2591 build: protoc
2592 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002593 src:
2594 - src/compiler/cpp_plugin.cc
2595 deps:
2596 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002597 secure: false
2598 vs_config_type: Application
2599 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2600- name: grpc_csharp_plugin
2601 build: protoc
2602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - src/compiler/csharp_plugin.cc
2605 deps:
2606 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002607 secure: false
2608 vs_config_type: Application
2609 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002610- name: grpc_node_plugin
2611 build: protoc
2612 language: c++
2613 src:
2614 - src/compiler/node_plugin.cc
2615 deps:
2616 - grpc_plugin_support
2617 secure: false
2618 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002619- name: grpc_objective_c_plugin
2620 build: protoc
2621 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002622 src:
2623 - src/compiler/objective_c_plugin.cc
2624 deps:
2625 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626 secure: false
2627 vs_config_type: Application
2628 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2629- name: grpc_python_plugin
2630 build: protoc
2631 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002632 src:
2633 - src/compiler/python_plugin.cc
2634 deps:
2635 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636 secure: false
2637 vs_config_type: Application
2638 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2639- name: grpc_ruby_plugin
2640 build: protoc
2641 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002642 src:
2643 - src/compiler/ruby_plugin.cc
2644 deps:
2645 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002646 secure: false
2647 vs_config_type: Application
2648 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002649- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002650 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002651 build: test
2652 language: c++
2653 src:
2654 - src/proto/grpc/lb/v0/load_balancer.proto
2655 - test/cpp/grpclb/grpclb_api_test.cc
2656 deps:
2657 - grpc++_test_util
2658 - grpc_test_util
2659 - grpc++
2660 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002661- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002662 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002663 build: test
2664 language: c++
2665 src:
2666 - test/cpp/end2end/hybrid_end2end_test.cc
2667 deps:
2668 - grpc++_test_util
2669 - grpc_test_util
2670 - grpc++
2671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002672 - gpr_test_util
2673 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674- name: interop_client
2675 build: test
2676 run: false
2677 language: c++
2678 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002679 deps:
2680 - interop_client_main
2681 - interop_client_helper
2682 - grpc++_test_util
2683 - grpc_test_util
2684 - grpc++
2685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr_test_util
2687 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002688 - grpc++_test_config
2689 platforms:
2690 - mac
2691 - linux
2692 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002693- name: interop_server
2694 build: test
2695 run: false
2696 language: c++
2697 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002698 deps:
2699 - interop_server_main
2700 - interop_server_helper
2701 - grpc++_test_util
2702 - grpc_test_util
2703 - grpc++
2704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002705 - gpr_test_util
2706 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002707 - grpc++_test_config
2708 platforms:
2709 - mac
2710 - linux
2711 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002712- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002713 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002714 build: test
2715 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002716 src:
2717 - test/cpp/interop/interop_test.cc
2718 deps:
2719 - grpc_test_util
2720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002721 - gpr_test_util
2722 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002723 platforms:
2724 - mac
2725 - linux
2726 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002727- name: json_run_localhost
2728 build: test
2729 run: false
2730 language: c++
2731 src:
2732 - test/cpp/qps/json_run_localhost.cc
2733 deps:
2734 - grpc++_test_util
2735 - grpc_test_util
2736 - grpc++
2737 - grpc
2738 - gpr_test_util
2739 - gpr
2740 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002741- name: metrics_client
2742 build: test
2743 run: false
2744 language: c++
2745 headers:
2746 - test/cpp/util/metrics_server.h
2747 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002748 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002749 - test/cpp/interop/metrics_client.cc
2750 deps:
2751 - grpc++
2752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002753 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002754 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002755- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002756 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002757 build: test
2758 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002759 src:
2760 - test/cpp/end2end/mock_test.cc
2761 deps:
2762 - grpc++_test_util
2763 - grpc_test_util
2764 - grpc++
2765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002766 - gpr_test_util
2767 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002768- name: qps_interarrival_test
2769 build: test
2770 run: false
2771 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002772 src:
2773 - test/cpp/qps/qps_interarrival_test.cc
2774 deps:
2775 - qps
2776 - grpc++_test_util
2777 - grpc_test_util
2778 - grpc++
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002782 platforms:
2783 - mac
2784 - linux
2785 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002786- name: qps_json_driver
2787 build: test
2788 run: false
2789 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002790 headers:
2791 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002792 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002793 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002794 - test/cpp/qps/qps_json_driver.cc
2795 deps:
2796 - qps
2797 - grpc++_test_util
2798 - grpc_test_util
2799 - grpc++
2800 - grpc
2801 - gpr_test_util
2802 - gpr
2803 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002805 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002806 build: test
2807 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002808 src:
2809 - test/cpp/qps/qps_openloop_test.cc
2810 deps:
2811 - qps
2812 - grpc++_test_util
2813 - grpc_test_util
2814 - grpc++
2815 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002816 - gpr_test_util
2817 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002818 - grpc++_test_config
2819 platforms:
2820 - mac
2821 - linux
2822 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002824 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825 build: test
2826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002827 src:
2828 - test/cpp/qps/qps_test.cc
2829 deps:
2830 - qps
2831 - grpc++_test_util
2832 - grpc_test_util
2833 - grpc++
2834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002835 - gpr_test_util
2836 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002837 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002838 platforms:
2839 - mac
2840 - linux
2841 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002842- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002843 build: test
2844 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002846 headers:
2847 - test/cpp/qps/client.h
2848 - test/cpp/qps/server.h
2849 src:
2850 - test/cpp/qps/worker.cc
2851 deps:
2852 - qps
2853 - grpc++_test_util
2854 - grpc_test_util
2855 - grpc++
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002859 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: reconnect_interop_client
2861 build: test
2862 run: false
2863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002864 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002865 - src/proto/grpc/testing/empty.proto
2866 - src/proto/grpc/testing/messages.proto
2867 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002868 - test/cpp/interop/reconnect_interop_client.cc
2869 deps:
2870 - grpc++_test_util
2871 - grpc_test_util
2872 - grpc++
2873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002874 - gpr_test_util
2875 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002876 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002877- name: reconnect_interop_server
2878 build: test
2879 run: false
2880 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002881 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002882 - src/proto/grpc/testing/empty.proto
2883 - src/proto/grpc/testing/messages.proto
2884 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002885 - test/cpp/interop/reconnect_interop_server.cc
2886 deps:
2887 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002888 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002889 - grpc++_test_util
2890 - grpc_test_util
2891 - grpc++
2892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002893 - gpr_test_util
2894 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002895 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002896- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002897 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898 build: test
2899 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002900 src:
2901 - test/cpp/common/secure_auth_context_test.cc
2902 deps:
2903 - grpc++_test_util
2904 - grpc_test_util
2905 - grpc++
2906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr_test_util
2908 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002909- name: secure_sync_unary_ping_pong_test
2910 build: test
2911 language: c++
2912 src:
2913 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2914 deps:
2915 - qps
2916 - grpc++_test_util
2917 - grpc_test_util
2918 - grpc++
2919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002920 - gpr_test_util
2921 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002922 platforms:
2923 - mac
2924 - linux
2925 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002926- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002927 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002928 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002929 build: test
2930 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002931 src:
2932 - test/cpp/end2end/server_crash_test.cc
2933 deps:
2934 - grpc++_test_util
2935 - grpc_test_util
2936 - grpc++
2937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002938 - gpr_test_util
2939 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002940 platforms:
2941 - mac
2942 - linux
2943 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002944- name: server_crash_test_client
2945 build: test
2946 run: false
2947 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002948 src:
2949 - test/cpp/end2end/server_crash_test_client.cc
2950 deps:
2951 - grpc++_test_util
2952 - grpc_test_util
2953 - grpc++
2954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002955 - gpr_test_util
2956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002957- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002958 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002959 build: test
2960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002961 src:
2962 - test/cpp/end2end/shutdown_test.cc
2963 deps:
2964 - grpc++_test_util
2965 - grpc_test_util
2966 - grpc++
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr_test_util
2969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002970- name: status_test
2971 build: test
2972 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002973 src:
2974 - test/cpp/util/status_test.cc
2975 deps:
2976 - grpc_test_util
2977 - grpc++
2978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002979 - gpr_test_util
2980 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002981- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002982 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002983 build: test
2984 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002985 src:
2986 - test/cpp/end2end/streaming_throughput_test.cc
2987 deps:
2988 - grpc++_test_util
2989 - grpc_test_util
2990 - grpc++
2991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002992 - gpr_test_util
2993 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002994 platforms:
2995 - mac
2996 - linux
2997 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002998- name: stress_test
2999 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003000 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003001 language: c++
3002 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003003 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003004 - test/cpp/interop/interop_client.h
3005 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003006 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003007 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003008 - src/proto/grpc/testing/empty.proto
3009 - src/proto/grpc/testing/messages.proto
3010 - src/proto/grpc/testing/metrics.proto
3011 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003012 - test/cpp/interop/interop_client.cc
3013 - test/cpp/interop/stress_interop_client.cc
3014 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003015 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003016 deps:
3017 - grpc++_test_util
3018 - grpc_test_util
3019 - grpc++
3020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003021 - gpr_test_util
3022 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003023 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003024- name: sync_streaming_ping_pong_test
3025 build: test
3026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003027 src:
3028 - test/cpp/qps/sync_streaming_ping_pong_test.cc
3029 deps:
3030 - qps
3031 - grpc++_test_util
3032 - grpc_test_util
3033 - grpc++
3034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003035 - gpr_test_util
3036 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003037 platforms:
3038 - mac
3039 - linux
3040 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041- name: sync_unary_ping_pong_test
3042 build: test
3043 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003044 src:
3045 - test/cpp/qps/sync_unary_ping_pong_test.cc
3046 deps:
3047 - qps
3048 - grpc++_test_util
3049 - grpc_test_util
3050 - grpc++
3051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003052 - gpr_test_util
3053 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003054 platforms:
3055 - mac
3056 - linux
3057 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003059 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003060 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003061 build: test
3062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003063 src:
3064 - test/cpp/end2end/thread_stress_test.cc
3065 deps:
3066 - grpc++_test_util
3067 - grpc_test_util
3068 - grpc++
3069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003070 - gpr_test_util
3071 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003073 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003075 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003076 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003077 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003078 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003079 - test/cpp/end2end/zookeeper_test.cc
3080 deps:
3081 - grpc++_test_util
3082 - grpc_test_util
3083 - grpc++
3084 - grpc_zookeeper
3085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003086 - gpr_test_util
3087 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003088 external_deps:
3089 - zookeeper
3090 platforms:
3091 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003092- name: public_headers_must_be_c89
3093 build: test
3094 language: c89
3095 src:
3096 - test/core/surface/public_headers_must_be_c89.c
3097 deps:
3098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003099 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003100vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003101- linkage: static
3102 name: grpc.dependencies.zlib
3103 props: false
3104 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003105 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003106- linkage: static
3107 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003108 props: true
3109 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003110 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003111- name: gflags
3112 props: false
3113 redist: false
3114 version: 2.1.2.1
3115- name: gtest
3116 props: false
3117 redist: false
3118 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003119configs:
3120 asan:
3121 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003122 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3123 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003124 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003125 LD: clang
3126 LDFLAGS: -fsanitize=address
3127 LDXX: clang++
3128 compile_the_world: true
3129 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003130 ASAN_OPTIONS: detect_leaks=1:color=always
3131 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003132 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003133 asan-noleaks:
3134 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003135 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3136 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003137 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003138 LD: clang
3139 LDFLAGS: -fsanitize=address
3140 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003141 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003142 test_environ:
3143 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003144 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003145 asan-trace-cmp:
3146 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003147 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3148 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003149 CXX: clang++
3150 LD: clang
3151 LDFLAGS: -fsanitize=address
3152 LDXX: clang++
3153 compile_the_world: true
3154 test_environ:
3155 ASAN_OPTIONS: detect_leaks=1:color=always
3156 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3157 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003158 basicprof:
3159 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3160 DEFINES: NDEBUG
3161 dbg:
3162 CPPFLAGS: -O0
3163 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003164 easan:
3165 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003166 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3167 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003168 CXX: clang++
3169 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3170 LD: clang
3171 LDFLAGS: -fsanitize=address
3172 LDXX: clang++
3173 compile_the_world: true
3174 test_environ:
3175 ASAN_OPTIONS: detect_leaks=1:color=always
3176 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3177 timeout_multiplier: 3
3178 edbg:
3179 CPPFLAGS: -O0
3180 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3181 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003182 CC: clang
3183 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003184 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003185 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003186 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003187 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003188 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003189 LDXX: clang++
3190 compile_the_world: true
3191 test_environ:
3192 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3193 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003194 gcov:
3195 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003196 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003197 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003198 DEFINES: _DEBUG DEBUG GPR_GCOV
3199 LD: gcc
3200 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3201 LDXX: g++
3202 helgrind:
3203 CPPFLAGS: -O0
3204 DEFINES: _DEBUG DEBUG
3205 LDFLAGS: -rdynamic
3206 timeout_multiplier: 20
3207 valgrind: --tool=helgrind
3208 memcheck:
3209 CPPFLAGS: -O0
3210 DEFINES: _DEBUG DEBUG
3211 LDFLAGS: -rdynamic
3212 timeout_multiplier: 10
3213 valgrind: --tool=memcheck --leak-check=full
3214 msan:
3215 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003216 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3217 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3218 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003219 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003220 DEFINES: NDEBUG
3221 LD: clang
3222 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3223 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3224 LDXX: clang++
3225 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003226 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003227 mutrace:
3228 CPPFLAGS: -O0
3229 DEFINES: _DEBUG DEBUG
3230 LDFLAGS: -rdynamic
3231 opt:
3232 CPPFLAGS: -O2
3233 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003234 stapprof:
3235 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3236 DEFINES: NDEBUG
3237 tsan:
3238 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003239 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003240 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003241 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003242 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003243 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003244 LDXX: clang++
3245 compile_the_world: true
3246 test_environ:
3247 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003248 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003249 ubsan:
3250 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003251 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3252 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003253 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003254 DEFINES: NDEBUG
3255 LD: clang
3256 LDFLAGS: -fsanitize=undefined
3257 LDXX: clang++
3258 compile_the_world: true
3259 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003260defaults:
3261 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003262 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003263 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003264 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003265 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003266 global:
3267 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3268 LDFLAGS: -g
3269 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003270 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003271 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003272node_modules:
3273- deps:
3274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003275 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003276 - boringssl
3277 - z
murgatroid9994a75412015-11-19 14:04:53 -08003278 headers:
3279 - src/node/ext/byte_buffer.h
3280 - src/node/ext/call.h
3281 - src/node/ext/call_credentials.h
3282 - src/node/ext/channel.h
3283 - src/node/ext/channel_credentials.h
3284 - src/node/ext/completion_queue_async_worker.h
3285 - src/node/ext/server.h
3286 - src/node/ext/server_credentials.h
3287 - src/node/ext/timeval.h
3288 js:
3289 - src/node/index.js
3290 - src/node/src/client.js
3291 - src/node/src/common.js
3292 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003293 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003294 - src/node/src/metadata.js
3295 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003296 name: grpc_node
3297 src:
3298 - src/node/ext/byte_buffer.cc
3299 - src/node/ext/call.cc
3300 - src/node/ext/call_credentials.cc
3301 - src/node/ext/channel.cc
3302 - src/node/ext/channel_credentials.cc
3303 - src/node/ext/completion_queue_async_worker.cc
3304 - src/node/ext/node_grpc.cc
3305 - src/node/ext/server.cc
3306 - src/node/ext/server_credentials.cc
3307 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003308openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003309 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003310 extraction_dir: openssl-1.0.2f
3311 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003312php_config_m4:
3313 deps:
3314 - grpc
3315 - gpr
3316 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003317 headers:
3318 - src/php/ext/grpc/byte_buffer.h
3319 - src/php/ext/grpc/call.h
3320 - src/php/ext/grpc/call_credentials.h
3321 - src/php/ext/grpc/channel.h
3322 - src/php/ext/grpc/channel_credentials.h
3323 - src/php/ext/grpc/completion_queue.h
3324 - src/php/ext/grpc/php_grpc.h
3325 - src/php/ext/grpc/server.h
3326 - src/php/ext/grpc/server_credentials.h
3327 - src/php/ext/grpc/timeval.h
3328 src:
3329 - src/php/ext/grpc/byte_buffer.c
3330 - src/php/ext/grpc/call.c
3331 - src/php/ext/grpc/call_credentials.c
3332 - src/php/ext/grpc/channel.c
3333 - src/php/ext/grpc/channel_credentials.c
3334 - src/php/ext/grpc/completion_queue.c
3335 - src/php/ext/grpc/php_grpc.c
3336 - src/php/ext/grpc/server.c
3337 - src/php/ext/grpc/server_credentials.c
3338 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003339python_dependencies:
3340 deps:
3341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003342 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003343 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003344 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003345ruby_gem:
3346 deps:
3347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003349 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003350 - z