blob: e330920d9ea6288754d50f8f0304f86c502ffc94 [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
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200106 - src/core/lib/support/string_util_win32.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/string_win32.c
108 - src/core/lib/support/subprocess_posix.c
109 - src/core/lib/support/subprocess_windows.c
110 - src/core/lib/support/sync.c
111 - src/core/lib/support/sync_posix.c
112 - src/core/lib/support/sync_win32.c
113 - src/core/lib/support/thd.c
114 - src/core/lib/support/thd_posix.c
115 - src/core/lib/support/thd_win32.c
116 - src/core/lib/support/time.c
117 - src/core/lib/support/time_posix.c
118 - src/core/lib/support/time_precise.c
119 - src/core/lib/support/time_win32.c
120 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200121 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/tmpfile_posix.c
123 - src/core/lib/support/tmpfile_win32.c
124 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700125 uses:
126 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800127- name: gpr_codegen
128 public_headers:
129 - include/grpc/impl/codegen/alloc.h
130 - include/grpc/impl/codegen/atm.h
131 - include/grpc/impl/codegen/atm_gcc_atomic.h
132 - include/grpc/impl/codegen/atm_gcc_sync.h
133 - include/grpc/impl/codegen/atm_win32.h
134 - include/grpc/impl/codegen/log.h
135 - include/grpc/impl/codegen/port_platform.h
136 - include/grpc/impl/codegen/slice.h
137 - include/grpc/impl/codegen/slice_buffer.h
138 - include/grpc/impl/codegen/sync.h
139 - include/grpc/impl/codegen/sync_generic.h
140 - include/grpc/impl/codegen/sync_posix.h
141 - include/grpc/impl/codegen/sync_win32.h
142 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700143- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700144 public_headers:
145 - include/grpc/byte_buffer.h
146 - include/grpc/byte_buffer_reader.h
147 - include/grpc/compression.h
148 - include/grpc/grpc.h
149 - include/grpc/status.h
150 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700151 - src/core/lib/channel/channel_args.h
152 - src/core/lib/channel/channel_stack.h
153 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700154 - src/core/lib/channel/compress_filter.h
155 - src/core/lib/channel/connected_channel.h
156 - src/core/lib/channel/context.h
157 - src/core/lib/channel/http_client_filter.h
158 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700159 - src/core/lib/compression/algorithm_metadata.h
160 - src/core/lib/compression/message_compress.h
161 - src/core/lib/debug/trace.h
162 - src/core/lib/http/format_request.h
163 - src/core/lib/http/httpcli.h
164 - src/core/lib/http/parser.h
165 - src/core/lib/iomgr/closure.h
166 - src/core/lib/iomgr/endpoint.h
167 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700168 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
169 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/iomgr/exec_ctx.h
171 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/iomgr/iocp_windows.h
173 - src/core/lib/iomgr/iomgr.h
174 - src/core/lib/iomgr/iomgr_internal.h
175 - src/core/lib/iomgr/iomgr_posix.h
176 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700178 - src/core/lib/iomgr/pollset_set_windows.h
179 - src/core/lib/iomgr/pollset_windows.h
180 - src/core/lib/iomgr/resolve_address.h
181 - src/core/lib/iomgr/sockaddr.h
182 - src/core/lib/iomgr/sockaddr_posix.h
183 - src/core/lib/iomgr/sockaddr_utils.h
184 - src/core/lib/iomgr/sockaddr_win32.h
185 - src/core/lib/iomgr/socket_utils_posix.h
186 - src/core/lib/iomgr/socket_windows.h
187 - src/core/lib/iomgr/tcp_client.h
188 - src/core/lib/iomgr/tcp_posix.h
189 - src/core/lib/iomgr/tcp_server.h
190 - src/core/lib/iomgr/tcp_windows.h
191 - src/core/lib/iomgr/time_averaged_stats.h
192 - src/core/lib/iomgr/timer.h
193 - src/core/lib/iomgr/timer_heap.h
194 - src/core/lib/iomgr/udp_server.h
195 - src/core/lib/iomgr/unix_sockets_posix.h
196 - src/core/lib/iomgr/wakeup_fd_pipe.h
197 - src/core/lib/iomgr/wakeup_fd_posix.h
198 - src/core/lib/iomgr/workqueue.h
199 - src/core/lib/iomgr/workqueue_posix.h
200 - src/core/lib/iomgr/workqueue_windows.h
201 - src/core/lib/json/json.h
202 - src/core/lib/json/json_common.h
203 - src/core/lib/json/json_reader.h
204 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/surface/api_trace.h
206 - src/core/lib/surface/call.h
207 - src/core/lib/surface/call_test_only.h
208 - src/core/lib/surface/channel.h
209 - src/core/lib/surface/channel_init.h
210 - src/core/lib/surface/channel_stack_type.h
211 - src/core/lib/surface/completion_queue.h
212 - src/core/lib/surface/event_string.h
213 - src/core/lib/surface/init.h
214 - src/core/lib/surface/lame_client.h
215 - src/core/lib/surface/server.h
216 - src/core/lib/surface/surface_trace.h
217 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/transport/connectivity_state.h
219 - src/core/lib/transport/metadata.h
220 - src/core/lib/transport/metadata_batch.h
221 - src/core/lib/transport/static_metadata.h
222 - src/core/lib/transport/transport.h
223 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700224 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/channel/channel_args.c
226 - src/core/lib/channel/channel_stack.c
227 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/channel/compress_filter.c
229 - src/core/lib/channel/connected_channel.c
230 - src/core/lib/channel/http_client_filter.c
231 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/compression/compression_algorithm.c
233 - src/core/lib/compression/message_compress.c
234 - src/core/lib/debug/trace.c
235 - src/core/lib/http/format_request.c
236 - src/core/lib/http/httpcli.c
237 - src/core/lib/http/parser.c
238 - src/core/lib/iomgr/closure.c
239 - src/core/lib/iomgr/endpoint.c
240 - src/core/lib/iomgr/endpoint_pair_posix.c
241 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700242 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
243 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/exec_ctx.c
245 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/iocp_windows.c
247 - src/core/lib/iomgr/iomgr.c
248 - src/core/lib/iomgr/iomgr_posix.c
249 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/pollset_set_windows.c
251 - src/core/lib/iomgr/pollset_windows.c
252 - src/core/lib/iomgr/resolve_address_posix.c
253 - src/core/lib/iomgr/resolve_address_windows.c
254 - src/core/lib/iomgr/sockaddr_utils.c
255 - src/core/lib/iomgr/socket_utils_common_posix.c
256 - src/core/lib/iomgr/socket_utils_linux.c
257 - src/core/lib/iomgr/socket_utils_posix.c
258 - src/core/lib/iomgr/socket_windows.c
259 - src/core/lib/iomgr/tcp_client_posix.c
260 - src/core/lib/iomgr/tcp_client_windows.c
261 - src/core/lib/iomgr/tcp_posix.c
262 - src/core/lib/iomgr/tcp_server_posix.c
263 - src/core/lib/iomgr/tcp_server_windows.c
264 - src/core/lib/iomgr/tcp_windows.c
265 - src/core/lib/iomgr/time_averaged_stats.c
266 - src/core/lib/iomgr/timer.c
267 - src/core/lib/iomgr/timer_heap.c
268 - src/core/lib/iomgr/udp_server.c
269 - src/core/lib/iomgr/unix_sockets_posix.c
270 - src/core/lib/iomgr/unix_sockets_posix_noop.c
271 - src/core/lib/iomgr/wakeup_fd_eventfd.c
272 - src/core/lib/iomgr/wakeup_fd_nospecial.c
273 - src/core/lib/iomgr/wakeup_fd_pipe.c
274 - src/core/lib/iomgr/wakeup_fd_posix.c
275 - src/core/lib/iomgr/workqueue_posix.c
276 - src/core/lib/iomgr/workqueue_windows.c
277 - src/core/lib/json/json.c
278 - src/core/lib/json/json_reader.c
279 - src/core/lib/json/json_string.c
280 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/surface/alarm.c
282 - src/core/lib/surface/api_trace.c
283 - src/core/lib/surface/byte_buffer.c
284 - src/core/lib/surface/byte_buffer_reader.c
285 - src/core/lib/surface/call.c
286 - src/core/lib/surface/call_details.c
287 - src/core/lib/surface/call_log_batch.c
288 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/surface/channel_init.c
290 - src/core/lib/surface/channel_ping.c
291 - src/core/lib/surface/channel_stack_type.c
292 - src/core/lib/surface/completion_queue.c
293 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/surface/lame_client.c
295 - src/core/lib/surface/metadata_array.c
296 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/surface/validate_metadata.c
298 - src/core/lib/surface/version.c
299 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/transport/connectivity_state.c
301 - src/core/lib/transport/metadata.c
302 - src/core/lib/transport/metadata_batch.c
303 - src/core/lib/transport/static_metadata.c
304 - src/core/lib/transport/transport.c
305 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700306 deps:
307 - gpr
308 uses:
309 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700310- name: grpc_client_config
311 headers:
312 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700313 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700314 - src/core/ext/client_config/client_config.h
315 - src/core/ext/client_config/connector.h
316 - src/core/ext/client_config/initial_connect_string.h
317 - src/core/ext/client_config/lb_policy.h
318 - src/core/ext/client_config/lb_policy_factory.h
319 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700320 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700321 - src/core/ext/client_config/resolver.h
322 - src/core/ext/client_config/resolver_factory.h
323 - src/core/ext/client_config/resolver_registry.h
324 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700325 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700326 - src/core/ext/client_config/subchannel_index.h
327 - src/core/ext/client_config/uri_parser.h
328 src:
329 - src/core/ext/client_config/channel_connectivity.c
330 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700331 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700332 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700333 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700334 - src/core/ext/client_config/connector.c
335 - src/core/ext/client_config/default_initial_connect_string.c
336 - src/core/ext/client_config/initial_connect_string.c
337 - src/core/ext/client_config/lb_policy.c
338 - src/core/ext/client_config/lb_policy_factory.c
339 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700340 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700341 - src/core/ext/client_config/resolver.c
342 - src/core/ext/client_config/resolver_factory.c
343 - src/core/ext/client_config/resolver_registry.c
344 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700345 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700346 - src/core/ext/client_config/subchannel_index.c
347 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700348 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700349 uses:
350 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800351- name: grpc_codegen
352 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800353 - include/grpc/impl/codegen/byte_buffer.h
354 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800355 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800356 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800357 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800358 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700359 uses:
360 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700361- name: grpc_lb_policy_grpclb
362 headers:
363 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700364 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700365 src:
366 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700367 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700368 uses:
369 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700370 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700371 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700372- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700373 src:
374 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700375 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700376 uses:
377 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700378 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700379- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700380 src:
381 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700382 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700383 uses:
384 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700385 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700386- name: grpc_load_reporting
387 headers:
388 - src/core/ext/load_reporting/load_reporting.h
389 - src/core/ext/load_reporting/load_reporting_filter.h
390 src:
391 - src/core/ext/load_reporting/load_reporting.c
392 - src/core/ext/load_reporting/load_reporting_filter.c
393 plugin: grpc_load_reporting_plugin
394 uses:
395 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700396- name: grpc_resolver_dns_native
397 src:
398 - src/core/ext/resolver/dns/native/dns_resolver.c
399 plugin: grpc_resolver_dns_native
400 uses:
401 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700402 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700403- name: grpc_resolver_sockaddr
404 src:
405 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
406 plugin: grpc_resolver_sockaddr
407 uses:
408 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700409 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100410- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700411 public_headers:
412 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700413 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100414 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700415 - src/core/lib/security/auth_filters.h
416 - src/core/lib/security/b64.h
417 - src/core/lib/security/credentials.h
418 - src/core/lib/security/handshake.h
419 - src/core/lib/security/json_token.h
420 - src/core/lib/security/jwt_verifier.h
421 - src/core/lib/security/secure_endpoint.h
422 - src/core/lib/security/security_connector.h
423 - src/core/lib/security/security_context.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100424 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700425 - src/core/lib/http/httpcli_security_connector.c
426 - src/core/lib/security/b64.c
427 - src/core/lib/security/client_auth_filter.c
428 - src/core/lib/security/credentials.c
429 - src/core/lib/security/credentials_metadata.c
430 - src/core/lib/security/credentials_posix.c
431 - src/core/lib/security/credentials_win32.c
432 - src/core/lib/security/google_default_credentials.c
433 - src/core/lib/security/handshake.c
434 - src/core/lib/security/json_token.c
435 - src/core/lib/security/jwt_verifier.c
436 - src/core/lib/security/secure_endpoint.c
437 - src/core/lib/security/security_connector.c
438 - src/core/lib/security/security_context.c
439 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700440 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700441 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700442 uses:
443 - grpc_base
444 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700445 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700446- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700447 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700448 headers:
449 - test/core/end2end/cq_verifier.h
450 - test/core/end2end/fixtures/proxy.h
451 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700452 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200453 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700454 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700455 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700456 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700457 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700458 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700459 - test/core/util/slice_splitter.h
460 src:
461 - test/core/end2end/cq_verifier.c
462 - test/core/end2end/fixtures/proxy.c
463 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700464 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200465 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700466 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700467 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700468 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700469 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700470 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700471 - test/core/util/port_windows.c
472 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700473 deps:
474 - grpc
475 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700476- name: grpc_transport_chttp2
477 headers:
Craig Tillerf0555b32016-03-28 10:19:24 -0700478 - src/core/ext/transport/chttp2/transport/bin_encoder.h
479 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
480 - src/core/ext/transport/chttp2/transport/frame.h
481 - src/core/ext/transport/chttp2/transport/frame_data.h
482 - src/core/ext/transport/chttp2/transport/frame_goaway.h
483 - src/core/ext/transport/chttp2/transport/frame_ping.h
484 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
485 - src/core/ext/transport/chttp2/transport/frame_settings.h
486 - src/core/ext/transport/chttp2/transport/frame_window_update.h
487 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
488 - src/core/ext/transport/chttp2/transport/hpack_parser.h
489 - src/core/ext/transport/chttp2/transport/hpack_table.h
490 - src/core/ext/transport/chttp2/transport/http2_errors.h
491 - src/core/ext/transport/chttp2/transport/huffsyms.h
492 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
493 - src/core/ext/transport/chttp2/transport/internal.h
494 - src/core/ext/transport/chttp2/transport/status_conversion.h
495 - src/core/ext/transport/chttp2/transport/stream_map.h
496 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
497 - src/core/ext/transport/chttp2/transport/varint.h
498 src:
Craig Tillerf0555b32016-03-28 10:19:24 -0700499 - src/core/ext/transport/chttp2/transport/bin_encoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700500 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700501 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
502 - src/core/ext/transport/chttp2/transport/frame_data.c
503 - src/core/ext/transport/chttp2/transport/frame_goaway.c
504 - src/core/ext/transport/chttp2/transport/frame_ping.c
505 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
506 - src/core/ext/transport/chttp2/transport/frame_settings.c
507 - src/core/ext/transport/chttp2/transport/frame_window_update.c
508 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
509 - src/core/ext/transport/chttp2/transport/hpack_parser.c
510 - src/core/ext/transport/chttp2/transport/hpack_table.c
511 - src/core/ext/transport/chttp2/transport/huffsyms.c
512 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
513 - src/core/ext/transport/chttp2/transport/parsing.c
514 - src/core/ext/transport/chttp2/transport/status_conversion.c
515 - src/core/ext/transport/chttp2/transport/stream_lists.c
516 - src/core/ext/transport/chttp2/transport/stream_map.c
517 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
518 - src/core/ext/transport/chttp2/transport/varint.c
519 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700520 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700521 uses:
522 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700523 - grpc_transport_chttp2_alpn
524- name: grpc_transport_chttp2_alpn
525 headers:
526 - src/core/ext/transport/chttp2/alpn/alpn.h
527 src:
528 - src/core/ext/transport/chttp2/alpn/alpn.c
529 deps:
530 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700531- name: grpc_transport_chttp2_client_insecure
532 src:
533 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700534 uses:
535 - grpc_transport_chttp2
536 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700537 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700538- name: grpc_transport_chttp2_client_secure
539 src:
540 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700541 uses:
542 - grpc_transport_chttp2
543 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700544 - grpc_client_config
545 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700546- name: grpc_transport_chttp2_server_insecure
547 src:
548 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700549 uses:
550 - grpc_transport_chttp2
551 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700552- name: grpc_transport_chttp2_server_secure
553 src:
554 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700555 uses:
556 - grpc_transport_chttp2
557 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700558 - grpc_secure
Craig Tillereb841e22016-02-11 15:49:16 -0800559- name: nanopb
560 headers:
561 - third_party/nanopb/pb.h
562 - third_party/nanopb/pb_common.h
563 - third_party/nanopb/pb_decode.h
564 - third_party/nanopb/pb_encode.h
565 src:
566 - third_party/nanopb/pb_common.c
567 - third_party/nanopb/pb_decode.c
568 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700569- name: tsi
570 headers:
571 - src/core/lib/tsi/fake_transport_security.h
572 - src/core/lib/tsi/ssl_transport_security.h
573 - src/core/lib/tsi/ssl_types.h
574 - src/core/lib/tsi/transport_security.h
575 - src/core/lib/tsi/transport_security_interface.h
576 src:
577 - src/core/lib/tsi/fake_transport_security.c
578 - src/core/lib/tsi/ssl_transport_security.c
579 - src/core/lib/tsi/transport_security.c
580 deps:
581 - gpr
582 secure: true
583- name: grpc++_base
584 language: c++
585 public_headers:
586 - include/grpc++/alarm.h
587 - include/grpc++/channel.h
588 - include/grpc++/client_context.h
589 - include/grpc++/completion_queue.h
590 - include/grpc++/create_channel.h
591 - include/grpc++/generic/async_generic_service.h
592 - include/grpc++/generic/generic_stub.h
593 - include/grpc++/grpc++.h
594 - include/grpc++/impl/call.h
595 - include/grpc++/impl/client_unary_call.h
596 - include/grpc++/impl/grpc_library.h
597 - include/grpc++/impl/method_handler_impl.h
598 - include/grpc++/impl/proto_utils.h
599 - include/grpc++/impl/rpc_method.h
600 - include/grpc++/impl/rpc_service_method.h
601 - include/grpc++/impl/serialization_traits.h
602 - include/grpc++/impl/server_builder_option.h
603 - include/grpc++/impl/service_type.h
604 - include/grpc++/impl/sync.h
605 - include/grpc++/impl/sync_cxx11.h
606 - include/grpc++/impl/sync_no_cxx11.h
607 - include/grpc++/impl/thd.h
608 - include/grpc++/impl/thd_cxx11.h
609 - include/grpc++/impl/thd_no_cxx11.h
610 - include/grpc++/security/auth_context.h
611 - include/grpc++/security/auth_metadata_processor.h
612 - include/grpc++/security/credentials.h
613 - include/grpc++/security/server_credentials.h
614 - include/grpc++/server.h
615 - include/grpc++/server_builder.h
616 - include/grpc++/server_context.h
617 - include/grpc++/support/async_stream.h
618 - include/grpc++/support/async_unary_call.h
619 - include/grpc++/support/byte_buffer.h
620 - include/grpc++/support/channel_arguments.h
621 - include/grpc++/support/slice.h
622 - include/grpc++/support/status.h
623 - include/grpc++/support/status_code_enum.h
624 - include/grpc++/support/string_ref.h
625 - include/grpc++/support/stub_options.h
626 - include/grpc++/support/sync_stream.h
627 - include/grpc++/support/time.h
628 headers:
629 - src/cpp/client/create_channel_internal.h
630 - src/cpp/common/core_codegen.h
631 - src/cpp/server/dynamic_thread_pool.h
632 - src/cpp/server/thread_pool_interface.h
633 src:
634 - src/cpp/client/channel.cc
635 - src/cpp/client/client_context.cc
636 - src/cpp/client/create_channel.cc
637 - src/cpp/client/create_channel_internal.cc
638 - src/cpp/client/credentials.cc
639 - src/cpp/client/generic_stub.cc
640 - src/cpp/client/insecure_credentials.cc
641 - src/cpp/common/channel_arguments.cc
642 - src/cpp/common/completion_queue.cc
643 - src/cpp/common/core_codegen.cc
644 - src/cpp/common/rpc_method.cc
645 - src/cpp/server/async_generic_service.cc
646 - src/cpp/server/create_default_thread_pool.cc
647 - src/cpp/server/dynamic_thread_pool.cc
648 - src/cpp/server/insecure_server_credentials.cc
649 - src/cpp/server/server.cc
650 - src/cpp/server/server_builder.cc
651 - src/cpp/server/server_context.cc
652 - src/cpp/server/server_credentials.cc
653 - src/cpp/util/byte_buffer.cc
654 - src/cpp/util/slice.cc
655 - src/cpp/util/status.cc
656 - src/cpp/util/string_ref.cc
657 - src/cpp/util/time.cc
658 deps:
659 - grpc
660 uses:
661 - grpc++_codegen
662 - grpc++_config
663- name: grpc++_codegen
664 language: c++
665 public_headers:
666 - include/grpc++/impl/codegen/async_stream.h
667 - include/grpc++/impl/codegen/async_unary_call.h
668 - include/grpc++/impl/codegen/call.h
669 - include/grpc++/impl/codegen/call_hook.h
670 - include/grpc++/impl/codegen/channel_interface.h
671 - include/grpc++/impl/codegen/client_context.h
672 - include/grpc++/impl/codegen/client_unary_call.h
673 - include/grpc++/impl/codegen/completion_queue.h
674 - include/grpc++/impl/codegen/completion_queue_tag.h
675 - include/grpc++/impl/codegen/core_codegen_interface.h
676 - include/grpc++/impl/codegen/create_auth_context.h
677 - include/grpc++/impl/codegen/grpc_library.h
678 - include/grpc++/impl/codegen/method_handler_impl.h
679 - include/grpc++/impl/codegen/proto_utils.h
680 - include/grpc++/impl/codegen/rpc_method.h
681 - include/grpc++/impl/codegen/rpc_service_method.h
682 - include/grpc++/impl/codegen/security/auth_context.h
683 - include/grpc++/impl/codegen/serialization_traits.h
684 - include/grpc++/impl/codegen/server_context.h
685 - include/grpc++/impl/codegen/server_interface.h
686 - include/grpc++/impl/codegen/service_type.h
687 - include/grpc++/impl/codegen/status.h
688 - include/grpc++/impl/codegen/status_code_enum.h
689 - include/grpc++/impl/codegen/string_ref.h
690 - include/grpc++/impl/codegen/stub_options.h
691 - include/grpc++/impl/codegen/sync.h
692 - include/grpc++/impl/codegen/sync_cxx11.h
693 - include/grpc++/impl/codegen/sync_no_cxx11.h
694 - include/grpc++/impl/codegen/sync_stream.h
695 - include/grpc++/impl/codegen/time.h
696 src:
697 - src/cpp/codegen/codegen_init.cc
698 uses:
699 - grpc_codegen
700 - grpc++_config_codegen
701- name: grpc++_config
702 language: c++
703 public_headers:
704 - include/grpc++/support/config.h
705 - include/grpc++/support/config_protobuf.h
706 uses:
707 - grpc++_config_codegen
708- name: grpc++_config_codegen
709 language: c++
710 public_headers:
711 - include/grpc++/impl/codegen/config.h
712 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100713libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800714- name: gpr
715 build: all
716 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800717 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700718 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800719 secure: false
720 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
721- name: gpr_test_util
722 build: private
723 language: c
724 headers:
725 - test/core/util/test_config.h
726 src:
727 - test/core/util/test_config.c
728 deps:
729 - gpr
730 secure: false
731 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700732- name: grpc
733 build: all
734 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700735 src:
736 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700737 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800738 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700739 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700740 filegroups:
741 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700742 - grpc_transport_chttp2_server_secure
743 - grpc_transport_chttp2_client_secure
744 - grpc_transport_chttp2_server_insecure
745 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700746 - grpc_lb_policy_grpclb
747 - grpc_lb_policy_pick_first
748 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700749 - grpc_resolver_dns_native
750 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700751 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100752 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700753 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700754 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700755 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700756 vs_packages:
757 - grpc.dependencies.openssl
758 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700759 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100760- name: grpc_dll
761 build: private
762 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100763 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100764 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100765 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100766 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100767 build_system:
768 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100769 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100770 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100771 vs_config_type: DynamicLibrary
772 vs_packages:
773 - grpc.dependencies.openssl
774 - grpc.dependencies.zlib
775 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
776 vs_props:
777 - zlib
778 - openssl
779 - winsock
780 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700781- name: grpc_test_util
782 build: private
783 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700784 headers:
785 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800786 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700787 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700788 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700789 - test/core/end2end/data/server1_cert.c
790 - test/core/end2end/data/server1_key.c
791 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800792 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700793 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800794 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800795 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700796 - grpc
797 filegroups:
798 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700799 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
800- name: grpc_test_util_unsecure
801 build: private
802 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700803 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800804 - gpr
805 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800806 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700807 filegroups:
808 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700809 secure: false
810 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
811- name: grpc_unsecure
812 build: all
813 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700814 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700816 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700817 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800818 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700819 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700820 filegroups:
821 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700822 - grpc_transport_chttp2_server_insecure
823 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700824 - grpc_resolver_dns_native
825 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700826 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700827 - grpc_lb_policy_grpclb
828 - grpc_lb_policy_pick_first
829 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700830 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700831 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700832 secure: false
833 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
834- name: grpc_zookeeper
835 build: all
836 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700837 public_headers:
838 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700839 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700840 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700841 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800842 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700843 - grpc
844 external_deps:
845 - zookeeper
846 platforms:
847 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700848 secure: false
849- name: reconnect_server
850 build: private
851 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700852 headers:
853 - test/core/util/reconnect_server.h
854 src:
855 - test/core/util/reconnect_server.c
856 deps:
yang-gc9fca182015-11-06 16:41:33 -0800857 - test_tcp_server
858 - grpc_test_util
859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800860 - gpr_test_util
861 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800862- name: test_tcp_server
863 build: private
864 language: c
865 headers:
866 - test/core/util/test_tcp_server.h
867 src:
868 - test/core/util/test_tcp_server.c
869 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700870 - grpc_test_util
871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800872 - gpr_test_util
873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700874- name: grpc++
875 build: all
876 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700877 headers:
878 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800879 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700880 - src/cpp/common/secure_auth_context.h
881 - src/cpp/server/secure_server_credentials.h
882 src:
Craig Tiller25834342015-09-25 08:08:24 -0700883 - src/cpp/client/secure_credentials.cc
884 - src/cpp/common/auth_property_iterator.cc
885 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800886 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700887 - src/cpp/common/secure_create_auth_context.cc
888 - src/cpp/server/secure_server_credentials.cc
889 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700890 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891 baselib: true
892 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700893 filegroups:
894 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800895 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700896 secure: check
897 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
898- name: grpc++_test_config
899 build: private
900 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700901 headers:
902 - test/cpp/util/test_config.h
903 src:
904 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905- name: grpc++_test_util
906 build: private
907 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700908 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800909 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800910 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700911 - test/cpp/util/cli_call.h
912 - test/cpp/util/create_test_channel.h
913 - test/cpp/util/string_ref_helper.h
914 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800915 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700916 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800917 - src/proto/grpc/testing/echo_messages.proto
918 - src/proto/grpc/testing/echo.proto
919 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800920 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800921 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700922 - test/cpp/util/cli_call.cc
923 - test/cpp/util/create_test_channel.cc
924 - test/cpp/util/string_ref_helper.cc
925 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800926 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700927 deps:
928 - grpc++
929 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700930- name: grpc++_unsecure
931 build: all
932 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700933 src:
934 - src/cpp/common/insecure_create_auth_context.cc
935 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800936 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700937 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700938 baselib: true
939 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700940 filegroups:
941 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800942 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700943 secure: false
944 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
945- name: grpc_plugin_support
946 build: protoc
947 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700948 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700949 - src/compiler/config.h
950 - src/compiler/cpp_generator.h
951 - src/compiler/cpp_generator_helpers.h
952 - src/compiler/csharp_generator.h
953 - src/compiler/csharp_generator_helpers.h
954 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -0800955 - src/compiler/node_generator.h
956 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -0700957 - src/compiler/objective_c_generator.h
958 - src/compiler/objective_c_generator_helpers.h
959 - src/compiler/python_generator.h
960 - src/compiler/ruby_generator.h
961 - src/compiler/ruby_generator_helpers-inl.h
962 - src/compiler/ruby_generator_map-inl.h
963 - src/compiler/ruby_generator_string-inl.h
964 src:
965 - src/compiler/cpp_generator.cc
966 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -0800967 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -0700968 - src/compiler/objective_c_generator.cc
969 - src/compiler/python_generator.cc
970 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800971 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700972 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700973 secure: false
974 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800975 vs_props:
976 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977- name: interop_client_helper
978 build: private
979 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700980 headers:
981 - test/cpp/interop/client_helper.h
982 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800983 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700984 - test/cpp/interop/client_helper.cc
985 deps:
986 - grpc++_test_util
987 - grpc_test_util
988 - grpc++
989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800990 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700991- name: interop_client_main
992 build: private
993 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700994 headers:
995 - test/cpp/interop/interop_client.h
996 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800997 - src/proto/grpc/testing/empty.proto
998 - src/proto/grpc/testing/messages.proto
999 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001000 - test/cpp/interop/client.cc
1001 - test/cpp/interop/interop_client.cc
1002 deps:
1003 - interop_client_helper
1004 - grpc++_test_util
1005 - grpc_test_util
1006 - grpc++
1007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001008 - gpr_test_util
1009 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001010 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011- name: interop_server_helper
1012 build: private
1013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001014 headers:
1015 - test/cpp/interop/server_helper.h
1016 src:
1017 - test/cpp/interop/server_helper.cc
1018 deps:
1019 - grpc_test_util
1020 - grpc++
1021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001022 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001023- name: interop_server_main
1024 build: private
1025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001026 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001027 - src/proto/grpc/testing/empty.proto
1028 - src/proto/grpc/testing/messages.proto
1029 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001030 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001031 deps:
1032 - interop_server_helper
1033 - grpc++_test_util
1034 - grpc_test_util
1035 - grpc++
1036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001037 - gpr_test_util
1038 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001039 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001040- name: qps
1041 build: private
1042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001043 headers:
1044 - test/cpp/qps/client.h
1045 - test/cpp/qps/driver.h
1046 - test/cpp/qps/histogram.h
1047 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001048 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001049 - test/cpp/qps/perf_db_client.h
1050 - test/cpp/qps/qps_worker.h
1051 - test/cpp/qps/report.h
1052 - test/cpp/qps/server.h
1053 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001054 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001055 - test/cpp/util/benchmark_config.h
1056 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001057 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001058 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001059 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001060 - src/proto/grpc/testing/control.proto
1061 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001062 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001063 - test/cpp/qps/client_async.cc
1064 - test/cpp/qps/client_sync.cc
1065 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001066 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001067 - test/cpp/qps/perf_db_client.cc
1068 - test/cpp/qps/qps_worker.cc
1069 - test/cpp/qps/report.cc
1070 - test/cpp/qps/server_async.cc
1071 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001072 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001073 - test/cpp/util/benchmark_config.cc
1074 deps:
1075 - grpc_test_util
1076 - grpc++_test_util
1077 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001078- name: grpc_csharp_ext
1079 build: all
1080 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001081 src:
1082 - src/csharp/ext/grpc_csharp_ext.c
1083 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001085 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001086 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001087 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001088 dll: only
1089 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001090 vs_packages:
1091 - grpc.dependencies.openssl
1092 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001093 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001094 vs_props:
1095 - zlib
1096 - openssl
1097 - winsock
1098 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001099targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001100- name: alarm_test
1101 build: test
1102 language: c
1103 src:
1104 - test/core/surface/alarm_test.c
1105 deps:
1106 - grpc_test_util
1107 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001108 - gpr_test_util
1109 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001110- name: algorithm_test
1111 build: test
1112 language: c
1113 src:
1114 - test/core/compression/algorithm_test.c
1115 deps:
1116 - grpc_test_util
1117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001118 - gpr_test_util
1119 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001120- name: alloc_test
1121 build: test
1122 language: c
1123 src:
1124 - test/core/support/alloc_test.c
1125 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001126 - gpr_test_util
1127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001128- name: alpn_test
1129 build: test
1130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001131 src:
1132 - test/core/transport/chttp2/alpn_test.c
1133 deps:
1134 - grpc_test_util
1135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001136 - gpr_test_util
1137 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001138- name: api_fuzzer
1139 build: fuzzer
1140 language: c
1141 src:
1142 - test/core/end2end/fuzzers/api_fuzzer.c
1143 deps:
1144 - grpc_test_util
1145 - grpc
1146 - gpr_test_util
1147 - gpr
1148 corpus_dirs:
1149 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001150 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001151 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152- name: bin_encoder_test
1153 build: test
1154 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001155 src:
1156 - test/core/transport/chttp2/bin_encoder_test.c
1157 deps:
1158 - grpc_test_util
1159 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001160- name: census_context_test
1161 build: test
1162 language: c
1163 src:
1164 - test/core/census/context_test.c
1165 deps:
1166 - grpc_test_util
1167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001168 - gpr_test_util
1169 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001170- name: channel_create_test
1171 build: test
1172 language: c
1173 src:
1174 - test/core/surface/channel_create_test.c
1175 deps:
1176 - grpc_test_util
1177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001178 - gpr_test_util
1179 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001180- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181 build: test
1182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001183 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001184 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001185 deps:
1186 - grpc_test_util
1187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001188 - gpr_test_util
1189 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001190- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001191 build: test
1192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001193 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001194 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001195 deps:
1196 - grpc_test_util
1197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001198 - gpr_test_util
1199 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001200- name: chttp2_stream_map_test
1201 build: test
1202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001203 src:
1204 - test/core/transport/chttp2/stream_map_test.c
1205 deps:
1206 - grpc_test_util
1207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001208 - gpr_test_util
1209 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001210- name: chttp2_varint_test
1211 build: test
1212 language: c
1213 src:
1214 - test/core/transport/chttp2/varint_test.c
1215 deps:
1216 - grpc_test_util
1217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001218 - gpr_test_util
1219 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001220- name: client_fuzzer
1221 build: fuzzer
1222 language: c
1223 src:
1224 - test/core/end2end/fuzzers/client_fuzzer.c
1225 deps:
1226 - grpc_test_util
1227 - grpc
1228 - gpr_test_util
1229 - gpr
1230 corpus_dirs:
1231 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001232 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001233 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234- name: compression_test
1235 build: test
1236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001237 src:
1238 - test/core/compression/compression_test.c
1239 deps:
1240 - grpc_test_util
1241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001242 - gpr_test_util
1243 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001244- name: concurrent_connectivity_test
1245 build: test
1246 language: c
1247 src:
1248 - test/core/surface/concurrent_connectivity_test.c
1249 deps:
1250 - grpc_test_util
1251 - grpc
1252 - gpr_test_util
1253 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001254- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001255 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001256 build: test
1257 language: c
1258 src:
1259 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1260 deps:
1261 - grpc_test_util
1262 - grpc
1263 - gpr_test_util
1264 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001265- name: dns_resolver_test
1266 build: test
1267 language: c
1268 src:
1269 - test/core/client_config/resolvers/dns_resolver_test.c
1270 deps:
1271 - grpc_test_util
1272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001273 - gpr_test_util
1274 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001276 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001277 build: test
1278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001279 src:
1280 - test/core/end2end/dualstack_socket_test.c
1281 deps:
1282 - grpc_test_util
1283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001284 - gpr_test_util
1285 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001286 platforms:
1287 - mac
1288 - linux
1289 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001290- name: endpoint_pair_test
1291 build: test
1292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001293 src:
1294 - test/core/iomgr/endpoint_pair_test.c
1295 deps:
1296 - grpc_test_util
1297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001300- name: fd_conservation_posix_test
1301 build: test
1302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001303 src:
1304 - test/core/iomgr/fd_conservation_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: fd_posix_test
1315 build: test
1316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001317 src:
1318 - test/core/iomgr/fd_posix_test.c
1319 deps:
1320 - grpc_test_util
1321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr_test_util
1323 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001324 platforms:
1325 - mac
1326 - linux
1327 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001328- name: fling_client
1329 build: test
1330 run: false
1331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001332 src:
1333 - test/core/fling/client.c
1334 deps:
1335 - grpc_test_util
1336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001337 - gpr_test_util
1338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001339- name: fling_server
1340 build: test
1341 run: false
1342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001343 src:
1344 - test/core/fling/server.c
1345 deps:
1346 - grpc_test_util
1347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr_test_util
1349 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001351 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001352 build: test
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/fling/fling_stream_test.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001361 platforms:
1362 - mac
1363 - linux
1364 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001366 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001367 build: test
1368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001369 src:
1370 - test/core/fling/fling_test.c
1371 deps:
1372 - grpc_test_util
1373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001374 - gpr_test_util
1375 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001376 platforms:
1377 - mac
1378 - linux
1379 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001380- name: gen_hpack_tables
1381 build: tool
1382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001383 src:
1384 - tools/codegen/core/gen_hpack_tables.c
1385 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001386 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001387 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001388- name: gen_legal_metadata_characters
1389 build: tool
1390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001391 src:
1392 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001393 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001394- name: goaway_server_test
1395 cpu_cost: 0.1
1396 build: test
1397 language: c
1398 src:
1399 - test/core/end2end/goaway_server_test.c
1400 deps:
1401 - grpc_test_util
1402 - grpc
1403 - gpr_test_util
1404 - gpr
1405 platforms:
1406 - mac
1407 - linux
1408 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001409- name: gpr_avl_test
1410 build: test
1411 language: c
1412 src:
1413 - test/core/support/avl_test.c
1414 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001415 - gpr_test_util
1416 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001417- name: gpr_backoff_test
1418 build: test
1419 language: c
1420 src:
1421 - test/core/support/backoff_test.c
1422 deps:
1423 - gpr_test_util
1424 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425- name: gpr_cmdline_test
1426 build: test
1427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001428 src:
1429 - test/core/support/cmdline_test.c
1430 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001431 - gpr_test_util
1432 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001433- name: gpr_cpu_test
1434 build: test
1435 language: c
1436 src:
1437 - test/core/support/cpu_test.c
1438 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001439 - gpr_test_util
1440 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001441- name: gpr_env_test
1442 build: test
1443 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001444 src:
1445 - test/core/support/env_test.c
1446 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001447 - gpr_test_util
1448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001449- name: gpr_histogram_test
1450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
1453 - test/core/support/histogram_test.c
1454 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457- name: gpr_host_port_test
1458 build: test
1459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
1461 - test/core/support/host_port_test.c
1462 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001465- name: gpr_load_file_test
1466 build: test
1467 language: c
1468 src:
1469 - test/core/support/load_file_test.c
1470 deps:
1471 - gpr_test_util
1472 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473- name: gpr_log_test
1474 build: test
1475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
1477 - test/core/support/log_test.c
1478 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001479 - gpr_test_util
1480 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481- name: gpr_slice_buffer_test
1482 build: test
1483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001484 src:
1485 - test/core/support/slice_buffer_test.c
1486 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr_test_util
1488 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489- name: gpr_slice_test
1490 build: test
1491 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001492 src:
1493 - test/core/support/slice_test.c
1494 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001495 - gpr_test_util
1496 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001497- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001498 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001499 build: test
1500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001501 src:
1502 - test/core/support/stack_lockfree_test.c
1503 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506- name: gpr_string_test
1507 build: test
1508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
1510 - test/core/support/string_test.c
1511 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001512 - gpr_test_util
1513 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001514- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001515 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001516 build: test
1517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001518 src:
1519 - test/core/support/sync_test.c
1520 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001521 - gpr_test_util
1522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001524 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001525 build: test
1526 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001527 src:
1528 - test/core/support/thd_test.c
1529 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001530 - gpr_test_util
1531 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001532- name: gpr_time_test
1533 build: test
1534 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001535 src:
1536 - test/core/support/time_test.c
1537 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001538 - gpr_test_util
1539 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001540- name: gpr_tls_test
1541 build: test
1542 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001543 src:
1544 - test/core/support/tls_test.c
1545 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548- name: gpr_useful_test
1549 build: test
1550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001551 src:
1552 - test/core/support/useful_test.c
1553 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001554 - gpr_test_util
1555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001556- name: grpc_auth_context_test
1557 build: test
1558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001559 src:
1560 - test/core/security/auth_context_test.c
1561 deps:
1562 - grpc_test_util
1563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001564 - gpr_test_util
1565 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001566- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567 build: test
1568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001569 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001570 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001576- name: grpc_byte_buffer_reader_test
1577 build: test
1578 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001579 src:
1580 - test/core/surface/byte_buffer_reader_test.c
1581 deps:
1582 - grpc_test_util
1583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586- name: grpc_channel_args_test
1587 build: test
1588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001589 src:
1590 - test/core/channel/channel_args_test.c
1591 deps:
1592 - grpc_test_util
1593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001594 - gpr_test_util
1595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001596- name: grpc_channel_stack_test
1597 build: test
1598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001599 src:
1600 - test/core/channel/channel_stack_test.c
1601 deps:
1602 - grpc_test_util
1603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 - gpr_test_util
1605 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606- name: grpc_completion_queue_test
1607 build: test
1608 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001609 src:
1610 - test/core/surface/completion_queue_test.c
1611 deps:
1612 - grpc_test_util
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616- name: grpc_create_jwt
1617 build: tool
1618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001619 src:
1620 - test/core/security/create_jwt.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001624 - gpr_test_util
1625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001626- name: grpc_credentials_test
1627 build: test
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - test/core/security/credentials_test.c
1631 deps:
1632 - grpc_test_util
1633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001634 - gpr_test_util
1635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001636- name: grpc_fetch_oauth2
1637 build: tool
1638 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
1640 - test/core/security/fetch_oauth2.c
1641 deps:
1642 - grpc_test_util
1643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001646- name: grpc_invalid_channel_args_test
1647 build: test
1648 language: c
1649 src:
1650 - test/core/surface/invalid_channel_args_test.c
1651 deps:
1652 - grpc_test_util
1653 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001654 - gpr_test_util
1655 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656- name: grpc_json_token_test
1657 build: test
1658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
1660 - test/core/security/json_token_test.c
1661 deps:
1662 - grpc_test_util
1663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001664 - gpr_test_util
1665 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001666 platforms:
1667 - linux
1668 - posix
1669 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001670- name: grpc_jwt_verifier_test
1671 build: test
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/security/jwt_verifier_test.c
1675 deps:
1676 - grpc_test_util
1677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001680- name: grpc_print_google_default_creds_token
1681 build: tool
1682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001683 src:
1684 - test/core/security/print_google_default_creds_token.c
1685 deps:
1686 - grpc_test_util
1687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr_test_util
1689 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690- name: grpc_security_connector_test
1691 build: test
1692 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001693 src:
1694 - test/core/security/security_connector_test.c
1695 deps:
1696 - grpc_test_util
1697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr_test_util
1699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: grpc_verify_jwt
1701 build: tool
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/security/verify_jwt.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001710- name: hpack_parser_fuzzer_test
1711 build: fuzzer
1712 language: c
1713 src:
1714 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
1718 - gpr_test_util
1719 - gpr
1720 corpus_dirs:
1721 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001722 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001723 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001724- name: hpack_parser_test
1725 build: test
1726 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001727 src:
1728 - test/core/transport/chttp2/hpack_parser_test.c
1729 deps:
1730 - grpc_test_util
1731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001734- name: hpack_table_test
1735 build: test
1736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001737 src:
1738 - test/core/transport/chttp2/hpack_table_test.c
1739 deps:
1740 - grpc_test_util
1741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr_test_util
1743 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001744- name: http_fuzzer_test
1745 build: fuzzer
1746 language: c
1747 src:
1748 - test/core/http/fuzzer.c
1749 deps:
1750 - grpc_test_util
1751 - grpc
1752 - gpr_test_util
1753 - gpr
1754 corpus_dirs:
1755 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001756 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001757- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001758 build: test
1759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001760 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001761 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001762 deps:
1763 - grpc_test_util
1764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001767- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768 build: test
1769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001770 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001771 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001772 deps:
1773 - grpc_test_util
1774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001778 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779 build: test
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001782 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001788 platforms:
1789 - mac
1790 - linux
1791 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001792- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001793 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001794 build: test
1795 language: c
1796 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001797 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001798 deps:
1799 - grpc_test_util
1800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001801 - gpr_test_util
1802 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001803 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001804 - linux
yang-gf1183302015-12-07 16:02:05 -08001805- name: init_test
1806 build: test
1807 language: c
1808 src:
1809 - test/core/surface/init_test.c
1810 deps:
1811 - grpc_test_util
1812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001813 - gpr_test_util
1814 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001815- name: internal_api_canary_iomgr_test
1816 build: test
1817 run: false
1818 language: c
1819 src:
1820 - test/core/internal_api_canaries/iomgr.c
1821 deps:
1822 - grpc_test_util
1823 - grpc
1824 - gpr_test_util
1825 - gpr
1826- name: internal_api_canary_support_test
1827 build: test
1828 run: false
1829 language: c
1830 src:
1831 - test/core/internal_api_canaries/iomgr.c
1832 deps:
1833 - grpc_test_util
1834 - grpc
1835 - gpr_test_util
1836 - gpr
1837- name: internal_api_canary_transport_test
1838 build: test
1839 run: false
1840 language: c
1841 src:
1842 - test/core/internal_api_canaries/iomgr.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
1846 - gpr_test_util
1847 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001848- name: invalid_call_argument_test
1849 build: test
1850 language: c
1851 src:
1852 - test/core/end2end/invalid_call_argument_test.c
1853 deps:
1854 - grpc_test_util
1855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001858- name: json_fuzzer_test
1859 build: fuzzer
1860 language: c
1861 src:
1862 - test/core/json/fuzzer.c
1863 deps:
1864 - grpc_test_util
1865 - grpc
1866 - gpr_test_util
1867 - gpr
1868 corpus_dirs:
1869 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001870 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001871- name: json_rewrite
1872 build: test
1873 run: false
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/json/json_rewrite.c
1877 deps:
1878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880- name: json_rewrite_test
1881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
1884 - test/core/json/json_rewrite_test.c
1885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001890- name: json_stream_error_test
1891 build: test
1892 language: c
1893 src:
1894 - test/core/json/json_stream_error_test.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: json_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/json/json_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: lame_client_test
1911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/surface/lame_client_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001920- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001921 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001922 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001923 build: test
1924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001925 src:
1926 - test/core/client_config/lb_policies_test.c
1927 deps:
1928 - grpc_test_util
1929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: low_level_ping_pong_benchmark
1933 build: benchmark
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - test/core/network_benchmarks/low_level_ping_pong.c
1937 deps:
1938 - grpc_test_util
1939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr_test_util
1941 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001942 platforms:
1943 - mac
1944 - linux
1945 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: message_compress_test
1947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/compression/message_compress_test.c
1951 deps:
1952 - grpc_test_util
1953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001956- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001957 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001958 build: test
1959 language: c
1960 src:
1961 - test/core/census/mlog_test.c
1962 deps:
1963 - grpc_test_util
1964 - grpc
1965 - gpr_test_util
1966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967- name: multiple_server_queues_test
1968 build: test
1969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
1971 - test/core/end2end/multiple_server_queues_test.c
1972 deps:
1973 - grpc_test_util
1974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977- name: murmur_hash_test
1978 build: test
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
1981 - test/core/support/murmur_hash_test.c
1982 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001985- name: nanopb_fuzzer_response_test
1986 build: fuzzer
1987 language: c
1988 src:
1989 - test/core/nanopb/fuzzer_response.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
1993 - gpr_test_util
1994 - gpr
1995 corpus_dirs:
1996 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07001997 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001998- name: nanopb_fuzzer_serverlist_test
1999 build: fuzzer
2000 language: c
2001 src:
2002 - test/core/nanopb/fuzzer_serverlist.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
2006 - gpr_test_util
2007 - gpr
2008 corpus_dirs:
2009 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002010 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002012 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013 build: test
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - test/core/end2end/no_server_test.c
2017 deps:
2018 - grpc_test_util
2019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: resolve_address_test
2023 build: test
2024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/iomgr/resolve_address_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
yang-gd482e592015-12-10 14:04:00 -08002032- name: secure_channel_create_test
2033 build: test
2034 language: c
2035 src:
2036 - test/core/surface/secure_channel_create_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: secure_endpoint_test
2043 build: test
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/core/security/secure_endpoint_test.c
2047 deps:
2048 - grpc_test_util
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002052- name: server_chttp2_test
2053 build: test
2054 language: c
2055 src:
2056 - test/core/surface/server_chttp2_test.c
2057 deps:
2058 - grpc_test_util
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002062- name: server_fuzzer
2063 build: fuzzer
2064 language: c
2065 src:
2066 - test/core/end2end/fuzzers/server_fuzzer.c
2067 deps:
2068 - grpc_test_util
2069 - grpc
2070 - gpr_test_util
2071 - gpr
2072 corpus_dirs:
2073 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002074 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002075 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002076- name: server_test
2077 build: test
2078 language: c
2079 src:
2080 - test/core/surface/server_test.c
2081 deps:
2082 - grpc_test_util
2083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002084 - gpr_test_util
2085 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002086- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002087 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002088 build: test
2089 language: c
2090 src:
2091 - test/core/client_config/set_initial_connect_string_test.c
2092 deps:
2093 - test_tcp_server
2094 - grpc_test_util
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002098- name: sockaddr_resolver_test
2099 build: test
2100 language: c
2101 src:
2102 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108- name: sockaddr_utils_test
2109 build: test
2110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002111 src:
2112 - test/core/iomgr/sockaddr_utils_test.c
2113 deps:
2114 - grpc_test_util
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002118- name: socket_utils_test
2119 build: test
2120 language: c
2121 src:
2122 - test/core/iomgr/socket_utils_test.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002128 platforms:
2129 - mac
2130 - linux
2131 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002133 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134 build: test
2135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002136 src:
2137 - test/core/iomgr/tcp_client_posix_test.c
2138 deps:
2139 - grpc_test_util
2140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr_test_util
2142 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002143 platforms:
2144 - mac
2145 - linux
2146 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002148 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/iomgr/tcp_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: tcp_server_posix_test
2163 build: test
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
2166 - test/core/iomgr/tcp_server_posix_test.c
2167 deps:
2168 - grpc_test_util
2169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002170 - gpr_test_util
2171 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002172 platforms:
2173 - mac
2174 - linux
2175 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176- name: time_averaged_stats_test
2177 build: test
2178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002179 src:
2180 - test/core/iomgr/time_averaged_stats_test.c
2181 deps:
2182 - grpc_test_util
2183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: timeout_encoding_test
2187 build: test
2188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002189 src:
2190 - test/core/transport/chttp2/timeout_encoding_test.c
2191 deps:
2192 - grpc_test_util
2193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002194 - gpr_test_util
2195 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002196- name: timer_heap_test
2197 build: test
2198 language: c
2199 src:
2200 - test/core/iomgr/timer_heap_test.c
2201 deps:
2202 - grpc_test_util
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002206- name: timer_list_test
2207 build: test
2208 language: c
2209 src:
2210 - test/core/iomgr/timer_list_test.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: timers_test
2217 build: test
2218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
2220 - test/core/profiling/timers_test.c
2221 deps:
2222 - grpc_test_util
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002226- name: transport_connectivity_state_test
2227 build: test
2228 language: c
2229 src:
2230 - test/core/transport/connectivity_state_test.c
2231 deps:
2232 - grpc_test_util
2233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002234 - gpr_test_util
2235 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002236- name: transport_metadata_test
2237 build: test
2238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
2240 - test/core/transport/metadata_test.c
2241 deps:
2242 - grpc_test_util
2243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr_test_util
2245 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002246- name: transport_security_test
2247 build: test
2248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002249 src:
2250 - test/core/tsi/transport_security_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 - linux
2258 - posix
2259 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260- name: udp_server_test
2261 build: test
2262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002263 src:
2264 - test/core/iomgr/udp_server_test.c
2265 deps:
2266 - grpc_test_util
2267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr_test_util
2269 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002270 platforms:
2271 - mac
2272 - linux
2273 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002274- name: uri_fuzzer_test
2275 build: fuzzer
2276 language: c
2277 src:
2278 - test/core/client_config/uri_fuzzer_test.c
2279 deps:
2280 - grpc_test_util
2281 - grpc
2282 - gpr_test_util
2283 - gpr
2284 corpus_dirs:
2285 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002286 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002287- name: uri_parser_test
2288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/core/client_config/uri_parser_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002297- name: workqueue_test
2298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/core/iomgr/workqueue_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002307 platforms:
2308 - mac
2309 - linux
2310 - posix
vjpai04e992a2016-02-10 16:58:38 -08002311- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002312 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002313 build: test
2314 language: c++
2315 src:
2316 - test/cpp/common/alarm_cpp_test.cc
2317 deps:
2318 - grpc++_test_util
2319 - grpc_test_util
2320 - grpc++
2321 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002322 - gpr_test_util
2323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002325 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326 build: test
2327 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/cpp/end2end/async_end2end_test.cc
2330 deps:
2331 - grpc++_test_util
2332 - grpc_test_util
2333 - grpc++
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: async_streaming_ping_pong_test
2338 build: test
2339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/cpp/qps/async_streaming_ping_pong_test.cc
2342 deps:
2343 - qps
2344 - grpc++_test_util
2345 - grpc_test_util
2346 - grpc++
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002350 platforms:
2351 - mac
2352 - linux
2353 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002354- name: async_unary_ping_pong_test
2355 build: test
2356 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002357 src:
2358 - test/cpp/qps/async_unary_ping_pong_test.cc
2359 deps:
2360 - qps
2361 - grpc++_test_util
2362 - grpc_test_util
2363 - grpc++
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002367 platforms:
2368 - mac
2369 - linux
2370 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002372 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002373 build: test
2374 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002375 src:
2376 - test/cpp/common/auth_property_iterator_test.cc
2377 deps:
2378 - grpc++_test_util
2379 - grpc_test_util
2380 - grpc++
2381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002382 - gpr_test_util
2383 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002384- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002385 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386 build: test
2387 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002388 src:
yang-g52705592015-11-25 11:45:33 -08002389 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002390 deps:
2391 - grpc++
2392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002394- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002395 gtest: true
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/util/cli_call_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 Tillerbf4b2242015-08-31 15:53:53 -07002407- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002408 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002409 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410 build: test
2411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002412 src:
2413 - test/cpp/end2end/client_crash_test.cc
2414 deps:
2415 - grpc++_test_util
2416 - grpc_test_util
2417 - grpc++
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002421 platforms:
2422 - mac
2423 - linux
2424 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002425- name: client_crash_test_server
2426 build: test
2427 run: false
2428 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
2430 - test/cpp/end2end/client_crash_test_server.cc
2431 deps:
2432 - grpc++_test_util
2433 - grpc_test_util
2434 - grpc++
2435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr_test_util
2437 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002438- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002439 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002440 build: test
2441 language: c++
2442 src:
2443 - src/proto/grpc/testing/control.proto
2444 - src/proto/grpc/testing/messages.proto
2445 - src/proto/grpc/testing/payloads.proto
2446 - src/proto/grpc/testing/perf_db.proto
2447 - src/proto/grpc/testing/services.proto
2448 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002449 - test/cpp/codegen/codegen_test_full.cc
2450 deps:
2451 - grpc++
2452 - grpc
2453 - gpr
2454 filegroups:
2455 - grpc++_codegen
2456- name: codegen_test_minimal
2457 gtest: true
2458 build: test
2459 language: c++
2460 src:
2461 - src/proto/grpc/testing/control.proto
2462 - src/proto/grpc/testing/messages.proto
2463 - src/proto/grpc/testing/payloads.proto
2464 - src/proto/grpc/testing/perf_db.proto
2465 - src/proto/grpc/testing/services.proto
2466 - src/proto/grpc/testing/stats.proto
2467 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002468 filegroups:
2469 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002471 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472 build: test
2473 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002474 src:
2475 - test/cpp/client/credentials_test.cc
2476 deps:
2477 - grpc++
2478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002479 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002481 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482 build: test
2483 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
2485 - test/cpp/util/byte_buffer_test.cc
2486 deps:
2487 - grpc_test_util
2488 - grpc++
2489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002490 - gpr_test_util
2491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002492- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002493 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002494 build: test
2495 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002496 src:
2497 - test/cpp/util/slice_test.cc
2498 deps:
2499 - grpc_test_util
2500 - grpc++
2501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002504- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002505 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506 build: test
2507 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002508 src:
2509 - test/cpp/util/string_ref_test.cc
2510 deps:
2511 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002512- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002513 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514 build: test
2515 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002516 src:
2517 - test/cpp/util/time_test.cc
2518 deps:
2519 - grpc_test_util
2520 - grpc++
2521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002522 - gpr_test_util
2523 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002524- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002525 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002526 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527 build: test
2528 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002529 src:
2530 - test/cpp/end2end/end2end_test.cc
2531 deps:
2532 - grpc++_test_util
2533 - grpc_test_util
2534 - grpc++
2535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002536 - gpr_test_util
2537 - gpr
vjpai083dc622016-01-11 09:41:17 -08002538- name: generic_async_streaming_ping_pong_test
2539 build: test
2540 language: c++
2541 src:
2542 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2543 deps:
2544 - qps
2545 - grpc++_test_util
2546 - grpc_test_util
2547 - grpc++
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
vjpai083dc622016-01-11 09:41:17 -08002551 platforms:
2552 - mac
2553 - linux
2554 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002555- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002556 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557 build: test
2558 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
2560 - test/cpp/end2end/generic_end2end_test.cc
2561 deps:
2562 - grpc++_test_util
2563 - grpc_test_util
2564 - grpc++
2565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002566 - gpr_test_util
2567 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002568- name: golden_file_test
2569 gtest: true
2570 build: test
2571 language: c++
2572 src:
2573 - src/proto/grpc/testing/compiler_test.proto
2574 - test/cpp/codegen/golden_file_test.cc
2575 deps:
2576 - grpc++
2577 - grpc
2578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579- name: grpc_cli
2580 build: test
2581 run: false
2582 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002583 src:
2584 - test/cpp/util/grpc_cli.cc
2585 deps:
2586 - grpc++_test_util
2587 - grpc_test_util
2588 - grpc++
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002592 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593- name: grpc_cpp_plugin
2594 build: protoc
2595 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
2597 - src/compiler/cpp_plugin.cc
2598 deps:
2599 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600 secure: false
2601 vs_config_type: Application
2602 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2603- name: grpc_csharp_plugin
2604 build: protoc
2605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
2607 - src/compiler/csharp_plugin.cc
2608 deps:
2609 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610 secure: false
2611 vs_config_type: Application
2612 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002613- name: grpc_node_plugin
2614 build: protoc
2615 language: c++
2616 src:
2617 - src/compiler/node_plugin.cc
2618 deps:
2619 - grpc_plugin_support
2620 secure: false
2621 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622- name: grpc_objective_c_plugin
2623 build: protoc
2624 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002625 src:
2626 - src/compiler/objective_c_plugin.cc
2627 deps:
2628 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629 secure: false
2630 vs_config_type: Application
2631 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2632- name: grpc_python_plugin
2633 build: protoc
2634 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002635 src:
2636 - src/compiler/python_plugin.cc
2637 deps:
2638 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002639 secure: false
2640 vs_config_type: Application
2641 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2642- name: grpc_ruby_plugin
2643 build: protoc
2644 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002645 src:
2646 - src/compiler/ruby_plugin.cc
2647 deps:
2648 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002649 secure: false
2650 vs_config_type: Application
2651 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002652- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002653 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002654 build: test
2655 language: c++
2656 src:
2657 - src/proto/grpc/lb/v0/load_balancer.proto
2658 - test/cpp/grpclb/grpclb_api_test.cc
2659 deps:
2660 - grpc++_test_util
2661 - grpc_test_util
2662 - grpc++
2663 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002664- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002665 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002666 build: test
2667 language: c++
2668 src:
2669 - test/cpp/end2end/hybrid_end2end_test.cc
2670 deps:
2671 - grpc++_test_util
2672 - grpc_test_util
2673 - grpc++
2674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002675 - gpr_test_util
2676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002677- name: interop_client
2678 build: test
2679 run: false
2680 language: c++
2681 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002682 deps:
2683 - interop_client_main
2684 - interop_client_helper
2685 - grpc++_test_util
2686 - grpc_test_util
2687 - grpc++
2688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr_test_util
2690 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002691 - grpc++_test_config
2692 platforms:
2693 - mac
2694 - linux
2695 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002696- name: interop_server
2697 build: test
2698 run: false
2699 language: c++
2700 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002701 deps:
2702 - interop_server_main
2703 - interop_server_helper
2704 - grpc++_test_util
2705 - grpc_test_util
2706 - grpc++
2707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002708 - gpr_test_util
2709 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002710 - grpc++_test_config
2711 platforms:
2712 - mac
2713 - linux
2714 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002715- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002716 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002717 build: test
2718 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002719 src:
2720 - test/cpp/interop/interop_test.cc
2721 deps:
2722 - grpc_test_util
2723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002724 - gpr_test_util
2725 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002726 platforms:
2727 - mac
2728 - linux
2729 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002730- name: json_run_localhost
2731 build: test
2732 run: false
2733 language: c++
2734 src:
2735 - test/cpp/qps/json_run_localhost.cc
2736 deps:
2737 - grpc++_test_util
2738 - grpc_test_util
2739 - grpc++
2740 - grpc
2741 - gpr_test_util
2742 - gpr
2743 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002744- name: metrics_client
2745 build: test
2746 run: false
2747 language: c++
2748 headers:
2749 - test/cpp/util/metrics_server.h
2750 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002751 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002752 - test/cpp/interop/metrics_client.cc
2753 deps:
2754 - grpc++
2755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002756 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002757 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002758- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002759 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002760 build: test
2761 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002762 src:
2763 - test/cpp/end2end/mock_test.cc
2764 deps:
2765 - grpc++_test_util
2766 - grpc_test_util
2767 - grpc++
2768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002769 - gpr_test_util
2770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771- name: qps_interarrival_test
2772 build: test
2773 run: false
2774 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002775 src:
2776 - test/cpp/qps/qps_interarrival_test.cc
2777 deps:
2778 - qps
2779 - grpc++_test_util
2780 - grpc_test_util
2781 - grpc++
2782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002783 - gpr_test_util
2784 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002785 platforms:
2786 - mac
2787 - linux
2788 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002789- name: qps_json_driver
2790 build: test
2791 run: false
2792 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002793 headers:
2794 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002795 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002796 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002797 - test/cpp/qps/qps_json_driver.cc
2798 deps:
2799 - qps
2800 - grpc++_test_util
2801 - grpc_test_util
2802 - grpc++
2803 - grpc
2804 - gpr_test_util
2805 - gpr
2806 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002807- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002808 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002809 build: test
2810 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002811 src:
2812 - test/cpp/qps/qps_openloop_test.cc
2813 deps:
2814 - qps
2815 - grpc++_test_util
2816 - grpc_test_util
2817 - grpc++
2818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002819 - gpr_test_util
2820 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002821 - grpc++_test_config
2822 platforms:
2823 - mac
2824 - linux
2825 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002826- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002827 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828 build: test
2829 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002830 src:
2831 - test/cpp/qps/qps_test.cc
2832 deps:
2833 - qps
2834 - grpc++_test_util
2835 - grpc_test_util
2836 - grpc++
2837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002838 - gpr_test_util
2839 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002840 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002841 platforms:
2842 - mac
2843 - linux
2844 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002846 build: test
2847 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002848 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002849 headers:
2850 - test/cpp/qps/client.h
2851 - test/cpp/qps/server.h
2852 src:
2853 - test/cpp/qps/worker.cc
2854 deps:
2855 - qps
2856 - grpc++_test_util
2857 - grpc_test_util
2858 - grpc++
2859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002860 - gpr_test_util
2861 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002862 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002863- name: reconnect_interop_client
2864 build: test
2865 run: false
2866 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002867 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002868 - src/proto/grpc/testing/empty.proto
2869 - src/proto/grpc/testing/messages.proto
2870 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002871 - test/cpp/interop/reconnect_interop_client.cc
2872 deps:
2873 - grpc++_test_util
2874 - grpc_test_util
2875 - grpc++
2876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002877 - gpr_test_util
2878 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002879 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002880- name: reconnect_interop_server
2881 build: test
2882 run: false
2883 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002884 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002885 - src/proto/grpc/testing/empty.proto
2886 - src/proto/grpc/testing/messages.proto
2887 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002888 - test/cpp/interop/reconnect_interop_server.cc
2889 deps:
2890 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002891 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002892 - grpc++_test_util
2893 - grpc_test_util
2894 - grpc++
2895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002896 - gpr_test_util
2897 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002898 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002900 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901 build: test
2902 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002903 src:
2904 - test/cpp/common/secure_auth_context_test.cc
2905 deps:
2906 - grpc++_test_util
2907 - grpc_test_util
2908 - grpc++
2909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002910 - gpr_test_util
2911 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002912- name: secure_sync_unary_ping_pong_test
2913 build: test
2914 language: c++
2915 src:
2916 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2917 deps:
2918 - qps
2919 - grpc++_test_util
2920 - grpc_test_util
2921 - grpc++
2922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002923 - gpr_test_util
2924 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002925 platforms:
2926 - mac
2927 - linux
2928 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002929- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002930 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002931 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932 build: test
2933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002934 src:
2935 - test/cpp/end2end/server_crash_test.cc
2936 deps:
2937 - grpc++_test_util
2938 - grpc_test_util
2939 - grpc++
2940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002941 - gpr_test_util
2942 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002943 platforms:
2944 - mac
2945 - linux
2946 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947- name: server_crash_test_client
2948 build: test
2949 run: false
2950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
2952 - test/cpp/end2end/server_crash_test_client.cc
2953 deps:
2954 - grpc++_test_util
2955 - grpc_test_util
2956 - grpc++
2957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002958 - gpr_test_util
2959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002960- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002961 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002962 build: test
2963 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002964 src:
2965 - test/cpp/end2end/shutdown_test.cc
2966 deps:
2967 - grpc++_test_util
2968 - grpc_test_util
2969 - grpc++
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr_test_util
2972 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002973- name: status_test
2974 build: test
2975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002976 src:
2977 - test/cpp/util/status_test.cc
2978 deps:
2979 - grpc_test_util
2980 - grpc++
2981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002982 - gpr_test_util
2983 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002984- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002985 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002986 build: test
2987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002988 src:
2989 - test/cpp/end2end/streaming_throughput_test.cc
2990 deps:
2991 - grpc++_test_util
2992 - grpc_test_util
2993 - grpc++
2994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002995 - gpr_test_util
2996 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002997 platforms:
2998 - mac
2999 - linux
3000 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003001- name: stress_test
3002 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003003 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003004 language: c++
3005 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003006 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003007 - test/cpp/interop/interop_client.h
3008 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003009 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003010 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003011 - src/proto/grpc/testing/empty.proto
3012 - src/proto/grpc/testing/messages.proto
3013 - src/proto/grpc/testing/metrics.proto
3014 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003015 - test/cpp/interop/interop_client.cc
3016 - test/cpp/interop/stress_interop_client.cc
3017 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003018 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003019 deps:
3020 - grpc++_test_util
3021 - grpc_test_util
3022 - grpc++
3023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003024 - gpr_test_util
3025 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003026 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027- name: sync_streaming_ping_pong_test
3028 build: test
3029 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003030 src:
3031 - test/cpp/qps/sync_streaming_ping_pong_test.cc
3032 deps:
3033 - qps
3034 - grpc++_test_util
3035 - grpc_test_util
3036 - grpc++
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003040 platforms:
3041 - mac
3042 - linux
3043 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044- name: sync_unary_ping_pong_test
3045 build: test
3046 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003047 src:
3048 - test/cpp/qps/sync_unary_ping_pong_test.cc
3049 deps:
3050 - qps
3051 - grpc++_test_util
3052 - grpc_test_util
3053 - grpc++
3054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003055 - gpr_test_util
3056 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003057 platforms:
3058 - mac
3059 - linux
3060 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003061- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003062 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003063 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003064 build: test
3065 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003066 src:
3067 - test/cpp/end2end/thread_stress_test.cc
3068 deps:
3069 - grpc++_test_util
3070 - grpc_test_util
3071 - grpc++
3072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003073 - gpr_test_util
3074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003075- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003076 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003077 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003078 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003080 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003081 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003082 - test/cpp/end2end/zookeeper_test.cc
3083 deps:
3084 - grpc++_test_util
3085 - grpc_test_util
3086 - grpc++
3087 - grpc_zookeeper
3088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003089 - gpr_test_util
3090 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003091 external_deps:
3092 - zookeeper
3093 platforms:
3094 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003095- name: public_headers_must_be_c89
3096 build: test
3097 language: c89
3098 src:
3099 - test/core/surface/public_headers_must_be_c89.c
3100 deps:
3101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003102 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003103vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003104- linkage: static
3105 name: grpc.dependencies.zlib
3106 props: false
3107 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003108 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003109- linkage: static
3110 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003111 props: true
3112 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003113 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003114- name: gflags
3115 props: false
3116 redist: false
3117 version: 2.1.2.1
3118- name: gtest
3119 props: false
3120 redist: false
3121 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003122configs:
3123 asan:
3124 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003125 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3126 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003127 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003128 LD: clang
3129 LDFLAGS: -fsanitize=address
3130 LDXX: clang++
3131 compile_the_world: true
3132 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003133 ASAN_OPTIONS: detect_leaks=1:color=always
3134 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003135 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003136 asan-noleaks:
3137 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003138 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3139 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003140 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003141 LD: clang
3142 LDFLAGS: -fsanitize=address
3143 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003144 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003145 test_environ:
3146 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003147 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003148 asan-trace-cmp:
3149 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003150 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3151 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003152 CXX: clang++
3153 LD: clang
3154 LDFLAGS: -fsanitize=address
3155 LDXX: clang++
3156 compile_the_world: true
3157 test_environ:
3158 ASAN_OPTIONS: detect_leaks=1:color=always
3159 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3160 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003161 basicprof:
3162 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3163 DEFINES: NDEBUG
3164 dbg:
3165 CPPFLAGS: -O0
3166 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003167 easan:
3168 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003169 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3170 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003171 CXX: clang++
3172 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3173 LD: clang
3174 LDFLAGS: -fsanitize=address
3175 LDXX: clang++
3176 compile_the_world: true
3177 test_environ:
3178 ASAN_OPTIONS: detect_leaks=1:color=always
3179 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3180 timeout_multiplier: 3
3181 edbg:
3182 CPPFLAGS: -O0
3183 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3184 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003185 CC: clang
3186 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003187 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003188 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003189 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003190 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003191 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003192 LDXX: clang++
3193 compile_the_world: true
3194 test_environ:
3195 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3196 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003197 gcov:
3198 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003199 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003200 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003201 DEFINES: _DEBUG DEBUG GPR_GCOV
3202 LD: gcc
3203 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3204 LDXX: g++
3205 helgrind:
3206 CPPFLAGS: -O0
3207 DEFINES: _DEBUG DEBUG
3208 LDFLAGS: -rdynamic
3209 timeout_multiplier: 20
3210 valgrind: --tool=helgrind
3211 memcheck:
3212 CPPFLAGS: -O0
3213 DEFINES: _DEBUG DEBUG
3214 LDFLAGS: -rdynamic
3215 timeout_multiplier: 10
3216 valgrind: --tool=memcheck --leak-check=full
3217 msan:
3218 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003219 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3220 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3221 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003222 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003223 DEFINES: NDEBUG
3224 LD: clang
3225 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3226 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3227 LDXX: clang++
3228 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003229 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003230 mutrace:
3231 CPPFLAGS: -O0
3232 DEFINES: _DEBUG DEBUG
3233 LDFLAGS: -rdynamic
3234 opt:
3235 CPPFLAGS: -O2
3236 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003237 stapprof:
3238 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3239 DEFINES: NDEBUG
3240 tsan:
3241 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003242 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003243 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003244 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003245 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003246 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003247 LDXX: clang++
3248 compile_the_world: true
3249 test_environ:
3250 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003251 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003252 ubsan:
3253 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003254 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3255 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003256 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003257 DEFINES: NDEBUG
3258 LD: clang
3259 LDFLAGS: -fsanitize=undefined
3260 LDXX: clang++
3261 compile_the_world: true
3262 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003263defaults:
3264 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003265 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003266 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003267 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003268 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003269 global:
3270 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3271 LDFLAGS: -g
3272 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003273 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003274 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003275node_modules:
3276- deps:
3277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003278 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003279 - boringssl
3280 - z
murgatroid9994a75412015-11-19 14:04:53 -08003281 headers:
3282 - src/node/ext/byte_buffer.h
3283 - src/node/ext/call.h
3284 - src/node/ext/call_credentials.h
3285 - src/node/ext/channel.h
3286 - src/node/ext/channel_credentials.h
3287 - src/node/ext/completion_queue_async_worker.h
3288 - src/node/ext/server.h
3289 - src/node/ext/server_credentials.h
3290 - src/node/ext/timeval.h
3291 js:
3292 - src/node/index.js
3293 - src/node/src/client.js
3294 - src/node/src/common.js
3295 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003296 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003297 - src/node/src/metadata.js
3298 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003299 name: grpc_node
3300 src:
3301 - src/node/ext/byte_buffer.cc
3302 - src/node/ext/call.cc
3303 - src/node/ext/call_credentials.cc
3304 - src/node/ext/channel.cc
3305 - src/node/ext/channel_credentials.cc
3306 - src/node/ext/completion_queue_async_worker.cc
3307 - src/node/ext/node_grpc.cc
3308 - src/node/ext/server.cc
3309 - src/node/ext/server_credentials.cc
3310 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003311openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003312 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003313 extraction_dir: openssl-1.0.2f
3314 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003315php_config_m4:
3316 deps:
3317 - grpc
3318 - gpr
3319 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003320 headers:
3321 - src/php/ext/grpc/byte_buffer.h
3322 - src/php/ext/grpc/call.h
3323 - src/php/ext/grpc/call_credentials.h
3324 - src/php/ext/grpc/channel.h
3325 - src/php/ext/grpc/channel_credentials.h
3326 - src/php/ext/grpc/completion_queue.h
3327 - src/php/ext/grpc/php_grpc.h
3328 - src/php/ext/grpc/server.h
3329 - src/php/ext/grpc/server_credentials.h
3330 - src/php/ext/grpc/timeval.h
3331 src:
3332 - src/php/ext/grpc/byte_buffer.c
3333 - src/php/ext/grpc/call.c
3334 - src/php/ext/grpc/call_credentials.c
3335 - src/php/ext/grpc/channel.c
3336 - src/php/ext/grpc/channel_credentials.c
3337 - src/php/ext/grpc/completion_queue.c
3338 - src/php/ext/grpc/php_grpc.c
3339 - src/php/ext/grpc/server.c
3340 - src/php/ext/grpc/server_credentials.c
3341 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003342python_dependencies:
3343 deps:
3344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003345 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003346 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003347 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003348ruby_gem:
3349 deps:
3350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003351 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003352 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003353 - z