blob: 6c00b42a1e7e682917110b737c9d6b80afec880a [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
murgatroid99d2ee81f2016-02-26 11:10:33 -0800941 - src/compiler/node_generator.h
942 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -0700943 - src/compiler/objective_c_generator.h
944 - src/compiler/objective_c_generator_helpers.h
945 - src/compiler/python_generator.h
946 - src/compiler/ruby_generator.h
947 - src/compiler/ruby_generator_helpers-inl.h
948 - src/compiler/ruby_generator_map-inl.h
949 - src/compiler/ruby_generator_string-inl.h
950 src:
951 - src/compiler/cpp_generator.cc
952 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -0800953 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -0700954 - src/compiler/objective_c_generator.cc
955 - src/compiler/python_generator.cc
956 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800957 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700958 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700959 secure: false
960 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800961 vs_props:
962 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700963- name: interop_client_helper
964 build: private
965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700966 headers:
967 - test/cpp/interop/client_helper.h
968 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800969 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700970 - test/cpp/interop/client_helper.cc
971 deps:
972 - grpc++_test_util
973 - grpc_test_util
974 - grpc++
975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977- name: interop_client_main
978 build: private
979 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700980 headers:
981 - test/cpp/interop/interop_client.h
982 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800983 - src/proto/grpc/testing/empty.proto
984 - src/proto/grpc/testing/messages.proto
985 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700986 - test/cpp/interop/client.cc
987 - test/cpp/interop/interop_client.cc
988 deps:
989 - interop_client_helper
990 - grpc++_test_util
991 - grpc_test_util
992 - grpc++
993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800994 - gpr_test_util
995 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700996 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700997- name: interop_server_helper
998 build: private
999 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001000 headers:
1001 - test/cpp/interop/server_helper.h
1002 src:
1003 - test/cpp/interop/server_helper.cc
1004 deps:
1005 - grpc_test_util
1006 - grpc++
1007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001009- name: interop_server_main
1010 build: private
1011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001012 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001013 - src/proto/grpc/testing/empty.proto
1014 - src/proto/grpc/testing/messages.proto
1015 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001016 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001017 deps:
1018 - interop_server_helper
1019 - grpc++_test_util
1020 - grpc_test_util
1021 - grpc++
1022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001023 - gpr_test_util
1024 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001025 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001026- name: qps
1027 build: private
1028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001029 headers:
1030 - test/cpp/qps/client.h
1031 - test/cpp/qps/driver.h
1032 - test/cpp/qps/histogram.h
1033 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001034 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001035 - test/cpp/qps/perf_db_client.h
1036 - test/cpp/qps/qps_worker.h
1037 - test/cpp/qps/report.h
1038 - test/cpp/qps/server.h
1039 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001040 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001041 - test/cpp/util/benchmark_config.h
1042 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001043 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001044 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001045 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001046 - src/proto/grpc/testing/control.proto
1047 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001048 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001049 - test/cpp/qps/client_async.cc
1050 - test/cpp/qps/client_sync.cc
1051 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001052 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001053 - test/cpp/qps/perf_db_client.cc
1054 - test/cpp/qps/qps_worker.cc
1055 - test/cpp/qps/report.cc
1056 - test/cpp/qps/server_async.cc
1057 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001058 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001059 - test/cpp/util/benchmark_config.cc
1060 deps:
1061 - grpc_test_util
1062 - grpc++_test_util
1063 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001064- name: grpc_csharp_ext
1065 build: all
1066 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001067 src:
1068 - src/csharp/ext/grpc_csharp_ext.c
1069 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001071 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001072 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001073 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001074 dll: only
1075 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001076 vs_packages:
1077 - grpc.dependencies.openssl
1078 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001079 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001080 vs_props:
1081 - zlib
1082 - openssl
1083 - winsock
1084 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001086- name: alarm_test
1087 build: test
1088 language: c
1089 src:
1090 - test/core/surface/alarm_test.c
1091 deps:
1092 - grpc_test_util
1093 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001094 - gpr_test_util
1095 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001096- name: algorithm_test
1097 build: test
1098 language: c
1099 src:
1100 - test/core/compression/algorithm_test.c
1101 deps:
1102 - grpc_test_util
1103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001104 - gpr_test_util
1105 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001106- name: alloc_test
1107 build: test
1108 language: c
1109 src:
1110 - test/core/support/alloc_test.c
1111 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001112 - gpr_test_util
1113 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001114- name: alpn_test
1115 build: test
1116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001117 src:
1118 - test/core/transport/chttp2/alpn_test.c
1119 deps:
1120 - grpc_test_util
1121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001122 - gpr_test_util
1123 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001124- name: api_fuzzer
1125 build: fuzzer
1126 language: c
1127 src:
1128 - test/core/end2end/fuzzers/api_fuzzer.c
1129 deps:
1130 - grpc_test_util
1131 - grpc
1132 - gpr_test_util
1133 - gpr
1134 corpus_dirs:
1135 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001136 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001137 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138- name: bin_encoder_test
1139 build: test
1140 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001141 src:
1142 - test/core/transport/chttp2/bin_encoder_test.c
1143 deps:
1144 - grpc_test_util
1145 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001146- name: census_context_test
1147 build: test
1148 language: c
1149 src:
1150 - test/core/census/context_test.c
1151 deps:
1152 - grpc_test_util
1153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001154 - gpr_test_util
1155 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001156- name: channel_create_test
1157 build: test
1158 language: c
1159 src:
1160 - test/core/surface/channel_create_test.c
1161 deps:
1162 - grpc_test_util
1163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001164 - gpr_test_util
1165 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001166- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167 build: test
1168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001169 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001170 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001171 deps:
1172 - grpc_test_util
1173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001174 - gpr_test_util
1175 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001176- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001177 build: test
1178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001179 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001180 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001181 deps:
1182 - grpc_test_util
1183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001184 - gpr_test_util
1185 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001186- name: chttp2_stream_map_test
1187 build: test
1188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001189 src:
1190 - test/core/transport/chttp2/stream_map_test.c
1191 deps:
1192 - grpc_test_util
1193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001194 - gpr_test_util
1195 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001196- name: chttp2_varint_test
1197 build: test
1198 language: c
1199 src:
1200 - test/core/transport/chttp2/varint_test.c
1201 deps:
1202 - grpc_test_util
1203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001204 - gpr_test_util
1205 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001206- name: client_fuzzer
1207 build: fuzzer
1208 language: c
1209 src:
1210 - test/core/end2end/fuzzers/client_fuzzer.c
1211 deps:
1212 - grpc_test_util
1213 - grpc
1214 - gpr_test_util
1215 - gpr
1216 corpus_dirs:
1217 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001218 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001219 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001220- name: compression_test
1221 build: test
1222 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001223 src:
1224 - test/core/compression/compression_test.c
1225 deps:
1226 - grpc_test_util
1227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001228 - gpr_test_util
1229 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001230- name: concurrent_connectivity_test
1231 build: test
1232 language: c
1233 src:
1234 - test/core/surface/concurrent_connectivity_test.c
1235 deps:
1236 - grpc_test_util
1237 - grpc
1238 - gpr_test_util
1239 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001240- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001241 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001242 build: test
1243 language: c
1244 src:
1245 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1246 deps:
1247 - grpc_test_util
1248 - grpc
1249 - gpr_test_util
1250 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001251- name: dns_resolver_test
1252 build: test
1253 language: c
1254 src:
1255 - test/core/client_config/resolvers/dns_resolver_test.c
1256 deps:
1257 - grpc_test_util
1258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001259 - gpr_test_util
1260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001262 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263 build: test
1264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001265 src:
1266 - test/core/end2end/dualstack_socket_test.c
1267 deps:
1268 - grpc_test_util
1269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001270 - gpr_test_util
1271 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001272 platforms:
1273 - mac
1274 - linux
1275 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001276- name: endpoint_pair_test
1277 build: test
1278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001279 src:
1280 - test/core/iomgr/endpoint_pair_test.c
1281 deps:
1282 - grpc_test_util
1283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001284 - gpr_test_util
1285 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286- name: fd_conservation_posix_test
1287 build: test
1288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001289 src:
1290 - test/core/iomgr/fd_conservation_posix_test.c
1291 deps:
1292 - grpc_test_util
1293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001294 - gpr_test_util
1295 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001296 platforms:
1297 - mac
1298 - linux
1299 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001300- name: fd_posix_test
1301 build: test
1302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001303 src:
1304 - test/core/iomgr/fd_posix_test.c
1305 deps:
1306 - grpc_test_util
1307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr_test_util
1309 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001310 platforms:
1311 - mac
1312 - linux
1313 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314- name: fling_client
1315 build: test
1316 run: false
1317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001318 src:
1319 - test/core/fling/client.c
1320 deps:
1321 - grpc_test_util
1322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001323 - gpr_test_util
1324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325- name: fling_server
1326 build: test
1327 run: false
1328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001329 src:
1330 - test/core/fling/server.c
1331 deps:
1332 - grpc_test_util
1333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001334 - gpr_test_util
1335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001337 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001338 build: test
1339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001340 src:
1341 - test/core/fling/fling_stream_test.c
1342 deps:
1343 - grpc_test_util
1344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001345 - gpr_test_util
1346 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001347 platforms:
1348 - mac
1349 - linux
1350 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001352 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001353 build: test
1354 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001355 src:
1356 - test/core/fling/fling_test.c
1357 deps:
1358 - grpc_test_util
1359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001360 - gpr_test_util
1361 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001362 platforms:
1363 - mac
1364 - linux
1365 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001366- name: gen_hpack_tables
1367 build: tool
1368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001369 src:
1370 - tools/codegen/core/gen_hpack_tables.c
1371 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001372 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001373 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374- name: gen_legal_metadata_characters
1375 build: tool
1376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001377 src:
1378 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001379 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001380- name: goaway_server_test
1381 cpu_cost: 0.1
1382 build: test
1383 language: c
1384 src:
1385 - test/core/end2end/goaway_server_test.c
1386 deps:
1387 - grpc_test_util
1388 - grpc
1389 - gpr_test_util
1390 - gpr
1391 platforms:
1392 - mac
1393 - linux
1394 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001395- name: gpr_avl_test
1396 build: test
1397 language: c
1398 src:
1399 - test/core/support/avl_test.c
1400 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001401 - gpr_test_util
1402 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001403- name: gpr_backoff_test
1404 build: test
1405 language: c
1406 src:
1407 - test/core/support/backoff_test.c
1408 deps:
1409 - gpr_test_util
1410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: gpr_cmdline_test
1412 build: test
1413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001414 src:
1415 - test/core/support/cmdline_test.c
1416 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001417 - gpr_test_util
1418 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001419- name: gpr_cpu_test
1420 build: test
1421 language: c
1422 src:
1423 - test/core/support/cpu_test.c
1424 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001425 - gpr_test_util
1426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001427- name: gpr_env_test
1428 build: test
1429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001430 src:
1431 - test/core/support/env_test.c
1432 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001433 - gpr_test_util
1434 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001435- name: gpr_histogram_test
1436 build: test
1437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001438 src:
1439 - test/core/support/histogram_test.c
1440 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001441 - gpr_test_util
1442 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001443- name: gpr_host_port_test
1444 build: test
1445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001446 src:
1447 - test/core/support/host_port_test.c
1448 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001449 - gpr_test_util
1450 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001451- name: gpr_load_file_test
1452 build: test
1453 language: c
1454 src:
1455 - test/core/support/load_file_test.c
1456 deps:
1457 - gpr_test_util
1458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001459- name: gpr_log_test
1460 build: test
1461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001462 src:
1463 - test/core/support/log_test.c
1464 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001465 - gpr_test_util
1466 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467- name: gpr_slice_buffer_test
1468 build: test
1469 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001470 src:
1471 - test/core/support/slice_buffer_test.c
1472 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001473 - gpr_test_util
1474 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001475- name: gpr_slice_test
1476 build: test
1477 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001478 src:
1479 - test/core/support/slice_test.c
1480 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr_test_util
1482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001484 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485 build: test
1486 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001487 src:
1488 - test/core/support/stack_lockfree_test.c
1489 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr_test_util
1491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492- name: gpr_string_test
1493 build: test
1494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001495 src:
1496 - test/core/support/string_test.c
1497 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001498 - gpr_test_util
1499 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001500- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001501 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - test/core/support/sync_test.c
1506 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001510 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511 build: test
1512 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001513 src:
1514 - test/core/support/thd_test.c
1515 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001516 - gpr_test_util
1517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518- name: gpr_time_test
1519 build: test
1520 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001521 src:
1522 - test/core/support/time_test.c
1523 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001526- name: gpr_tls_test
1527 build: test
1528 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001529 src:
1530 - test/core/support/tls_test.c
1531 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001532 - gpr_test_util
1533 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001534- name: gpr_useful_test
1535 build: test
1536 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001537 src:
1538 - test/core/support/useful_test.c
1539 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001540 - gpr_test_util
1541 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001542- name: grpc_auth_context_test
1543 build: test
1544 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001545 src:
1546 - test/core/security/auth_context_test.c
1547 deps:
1548 - grpc_test_util
1549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001550 - gpr_test_util
1551 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001552- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553 build: test
1554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001555 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001556 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001557 deps:
1558 - grpc_test_util
1559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: grpc_byte_buffer_reader_test
1563 build: test
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
1566 - test/core/surface/byte_buffer_reader_test.c
1567 deps:
1568 - grpc_test_util
1569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001570 - gpr_test_util
1571 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001572- name: grpc_channel_args_test
1573 build: test
1574 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001575 src:
1576 - test/core/channel/channel_args_test.c
1577 deps:
1578 - grpc_test_util
1579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001580 - gpr_test_util
1581 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582- name: grpc_channel_stack_test
1583 build: test
1584 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001585 src:
1586 - test/core/channel/channel_stack_test.c
1587 deps:
1588 - grpc_test_util
1589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 - gpr_test_util
1591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001592- name: grpc_completion_queue_test
1593 build: test
1594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001595 src:
1596 - test/core/surface/completion_queue_test.c
1597 deps:
1598 - grpc_test_util
1599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001602- name: grpc_create_jwt
1603 build: tool
1604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001605 src:
1606 - test/core/security/create_jwt.c
1607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: grpc_credentials_test
1613 build: test
1614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001615 src:
1616 - test/core/security/credentials_test.c
1617 deps:
1618 - grpc_test_util
1619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 - gpr_test_util
1621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001622- name: grpc_fetch_oauth2
1623 build: tool
1624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001625 src:
1626 - test/core/security/fetch_oauth2.c
1627 deps:
1628 - grpc_test_util
1629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001630 - gpr_test_util
1631 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001632- name: grpc_invalid_channel_args_test
1633 build: test
1634 language: c
1635 src:
1636 - test/core/surface/invalid_channel_args_test.c
1637 deps:
1638 - grpc_test_util
1639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001640 - gpr_test_util
1641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001642- name: grpc_json_token_test
1643 build: test
1644 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001645 src:
1646 - test/core/security/json_token_test.c
1647 deps:
1648 - grpc_test_util
1649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 - gpr_test_util
1651 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001652 platforms:
1653 - linux
1654 - posix
1655 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656- name: grpc_jwt_verifier_test
1657 build: test
1658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
1660 - test/core/security/jwt_verifier_test.c
1661 deps:
1662 - grpc_test_util
1663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001664 - gpr_test_util
1665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666- name: grpc_print_google_default_creds_token
1667 build: tool
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/security/print_google_default_creds_token.c
1671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676- name: grpc_security_connector_test
1677 build: test
1678 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001679 src:
1680 - test/core/security/security_connector_test.c
1681 deps:
1682 - grpc_test_util
1683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr_test_util
1685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: grpc_verify_jwt
1687 build: tool
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/security/verify_jwt.c
1691 deps:
1692 - grpc_test_util
1693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001694 - gpr_test_util
1695 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001696- name: hpack_parser_fuzzer_test
1697 build: fuzzer
1698 language: c
1699 src:
1700 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
1704 - gpr_test_util
1705 - gpr
1706 corpus_dirs:
1707 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001708 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001709 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: hpack_parser_test
1711 build: test
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/transport/chttp2/hpack_parser_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001720- name: hpack_table_test
1721 build: test
1722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001723 src:
1724 - test/core/transport/chttp2/hpack_table_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001730- name: http_fuzzer_test
1731 build: fuzzer
1732 language: c
1733 src:
1734 - test/core/http/fuzzer.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
1738 - gpr_test_util
1739 - gpr
1740 corpus_dirs:
1741 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001742 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001743- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744 build: test
1745 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001746 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001747 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001748 deps:
1749 - grpc_test_util
1750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 - gpr_test_util
1752 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001753- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001754 build: test
1755 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001756 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001757 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001758 deps:
1759 - grpc_test_util
1760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001761 - gpr_test_util
1762 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001764 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765 build: test
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001768 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001769 deps:
1770 - grpc_test_util
1771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001774 platforms:
1775 - mac
1776 - linux
1777 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001778- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001779 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001780 build: test
1781 language: c
1782 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001783 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001789 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001790 - linux
yang-gf1183302015-12-07 16:02:05 -08001791- name: init_test
1792 build: test
1793 language: c
1794 src:
1795 - test/core/surface/init_test.c
1796 deps:
1797 - grpc_test_util
1798 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001799 - gpr_test_util
1800 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001801- name: internal_api_canary_iomgr_test
1802 build: test
1803 run: false
1804 language: c
1805 src:
1806 - test/core/internal_api_canaries/iomgr.c
1807 deps:
1808 - grpc_test_util
1809 - grpc
1810 - gpr_test_util
1811 - gpr
1812- name: internal_api_canary_support_test
1813 build: test
1814 run: false
1815 language: c
1816 src:
1817 - test/core/internal_api_canaries/iomgr.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
1821 - gpr_test_util
1822 - gpr
1823- name: internal_api_canary_transport_test
1824 build: test
1825 run: false
1826 language: c
1827 src:
1828 - test/core/internal_api_canaries/iomgr.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
1832 - gpr_test_util
1833 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001834- name: invalid_call_argument_test
1835 build: test
1836 language: c
1837 src:
1838 - test/core/end2end/invalid_call_argument_test.c
1839 deps:
1840 - grpc_test_util
1841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001842 - gpr_test_util
1843 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001844- name: json_fuzzer_test
1845 build: fuzzer
1846 language: c
1847 src:
1848 - test/core/json/fuzzer.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
1852 - gpr_test_util
1853 - gpr
1854 corpus_dirs:
1855 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001856 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: json_rewrite
1858 build: test
1859 run: false
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/json/json_rewrite.c
1863 deps:
1864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: json_rewrite_test
1867 build: test
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/json/json_rewrite_test.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001874 - gpr_test_util
1875 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001876- name: json_stream_error_test
1877 build: test
1878 language: c
1879 src:
1880 - test/core/json/json_stream_error_test.c
1881 deps:
1882 - grpc_test_util
1883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: json_test
1887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/json/json_test.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896- name: lame_client_test
1897 build: test
1898 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001899 src:
1900 - test/core/surface/lame_client_test.c
1901 deps:
1902 - grpc_test_util
1903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001904 - gpr_test_util
1905 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001906- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001907 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001908 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/client_config/lb_policies_test.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918- name: low_level_ping_pong_benchmark
1919 build: benchmark
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
1922 - test/core/network_benchmarks/low_level_ping_pong.c
1923 deps:
1924 - grpc_test_util
1925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001928 platforms:
1929 - mac
1930 - linux
1931 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: message_compress_test
1933 build: test
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - test/core/compression/message_compress_test.c
1937 deps:
1938 - grpc_test_util
1939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr_test_util
1941 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001942- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001943 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001944 build: test
1945 language: c
1946 src:
1947 - test/core/census/mlog_test.c
1948 deps:
1949 - grpc_test_util
1950 - grpc
1951 - gpr_test_util
1952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953- name: multiple_server_queues_test
1954 build: test
1955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001956 src:
1957 - test/core/end2end/multiple_server_queues_test.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: murmur_hash_test
1964 build: test
1965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001966 src:
1967 - test/core/support/murmur_hash_test.c
1968 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001971- name: nanopb_fuzzer_response_test
1972 build: fuzzer
1973 language: c
1974 src:
1975 - test/core/nanopb/fuzzer_response.c
1976 deps:
1977 - grpc_test_util
1978 - grpc
1979 - gpr_test_util
1980 - gpr
1981 corpus_dirs:
1982 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07001983 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001984- name: nanopb_fuzzer_serverlist_test
1985 build: fuzzer
1986 language: c
1987 src:
1988 - test/core/nanopb/fuzzer_serverlist.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
1992 - gpr_test_util
1993 - gpr
1994 corpus_dirs:
1995 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07001996 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001998 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/end2end/no_server_test.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: resolve_address_test
2009 build: test
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/iomgr/resolve_address_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
yang-gd482e592015-12-10 14:04:00 -08002018- name: secure_channel_create_test
2019 build: test
2020 language: c
2021 src:
2022 - test/core/surface/secure_channel_create_test.c
2023 deps:
2024 - grpc_test_util
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028- name: secure_endpoint_test
2029 build: test
2030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002031 src:
2032 - test/core/security/secure_endpoint_test.c
2033 deps:
2034 - grpc_test_util
2035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002038- name: server_chttp2_test
2039 build: test
2040 language: c
2041 src:
2042 - test/core/surface/server_chttp2_test.c
2043 deps:
2044 - grpc_test_util
2045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr_test_util
2047 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002048- name: server_fuzzer
2049 build: fuzzer
2050 language: c
2051 src:
2052 - test/core/end2end/fuzzers/server_fuzzer.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
2056 - gpr_test_util
2057 - gpr
2058 corpus_dirs:
2059 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002060 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002061 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002062- name: server_test
2063 build: test
2064 language: c
2065 src:
2066 - test/core/surface/server_test.c
2067 deps:
2068 - grpc_test_util
2069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002070 - gpr_test_util
2071 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002072- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002073 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002074 build: test
2075 language: c
2076 src:
2077 - test/core/client_config/set_initial_connect_string_test.c
2078 deps:
2079 - test_tcp_server
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002084- name: sockaddr_resolver_test
2085 build: test
2086 language: c
2087 src:
2088 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094- name: sockaddr_utils_test
2095 build: test
2096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002097 src:
2098 - test/core/iomgr/sockaddr_utils_test.c
2099 deps:
2100 - grpc_test_util
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002104- name: socket_utils_test
2105 build: test
2106 language: c
2107 src:
2108 - test/core/iomgr/socket_utils_test.c
2109 deps:
2110 - grpc_test_util
2111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 - gpr_test_util
2113 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002114 platforms:
2115 - mac
2116 - linux
2117 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002119 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120 build: test
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - test/core/iomgr/tcp_client_posix_test.c
2124 deps:
2125 - grpc_test_util
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr_test_util
2128 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002129 platforms:
2130 - mac
2131 - linux
2132 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002134 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135 build: test
2136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/core/iomgr/tcp_posix_test.c
2139 deps:
2140 - grpc_test_util
2141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 - gpr_test_util
2143 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002144 platforms:
2145 - mac
2146 - linux
2147 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: tcp_server_posix_test
2149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/iomgr/tcp_server_posix_test.c
2153 deps:
2154 - grpc_test_util
2155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002158 platforms:
2159 - mac
2160 - linux
2161 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162- name: time_averaged_stats_test
2163 build: test
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
2166 - test/core/iomgr/time_averaged_stats_test.c
2167 deps:
2168 - grpc_test_util
2169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002170 - gpr_test_util
2171 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172- name: timeout_encoding_test
2173 build: test
2174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002175 src:
2176 - test/core/transport/chttp2/timeout_encoding_test.c
2177 deps:
2178 - grpc_test_util
2179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 - gpr_test_util
2181 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002182- name: timer_heap_test
2183 build: test
2184 language: c
2185 src:
2186 - test/core/iomgr/timer_heap_test.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr_test_util
2191 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002192- name: timer_list_test
2193 build: test
2194 language: c
2195 src:
2196 - test/core/iomgr/timer_list_test.c
2197 deps:
2198 - grpc_test_util
2199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002200 - gpr_test_util
2201 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002202- name: timers_test
2203 build: test
2204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002205 src:
2206 - test/core/profiling/timers_test.c
2207 deps:
2208 - grpc_test_util
2209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr_test_util
2211 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002212- name: transport_connectivity_state_test
2213 build: test
2214 language: c
2215 src:
2216 - test/core/transport/connectivity_state_test.c
2217 deps:
2218 - grpc_test_util
2219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002220 - gpr_test_util
2221 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002222- name: transport_metadata_test
2223 build: test
2224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002225 src:
2226 - test/core/transport/metadata_test.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr_test_util
2231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002232- name: transport_security_test
2233 build: test
2234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002235 src:
2236 - test/core/tsi/transport_security_test.c
2237 deps:
2238 - grpc_test_util
2239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002240 - gpr_test_util
2241 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002242 platforms:
2243 - linux
2244 - posix
2245 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002246- name: udp_server_test
2247 build: test
2248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002249 src:
2250 - test/core/iomgr/udp_server_test.c
2251 deps:
2252 - grpc_test_util
2253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr_test_util
2255 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002256 platforms:
2257 - mac
2258 - linux
2259 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002260- name: uri_fuzzer_test
2261 build: fuzzer
2262 language: c
2263 src:
2264 - test/core/client_config/uri_fuzzer_test.c
2265 deps:
2266 - grpc_test_util
2267 - grpc
2268 - gpr_test_util
2269 - gpr
2270 corpus_dirs:
2271 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002272 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002273- name: uri_parser_test
2274 build: test
2275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002276 src:
2277 - test/core/client_config/uri_parser_test.c
2278 deps:
2279 - grpc_test_util
2280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr_test_util
2282 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002283- name: workqueue_test
2284 build: test
2285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
2287 - test/core/iomgr/workqueue_test.c
2288 deps:
2289 - grpc_test_util
2290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002293 platforms:
2294 - mac
2295 - linux
2296 - posix
vjpai04e992a2016-02-10 16:58:38 -08002297- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002298 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002299 build: test
2300 language: c++
2301 src:
2302 - test/cpp/common/alarm_cpp_test.cc
2303 deps:
2304 - grpc++_test_util
2305 - grpc_test_util
2306 - grpc++
2307 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002308 - gpr_test_util
2309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002311 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312 build: test
2313 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/cpp/end2end/async_end2end_test.cc
2316 deps:
2317 - grpc++_test_util
2318 - grpc_test_util
2319 - grpc++
2320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002321 - gpr_test_util
2322 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002323- name: async_streaming_ping_pong_test
2324 build: test
2325 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002326 src:
2327 - test/cpp/qps/async_streaming_ping_pong_test.cc
2328 deps:
2329 - qps
2330 - grpc++_test_util
2331 - grpc_test_util
2332 - grpc++
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002336 platforms:
2337 - mac
2338 - linux
2339 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: async_unary_ping_pong_test
2341 build: test
2342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/cpp/qps/async_unary_ping_pong_test.cc
2345 deps:
2346 - qps
2347 - grpc++_test_util
2348 - grpc_test_util
2349 - grpc++
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002353 platforms:
2354 - mac
2355 - linux
2356 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002358 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002359 build: test
2360 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
2362 - test/cpp/common/auth_property_iterator_test.cc
2363 deps:
2364 - grpc++_test_util
2365 - grpc_test_util
2366 - grpc++
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002371 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372 build: test
2373 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
yang-g52705592015-11-25 11:45:33 -08002375 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002376 deps:
2377 - grpc++
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002380- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002381 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382 build: test
2383 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002384 src:
2385 - test/cpp/util/cli_call_test.cc
2386 deps:
2387 - grpc++_test_util
2388 - grpc_test_util
2389 - grpc++
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002394 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002395 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396 build: test
2397 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002398 src:
2399 - test/cpp/end2end/client_crash_test.cc
2400 deps:
2401 - grpc++_test_util
2402 - grpc_test_util
2403 - grpc++
2404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002405 - gpr_test_util
2406 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002407 platforms:
2408 - mac
2409 - linux
2410 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: client_crash_test_server
2412 build: test
2413 run: false
2414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/cpp/end2end/client_crash_test_server.cc
2417 deps:
2418 - grpc++_test_util
2419 - grpc_test_util
2420 - grpc++
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002424- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002425 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002426 build: test
2427 language: c++
2428 src:
2429 - src/proto/grpc/testing/control.proto
2430 - src/proto/grpc/testing/messages.proto
2431 - src/proto/grpc/testing/payloads.proto
2432 - src/proto/grpc/testing/perf_db.proto
2433 - src/proto/grpc/testing/services.proto
2434 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002435 - test/cpp/codegen/codegen_test_full.cc
2436 deps:
2437 - grpc++
2438 - grpc
2439 - gpr
2440 filegroups:
2441 - grpc++_codegen
2442- name: codegen_test_minimal
2443 gtest: true
2444 build: test
2445 language: c++
2446 src:
2447 - src/proto/grpc/testing/control.proto
2448 - src/proto/grpc/testing/messages.proto
2449 - src/proto/grpc/testing/payloads.proto
2450 - src/proto/grpc/testing/perf_db.proto
2451 - src/proto/grpc/testing/services.proto
2452 - src/proto/grpc/testing/stats.proto
2453 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002454 filegroups:
2455 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002457 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458 build: test
2459 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002460 src:
2461 - test/cpp/client/credentials_test.cc
2462 deps:
2463 - grpc++
2464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002467 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468 build: test
2469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002470 src:
2471 - test/cpp/util/byte_buffer_test.cc
2472 deps:
2473 - grpc_test_util
2474 - grpc++
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002478- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002479 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480 build: test
2481 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002482 src:
2483 - test/cpp/util/slice_test.cc
2484 deps:
2485 - grpc_test_util
2486 - grpc++
2487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002488 - gpr_test_util
2489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002491 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002492 build: test
2493 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002494 src:
2495 - test/cpp/util/string_ref_test.cc
2496 deps:
2497 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002499 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002500 build: test
2501 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002502 src:
2503 - test/cpp/util/time_test.cc
2504 deps:
2505 - grpc_test_util
2506 - grpc++
2507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 - gpr_test_util
2509 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002510- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002511 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002512 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002513 build: test
2514 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002515 src:
2516 - test/cpp/end2end/end2end_test.cc
2517 deps:
2518 - grpc++_test_util
2519 - grpc_test_util
2520 - grpc++
2521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002522 - gpr_test_util
2523 - gpr
vjpai083dc622016-01-11 09:41:17 -08002524- name: generic_async_streaming_ping_pong_test
2525 build: test
2526 language: c++
2527 src:
2528 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2529 deps:
2530 - qps
2531 - grpc++_test_util
2532 - grpc_test_util
2533 - grpc++
2534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
vjpai083dc622016-01-11 09:41:17 -08002537 platforms:
2538 - mac
2539 - linux
2540 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002541- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002542 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002543 build: test
2544 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002545 src:
2546 - test/cpp/end2end/generic_end2end_test.cc
2547 deps:
2548 - grpc++_test_util
2549 - grpc_test_util
2550 - grpc++
2551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002552 - gpr_test_util
2553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554- name: grpc_cli
2555 build: test
2556 run: false
2557 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002558 src:
2559 - test/cpp/util/grpc_cli.cc
2560 deps:
2561 - grpc++_test_util
2562 - grpc_test_util
2563 - grpc++
2564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002565 - gpr_test_util
2566 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002567 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568- name: grpc_cpp_plugin
2569 build: protoc
2570 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002571 src:
2572 - src/compiler/cpp_plugin.cc
2573 deps:
2574 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002575 secure: false
2576 vs_config_type: Application
2577 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2578- name: grpc_csharp_plugin
2579 build: protoc
2580 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002581 src:
2582 - src/compiler/csharp_plugin.cc
2583 deps:
2584 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585 secure: false
2586 vs_config_type: Application
2587 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002588- name: grpc_node_plugin
2589 build: protoc
2590 language: c++
2591 src:
2592 - src/compiler/node_plugin.cc
2593 deps:
2594 - grpc_plugin_support
2595 secure: false
2596 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002597- name: grpc_objective_c_plugin
2598 build: protoc
2599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002600 src:
2601 - src/compiler/objective_c_plugin.cc
2602 deps:
2603 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002604 secure: false
2605 vs_config_type: Application
2606 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2607- name: grpc_python_plugin
2608 build: protoc
2609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002610 src:
2611 - src/compiler/python_plugin.cc
2612 deps:
2613 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614 secure: false
2615 vs_config_type: Application
2616 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2617- name: grpc_ruby_plugin
2618 build: protoc
2619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002620 src:
2621 - src/compiler/ruby_plugin.cc
2622 deps:
2623 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624 secure: false
2625 vs_config_type: Application
2626 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002627- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002628 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002629 build: test
2630 language: c++
2631 src:
2632 - src/proto/grpc/lb/v0/load_balancer.proto
2633 - test/cpp/grpclb/grpclb_api_test.cc
2634 deps:
2635 - grpc++_test_util
2636 - grpc_test_util
2637 - grpc++
2638 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002639- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002640 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002641 build: test
2642 language: c++
2643 src:
2644 - test/cpp/end2end/hybrid_end2end_test.cc
2645 deps:
2646 - grpc++_test_util
2647 - grpc_test_util
2648 - grpc++
2649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002650 - gpr_test_util
2651 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652- name: interop_client
2653 build: test
2654 run: false
2655 language: c++
2656 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002657 deps:
2658 - interop_client_main
2659 - interop_client_helper
2660 - grpc++_test_util
2661 - grpc_test_util
2662 - grpc++
2663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002664 - gpr_test_util
2665 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002666 - grpc++_test_config
2667 platforms:
2668 - mac
2669 - linux
2670 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002671- name: interop_server
2672 build: test
2673 run: false
2674 language: c++
2675 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002676 deps:
2677 - interop_server_main
2678 - interop_server_helper
2679 - grpc++_test_util
2680 - grpc_test_util
2681 - grpc++
2682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002683 - gpr_test_util
2684 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002685 - grpc++_test_config
2686 platforms:
2687 - mac
2688 - linux
2689 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002690- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002691 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002692 build: test
2693 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002694 src:
2695 - test/cpp/interop/interop_test.cc
2696 deps:
2697 - grpc_test_util
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002701 platforms:
2702 - mac
2703 - linux
2704 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002705- name: json_run_localhost
2706 build: test
2707 run: false
2708 language: c++
2709 src:
2710 - test/cpp/qps/json_run_localhost.cc
2711 deps:
2712 - grpc++_test_util
2713 - grpc_test_util
2714 - grpc++
2715 - grpc
2716 - gpr_test_util
2717 - gpr
2718 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002719- name: metrics_client
2720 build: test
2721 run: false
2722 language: c++
2723 headers:
2724 - test/cpp/util/metrics_server.h
2725 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002726 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002727 - test/cpp/interop/metrics_client.cc
2728 deps:
2729 - grpc++
2730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002731 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002732 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002733- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002734 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002735 build: test
2736 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002737 src:
2738 - test/cpp/end2end/mock_test.cc
2739 deps:
2740 - grpc++_test_util
2741 - grpc_test_util
2742 - grpc++
2743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002744 - gpr_test_util
2745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746- name: qps_interarrival_test
2747 build: test
2748 run: false
2749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002750 src:
2751 - test/cpp/qps/qps_interarrival_test.cc
2752 deps:
2753 - qps
2754 - grpc++_test_util
2755 - grpc_test_util
2756 - grpc++
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr_test_util
2759 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002760 platforms:
2761 - mac
2762 - linux
2763 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002764- name: qps_json_driver
2765 build: test
2766 run: false
2767 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002768 headers:
2769 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002770 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002771 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002772 - test/cpp/qps/qps_json_driver.cc
2773 deps:
2774 - qps
2775 - grpc++_test_util
2776 - grpc_test_util
2777 - grpc++
2778 - grpc
2779 - gpr_test_util
2780 - gpr
2781 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002782- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002783 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002784 build: test
2785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002786 src:
2787 - test/cpp/qps/qps_openloop_test.cc
2788 deps:
2789 - qps
2790 - grpc++_test_util
2791 - grpc_test_util
2792 - grpc++
2793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002794 - gpr_test_util
2795 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002796 - grpc++_test_config
2797 platforms:
2798 - mac
2799 - linux
2800 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002802 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803 build: test
2804 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
2806 - test/cpp/qps/qps_test.cc
2807 deps:
2808 - qps
2809 - grpc++_test_util
2810 - grpc_test_util
2811 - grpc++
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002815 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002816 platforms:
2817 - mac
2818 - linux
2819 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002820- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002821 build: test
2822 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002824 headers:
2825 - test/cpp/qps/client.h
2826 - test/cpp/qps/server.h
2827 src:
2828 - test/cpp/qps/worker.cc
2829 deps:
2830 - qps
2831 - grpc++_test_util
2832 - grpc_test_util
2833 - grpc++
2834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002835 - gpr_test_util
2836 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002837 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838- name: reconnect_interop_client
2839 build: test
2840 run: false
2841 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002842 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002843 - src/proto/grpc/testing/empty.proto
2844 - src/proto/grpc/testing/messages.proto
2845 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002846 - test/cpp/interop/reconnect_interop_client.cc
2847 deps:
2848 - grpc++_test_util
2849 - grpc_test_util
2850 - grpc++
2851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002852 - gpr_test_util
2853 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002854 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002855- name: reconnect_interop_server
2856 build: test
2857 run: false
2858 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002859 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002860 - src/proto/grpc/testing/empty.proto
2861 - src/proto/grpc/testing/messages.proto
2862 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002863 - test/cpp/interop/reconnect_interop_server.cc
2864 deps:
2865 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002866 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002867 - grpc++_test_util
2868 - grpc_test_util
2869 - grpc++
2870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002871 - gpr_test_util
2872 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002873 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002874- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002875 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002876 build: test
2877 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002878 src:
2879 - test/cpp/common/secure_auth_context_test.cc
2880 deps:
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- name: secure_sync_unary_ping_pong_test
2888 build: test
2889 language: c++
2890 src:
2891 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2892 deps:
2893 - qps
2894 - grpc++_test_util
2895 - grpc_test_util
2896 - grpc++
2897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002898 - gpr_test_util
2899 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002900 platforms:
2901 - mac
2902 - linux
2903 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002905 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002906 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002907 build: test
2908 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002909 src:
2910 - test/cpp/end2end/server_crash_test.cc
2911 deps:
2912 - grpc++_test_util
2913 - grpc_test_util
2914 - grpc++
2915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002916 - gpr_test_util
2917 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002918 platforms:
2919 - mac
2920 - linux
2921 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002922- name: server_crash_test_client
2923 build: test
2924 run: false
2925 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002926 src:
2927 - test/cpp/end2end/server_crash_test_client.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: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002936 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002937 build: test
2938 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002939 src:
2940 - test/cpp/end2end/shutdown_test.cc
2941 deps:
2942 - grpc++_test_util
2943 - grpc_test_util
2944 - grpc++
2945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002946 - gpr_test_util
2947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002948- name: status_test
2949 build: test
2950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
2952 - test/cpp/util/status_test.cc
2953 deps:
2954 - grpc_test_util
2955 - grpc++
2956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002957 - gpr_test_util
2958 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002959- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002960 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002961 build: test
2962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002963 src:
2964 - test/cpp/end2end/streaming_throughput_test.cc
2965 deps:
2966 - grpc++_test_util
2967 - grpc_test_util
2968 - grpc++
2969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002970 - gpr_test_util
2971 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002972 platforms:
2973 - mac
2974 - linux
2975 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002976- name: stress_test
2977 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002978 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002979 language: c++
2980 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002981 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002982 - test/cpp/interop/interop_client.h
2983 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002984 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002985 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002986 - src/proto/grpc/testing/empty.proto
2987 - src/proto/grpc/testing/messages.proto
2988 - src/proto/grpc/testing/metrics.proto
2989 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002990 - test/cpp/interop/interop_client.cc
2991 - test/cpp/interop/stress_interop_client.cc
2992 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002993 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002994 deps:
2995 - grpc++_test_util
2996 - grpc_test_util
2997 - grpc++
2998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002999 - gpr_test_util
3000 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003001 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: sync_streaming_ping_pong_test
3003 build: test
3004 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
3006 - test/cpp/qps/sync_streaming_ping_pong_test.cc
3007 deps:
3008 - qps
3009 - grpc++_test_util
3010 - grpc_test_util
3011 - grpc++
3012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003013 - gpr_test_util
3014 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003015 platforms:
3016 - mac
3017 - linux
3018 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003019- name: sync_unary_ping_pong_test
3020 build: test
3021 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003022 src:
3023 - test/cpp/qps/sync_unary_ping_pong_test.cc
3024 deps:
3025 - qps
3026 - grpc++_test_util
3027 - grpc_test_util
3028 - grpc++
3029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003030 - gpr_test_util
3031 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003032 platforms:
3033 - mac
3034 - linux
3035 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003036- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003037 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003038 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039 build: test
3040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003041 src:
3042 - test/cpp/end2end/thread_stress_test.cc
3043 deps:
3044 - grpc++_test_util
3045 - grpc_test_util
3046 - grpc++
3047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003048 - gpr_test_util
3049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003051 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003053 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003054 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003055 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003056 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003057 - test/cpp/end2end/zookeeper_test.cc
3058 deps:
3059 - grpc++_test_util
3060 - grpc_test_util
3061 - grpc++
3062 - grpc_zookeeper
3063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003064 - gpr_test_util
3065 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003066 external_deps:
3067 - zookeeper
3068 platforms:
3069 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003070- name: public_headers_must_be_c89
3071 build: test
3072 language: c89
3073 src:
3074 - test/core/surface/public_headers_must_be_c89.c
3075 deps:
3076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003077 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003078vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003079- linkage: static
3080 name: grpc.dependencies.zlib
3081 props: false
3082 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003083 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003084- linkage: static
3085 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003086 props: true
3087 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003088 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003089- name: gflags
3090 props: false
3091 redist: false
3092 version: 2.1.2.1
3093- name: gtest
3094 props: false
3095 redist: false
3096 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003097configs:
3098 asan:
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++
3106 compile_the_world: true
3107 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003108 ASAN_OPTIONS: detect_leaks=1:color=always
3109 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003110 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003111 asan-noleaks:
3112 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003113 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3114 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003115 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003116 LD: clang
3117 LDFLAGS: -fsanitize=address
3118 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003119 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003120 test_environ:
3121 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003122 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003123 asan-trace-cmp:
3124 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003125 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3126 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003127 CXX: clang++
3128 LD: clang
3129 LDFLAGS: -fsanitize=address
3130 LDXX: clang++
3131 compile_the_world: true
3132 test_environ:
3133 ASAN_OPTIONS: detect_leaks=1:color=always
3134 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3135 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003136 basicprof:
3137 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3138 DEFINES: NDEBUG
3139 dbg:
3140 CPPFLAGS: -O0
3141 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003142 easan:
3143 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003144 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3145 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003146 CXX: clang++
3147 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3148 LD: clang
3149 LDFLAGS: -fsanitize=address
3150 LDXX: clang++
3151 compile_the_world: true
3152 test_environ:
3153 ASAN_OPTIONS: detect_leaks=1:color=always
3154 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3155 timeout_multiplier: 3
3156 edbg:
3157 CPPFLAGS: -O0
3158 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3159 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003160 CC: clang
3161 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003162 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003163 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003164 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003165 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003166 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003167 LDXX: clang++
3168 compile_the_world: true
3169 test_environ:
3170 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3171 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003172 gcov:
3173 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003174 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003175 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003176 DEFINES: _DEBUG DEBUG GPR_GCOV
3177 LD: gcc
3178 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3179 LDXX: g++
3180 helgrind:
3181 CPPFLAGS: -O0
3182 DEFINES: _DEBUG DEBUG
3183 LDFLAGS: -rdynamic
3184 timeout_multiplier: 20
3185 valgrind: --tool=helgrind
3186 memcheck:
3187 CPPFLAGS: -O0
3188 DEFINES: _DEBUG DEBUG
3189 LDFLAGS: -rdynamic
3190 timeout_multiplier: 10
3191 valgrind: --tool=memcheck --leak-check=full
3192 msan:
3193 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003194 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3195 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3196 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003197 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003198 DEFINES: NDEBUG
3199 LD: clang
3200 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3201 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3202 LDXX: clang++
3203 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003204 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003205 mutrace:
3206 CPPFLAGS: -O0
3207 DEFINES: _DEBUG DEBUG
3208 LDFLAGS: -rdynamic
3209 opt:
3210 CPPFLAGS: -O2
3211 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003212 stapprof:
3213 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3214 DEFINES: NDEBUG
3215 tsan:
3216 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003217 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003218 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003219 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003220 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003221 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003222 LDXX: clang++
3223 compile_the_world: true
3224 test_environ:
3225 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003226 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003227 ubsan:
3228 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003229 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3230 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003231 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003232 DEFINES: NDEBUG
3233 LD: clang
3234 LDFLAGS: -fsanitize=undefined
3235 LDXX: clang++
3236 compile_the_world: true
3237 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003238defaults:
3239 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003240 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003241 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003242 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003243 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003244 global:
3245 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3246 LDFLAGS: -g
3247 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003248 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003249 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003250node_modules:
3251- deps:
3252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003253 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003254 - boringssl
3255 - z
murgatroid9994a75412015-11-19 14:04:53 -08003256 headers:
3257 - src/node/ext/byte_buffer.h
3258 - src/node/ext/call.h
3259 - src/node/ext/call_credentials.h
3260 - src/node/ext/channel.h
3261 - src/node/ext/channel_credentials.h
3262 - src/node/ext/completion_queue_async_worker.h
3263 - src/node/ext/server.h
3264 - src/node/ext/server_credentials.h
3265 - src/node/ext/timeval.h
3266 js:
3267 - src/node/index.js
3268 - src/node/src/client.js
3269 - src/node/src/common.js
3270 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003271 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003272 - src/node/src/metadata.js
3273 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003274 name: grpc_node
3275 src:
3276 - src/node/ext/byte_buffer.cc
3277 - src/node/ext/call.cc
3278 - src/node/ext/call_credentials.cc
3279 - src/node/ext/channel.cc
3280 - src/node/ext/channel_credentials.cc
3281 - src/node/ext/completion_queue_async_worker.cc
3282 - src/node/ext/node_grpc.cc
3283 - src/node/ext/server.cc
3284 - src/node/ext/server_credentials.cc
3285 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003286openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003287 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003288 extraction_dir: openssl-1.0.2f
3289 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003290php_config_m4:
3291 deps:
3292 - grpc
3293 - gpr
3294 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003295 headers:
3296 - src/php/ext/grpc/byte_buffer.h
3297 - src/php/ext/grpc/call.h
3298 - src/php/ext/grpc/call_credentials.h
3299 - src/php/ext/grpc/channel.h
3300 - src/php/ext/grpc/channel_credentials.h
3301 - src/php/ext/grpc/completion_queue.h
3302 - src/php/ext/grpc/php_grpc.h
3303 - src/php/ext/grpc/server.h
3304 - src/php/ext/grpc/server_credentials.h
3305 - src/php/ext/grpc/timeval.h
3306 src:
3307 - src/php/ext/grpc/byte_buffer.c
3308 - src/php/ext/grpc/call.c
3309 - src/php/ext/grpc/call_credentials.c
3310 - src/php/ext/grpc/channel.c
3311 - src/php/ext/grpc/channel_credentials.c
3312 - src/php/ext/grpc/completion_queue.c
3313 - src/php/ext/grpc/php_grpc.c
3314 - src/php/ext/grpc/server.c
3315 - src/php/ext/grpc/server_credentials.c
3316 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003317python_dependencies:
3318 deps:
3319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003320 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003321 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003322 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003323ruby_gem:
3324 deps:
3325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003326 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003327 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003328 - z