blob: f5c86b6e34756b95c0f87eb1e5c087385c911d25 [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
Craig Tiller65938df2016-03-31 13:08:49 -0700384- name: grpc_resolver_dns_native
385 src:
386 - src/core/ext/resolver/dns/native/dns_resolver.c
387 plugin: grpc_resolver_dns_native
388 uses:
389 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700390 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700391- name: grpc_resolver_sockaddr
392 src:
393 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
394 plugin: grpc_resolver_sockaddr
395 uses:
396 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100398- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700399 public_headers:
400 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700401 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100402 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/security/auth_filters.h
404 - src/core/lib/security/b64.h
405 - src/core/lib/security/credentials.h
406 - src/core/lib/security/handshake.h
407 - src/core/lib/security/json_token.h
408 - src/core/lib/security/jwt_verifier.h
409 - src/core/lib/security/secure_endpoint.h
410 - src/core/lib/security/security_connector.h
411 - src/core/lib/security/security_context.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100412 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700413 - src/core/lib/http/httpcli_security_connector.c
414 - src/core/lib/security/b64.c
415 - src/core/lib/security/client_auth_filter.c
416 - src/core/lib/security/credentials.c
417 - src/core/lib/security/credentials_metadata.c
418 - src/core/lib/security/credentials_posix.c
419 - src/core/lib/security/credentials_win32.c
420 - src/core/lib/security/google_default_credentials.c
421 - src/core/lib/security/handshake.c
422 - src/core/lib/security/json_token.c
423 - src/core/lib/security/jwt_verifier.c
424 - src/core/lib/security/secure_endpoint.c
425 - src/core/lib/security/security_connector.c
426 - src/core/lib/security/security_context.c
427 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700428 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700429 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700430 uses:
431 - grpc_base
432 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700433 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700434- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700435 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700436 headers:
437 - test/core/end2end/cq_verifier.h
438 - test/core/end2end/fixtures/proxy.h
439 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700440 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200441 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700442 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700443 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700444 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700445 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700446 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700447 - test/core/util/slice_splitter.h
448 src:
449 - test/core/end2end/cq_verifier.c
450 - test/core/end2end/fixtures/proxy.c
451 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700452 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200453 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700454 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700455 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700456 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700457 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700458 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700459 - test/core/util/port_windows.c
460 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700461 deps:
462 - grpc
463 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700464- name: grpc_transport_chttp2
465 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700466 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700467 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
468 - src/core/ext/transport/chttp2/transport/frame.h
469 - src/core/ext/transport/chttp2/transport/frame_data.h
470 - src/core/ext/transport/chttp2/transport/frame_goaway.h
471 - src/core/ext/transport/chttp2/transport/frame_ping.h
472 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
473 - src/core/ext/transport/chttp2/transport/frame_settings.h
474 - src/core/ext/transport/chttp2/transport/frame_window_update.h
475 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
476 - src/core/ext/transport/chttp2/transport/hpack_parser.h
477 - src/core/ext/transport/chttp2/transport/hpack_table.h
478 - src/core/ext/transport/chttp2/transport/http2_errors.h
479 - src/core/ext/transport/chttp2/transport/huffsyms.h
480 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
481 - src/core/ext/transport/chttp2/transport/internal.h
482 - src/core/ext/transport/chttp2/transport/status_conversion.h
483 - src/core/ext/transport/chttp2/transport/stream_map.h
484 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
485 - src/core/ext/transport/chttp2/transport/varint.h
486 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700487 - src/core/ext/transport/chttp2/transport/bin_encoder.c
488 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700489 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
490 - src/core/ext/transport/chttp2/transport/frame_data.c
491 - src/core/ext/transport/chttp2/transport/frame_goaway.c
492 - src/core/ext/transport/chttp2/transport/frame_ping.c
493 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
494 - src/core/ext/transport/chttp2/transport/frame_settings.c
495 - src/core/ext/transport/chttp2/transport/frame_window_update.c
496 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
497 - src/core/ext/transport/chttp2/transport/hpack_parser.c
498 - src/core/ext/transport/chttp2/transport/hpack_table.c
499 - src/core/ext/transport/chttp2/transport/huffsyms.c
500 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
501 - src/core/ext/transport/chttp2/transport/parsing.c
502 - src/core/ext/transport/chttp2/transport/status_conversion.c
503 - src/core/ext/transport/chttp2/transport/stream_lists.c
504 - src/core/ext/transport/chttp2/transport/stream_map.c
505 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
506 - src/core/ext/transport/chttp2/transport/varint.c
507 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700508 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700509 uses:
510 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700511 - grpc_transport_chttp2_alpn
512- name: grpc_transport_chttp2_alpn
513 headers:
514 - src/core/ext/transport/chttp2/alpn/alpn.h
515 src:
516 - src/core/ext/transport/chttp2/alpn/alpn.c
517 deps:
518 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700519- name: grpc_transport_chttp2_client_insecure
520 src:
521 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700522 uses:
523 - grpc_transport_chttp2
524 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700525 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700526- name: grpc_transport_chttp2_client_secure
527 src:
528 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700529 uses:
530 - grpc_transport_chttp2
531 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700532 - grpc_client_config
533 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700534- name: grpc_transport_chttp2_server_insecure
535 src:
536 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700537 uses:
538 - grpc_transport_chttp2
539 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700540- name: grpc_transport_chttp2_server_secure
541 src:
542 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700543 uses:
544 - grpc_transport_chttp2
545 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700546 - grpc_secure
Craig Tillereb841e22016-02-11 15:49:16 -0800547- name: nanopb
548 headers:
549 - third_party/nanopb/pb.h
550 - third_party/nanopb/pb_common.h
551 - third_party/nanopb/pb_decode.h
552 - third_party/nanopb/pb_encode.h
553 src:
554 - third_party/nanopb/pb_common.c
555 - third_party/nanopb/pb_decode.c
556 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700557- name: tsi
558 headers:
559 - src/core/lib/tsi/fake_transport_security.h
560 - src/core/lib/tsi/ssl_transport_security.h
561 - src/core/lib/tsi/ssl_types.h
562 - src/core/lib/tsi/transport_security.h
563 - src/core/lib/tsi/transport_security_interface.h
564 src:
565 - src/core/lib/tsi/fake_transport_security.c
566 - src/core/lib/tsi/ssl_transport_security.c
567 - src/core/lib/tsi/transport_security.c
568 deps:
569 - gpr
570 secure: true
571- name: grpc++_base
572 language: c++
573 public_headers:
574 - include/grpc++/alarm.h
575 - include/grpc++/channel.h
576 - include/grpc++/client_context.h
577 - include/grpc++/completion_queue.h
578 - include/grpc++/create_channel.h
579 - include/grpc++/generic/async_generic_service.h
580 - include/grpc++/generic/generic_stub.h
581 - include/grpc++/grpc++.h
582 - include/grpc++/impl/call.h
583 - include/grpc++/impl/client_unary_call.h
584 - include/grpc++/impl/grpc_library.h
585 - include/grpc++/impl/method_handler_impl.h
586 - include/grpc++/impl/proto_utils.h
587 - include/grpc++/impl/rpc_method.h
588 - include/grpc++/impl/rpc_service_method.h
589 - include/grpc++/impl/serialization_traits.h
590 - include/grpc++/impl/server_builder_option.h
591 - include/grpc++/impl/service_type.h
592 - include/grpc++/impl/sync.h
593 - include/grpc++/impl/sync_cxx11.h
594 - include/grpc++/impl/sync_no_cxx11.h
595 - include/grpc++/impl/thd.h
596 - include/grpc++/impl/thd_cxx11.h
597 - include/grpc++/impl/thd_no_cxx11.h
598 - include/grpc++/security/auth_context.h
599 - include/grpc++/security/auth_metadata_processor.h
600 - include/grpc++/security/credentials.h
601 - include/grpc++/security/server_credentials.h
602 - include/grpc++/server.h
603 - include/grpc++/server_builder.h
604 - include/grpc++/server_context.h
605 - include/grpc++/support/async_stream.h
606 - include/grpc++/support/async_unary_call.h
607 - include/grpc++/support/byte_buffer.h
608 - include/grpc++/support/channel_arguments.h
609 - include/grpc++/support/slice.h
610 - include/grpc++/support/status.h
611 - include/grpc++/support/status_code_enum.h
612 - include/grpc++/support/string_ref.h
613 - include/grpc++/support/stub_options.h
614 - include/grpc++/support/sync_stream.h
615 - include/grpc++/support/time.h
616 headers:
617 - src/cpp/client/create_channel_internal.h
618 - src/cpp/common/core_codegen.h
619 - src/cpp/server/dynamic_thread_pool.h
620 - src/cpp/server/thread_pool_interface.h
621 src:
622 - src/cpp/client/channel.cc
623 - src/cpp/client/client_context.cc
624 - src/cpp/client/create_channel.cc
625 - src/cpp/client/create_channel_internal.cc
626 - src/cpp/client/credentials.cc
627 - src/cpp/client/generic_stub.cc
628 - src/cpp/client/insecure_credentials.cc
629 - src/cpp/common/channel_arguments.cc
630 - src/cpp/common/completion_queue.cc
631 - src/cpp/common/core_codegen.cc
632 - src/cpp/common/rpc_method.cc
633 - src/cpp/server/async_generic_service.cc
634 - src/cpp/server/create_default_thread_pool.cc
635 - src/cpp/server/dynamic_thread_pool.cc
636 - src/cpp/server/insecure_server_credentials.cc
637 - src/cpp/server/server.cc
638 - src/cpp/server/server_builder.cc
639 - src/cpp/server/server_context.cc
640 - src/cpp/server/server_credentials.cc
641 - src/cpp/util/byte_buffer.cc
642 - src/cpp/util/slice.cc
643 - src/cpp/util/status.cc
644 - src/cpp/util/string_ref.cc
645 - src/cpp/util/time.cc
646 deps:
647 - grpc
648 uses:
649 - grpc++_codegen
650 - grpc++_config
651- name: grpc++_codegen
652 language: c++
653 public_headers:
654 - include/grpc++/impl/codegen/async_stream.h
655 - include/grpc++/impl/codegen/async_unary_call.h
656 - include/grpc++/impl/codegen/call.h
657 - include/grpc++/impl/codegen/call_hook.h
658 - include/grpc++/impl/codegen/channel_interface.h
659 - include/grpc++/impl/codegen/client_context.h
660 - include/grpc++/impl/codegen/client_unary_call.h
661 - include/grpc++/impl/codegen/completion_queue.h
662 - include/grpc++/impl/codegen/completion_queue_tag.h
663 - include/grpc++/impl/codegen/core_codegen_interface.h
664 - include/grpc++/impl/codegen/create_auth_context.h
665 - include/grpc++/impl/codegen/grpc_library.h
666 - include/grpc++/impl/codegen/method_handler_impl.h
667 - include/grpc++/impl/codegen/proto_utils.h
668 - include/grpc++/impl/codegen/rpc_method.h
669 - include/grpc++/impl/codegen/rpc_service_method.h
670 - include/grpc++/impl/codegen/security/auth_context.h
671 - include/grpc++/impl/codegen/serialization_traits.h
672 - include/grpc++/impl/codegen/server_context.h
673 - include/grpc++/impl/codegen/server_interface.h
674 - include/grpc++/impl/codegen/service_type.h
675 - include/grpc++/impl/codegen/status.h
676 - include/grpc++/impl/codegen/status_code_enum.h
677 - include/grpc++/impl/codegen/string_ref.h
678 - include/grpc++/impl/codegen/stub_options.h
679 - include/grpc++/impl/codegen/sync.h
680 - include/grpc++/impl/codegen/sync_cxx11.h
681 - include/grpc++/impl/codegen/sync_no_cxx11.h
682 - include/grpc++/impl/codegen/sync_stream.h
683 - include/grpc++/impl/codegen/time.h
684 src:
685 - src/cpp/codegen/codegen_init.cc
686 uses:
687 - grpc_codegen
688 - grpc++_config_codegen
689- name: grpc++_config
690 language: c++
691 public_headers:
692 - include/grpc++/support/config.h
693 - include/grpc++/support/config_protobuf.h
694 uses:
695 - grpc++_config_codegen
696- name: grpc++_config_codegen
697 language: c++
698 public_headers:
699 - include/grpc++/impl/codegen/config.h
700 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100701libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800702- name: gpr
703 build: all
704 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800705 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700706 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800707 secure: false
708 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
709- name: gpr_test_util
710 build: private
711 language: c
712 headers:
713 - test/core/util/test_config.h
714 src:
715 - test/core/util/test_config.c
716 deps:
717 - gpr
718 secure: false
719 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700720- name: grpc
721 build: all
722 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 src:
724 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700725 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800726 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700727 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700728 filegroups:
729 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700730 - grpc_transport_chttp2_server_secure
731 - grpc_transport_chttp2_client_secure
732 - grpc_transport_chttp2_server_insecure
733 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700734 - grpc_lb_policy_grpclb
735 - grpc_lb_policy_pick_first
736 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700737 - grpc_resolver_dns_native
738 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100739 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700740 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700741 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700742 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700743 vs_packages:
744 - grpc.dependencies.openssl
745 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700746 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100747- name: grpc_dll
748 build: private
749 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100750 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100751 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100752 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100753 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100754 build_system:
755 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100756 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100757 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100758 vs_config_type: DynamicLibrary
759 vs_packages:
760 - grpc.dependencies.openssl
761 - grpc.dependencies.zlib
762 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
763 vs_props:
764 - zlib
765 - openssl
766 - winsock
767 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700768- name: grpc_test_util
769 build: private
770 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700771 headers:
772 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800773 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700774 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700775 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700776 - test/core/end2end/data/server1_cert.c
777 - test/core/end2end/data/server1_key.c
778 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800779 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700780 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800781 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800782 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700783 - grpc
784 filegroups:
785 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700786 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
787- name: grpc_test_util_unsecure
788 build: private
789 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700790 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800791 - gpr
792 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800793 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700794 filegroups:
795 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700796 secure: false
797 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
798- name: grpc_unsecure
799 build: all
800 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700801 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700803 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700804 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800805 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700806 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700807 filegroups:
808 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700809 - grpc_transport_chttp2_server_insecure
810 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700811 - grpc_resolver_dns_native
812 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700813 - grpc_lb_policy_grpclb
814 - grpc_lb_policy_pick_first
815 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700816 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700817 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700818 secure: false
819 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
820- name: grpc_zookeeper
821 build: all
822 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700823 public_headers:
824 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700825 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700826 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700827 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800828 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700829 - grpc
830 external_deps:
831 - zookeeper
832 platforms:
833 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700834 secure: false
835- name: reconnect_server
836 build: private
837 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700838 headers:
839 - test/core/util/reconnect_server.h
840 src:
841 - test/core/util/reconnect_server.c
842 deps:
yang-gc9fca182015-11-06 16:41:33 -0800843 - test_tcp_server
844 - grpc_test_util
845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800846 - gpr_test_util
847 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800848- name: test_tcp_server
849 build: private
850 language: c
851 headers:
852 - test/core/util/test_tcp_server.h
853 src:
854 - test/core/util/test_tcp_server.c
855 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700856 - grpc_test_util
857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800858 - gpr_test_util
859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700860- name: grpc++
861 build: all
862 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700863 headers:
864 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800865 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700866 - src/cpp/common/secure_auth_context.h
867 - src/cpp/server/secure_server_credentials.h
868 src:
Craig Tiller25834342015-09-25 08:08:24 -0700869 - src/cpp/client/secure_credentials.cc
870 - src/cpp/common/auth_property_iterator.cc
871 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800872 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700873 - src/cpp/common/secure_create_auth_context.cc
874 - src/cpp/server/secure_server_credentials.cc
875 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700876 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700877 baselib: true
878 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700879 filegroups:
880 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800881 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700882 secure: check
883 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
884- name: grpc++_test_config
885 build: private
886 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700887 headers:
888 - test/cpp/util/test_config.h
889 src:
890 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891- name: grpc++_test_util
892 build: private
893 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700894 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800895 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800896 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700897 - test/cpp/util/cli_call.h
898 - test/cpp/util/create_test_channel.h
899 - test/cpp/util/string_ref_helper.h
900 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800901 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700902 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800903 - src/proto/grpc/testing/echo_messages.proto
904 - src/proto/grpc/testing/echo.proto
905 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800906 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800907 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700908 - test/cpp/util/cli_call.cc
909 - test/cpp/util/create_test_channel.cc
910 - test/cpp/util/string_ref_helper.cc
911 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800912 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700913 deps:
914 - grpc++
915 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700916- name: grpc++_unsecure
917 build: all
918 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700919 src:
920 - src/cpp/common/insecure_create_auth_context.cc
921 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800922 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700923 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700924 baselib: true
925 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700926 filegroups:
927 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800928 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700929 secure: false
930 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
931- name: grpc_plugin_support
932 build: protoc
933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700934 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700935 - src/compiler/config.h
936 - src/compiler/cpp_generator.h
937 - src/compiler/cpp_generator_helpers.h
938 - src/compiler/csharp_generator.h
939 - src/compiler/csharp_generator_helpers.h
940 - src/compiler/generator_helpers.h
941 - src/compiler/objective_c_generator.h
942 - src/compiler/objective_c_generator_helpers.h
943 - src/compiler/python_generator.h
944 - src/compiler/ruby_generator.h
945 - src/compiler/ruby_generator_helpers-inl.h
946 - src/compiler/ruby_generator_map-inl.h
947 - src/compiler/ruby_generator_string-inl.h
948 src:
949 - src/compiler/cpp_generator.cc
950 - src/compiler/csharp_generator.cc
951 - src/compiler/objective_c_generator.cc
952 - src/compiler/python_generator.cc
953 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800954 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700955 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 secure: false
957 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800958 vs_props:
959 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700960- name: interop_client_helper
961 build: private
962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700963 headers:
964 - test/cpp/interop/client_helper.h
965 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800966 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700967 - test/cpp/interop/client_helper.cc
968 deps:
969 - grpc++_test_util
970 - grpc_test_util
971 - grpc++
972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800973 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700974- name: interop_client_main
975 build: private
976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700977 headers:
978 - test/cpp/interop/interop_client.h
979 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800980 - src/proto/grpc/testing/empty.proto
981 - src/proto/grpc/testing/messages.proto
982 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700983 - test/cpp/interop/client.cc
984 - test/cpp/interop/interop_client.cc
985 deps:
986 - interop_client_helper
987 - grpc++_test_util
988 - grpc_test_util
989 - grpc++
990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800991 - gpr_test_util
992 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700993 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700994- name: interop_server_helper
995 build: private
996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700997 headers:
998 - test/cpp/interop/server_helper.h
999 src:
1000 - test/cpp/interop/server_helper.cc
1001 deps:
1002 - grpc_test_util
1003 - grpc++
1004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: interop_server_main
1007 build: private
1008 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001009 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001010 - src/proto/grpc/testing/empty.proto
1011 - src/proto/grpc/testing/messages.proto
1012 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001013 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001014 deps:
1015 - interop_server_helper
1016 - grpc++_test_util
1017 - grpc_test_util
1018 - grpc++
1019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001020 - gpr_test_util
1021 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001022 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001023- name: qps
1024 build: private
1025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001026 headers:
1027 - test/cpp/qps/client.h
1028 - test/cpp/qps/driver.h
1029 - test/cpp/qps/histogram.h
1030 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001031 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001032 - test/cpp/qps/perf_db_client.h
1033 - test/cpp/qps/qps_worker.h
1034 - test/cpp/qps/report.h
1035 - test/cpp/qps/server.h
1036 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001037 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001038 - test/cpp/util/benchmark_config.h
1039 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001040 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001041 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001042 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001043 - src/proto/grpc/testing/control.proto
1044 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001045 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001046 - test/cpp/qps/client_async.cc
1047 - test/cpp/qps/client_sync.cc
1048 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001049 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001050 - test/cpp/qps/perf_db_client.cc
1051 - test/cpp/qps/qps_worker.cc
1052 - test/cpp/qps/report.cc
1053 - test/cpp/qps/server_async.cc
1054 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001055 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001056 - test/cpp/util/benchmark_config.cc
1057 deps:
1058 - grpc_test_util
1059 - grpc++_test_util
1060 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001061- name: grpc_csharp_ext
1062 build: all
1063 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001064 src:
1065 - src/csharp/ext/grpc_csharp_ext.c
1066 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001068 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001069 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001070 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071 dll: only
1072 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001073 vs_packages:
1074 - grpc.dependencies.openssl
1075 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001077 vs_props:
1078 - zlib
1079 - openssl
1080 - winsock
1081 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001082targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001083- name: alarm_test
1084 build: test
1085 language: c
1086 src:
1087 - test/core/surface/alarm_test.c
1088 deps:
1089 - grpc_test_util
1090 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001091 - gpr_test_util
1092 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001093- name: algorithm_test
1094 build: test
1095 language: c
1096 src:
1097 - test/core/compression/algorithm_test.c
1098 deps:
1099 - grpc_test_util
1100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001101 - gpr_test_util
1102 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001103- name: alloc_test
1104 build: test
1105 language: c
1106 src:
1107 - test/core/support/alloc_test.c
1108 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001109 - gpr_test_util
1110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111- name: alpn_test
1112 build: test
1113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001114 src:
1115 - test/core/transport/chttp2/alpn_test.c
1116 deps:
1117 - grpc_test_util
1118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001119 - gpr_test_util
1120 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001121- name: api_fuzzer
1122 build: fuzzer
1123 language: c
1124 src:
1125 - test/core/end2end/fuzzers/api_fuzzer.c
1126 deps:
1127 - grpc_test_util
1128 - grpc
1129 - gpr_test_util
1130 - gpr
1131 corpus_dirs:
1132 - test/core/end2end/fuzzers/api_fuzzer_corpus
1133 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134- name: bin_encoder_test
1135 build: test
1136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001137 src:
1138 - test/core/transport/chttp2/bin_encoder_test.c
1139 deps:
1140 - grpc_test_util
1141 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001142- name: census_context_test
1143 build: test
1144 language: c
1145 src:
1146 - test/core/census/context_test.c
1147 deps:
1148 - grpc_test_util
1149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001150 - gpr_test_util
1151 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001152- name: channel_create_test
1153 build: test
1154 language: c
1155 src:
1156 - test/core/surface/channel_create_test.c
1157 deps:
1158 - grpc_test_util
1159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001160 - gpr_test_util
1161 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001162- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001163 build: test
1164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001165 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001166 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001167 deps:
1168 - grpc_test_util
1169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001170 - gpr_test_util
1171 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001172- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173 build: test
1174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001175 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001176 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001177 deps:
1178 - grpc_test_util
1179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001180 - gpr_test_util
1181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182- name: chttp2_stream_map_test
1183 build: test
1184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001185 src:
1186 - test/core/transport/chttp2/stream_map_test.c
1187 deps:
1188 - grpc_test_util
1189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001190 - gpr_test_util
1191 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001192- name: chttp2_varint_test
1193 build: test
1194 language: c
1195 src:
1196 - test/core/transport/chttp2/varint_test.c
1197 deps:
1198 - grpc_test_util
1199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001200 - gpr_test_util
1201 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001202- name: client_fuzzer
1203 build: fuzzer
1204 language: c
1205 src:
1206 - test/core/end2end/fuzzers/client_fuzzer.c
1207 deps:
1208 - grpc_test_util
1209 - grpc
1210 - gpr_test_util
1211 - gpr
1212 corpus_dirs:
1213 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001214 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001215 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216- name: compression_test
1217 build: test
1218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001219 src:
1220 - test/core/compression/compression_test.c
1221 deps:
1222 - grpc_test_util
1223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001224 - gpr_test_util
1225 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001226- name: concurrent_connectivity_test
1227 build: test
1228 language: c
1229 src:
1230 - test/core/surface/concurrent_connectivity_test.c
1231 deps:
1232 - grpc_test_util
1233 - grpc
1234 - gpr_test_util
1235 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001236- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001237 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001238 build: test
1239 language: c
1240 src:
1241 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1242 deps:
1243 - grpc_test_util
1244 - grpc
1245 - gpr_test_util
1246 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001247- name: dns_resolver_test
1248 build: test
1249 language: c
1250 src:
1251 - test/core/client_config/resolvers/dns_resolver_test.c
1252 deps:
1253 - grpc_test_util
1254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001255 - gpr_test_util
1256 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001258 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259 build: test
1260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001261 src:
1262 - test/core/end2end/dualstack_socket_test.c
1263 deps:
1264 - grpc_test_util
1265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001266 - gpr_test_util
1267 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001268 platforms:
1269 - mac
1270 - linux
1271 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001272- name: endpoint_pair_test
1273 build: test
1274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001275 src:
1276 - test/core/iomgr/endpoint_pair_test.c
1277 deps:
1278 - grpc_test_util
1279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282- name: fd_conservation_posix_test
1283 build: test
1284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001285 src:
1286 - test/core/iomgr/fd_conservation_posix_test.c
1287 deps:
1288 - grpc_test_util
1289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001290 - gpr_test_util
1291 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001292 platforms:
1293 - mac
1294 - linux
1295 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: fd_posix_test
1297 build: test
1298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
1300 - test/core/iomgr/fd_posix_test.c
1301 deps:
1302 - grpc_test_util
1303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001304 - gpr_test_util
1305 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001306 platforms:
1307 - mac
1308 - linux
1309 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: fling_client
1311 build: test
1312 run: false
1313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001314 src:
1315 - test/core/fling/client.c
1316 deps:
1317 - grpc_test_util
1318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001319 - gpr_test_util
1320 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001321- name: fling_server
1322 build: test
1323 run: false
1324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001325 src:
1326 - test/core/fling/server.c
1327 deps:
1328 - grpc_test_util
1329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001330 - gpr_test_util
1331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001332- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001333 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334 build: test
1335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001336 src:
1337 - test/core/fling/fling_stream_test.c
1338 deps:
1339 - grpc_test_util
1340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001341 - gpr_test_util
1342 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001343 platforms:
1344 - mac
1345 - linux
1346 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001347- name: fling_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_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: gen_hpack_tables
1363 build: tool
1364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001365 src:
1366 - tools/codegen/core/gen_hpack_tables.c
1367 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001368 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001369 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370- name: gen_legal_metadata_characters
1371 build: tool
1372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001373 src:
1374 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001376- name: goaway_server_test
1377 cpu_cost: 0.1
1378 build: test
1379 language: c
1380 src:
1381 - test/core/end2end/goaway_server_test.c
1382 deps:
1383 - grpc_test_util
1384 - grpc
1385 - gpr_test_util
1386 - gpr
1387 platforms:
1388 - mac
1389 - linux
1390 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001391- name: gpr_avl_test
1392 build: test
1393 language: c
1394 src:
1395 - test/core/support/avl_test.c
1396 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr_test_util
1398 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001399- name: gpr_backoff_test
1400 build: test
1401 language: c
1402 src:
1403 - test/core/support/backoff_test.c
1404 deps:
1405 - gpr_test_util
1406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407- name: gpr_cmdline_test
1408 build: test
1409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - test/core/support/cmdline_test.c
1412 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001413 - gpr_test_util
1414 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001415- name: gpr_cpu_test
1416 build: test
1417 language: c
1418 src:
1419 - test/core/support/cpu_test.c
1420 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423- name: gpr_env_test
1424 build: test
1425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
1427 - test/core/support/env_test.c
1428 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001429 - gpr_test_util
1430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: gpr_histogram_test
1432 build: test
1433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001434 src:
1435 - test/core/support/histogram_test.c
1436 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr_test_util
1438 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001439- name: gpr_host_port_test
1440 build: test
1441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001442 src:
1443 - test/core/support/host_port_test.c
1444 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001447- name: gpr_load_file_test
1448 build: test
1449 language: c
1450 src:
1451 - test/core/support/load_file_test.c
1452 deps:
1453 - gpr_test_util
1454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455- name: gpr_log_test
1456 build: test
1457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001458 src:
1459 - test/core/support/log_test.c
1460 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001461 - gpr_test_util
1462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: gpr_slice_buffer_test
1464 build: test
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/support/slice_buffer_test.c
1468 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001469 - gpr_test_util
1470 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471- name: gpr_slice_test
1472 build: test
1473 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001474 src:
1475 - test/core/support/slice_test.c
1476 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr_test_util
1478 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001479- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001480 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481 build: test
1482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001483 src:
1484 - test/core/support/stack_lockfree_test.c
1485 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001486 - gpr_test_util
1487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488- name: gpr_string_test
1489 build: test
1490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001491 src:
1492 - test/core/support/string_test.c
1493 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001494 - gpr_test_util
1495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001497 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001498 build: test
1499 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001500 src:
1501 - test/core/support/sync_test.c
1502 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr_test_util
1504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001506 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507 build: test
1508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
1510 - test/core/support/thd_test.c
1511 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001512 - gpr_test_util
1513 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001514- name: gpr_time_test
1515 build: test
1516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001517 src:
1518 - test/core/support/time_test.c
1519 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001520 - gpr_test_util
1521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522- name: gpr_tls_test
1523 build: test
1524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001525 src:
1526 - test/core/support/tls_test.c
1527 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001530- name: gpr_useful_test
1531 build: test
1532 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001533 src:
1534 - test/core/support/useful_test.c
1535 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538- name: grpc_auth_context_test
1539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
1542 - test/core/security/auth_context_test.c
1543 deps:
1544 - grpc_test_util
1545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001548- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549 build: test
1550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001551 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001552 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001553 deps:
1554 - grpc_test_util
1555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 - gpr_test_util
1557 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001558- name: grpc_byte_buffer_reader_test
1559 build: test
1560 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001561 src:
1562 - test/core/surface/byte_buffer_reader_test.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001566 - gpr_test_util
1567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568- name: grpc_channel_args_test
1569 build: test
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
1572 - test/core/channel/channel_args_test.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: grpc_channel_stack_test
1579 build: test
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/channel/channel_stack_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588- name: grpc_completion_queue_test
1589 build: test
1590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001591 src:
1592 - test/core/surface/completion_queue_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001598- name: grpc_create_jwt
1599 build: tool
1600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001601 src:
1602 - test/core/security/create_jwt.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001606 - gpr_test_util
1607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608- name: grpc_credentials_test
1609 build: test
1610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
1612 - test/core/security/credentials_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618- name: grpc_fetch_oauth2
1619 build: tool
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
1622 - test/core/security/fetch_oauth2.c
1623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001628- name: grpc_invalid_channel_args_test
1629 build: test
1630 language: c
1631 src:
1632 - test/core/surface/invalid_channel_args_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638- name: grpc_json_token_test
1639 build: test
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - test/core/security/json_token_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001648 platforms:
1649 - linux
1650 - posix
1651 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001652- name: grpc_jwt_verifier_test
1653 build: test
1654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
1656 - test/core/security/jwt_verifier_test.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: grpc_print_google_default_creds_token
1663 build: tool
1664 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001665 src:
1666 - test/core/security/print_google_default_creds_token.c
1667 deps:
1668 - grpc_test_util
1669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001670 - gpr_test_util
1671 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: grpc_security_connector_test
1673 build: test
1674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
1676 - test/core/security/security_connector_test.c
1677 deps:
1678 - grpc_test_util
1679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 - gpr_test_util
1681 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682- name: grpc_verify_jwt
1683 build: tool
1684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001685 src:
1686 - test/core/security/verify_jwt.c
1687 deps:
1688 - grpc_test_util
1689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001690 - gpr_test_util
1691 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001692- name: hpack_parser_fuzzer_test
1693 build: fuzzer
1694 language: c
1695 src:
1696 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1697 deps:
1698 - grpc_test_util
1699 - grpc
1700 - gpr_test_util
1701 - gpr
1702 corpus_dirs:
1703 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001704 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001705 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706- name: hpack_parser_test
1707 build: test
1708 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001709 src:
1710 - test/core/transport/chttp2/hpack_parser_test.c
1711 deps:
1712 - grpc_test_util
1713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001714 - gpr_test_util
1715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716- name: hpack_table_test
1717 build: test
1718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001719 src:
1720 - test/core/transport/chttp2/hpack_table_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001726- name: http_fuzzer_test
1727 build: fuzzer
1728 language: c
1729 src:
1730 - test/core/http/fuzzer.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
1734 - gpr_test_util
1735 - gpr
1736 corpus_dirs:
1737 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001738 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001739- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001740 build: test
1741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001742 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001743 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001744 deps:
1745 - grpc_test_util
1746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001747 - gpr_test_util
1748 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001749- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750 build: test
1751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001752 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001753 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001754 deps:
1755 - grpc_test_util
1756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001760 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761 build: test
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001764 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001770 platforms:
1771 - mac
1772 - linux
1773 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001774- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001775 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001776 build: test
1777 language: c
1778 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001779 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001780 deps:
1781 - grpc_test_util
1782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001785 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001786 - linux
yang-gf1183302015-12-07 16:02:05 -08001787- name: init_test
1788 build: test
1789 language: c
1790 src:
1791 - test/core/surface/init_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr_test_util
1796 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001797- name: internal_api_canary_iomgr_test
1798 build: test
1799 run: false
1800 language: c
1801 src:
1802 - test/core/internal_api_canaries/iomgr.c
1803 deps:
1804 - grpc_test_util
1805 - grpc
1806 - gpr_test_util
1807 - gpr
1808- name: internal_api_canary_support_test
1809 build: test
1810 run: false
1811 language: c
1812 src:
1813 - test/core/internal_api_canaries/iomgr.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
1817 - gpr_test_util
1818 - gpr
1819- name: internal_api_canary_transport_test
1820 build: test
1821 run: false
1822 language: c
1823 src:
1824 - test/core/internal_api_canaries/iomgr.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
1828 - gpr_test_util
1829 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001830- name: invalid_call_argument_test
1831 build: test
1832 language: c
1833 src:
1834 - test/core/end2end/invalid_call_argument_test.c
1835 deps:
1836 - grpc_test_util
1837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001840- name: json_fuzzer_test
1841 build: fuzzer
1842 language: c
1843 src:
1844 - test/core/json/fuzzer.c
1845 deps:
1846 - grpc_test_util
1847 - grpc
1848 - gpr_test_util
1849 - gpr
1850 corpus_dirs:
1851 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001852 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: json_rewrite
1854 build: test
1855 run: false
1856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001857 src:
1858 - test/core/json/json_rewrite.c
1859 deps:
1860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001862- name: json_rewrite_test
1863 build: test
1864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001865 src:
1866 - test/core/json/json_rewrite_test.c
1867 deps:
1868 - grpc_test_util
1869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001872- name: json_stream_error_test
1873 build: test
1874 language: c
1875 src:
1876 - test/core/json/json_stream_error_test.c
1877 deps:
1878 - grpc_test_util
1879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001882- name: json_test
1883 build: test
1884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001885 src:
1886 - test/core/json/json_test.c
1887 deps:
1888 - grpc_test_util
1889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892- name: lame_client_test
1893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
1896 - test/core/surface/lame_client_test.c
1897 deps:
1898 - grpc_test_util
1899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001902- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001903 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001904 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/client_config/lb_policies_test.c
1909 deps:
1910 - grpc_test_util
1911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001912 - gpr_test_util
1913 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001914- name: low_level_ping_pong_benchmark
1915 build: benchmark
1916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001917 src:
1918 - test/core/network_benchmarks/low_level_ping_pong.c
1919 deps:
1920 - grpc_test_util
1921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001922 - gpr_test_util
1923 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001924 platforms:
1925 - mac
1926 - linux
1927 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928- name: message_compress_test
1929 build: test
1930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001931 src:
1932 - test/core/compression/message_compress_test.c
1933 deps:
1934 - grpc_test_util
1935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001938- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001939 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001940 build: test
1941 language: c
1942 src:
1943 - test/core/census/mlog_test.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
1947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: multiple_server_queues_test
1950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/end2end/multiple_server_queues_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: murmur_hash_test
1960 build: test
1961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001962 src:
1963 - test/core/support/murmur_hash_test.c
1964 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001967- name: nanopb_fuzzer_response_test
1968 build: fuzzer
1969 language: c
1970 src:
1971 - test/core/nanopb/fuzzer_response.c
1972 deps:
1973 - grpc_test_util
1974 - grpc
1975 - gpr_test_util
1976 - gpr
1977 corpus_dirs:
1978 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07001979 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001980- name: nanopb_fuzzer_serverlist_test
1981 build: fuzzer
1982 language: c
1983 src:
1984 - test/core/nanopb/fuzzer_serverlist.c
1985 deps:
1986 - grpc_test_util
1987 - grpc
1988 - gpr_test_util
1989 - gpr
1990 corpus_dirs:
1991 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07001992 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001994 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995 build: test
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/end2end/no_server_test.c
1999 deps:
2000 - grpc_test_util
2001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002002 - gpr_test_util
2003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004- name: resolve_address_test
2005 build: test
2006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002007 src:
2008 - test/core/iomgr/resolve_address_test.c
2009 deps:
2010 - grpc_test_util
2011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 - gpr_test_util
2013 - gpr
yang-gd482e592015-12-10 14:04:00 -08002014- name: secure_channel_create_test
2015 build: test
2016 language: c
2017 src:
2018 - test/core/surface/secure_channel_create_test.c
2019 deps:
2020 - grpc_test_util
2021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 - gpr_test_util
2023 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024- name: secure_endpoint_test
2025 build: test
2026 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - test/core/security/secure_endpoint_test.c
2029 deps:
2030 - grpc_test_util
2031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002032 - gpr_test_util
2033 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002034- name: server_chttp2_test
2035 build: test
2036 language: c
2037 src:
2038 - test/core/surface/server_chttp2_test.c
2039 deps:
2040 - grpc_test_util
2041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 - gpr_test_util
2043 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002044- name: server_fuzzer
2045 build: fuzzer
2046 language: c
2047 src:
2048 - test/core/end2end/fuzzers/server_fuzzer.c
2049 deps:
2050 - grpc_test_util
2051 - grpc
2052 - gpr_test_util
2053 - gpr
2054 corpus_dirs:
2055 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002056 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002057 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002058- name: server_test
2059 build: test
2060 language: c
2061 src:
2062 - test/core/surface/server_test.c
2063 deps:
2064 - grpc_test_util
2065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002066 - gpr_test_util
2067 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002068- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002069 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002070 build: test
2071 language: c
2072 src:
2073 - test/core/client_config/set_initial_connect_string_test.c
2074 deps:
2075 - test_tcp_server
2076 - grpc_test_util
2077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002078 - gpr_test_util
2079 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002080- name: sockaddr_resolver_test
2081 build: test
2082 language: c
2083 src:
2084 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2085 deps:
2086 - grpc_test_util
2087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002088 - gpr_test_util
2089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: sockaddr_utils_test
2091 build: test
2092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002093 src:
2094 - test/core/iomgr/sockaddr_utils_test.c
2095 deps:
2096 - grpc_test_util
2097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002098 - gpr_test_util
2099 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002100- name: socket_utils_test
2101 build: test
2102 language: c
2103 src:
2104 - test/core/iomgr/socket_utils_test.c
2105 deps:
2106 - grpc_test_util
2107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr_test_util
2109 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002110 platforms:
2111 - mac
2112 - linux
2113 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002115 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/core/iomgr/tcp_client_posix_test.c
2120 deps:
2121 - grpc_test_util
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002125 platforms:
2126 - mac
2127 - linux
2128 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: tcp_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_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_server_posix_test
2145 build: test
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
2148 - test/core/iomgr/tcp_server_posix_test.c
2149 deps:
2150 - grpc_test_util
2151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002152 - gpr_test_util
2153 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002154 platforms:
2155 - mac
2156 - linux
2157 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: time_averaged_stats_test
2159 build: test
2160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - test/core/iomgr/time_averaged_stats_test.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002166 - gpr_test_util
2167 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002168- name: timeout_encoding_test
2169 build: test
2170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
2172 - test/core/transport/chttp2/timeout_encoding_test.c
2173 deps:
2174 - grpc_test_util
2175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002178- name: timer_heap_test
2179 build: test
2180 language: c
2181 src:
2182 - test/core/iomgr/timer_heap_test.c
2183 deps:
2184 - grpc_test_util
2185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr_test_util
2187 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002188- name: timer_list_test
2189 build: test
2190 language: c
2191 src:
2192 - test/core/iomgr/timer_list_test.c
2193 deps:
2194 - grpc_test_util
2195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 - gpr_test_util
2197 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002198- name: timers_test
2199 build: test
2200 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002201 src:
2202 - test/core/profiling/timers_test.c
2203 deps:
2204 - grpc_test_util
2205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr_test_util
2207 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002208- name: transport_connectivity_state_test
2209 build: test
2210 language: c
2211 src:
2212 - test/core/transport/connectivity_state_test.c
2213 deps:
2214 - grpc_test_util
2215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002216 - gpr_test_util
2217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218- name: transport_metadata_test
2219 build: test
2220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002221 src:
2222 - test/core/transport/metadata_test.c
2223 deps:
2224 - grpc_test_util
2225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002226 - gpr_test_util
2227 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002228- name: transport_security_test
2229 build: test
2230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
2232 - test/core/tsi/transport_security_test.c
2233 deps:
2234 - grpc_test_util
2235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002236 - gpr_test_util
2237 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002238 platforms:
2239 - linux
2240 - posix
2241 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242- name: udp_server_test
2243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
2246 - test/core/iomgr/udp_server_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002252 platforms:
2253 - mac
2254 - linux
2255 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002256- name: uri_fuzzer_test
2257 build: fuzzer
2258 language: c
2259 src:
2260 - test/core/client_config/uri_fuzzer_test.c
2261 deps:
2262 - grpc_test_util
2263 - grpc
2264 - gpr_test_util
2265 - gpr
2266 corpus_dirs:
2267 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002268 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: uri_parser_test
2270 build: test
2271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002272 src:
2273 - test/core/client_config/uri_parser_test.c
2274 deps:
2275 - grpc_test_util
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002279- name: workqueue_test
2280 build: test
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/core/iomgr/workqueue_test.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002289 platforms:
2290 - mac
2291 - linux
2292 - posix
vjpai04e992a2016-02-10 16:58:38 -08002293- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002294 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002295 build: test
2296 language: c++
2297 src:
2298 - test/cpp/common/alarm_cpp_test.cc
2299 deps:
2300 - grpc++_test_util
2301 - grpc_test_util
2302 - grpc++
2303 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002304 - gpr_test_util
2305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002307 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308 build: test
2309 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
2311 - test/cpp/end2end/async_end2end_test.cc
2312 deps:
2313 - grpc++_test_util
2314 - grpc_test_util
2315 - grpc++
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319- name: async_streaming_ping_pong_test
2320 build: test
2321 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002322 src:
2323 - test/cpp/qps/async_streaming_ping_pong_test.cc
2324 deps:
2325 - qps
2326 - grpc++_test_util
2327 - grpc_test_util
2328 - grpc++
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002332 platforms:
2333 - mac
2334 - linux
2335 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: async_unary_ping_pong_test
2337 build: test
2338 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
2340 - test/cpp/qps/async_unary_ping_pong_test.cc
2341 deps:
2342 - qps
2343 - grpc++_test_util
2344 - grpc_test_util
2345 - grpc++
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002349 platforms:
2350 - mac
2351 - linux
2352 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002354 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002355 build: test
2356 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002357 src:
2358 - test/cpp/common/auth_property_iterator_test.cc
2359 deps:
2360 - grpc++_test_util
2361 - grpc_test_util
2362 - grpc++
2363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002364 - gpr_test_util
2365 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002367 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368 build: test
2369 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002370 src:
yang-g52705592015-11-25 11:45:33 -08002371 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002372 deps:
2373 - grpc++
2374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002375 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002376- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002377 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002378 build: test
2379 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
2381 - test/cpp/util/cli_call_test.cc
2382 deps:
2383 - grpc++_test_util
2384 - grpc_test_util
2385 - grpc++
2386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002387 - gpr_test_util
2388 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002390 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002391 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392 build: test
2393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
2395 - test/cpp/end2end/client_crash_test.cc
2396 deps:
2397 - grpc++_test_util
2398 - grpc_test_util
2399 - grpc++
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002403 platforms:
2404 - mac
2405 - linux
2406 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002407- name: client_crash_test_server
2408 build: test
2409 run: false
2410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002411 src:
2412 - test/cpp/end2end/client_crash_test_server.cc
2413 deps:
2414 - grpc++_test_util
2415 - grpc_test_util
2416 - grpc++
2417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002418 - gpr_test_util
2419 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002420- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002421 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002422 build: test
2423 language: c++
2424 src:
2425 - src/proto/grpc/testing/control.proto
2426 - src/proto/grpc/testing/messages.proto
2427 - src/proto/grpc/testing/payloads.proto
2428 - src/proto/grpc/testing/perf_db.proto
2429 - src/proto/grpc/testing/services.proto
2430 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002431 - test/cpp/codegen/codegen_test_full.cc
2432 deps:
2433 - grpc++
2434 - grpc
2435 - gpr
2436 filegroups:
2437 - grpc++_codegen
2438- name: codegen_test_minimal
2439 gtest: true
2440 build: test
2441 language: c++
2442 src:
2443 - src/proto/grpc/testing/control.proto
2444 - src/proto/grpc/testing/messages.proto
2445 - src/proto/grpc/testing/payloads.proto
2446 - src/proto/grpc/testing/perf_db.proto
2447 - src/proto/grpc/testing/services.proto
2448 - src/proto/grpc/testing/stats.proto
2449 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002450 filegroups:
2451 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002452- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002453 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002454 build: test
2455 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002456 src:
2457 - test/cpp/client/credentials_test.cc
2458 deps:
2459 - grpc++
2460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002463 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464 build: test
2465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002466 src:
2467 - test/cpp/util/byte_buffer_test.cc
2468 deps:
2469 - grpc_test_util
2470 - grpc++
2471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr_test_util
2473 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002475 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002476 build: test
2477 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002478 src:
2479 - test/cpp/util/slice_test.cc
2480 deps:
2481 - grpc_test_util
2482 - grpc++
2483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002486- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002487 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488 build: test
2489 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002490 src:
2491 - test/cpp/util/string_ref_test.cc
2492 deps:
2493 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002494- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002495 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496 build: test
2497 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002498 src:
2499 - test/cpp/util/time_test.cc
2500 deps:
2501 - grpc_test_util
2502 - grpc++
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002507 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002508 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509 build: test
2510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
2512 - test/cpp/end2end/end2end_test.cc
2513 deps:
2514 - grpc++_test_util
2515 - grpc_test_util
2516 - grpc++
2517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002518 - gpr_test_util
2519 - gpr
vjpai083dc622016-01-11 09:41:17 -08002520- name: generic_async_streaming_ping_pong_test
2521 build: test
2522 language: c++
2523 src:
2524 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2525 deps:
2526 - qps
2527 - grpc++_test_util
2528 - grpc_test_util
2529 - grpc++
2530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002531 - gpr_test_util
2532 - gpr
vjpai083dc622016-01-11 09:41:17 -08002533 platforms:
2534 - mac
2535 - linux
2536 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002537- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002538 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539 build: test
2540 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002541 src:
2542 - test/cpp/end2end/generic_end2end_test.cc
2543 deps:
2544 - grpc++_test_util
2545 - grpc_test_util
2546 - grpc++
2547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002548 - gpr_test_util
2549 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002550- name: grpc_cli
2551 build: test
2552 run: false
2553 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
2555 - test/cpp/util/grpc_cli.cc
2556 deps:
2557 - grpc++_test_util
2558 - grpc_test_util
2559 - grpc++
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002563 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: grpc_cpp_plugin
2565 build: protoc
2566 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002567 src:
2568 - src/compiler/cpp_plugin.cc
2569 deps:
2570 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002571 secure: false
2572 vs_config_type: Application
2573 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2574- name: grpc_csharp_plugin
2575 build: protoc
2576 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002577 src:
2578 - src/compiler/csharp_plugin.cc
2579 deps:
2580 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002581 secure: false
2582 vs_config_type: Application
2583 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2584- name: grpc_objective_c_plugin
2585 build: protoc
2586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
2588 - src/compiler/objective_c_plugin.cc
2589 deps:
2590 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002591 secure: false
2592 vs_config_type: Application
2593 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2594- name: grpc_python_plugin
2595 build: protoc
2596 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002597 src:
2598 - src/compiler/python_plugin.cc
2599 deps:
2600 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601 secure: false
2602 vs_config_type: Application
2603 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2604- name: grpc_ruby_plugin
2605 build: protoc
2606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002607 src:
2608 - src/compiler/ruby_plugin.cc
2609 deps:
2610 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611 secure: false
2612 vs_config_type: Application
2613 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002614- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002615 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002616 build: test
2617 language: c++
2618 src:
2619 - src/proto/grpc/lb/v0/load_balancer.proto
2620 - test/cpp/grpclb/grpclb_api_test.cc
2621 deps:
2622 - grpc++_test_util
2623 - grpc_test_util
2624 - grpc++
2625 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002626- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002627 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002628 build: test
2629 language: c++
2630 src:
2631 - test/cpp/end2end/hybrid_end2end_test.cc
2632 deps:
2633 - grpc++_test_util
2634 - grpc_test_util
2635 - grpc++
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002639- name: interop_client
2640 build: test
2641 run: false
2642 language: c++
2643 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002644 deps:
2645 - interop_client_main
2646 - interop_client_helper
2647 - grpc++_test_util
2648 - grpc_test_util
2649 - grpc++
2650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002651 - gpr_test_util
2652 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002653 - grpc++_test_config
2654 platforms:
2655 - mac
2656 - linux
2657 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002658- name: interop_server
2659 build: test
2660 run: false
2661 language: c++
2662 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002663 deps:
2664 - interop_server_main
2665 - interop_server_helper
2666 - grpc++_test_util
2667 - grpc_test_util
2668 - grpc++
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr_test_util
2671 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002672 - grpc++_test_config
2673 platforms:
2674 - mac
2675 - linux
2676 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002677- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002678 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002679 build: test
2680 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002681 src:
2682 - test/cpp/interop/interop_test.cc
2683 deps:
2684 - grpc_test_util
2685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr_test_util
2687 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002688 platforms:
2689 - mac
2690 - linux
2691 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002692- name: json_run_localhost
2693 build: test
2694 run: false
2695 language: c++
2696 src:
2697 - test/cpp/qps/json_run_localhost.cc
2698 deps:
2699 - grpc++_test_util
2700 - grpc_test_util
2701 - grpc++
2702 - grpc
2703 - gpr_test_util
2704 - gpr
2705 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002706- name: metrics_client
2707 build: test
2708 run: false
2709 language: c++
2710 headers:
2711 - test/cpp/util/metrics_server.h
2712 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002713 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002714 - test/cpp/interop/metrics_client.cc
2715 deps:
2716 - grpc++
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002719 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002721 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002722 build: test
2723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - test/cpp/end2end/mock_test.cc
2726 deps:
2727 - grpc++_test_util
2728 - grpc_test_util
2729 - grpc++
2730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002731 - gpr_test_util
2732 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002733- name: qps_interarrival_test
2734 build: test
2735 run: false
2736 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002737 src:
2738 - test/cpp/qps/qps_interarrival_test.cc
2739 deps:
2740 - qps
2741 - grpc++_test_util
2742 - grpc_test_util
2743 - grpc++
2744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002745 - gpr_test_util
2746 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002747 platforms:
2748 - mac
2749 - linux
2750 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002751- name: qps_json_driver
2752 build: test
2753 run: false
2754 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002755 headers:
2756 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002757 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002758 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002759 - test/cpp/qps/qps_json_driver.cc
2760 deps:
2761 - qps
2762 - grpc++_test_util
2763 - grpc_test_util
2764 - grpc++
2765 - grpc
2766 - gpr_test_util
2767 - gpr
2768 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002769- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002770 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771 build: test
2772 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002773 src:
2774 - test/cpp/qps/qps_openloop_test.cc
2775 deps:
2776 - qps
2777 - grpc++_test_util
2778 - grpc_test_util
2779 - grpc++
2780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002781 - gpr_test_util
2782 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002783 - grpc++_test_config
2784 platforms:
2785 - mac
2786 - linux
2787 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002788- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002789 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002790 build: test
2791 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002792 src:
2793 - test/cpp/qps/qps_test.cc
2794 deps:
2795 - qps
2796 - grpc++_test_util
2797 - grpc_test_util
2798 - grpc++
2799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002800 - gpr_test_util
2801 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002802 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002803 platforms:
2804 - mac
2805 - linux
2806 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002807- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002808 build: test
2809 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002811 headers:
2812 - test/cpp/qps/client.h
2813 - test/cpp/qps/server.h
2814 src:
2815 - test/cpp/qps/worker.cc
2816 deps:
2817 - qps
2818 - grpc++_test_util
2819 - grpc_test_util
2820 - grpc++
2821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002822 - gpr_test_util
2823 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002824 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825- name: reconnect_interop_client
2826 build: test
2827 run: false
2828 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002829 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002830 - src/proto/grpc/testing/empty.proto
2831 - src/proto/grpc/testing/messages.proto
2832 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002833 - test/cpp/interop/reconnect_interop_client.cc
2834 deps:
2835 - grpc++_test_util
2836 - grpc_test_util
2837 - grpc++
2838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002839 - gpr_test_util
2840 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002841 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002842- name: reconnect_interop_server
2843 build: test
2844 run: false
2845 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002846 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002847 - src/proto/grpc/testing/empty.proto
2848 - src/proto/grpc/testing/messages.proto
2849 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002850 - test/cpp/interop/reconnect_interop_server.cc
2851 deps:
2852 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002853 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002854 - grpc++_test_util
2855 - grpc_test_util
2856 - grpc++
2857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002858 - gpr_test_util
2859 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002860 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002861- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002862 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002863 build: test
2864 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002865 src:
2866 - test/cpp/common/secure_auth_context_test.cc
2867 deps:
2868 - grpc++_test_util
2869 - grpc_test_util
2870 - grpc++
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002874- name: secure_sync_unary_ping_pong_test
2875 build: test
2876 language: c++
2877 src:
2878 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2879 deps:
2880 - qps
2881 - grpc++_test_util
2882 - grpc_test_util
2883 - grpc++
2884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002885 - gpr_test_util
2886 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002887 platforms:
2888 - mac
2889 - linux
2890 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002892 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002893 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894 build: test
2895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002896 src:
2897 - test/cpp/end2end/server_crash_test.cc
2898 deps:
2899 - grpc++_test_util
2900 - grpc_test_util
2901 - grpc++
2902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002903 - gpr_test_util
2904 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002905 platforms:
2906 - mac
2907 - linux
2908 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002909- name: server_crash_test_client
2910 build: test
2911 run: false
2912 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002913 src:
2914 - test/cpp/end2end/server_crash_test_client.cc
2915 deps:
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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002922- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002923 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002924 build: test
2925 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002926 src:
2927 - test/cpp/end2end/shutdown_test.cc
2928 deps:
2929 - grpc++_test_util
2930 - grpc_test_util
2931 - grpc++
2932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002933 - gpr_test_util
2934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002935- name: status_test
2936 build: test
2937 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002938 src:
2939 - test/cpp/util/status_test.cc
2940 deps:
2941 - grpc_test_util
2942 - grpc++
2943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002944 - gpr_test_util
2945 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002946- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002947 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002948 build: test
2949 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002950 src:
2951 - test/cpp/end2end/streaming_throughput_test.cc
2952 deps:
2953 - grpc++_test_util
2954 - grpc_test_util
2955 - grpc++
2956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002957 - gpr_test_util
2958 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002959 platforms:
2960 - mac
2961 - linux
2962 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002963- name: stress_test
2964 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002965 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002966 language: c++
2967 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002968 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002969 - test/cpp/interop/interop_client.h
2970 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002971 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002972 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002973 - src/proto/grpc/testing/empty.proto
2974 - src/proto/grpc/testing/messages.proto
2975 - src/proto/grpc/testing/metrics.proto
2976 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002977 - test/cpp/interop/interop_client.cc
2978 - test/cpp/interop/stress_interop_client.cc
2979 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002980 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002981 deps:
2982 - grpc++_test_util
2983 - grpc_test_util
2984 - grpc++
2985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002986 - gpr_test_util
2987 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002988 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002989- name: sync_streaming_ping_pong_test
2990 build: test
2991 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002992 src:
2993 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2994 deps:
2995 - qps
2996 - grpc++_test_util
2997 - grpc_test_util
2998 - grpc++
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003002 platforms:
3003 - mac
3004 - linux
3005 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006- name: sync_unary_ping_pong_test
3007 build: test
3008 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003009 src:
3010 - test/cpp/qps/sync_unary_ping_pong_test.cc
3011 deps:
3012 - qps
3013 - grpc++_test_util
3014 - grpc_test_util
3015 - grpc++
3016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003017 - gpr_test_util
3018 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003019 platforms:
3020 - mac
3021 - linux
3022 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003023- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003024 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003025 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026 build: test
3027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003028 src:
3029 - test/cpp/end2end/thread_stress_test.cc
3030 deps:
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 Tillerbf4b2242015-08-31 15:53:53 -07003037- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003038 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003040 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003042 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003043 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003044 - test/cpp/end2end/zookeeper_test.cc
3045 deps:
3046 - grpc++_test_util
3047 - grpc_test_util
3048 - grpc++
3049 - grpc_zookeeper
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003053 external_deps:
3054 - zookeeper
3055 platforms:
3056 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003057- name: public_headers_must_be_c89
3058 build: test
3059 language: c89
3060 src:
3061 - test/core/surface/public_headers_must_be_c89.c
3062 deps:
3063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003066- linkage: static
3067 name: grpc.dependencies.zlib
3068 props: false
3069 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003070 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003071- linkage: static
3072 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003073 props: true
3074 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003075 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003076- name: gflags
3077 props: false
3078 redist: false
3079 version: 2.1.2.1
3080- name: gtest
3081 props: false
3082 redist: false
3083 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003084configs:
3085 asan:
3086 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003087 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3088 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003089 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003090 LD: clang
3091 LDFLAGS: -fsanitize=address
3092 LDXX: clang++
3093 compile_the_world: true
3094 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003095 ASAN_OPTIONS: detect_leaks=1:color=always
3096 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003097 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003098 asan-noleaks:
3099 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003100 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3101 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003102 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003103 LD: clang
3104 LDFLAGS: -fsanitize=address
3105 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003106 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003107 test_environ:
3108 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003109 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003110 asan-trace-cmp:
3111 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003112 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3113 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003114 CXX: clang++
3115 LD: clang
3116 LDFLAGS: -fsanitize=address
3117 LDXX: clang++
3118 compile_the_world: true
3119 test_environ:
3120 ASAN_OPTIONS: detect_leaks=1:color=always
3121 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3122 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003123 basicprof:
3124 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3125 DEFINES: NDEBUG
3126 dbg:
3127 CPPFLAGS: -O0
3128 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003129 easan:
3130 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003131 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3132 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003133 CXX: clang++
3134 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3135 LD: clang
3136 LDFLAGS: -fsanitize=address
3137 LDXX: clang++
3138 compile_the_world: true
3139 test_environ:
3140 ASAN_OPTIONS: detect_leaks=1:color=always
3141 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3142 timeout_multiplier: 3
3143 edbg:
3144 CPPFLAGS: -O0
3145 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3146 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003147 CC: clang
3148 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003149 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003150 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003151 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003152 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003153 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003154 LDXX: clang++
3155 compile_the_world: true
3156 test_environ:
3157 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3158 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003159 gcov:
3160 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003161 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003162 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003163 DEFINES: _DEBUG DEBUG GPR_GCOV
3164 LD: gcc
3165 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3166 LDXX: g++
3167 helgrind:
3168 CPPFLAGS: -O0
3169 DEFINES: _DEBUG DEBUG
3170 LDFLAGS: -rdynamic
3171 timeout_multiplier: 20
3172 valgrind: --tool=helgrind
3173 memcheck:
3174 CPPFLAGS: -O0
3175 DEFINES: _DEBUG DEBUG
3176 LDFLAGS: -rdynamic
3177 timeout_multiplier: 10
3178 valgrind: --tool=memcheck --leak-check=full
3179 msan:
3180 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003181 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3182 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3183 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003184 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003185 DEFINES: NDEBUG
3186 LD: clang
3187 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3188 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3189 LDXX: clang++
3190 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003191 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003192 mutrace:
3193 CPPFLAGS: -O0
3194 DEFINES: _DEBUG DEBUG
3195 LDFLAGS: -rdynamic
3196 opt:
3197 CPPFLAGS: -O2
3198 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003199 stapprof:
3200 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3201 DEFINES: NDEBUG
3202 tsan:
3203 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003204 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003205 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003206 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003207 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003208 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003209 LDXX: clang++
3210 compile_the_world: true
3211 test_environ:
3212 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003213 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003214 ubsan:
3215 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003216 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3217 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003218 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003219 DEFINES: NDEBUG
3220 LD: clang
3221 LDFLAGS: -fsanitize=undefined
3222 LDXX: clang++
3223 compile_the_world: true
3224 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003225defaults:
3226 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003227 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003228 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003229 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003230 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003231 global:
3232 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3233 LDFLAGS: -g
3234 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003235 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003236 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003237node_modules:
3238- deps:
3239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003240 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003241 - boringssl
3242 - z
murgatroid9994a75412015-11-19 14:04:53 -08003243 headers:
3244 - src/node/ext/byte_buffer.h
3245 - src/node/ext/call.h
3246 - src/node/ext/call_credentials.h
3247 - src/node/ext/channel.h
3248 - src/node/ext/channel_credentials.h
3249 - src/node/ext/completion_queue_async_worker.h
3250 - src/node/ext/server.h
3251 - src/node/ext/server_credentials.h
3252 - src/node/ext/timeval.h
3253 js:
3254 - src/node/index.js
3255 - src/node/src/client.js
3256 - src/node/src/common.js
3257 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003258 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003259 - src/node/src/metadata.js
3260 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003261 name: grpc_node
3262 src:
3263 - src/node/ext/byte_buffer.cc
3264 - src/node/ext/call.cc
3265 - src/node/ext/call_credentials.cc
3266 - src/node/ext/channel.cc
3267 - src/node/ext/channel_credentials.cc
3268 - src/node/ext/completion_queue_async_worker.cc
3269 - src/node/ext/node_grpc.cc
3270 - src/node/ext/server.cc
3271 - src/node/ext/server_credentials.cc
3272 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003273openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003274 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003275 extraction_dir: openssl-1.0.2f
3276 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003277php_config_m4:
3278 deps:
3279 - grpc
3280 - gpr
3281 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003282 headers:
3283 - src/php/ext/grpc/byte_buffer.h
3284 - src/php/ext/grpc/call.h
3285 - src/php/ext/grpc/call_credentials.h
3286 - src/php/ext/grpc/channel.h
3287 - src/php/ext/grpc/channel_credentials.h
3288 - src/php/ext/grpc/completion_queue.h
3289 - src/php/ext/grpc/php_grpc.h
3290 - src/php/ext/grpc/server.h
3291 - src/php/ext/grpc/server_credentials.h
3292 - src/php/ext/grpc/timeval.h
3293 src:
3294 - src/php/ext/grpc/byte_buffer.c
3295 - src/php/ext/grpc/call.c
3296 - src/php/ext/grpc/call_credentials.c
3297 - src/php/ext/grpc/channel.c
3298 - src/php/ext/grpc/channel_credentials.c
3299 - src/php/ext/grpc/completion_queue.c
3300 - src/php/ext/grpc/php_grpc.c
3301 - src/php/ext/grpc/server.c
3302 - src/php/ext/grpc/server_credentials.c
3303 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003304python_dependencies:
3305 deps:
3306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003307 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003308 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003309 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003310ruby_gem:
3311 deps:
3312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003314 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003315 - z