blob: 26308e8db5d17b5d0654693459b8f750b866476b [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
19 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/mlog.h
21 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/context.c
24 - src/core/ext/census/grpc_context.c
25 - src/core/ext/census/grpc_filter.c
26 - src/core/ext/census/grpc_plugin.c
27 - src/core/ext/census/initialize.c
28 - src/core/ext/census/mlog.c
29 - src/core/ext/census/operation.c
30 - src/core/ext/census/placeholders.c
31 - src/core/ext/census/tracing.c
32 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070033 uses:
34 - grpc_base
35- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010036 public_headers:
37 - include/grpc/support/alloc.h
38 - include/grpc/support/atm.h
39 - include/grpc/support/atm_gcc_atomic.h
40 - include/grpc/support/atm_gcc_sync.h
41 - include/grpc/support/atm_win32.h
42 - include/grpc/support/avl.h
43 - include/grpc/support/cmdline.h
44 - include/grpc/support/cpu.h
45 - include/grpc/support/histogram.h
46 - include/grpc/support/host_port.h
47 - include/grpc/support/log.h
48 - include/grpc/support/log_win32.h
49 - include/grpc/support/port_platform.h
50 - include/grpc/support/slice.h
51 - include/grpc/support/slice_buffer.h
52 - include/grpc/support/string_util.h
53 - include/grpc/support/subprocess.h
54 - include/grpc/support/sync.h
55 - include/grpc/support/sync_generic.h
56 - include/grpc/support/sync_posix.h
57 - include/grpc/support/sync_win32.h
58 - include/grpc/support/thd.h
59 - include/grpc/support/time.h
60 - include/grpc/support/tls.h
61 - include/grpc/support/tls_gcc.h
62 - include/grpc/support/tls_msvc.h
63 - include/grpc/support/tls_pthread.h
64 - include/grpc/support/useful.h
65 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070066 - src/core/lib/profiling/timers.h
67 - src/core/lib/support/backoff.h
68 - src/core/lib/support/block_annotate.h
69 - src/core/lib/support/env.h
70 - src/core/lib/support/load_file.h
71 - src/core/lib/support/murmur_hash.h
72 - src/core/lib/support/stack_lockfree.h
73 - src/core/lib/support/string.h
74 - src/core/lib/support/string_win32.h
75 - src/core/lib/support/thd_internal.h
76 - src/core/lib/support/time_precise.h
77 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010078 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/profiling/basic_timers.c
80 - src/core/lib/profiling/stap_timers.c
81 - src/core/lib/support/alloc.c
82 - src/core/lib/support/avl.c
83 - src/core/lib/support/backoff.c
84 - src/core/lib/support/cmdline.c
85 - src/core/lib/support/cpu_iphone.c
86 - src/core/lib/support/cpu_linux.c
87 - src/core/lib/support/cpu_posix.c
88 - src/core/lib/support/cpu_windows.c
89 - src/core/lib/support/env_linux.c
90 - src/core/lib/support/env_posix.c
91 - src/core/lib/support/env_win32.c
92 - src/core/lib/support/histogram.c
93 - src/core/lib/support/host_port.c
94 - src/core/lib/support/load_file.c
95 - src/core/lib/support/log.c
96 - src/core/lib/support/log_android.c
97 - src/core/lib/support/log_linux.c
98 - src/core/lib/support/log_posix.c
99 - src/core/lib/support/log_win32.c
100 - src/core/lib/support/murmur_hash.c
101 - src/core/lib/support/slice.c
102 - src/core/lib/support/slice_buffer.c
103 - src/core/lib/support/stack_lockfree.c
104 - src/core/lib/support/string.c
105 - src/core/lib/support/string_posix.c
106 - src/core/lib/support/string_win32.c
107 - src/core/lib/support/subprocess_posix.c
108 - src/core/lib/support/subprocess_windows.c
109 - src/core/lib/support/sync.c
110 - src/core/lib/support/sync_posix.c
111 - src/core/lib/support/sync_win32.c
112 - src/core/lib/support/thd.c
113 - src/core/lib/support/thd_posix.c
114 - src/core/lib/support/thd_win32.c
115 - src/core/lib/support/time.c
116 - src/core/lib/support/time_posix.c
117 - src/core/lib/support/time_precise.c
118 - src/core/lib/support/time_win32.c
119 - src/core/lib/support/tls_pthread.c
120 - src/core/lib/support/tmpfile_posix.c
121 - src/core/lib/support/tmpfile_win32.c
122 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700123 uses:
124 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800125- name: gpr_codegen
126 public_headers:
127 - include/grpc/impl/codegen/alloc.h
128 - include/grpc/impl/codegen/atm.h
129 - include/grpc/impl/codegen/atm_gcc_atomic.h
130 - include/grpc/impl/codegen/atm_gcc_sync.h
131 - include/grpc/impl/codegen/atm_win32.h
132 - include/grpc/impl/codegen/log.h
133 - include/grpc/impl/codegen/port_platform.h
134 - include/grpc/impl/codegen/slice.h
135 - include/grpc/impl/codegen/slice_buffer.h
136 - include/grpc/impl/codegen/sync.h
137 - include/grpc/impl/codegen/sync_generic.h
138 - include/grpc/impl/codegen/sync_posix.h
139 - include/grpc/impl/codegen/sync_win32.h
140 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700141- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700142 public_headers:
143 - include/grpc/byte_buffer.h
144 - include/grpc/byte_buffer_reader.h
145 - include/grpc/compression.h
146 - include/grpc/grpc.h
147 - include/grpc/status.h
148 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700149 - src/core/lib/channel/channel_args.h
150 - src/core/lib/channel/channel_stack.h
151 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700152 - src/core/lib/channel/compress_filter.h
153 - src/core/lib/channel/connected_channel.h
154 - src/core/lib/channel/context.h
155 - src/core/lib/channel/http_client_filter.h
156 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700157 - src/core/lib/compression/algorithm_metadata.h
158 - src/core/lib/compression/message_compress.h
159 - src/core/lib/debug/trace.h
160 - src/core/lib/http/format_request.h
161 - src/core/lib/http/httpcli.h
162 - src/core/lib/http/parser.h
163 - src/core/lib/iomgr/closure.h
164 - src/core/lib/iomgr/endpoint.h
165 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700166 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
167 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700168 - src/core/lib/iomgr/exec_ctx.h
169 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/iomgr/iocp_windows.h
171 - src/core/lib/iomgr/iomgr.h
172 - src/core/lib/iomgr/iomgr_internal.h
173 - src/core/lib/iomgr/iomgr_posix.h
174 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/iomgr/pollset_set_windows.h
177 - src/core/lib/iomgr/pollset_windows.h
178 - src/core/lib/iomgr/resolve_address.h
179 - src/core/lib/iomgr/sockaddr.h
180 - src/core/lib/iomgr/sockaddr_posix.h
181 - src/core/lib/iomgr/sockaddr_utils.h
182 - src/core/lib/iomgr/sockaddr_win32.h
183 - src/core/lib/iomgr/socket_utils_posix.h
184 - src/core/lib/iomgr/socket_windows.h
185 - src/core/lib/iomgr/tcp_client.h
186 - src/core/lib/iomgr/tcp_posix.h
187 - src/core/lib/iomgr/tcp_server.h
188 - src/core/lib/iomgr/tcp_windows.h
189 - src/core/lib/iomgr/time_averaged_stats.h
190 - src/core/lib/iomgr/timer.h
191 - src/core/lib/iomgr/timer_heap.h
192 - src/core/lib/iomgr/udp_server.h
193 - src/core/lib/iomgr/unix_sockets_posix.h
194 - src/core/lib/iomgr/wakeup_fd_pipe.h
195 - src/core/lib/iomgr/wakeup_fd_posix.h
196 - src/core/lib/iomgr/workqueue.h
197 - src/core/lib/iomgr/workqueue_posix.h
198 - src/core/lib/iomgr/workqueue_windows.h
199 - src/core/lib/json/json.h
200 - src/core/lib/json/json_common.h
201 - src/core/lib/json/json_reader.h
202 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/surface/api_trace.h
204 - src/core/lib/surface/call.h
205 - src/core/lib/surface/call_test_only.h
206 - src/core/lib/surface/channel.h
207 - src/core/lib/surface/channel_init.h
208 - src/core/lib/surface/channel_stack_type.h
209 - src/core/lib/surface/completion_queue.h
210 - src/core/lib/surface/event_string.h
211 - src/core/lib/surface/init.h
212 - src/core/lib/surface/lame_client.h
213 - src/core/lib/surface/server.h
214 - src/core/lib/surface/surface_trace.h
215 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/transport/connectivity_state.h
217 - src/core/lib/transport/metadata.h
218 - src/core/lib/transport/metadata_batch.h
219 - src/core/lib/transport/static_metadata.h
220 - src/core/lib/transport/transport.h
221 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700222 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/channel/channel_args.c
224 - src/core/lib/channel/channel_stack.c
225 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/channel/compress_filter.c
227 - src/core/lib/channel/connected_channel.c
228 - src/core/lib/channel/http_client_filter.c
229 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/compression/compression_algorithm.c
231 - src/core/lib/compression/message_compress.c
232 - src/core/lib/debug/trace.c
233 - src/core/lib/http/format_request.c
234 - src/core/lib/http/httpcli.c
235 - src/core/lib/http/parser.c
236 - src/core/lib/iomgr/closure.c
237 - src/core/lib/iomgr/endpoint.c
238 - src/core/lib/iomgr/endpoint_pair_posix.c
239 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700240 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
241 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/exec_ctx.c
243 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/iocp_windows.c
245 - src/core/lib/iomgr/iomgr.c
246 - src/core/lib/iomgr/iomgr_posix.c
247 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/iomgr/pollset_set_windows.c
249 - src/core/lib/iomgr/pollset_windows.c
250 - src/core/lib/iomgr/resolve_address_posix.c
251 - src/core/lib/iomgr/resolve_address_windows.c
252 - src/core/lib/iomgr/sockaddr_utils.c
253 - src/core/lib/iomgr/socket_utils_common_posix.c
254 - src/core/lib/iomgr/socket_utils_linux.c
255 - src/core/lib/iomgr/socket_utils_posix.c
256 - src/core/lib/iomgr/socket_windows.c
257 - src/core/lib/iomgr/tcp_client_posix.c
258 - src/core/lib/iomgr/tcp_client_windows.c
259 - src/core/lib/iomgr/tcp_posix.c
260 - src/core/lib/iomgr/tcp_server_posix.c
261 - src/core/lib/iomgr/tcp_server_windows.c
262 - src/core/lib/iomgr/tcp_windows.c
263 - src/core/lib/iomgr/time_averaged_stats.c
264 - src/core/lib/iomgr/timer.c
265 - src/core/lib/iomgr/timer_heap.c
266 - src/core/lib/iomgr/udp_server.c
267 - src/core/lib/iomgr/unix_sockets_posix.c
268 - src/core/lib/iomgr/unix_sockets_posix_noop.c
269 - src/core/lib/iomgr/wakeup_fd_eventfd.c
270 - src/core/lib/iomgr/wakeup_fd_nospecial.c
271 - src/core/lib/iomgr/wakeup_fd_pipe.c
272 - src/core/lib/iomgr/wakeup_fd_posix.c
273 - src/core/lib/iomgr/workqueue_posix.c
274 - src/core/lib/iomgr/workqueue_windows.c
275 - src/core/lib/json/json.c
276 - src/core/lib/json/json_reader.c
277 - src/core/lib/json/json_string.c
278 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/surface/alarm.c
280 - src/core/lib/surface/api_trace.c
281 - src/core/lib/surface/byte_buffer.c
282 - src/core/lib/surface/byte_buffer_reader.c
283 - src/core/lib/surface/call.c
284 - src/core/lib/surface/call_details.c
285 - src/core/lib/surface/call_log_batch.c
286 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/surface/channel_init.c
288 - src/core/lib/surface/channel_ping.c
289 - src/core/lib/surface/channel_stack_type.c
290 - src/core/lib/surface/completion_queue.c
291 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/surface/lame_client.c
293 - src/core/lib/surface/metadata_array.c
294 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/surface/validate_metadata.c
296 - src/core/lib/surface/version.c
297 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/transport/connectivity_state.c
299 - src/core/lib/transport/metadata.c
300 - src/core/lib/transport/metadata_batch.c
301 - src/core/lib/transport/static_metadata.c
302 - src/core/lib/transport/transport.c
303 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700304 deps:
305 - gpr
306 uses:
307 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700308- name: grpc_client_config
309 headers:
310 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700311 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700312 - src/core/ext/client_config/client_config.h
313 - src/core/ext/client_config/connector.h
314 - src/core/ext/client_config/initial_connect_string.h
315 - src/core/ext/client_config/lb_policy.h
316 - src/core/ext/client_config/lb_policy_factory.h
317 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700318 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700319 - src/core/ext/client_config/resolver.h
320 - src/core/ext/client_config/resolver_factory.h
321 - src/core/ext/client_config/resolver_registry.h
322 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700323 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700324 - src/core/ext/client_config/subchannel_index.h
325 - src/core/ext/client_config/uri_parser.h
326 src:
327 - src/core/ext/client_config/channel_connectivity.c
328 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700329 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700330 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700331 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700332 - src/core/ext/client_config/connector.c
333 - src/core/ext/client_config/default_initial_connect_string.c
334 - src/core/ext/client_config/initial_connect_string.c
335 - src/core/ext/client_config/lb_policy.c
336 - src/core/ext/client_config/lb_policy_factory.c
337 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700338 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700339 - src/core/ext/client_config/resolver.c
340 - src/core/ext/client_config/resolver_factory.c
341 - src/core/ext/client_config/resolver_registry.c
342 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700343 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700344 - src/core/ext/client_config/subchannel_index.c
345 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700346 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700347 uses:
348 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800349- name: grpc_codegen
350 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800351 - include/grpc/impl/codegen/byte_buffer.h
352 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800353 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800354 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800355 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800356 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700357 uses:
358 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700359- name: grpc_lb_policy_grpclb
360 headers:
361 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700362 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700363 src:
364 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700365 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700366 uses:
367 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700368 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700369 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700370- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700371 src:
372 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700373 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700374 uses:
375 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700376 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700377- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700378 src:
379 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700380 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700381 uses:
382 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700383 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700384- name: grpc_resolver_dns_native
385 src:
386 - src/core/ext/resolver/dns/native/dns_resolver.c
387 plugin: grpc_resolver_dns_native
388 uses:
389 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700390 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700391- name: grpc_resolver_sockaddr
392 src:
393 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
394 plugin: grpc_resolver_sockaddr
395 uses:
396 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100398- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700399 public_headers:
400 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700401 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100402 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/security/auth_filters.h
404 - src/core/lib/security/b64.h
405 - src/core/lib/security/credentials.h
406 - src/core/lib/security/handshake.h
407 - src/core/lib/security/json_token.h
408 - src/core/lib/security/jwt_verifier.h
409 - src/core/lib/security/secure_endpoint.h
410 - src/core/lib/security/security_connector.h
411 - src/core/lib/security/security_context.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100412 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700413 - src/core/lib/http/httpcli_security_connector.c
414 - src/core/lib/security/b64.c
415 - src/core/lib/security/client_auth_filter.c
416 - src/core/lib/security/credentials.c
417 - src/core/lib/security/credentials_metadata.c
418 - src/core/lib/security/credentials_posix.c
419 - src/core/lib/security/credentials_win32.c
420 - src/core/lib/security/google_default_credentials.c
421 - src/core/lib/security/handshake.c
422 - src/core/lib/security/json_token.c
423 - src/core/lib/security/jwt_verifier.c
424 - src/core/lib/security/secure_endpoint.c
425 - src/core/lib/security/security_connector.c
426 - src/core/lib/security/security_context.c
427 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700428 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700429 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700430 uses:
431 - grpc_base
432 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700433 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700434- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700435 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700436 headers:
437 - test/core/end2end/cq_verifier.h
438 - test/core/end2end/fixtures/proxy.h
439 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700440 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200441 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700442 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700443 - test/core/util/parse_hexstring.h
444 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700445 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700446 - test/core/util/slice_splitter.h
447 src:
448 - test/core/end2end/cq_verifier.c
449 - test/core/end2end/fixtures/proxy.c
450 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700451 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200452 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700453 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700454 - test/core/util/parse_hexstring.c
455 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700456 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700457 - test/core/util/port_windows.c
458 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700459 deps:
460 - grpc
461 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700462- name: grpc_transport_chttp2
463 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700464 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700465 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
466 - src/core/ext/transport/chttp2/transport/frame.h
467 - src/core/ext/transport/chttp2/transport/frame_data.h
468 - src/core/ext/transport/chttp2/transport/frame_goaway.h
469 - src/core/ext/transport/chttp2/transport/frame_ping.h
470 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
471 - src/core/ext/transport/chttp2/transport/frame_settings.h
472 - src/core/ext/transport/chttp2/transport/frame_window_update.h
473 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
474 - src/core/ext/transport/chttp2/transport/hpack_parser.h
475 - src/core/ext/transport/chttp2/transport/hpack_table.h
476 - src/core/ext/transport/chttp2/transport/http2_errors.h
477 - src/core/ext/transport/chttp2/transport/huffsyms.h
478 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
479 - src/core/ext/transport/chttp2/transport/internal.h
480 - src/core/ext/transport/chttp2/transport/status_conversion.h
481 - src/core/ext/transport/chttp2/transport/stream_map.h
482 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
483 - src/core/ext/transport/chttp2/transport/varint.h
484 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700485 - src/core/ext/transport/chttp2/transport/bin_encoder.c
486 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700487 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
488 - src/core/ext/transport/chttp2/transport/frame_data.c
489 - src/core/ext/transport/chttp2/transport/frame_goaway.c
490 - src/core/ext/transport/chttp2/transport/frame_ping.c
491 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
492 - src/core/ext/transport/chttp2/transport/frame_settings.c
493 - src/core/ext/transport/chttp2/transport/frame_window_update.c
494 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
495 - src/core/ext/transport/chttp2/transport/hpack_parser.c
496 - src/core/ext/transport/chttp2/transport/hpack_table.c
497 - src/core/ext/transport/chttp2/transport/huffsyms.c
498 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
499 - src/core/ext/transport/chttp2/transport/parsing.c
500 - src/core/ext/transport/chttp2/transport/status_conversion.c
501 - src/core/ext/transport/chttp2/transport/stream_lists.c
502 - src/core/ext/transport/chttp2/transport/stream_map.c
503 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
504 - src/core/ext/transport/chttp2/transport/varint.c
505 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700506 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700507 uses:
508 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700509 - grpc_transport_chttp2_alpn
510- name: grpc_transport_chttp2_alpn
511 headers:
512 - src/core/ext/transport/chttp2/alpn/alpn.h
513 src:
514 - src/core/ext/transport/chttp2/alpn/alpn.c
515 deps:
516 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700517- name: grpc_transport_chttp2_client_insecure
518 src:
519 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700520 uses:
521 - grpc_transport_chttp2
522 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700523 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700524- name: grpc_transport_chttp2_client_secure
525 src:
526 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700527 uses:
528 - grpc_transport_chttp2
529 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700530 - grpc_client_config
531 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700532- name: grpc_transport_chttp2_server_insecure
533 src:
534 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700535 uses:
536 - grpc_transport_chttp2
537 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700538- name: grpc_transport_chttp2_server_secure
539 src:
540 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.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_secure
Craig Tillereb841e22016-02-11 15:49:16 -0800545- name: nanopb
546 headers:
547 - third_party/nanopb/pb.h
548 - third_party/nanopb/pb_common.h
549 - third_party/nanopb/pb_decode.h
550 - third_party/nanopb/pb_encode.h
551 src:
552 - third_party/nanopb/pb_common.c
553 - third_party/nanopb/pb_decode.c
554 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700555- name: tsi
556 headers:
557 - src/core/lib/tsi/fake_transport_security.h
558 - src/core/lib/tsi/ssl_transport_security.h
559 - src/core/lib/tsi/ssl_types.h
560 - src/core/lib/tsi/transport_security.h
561 - src/core/lib/tsi/transport_security_interface.h
562 src:
563 - src/core/lib/tsi/fake_transport_security.c
564 - src/core/lib/tsi/ssl_transport_security.c
565 - src/core/lib/tsi/transport_security.c
566 deps:
567 - gpr
568 secure: true
569- name: grpc++_base
570 language: c++
571 public_headers:
572 - include/grpc++/alarm.h
573 - include/grpc++/channel.h
574 - include/grpc++/client_context.h
575 - include/grpc++/completion_queue.h
576 - include/grpc++/create_channel.h
577 - include/grpc++/generic/async_generic_service.h
578 - include/grpc++/generic/generic_stub.h
579 - include/grpc++/grpc++.h
580 - include/grpc++/impl/call.h
581 - include/grpc++/impl/client_unary_call.h
582 - include/grpc++/impl/grpc_library.h
583 - include/grpc++/impl/method_handler_impl.h
584 - include/grpc++/impl/proto_utils.h
585 - include/grpc++/impl/rpc_method.h
586 - include/grpc++/impl/rpc_service_method.h
587 - include/grpc++/impl/serialization_traits.h
588 - include/grpc++/impl/server_builder_option.h
589 - include/grpc++/impl/service_type.h
590 - include/grpc++/impl/sync.h
591 - include/grpc++/impl/sync_cxx11.h
592 - include/grpc++/impl/sync_no_cxx11.h
593 - include/grpc++/impl/thd.h
594 - include/grpc++/impl/thd_cxx11.h
595 - include/grpc++/impl/thd_no_cxx11.h
596 - include/grpc++/security/auth_context.h
597 - include/grpc++/security/auth_metadata_processor.h
598 - include/grpc++/security/credentials.h
599 - include/grpc++/security/server_credentials.h
600 - include/grpc++/server.h
601 - include/grpc++/server_builder.h
602 - include/grpc++/server_context.h
603 - include/grpc++/support/async_stream.h
604 - include/grpc++/support/async_unary_call.h
605 - include/grpc++/support/byte_buffer.h
606 - include/grpc++/support/channel_arguments.h
607 - include/grpc++/support/slice.h
608 - include/grpc++/support/status.h
609 - include/grpc++/support/status_code_enum.h
610 - include/grpc++/support/string_ref.h
611 - include/grpc++/support/stub_options.h
612 - include/grpc++/support/sync_stream.h
613 - include/grpc++/support/time.h
614 headers:
615 - src/cpp/client/create_channel_internal.h
616 - src/cpp/common/core_codegen.h
617 - src/cpp/server/dynamic_thread_pool.h
618 - src/cpp/server/thread_pool_interface.h
619 src:
620 - src/cpp/client/channel.cc
621 - src/cpp/client/client_context.cc
622 - src/cpp/client/create_channel.cc
623 - src/cpp/client/create_channel_internal.cc
624 - src/cpp/client/credentials.cc
625 - src/cpp/client/generic_stub.cc
626 - src/cpp/client/insecure_credentials.cc
627 - src/cpp/common/channel_arguments.cc
628 - src/cpp/common/completion_queue.cc
629 - src/cpp/common/core_codegen.cc
630 - src/cpp/common/rpc_method.cc
631 - src/cpp/server/async_generic_service.cc
632 - src/cpp/server/create_default_thread_pool.cc
633 - src/cpp/server/dynamic_thread_pool.cc
634 - src/cpp/server/insecure_server_credentials.cc
635 - src/cpp/server/server.cc
636 - src/cpp/server/server_builder.cc
637 - src/cpp/server/server_context.cc
638 - src/cpp/server/server_credentials.cc
639 - src/cpp/util/byte_buffer.cc
640 - src/cpp/util/slice.cc
641 - src/cpp/util/status.cc
642 - src/cpp/util/string_ref.cc
643 - src/cpp/util/time.cc
644 deps:
645 - grpc
646 uses:
647 - grpc++_codegen
648 - grpc++_config
649- name: grpc++_codegen
650 language: c++
651 public_headers:
652 - include/grpc++/impl/codegen/async_stream.h
653 - include/grpc++/impl/codegen/async_unary_call.h
654 - include/grpc++/impl/codegen/call.h
655 - include/grpc++/impl/codegen/call_hook.h
656 - include/grpc++/impl/codegen/channel_interface.h
657 - include/grpc++/impl/codegen/client_context.h
658 - include/grpc++/impl/codegen/client_unary_call.h
659 - include/grpc++/impl/codegen/completion_queue.h
660 - include/grpc++/impl/codegen/completion_queue_tag.h
661 - include/grpc++/impl/codegen/core_codegen_interface.h
662 - include/grpc++/impl/codegen/create_auth_context.h
663 - include/grpc++/impl/codegen/grpc_library.h
664 - include/grpc++/impl/codegen/method_handler_impl.h
665 - include/grpc++/impl/codegen/proto_utils.h
666 - include/grpc++/impl/codegen/rpc_method.h
667 - include/grpc++/impl/codegen/rpc_service_method.h
668 - include/grpc++/impl/codegen/security/auth_context.h
669 - include/grpc++/impl/codegen/serialization_traits.h
670 - include/grpc++/impl/codegen/server_context.h
671 - include/grpc++/impl/codegen/server_interface.h
672 - include/grpc++/impl/codegen/service_type.h
673 - include/grpc++/impl/codegen/status.h
674 - include/grpc++/impl/codegen/status_code_enum.h
675 - include/grpc++/impl/codegen/string_ref.h
676 - include/grpc++/impl/codegen/stub_options.h
677 - include/grpc++/impl/codegen/sync.h
678 - include/grpc++/impl/codegen/sync_cxx11.h
679 - include/grpc++/impl/codegen/sync_no_cxx11.h
680 - include/grpc++/impl/codegen/sync_stream.h
681 - include/grpc++/impl/codegen/time.h
682 src:
683 - src/cpp/codegen/codegen_init.cc
684 uses:
685 - grpc_codegen
686 - grpc++_config_codegen
687- name: grpc++_config
688 language: c++
689 public_headers:
690 - include/grpc++/support/config.h
691 - include/grpc++/support/config_protobuf.h
692 uses:
693 - grpc++_config_codegen
694- name: grpc++_config_codegen
695 language: c++
696 public_headers:
697 - include/grpc++/impl/codegen/config.h
698 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100699libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800700- name: gpr
701 build: all
702 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800703 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700704 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800705 secure: false
706 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
707- name: gpr_test_util
708 build: private
709 language: c
710 headers:
711 - test/core/util/test_config.h
712 src:
713 - test/core/util/test_config.c
714 deps:
715 - gpr
716 secure: false
717 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700718- name: grpc
719 build: all
720 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 src:
722 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700723 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800724 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700725 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700726 filegroups:
727 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700728 - grpc_transport_chttp2_server_secure
729 - grpc_transport_chttp2_client_secure
730 - grpc_transport_chttp2_server_insecure
731 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700732 - grpc_lb_policy_grpclb
733 - grpc_lb_policy_pick_first
734 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700735 - grpc_resolver_dns_native
736 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100737 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700738 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700739 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700740 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700741 vs_packages:
742 - grpc.dependencies.openssl
743 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700744 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100745- name: grpc_dll
746 build: private
747 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100748 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100749 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100750 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100751 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100752 build_system:
753 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100754 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100755 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100756 vs_config_type: DynamicLibrary
757 vs_packages:
758 - grpc.dependencies.openssl
759 - grpc.dependencies.zlib
760 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
761 vs_props:
762 - zlib
763 - openssl
764 - winsock
765 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700766- name: grpc_test_util
767 build: private
768 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700769 headers:
770 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800771 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700772 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700773 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700774 - test/core/end2end/data/server1_cert.c
775 - test/core/end2end/data/server1_key.c
776 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800777 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700778 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800779 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800780 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700781 - grpc
782 filegroups:
783 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700784 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
785- name: grpc_test_util_unsecure
786 build: private
787 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700788 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800789 - gpr
790 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800791 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700792 filegroups:
793 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700794 secure: false
795 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
796- name: grpc_unsecure
797 build: all
798 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700799 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700801 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700802 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800803 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700804 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700805 filegroups:
806 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700807 - grpc_transport_chttp2_server_insecure
808 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700809 - grpc_resolver_dns_native
810 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700811 - grpc_lb_policy_grpclb
812 - grpc_lb_policy_pick_first
813 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700814 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700815 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700816 secure: false
817 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
818- name: grpc_zookeeper
819 build: all
820 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700821 public_headers:
822 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700823 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700824 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700825 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800826 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700827 - grpc
828 external_deps:
829 - zookeeper
830 platforms:
831 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700832 secure: false
833- name: reconnect_server
834 build: private
835 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700836 headers:
837 - test/core/util/reconnect_server.h
838 src:
839 - test/core/util/reconnect_server.c
840 deps:
yang-gc9fca182015-11-06 16:41:33 -0800841 - test_tcp_server
842 - grpc_test_util
843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800844 - gpr_test_util
845 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800846- name: test_tcp_server
847 build: private
848 language: c
849 headers:
850 - test/core/util/test_tcp_server.h
851 src:
852 - test/core/util/test_tcp_server.c
853 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700854 - grpc_test_util
855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800856 - gpr_test_util
857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700858- name: grpc++
859 build: all
860 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700861 headers:
862 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800863 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700864 - src/cpp/common/secure_auth_context.h
865 - src/cpp/server/secure_server_credentials.h
866 src:
Craig Tiller25834342015-09-25 08:08:24 -0700867 - src/cpp/client/secure_credentials.cc
868 - src/cpp/common/auth_property_iterator.cc
869 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800870 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700871 - src/cpp/common/secure_create_auth_context.cc
872 - src/cpp/server/secure_server_credentials.cc
873 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700874 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700875 baselib: true
876 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700877 filegroups:
878 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800879 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700880 secure: check
881 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
882- name: grpc++_test_config
883 build: private
884 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700885 headers:
886 - test/cpp/util/test_config.h
887 src:
888 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700889- name: grpc++_test_util
890 build: private
891 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700892 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800893 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800894 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700895 - test/cpp/util/cli_call.h
896 - test/cpp/util/create_test_channel.h
897 - test/cpp/util/string_ref_helper.h
898 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800899 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700900 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800901 - src/proto/grpc/testing/echo_messages.proto
902 - src/proto/grpc/testing/echo.proto
903 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800904 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800905 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700906 - test/cpp/util/cli_call.cc
907 - test/cpp/util/create_test_channel.cc
908 - test/cpp/util/string_ref_helper.cc
909 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800910 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700911 deps:
912 - grpc++
913 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700914- name: grpc++_unsecure
915 build: all
916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700917 src:
918 - src/cpp/common/insecure_create_auth_context.cc
919 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800920 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700921 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700922 baselib: true
923 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700924 filegroups:
925 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800926 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700927 secure: false
928 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
929- name: grpc_plugin_support
930 build: protoc
931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700932 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700933 - src/compiler/config.h
934 - src/compiler/cpp_generator.h
935 - src/compiler/cpp_generator_helpers.h
936 - src/compiler/csharp_generator.h
937 - src/compiler/csharp_generator_helpers.h
938 - src/compiler/generator_helpers.h
939 - src/compiler/objective_c_generator.h
940 - src/compiler/objective_c_generator_helpers.h
941 - src/compiler/python_generator.h
942 - src/compiler/ruby_generator.h
943 - src/compiler/ruby_generator_helpers-inl.h
944 - src/compiler/ruby_generator_map-inl.h
945 - src/compiler/ruby_generator_string-inl.h
946 src:
947 - src/compiler/cpp_generator.cc
948 - src/compiler/csharp_generator.cc
949 - src/compiler/objective_c_generator.cc
950 - src/compiler/python_generator.cc
951 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800952 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700953 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954 secure: false
955 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800956 vs_props:
957 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700958- name: interop_client_helper
959 build: private
960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700961 headers:
962 - test/cpp/interop/client_helper.h
963 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800964 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700965 - test/cpp/interop/client_helper.cc
966 deps:
967 - grpc++_test_util
968 - grpc_test_util
969 - grpc++
970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972- name: interop_client_main
973 build: private
974 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700975 headers:
976 - test/cpp/interop/interop_client.h
977 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800978 - src/proto/grpc/testing/empty.proto
979 - src/proto/grpc/testing/messages.proto
980 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700981 - test/cpp/interop/client.cc
982 - test/cpp/interop/interop_client.cc
983 deps:
984 - interop_client_helper
985 - grpc++_test_util
986 - grpc_test_util
987 - grpc++
988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800989 - gpr_test_util
990 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700991 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700992- name: interop_server_helper
993 build: private
994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700995 headers:
996 - test/cpp/interop/server_helper.h
997 src:
998 - test/cpp/interop/server_helper.cc
999 deps:
1000 - grpc_test_util
1001 - grpc++
1002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001004- name: interop_server_main
1005 build: private
1006 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001007 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001008 - src/proto/grpc/testing/empty.proto
1009 - src/proto/grpc/testing/messages.proto
1010 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001011 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001012 deps:
1013 - interop_server_helper
1014 - grpc++_test_util
1015 - grpc_test_util
1016 - grpc++
1017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001018 - gpr_test_util
1019 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001020 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001021- name: qps
1022 build: private
1023 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001024 headers:
1025 - test/cpp/qps/client.h
1026 - test/cpp/qps/driver.h
1027 - test/cpp/qps/histogram.h
1028 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001029 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001030 - test/cpp/qps/perf_db_client.h
1031 - test/cpp/qps/qps_worker.h
1032 - test/cpp/qps/report.h
1033 - test/cpp/qps/server.h
1034 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001035 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001036 - test/cpp/util/benchmark_config.h
1037 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001038 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001039 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001040 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001041 - src/proto/grpc/testing/control.proto
1042 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001043 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001044 - test/cpp/qps/client_async.cc
1045 - test/cpp/qps/client_sync.cc
1046 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001047 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001048 - test/cpp/qps/perf_db_client.cc
1049 - test/cpp/qps/qps_worker.cc
1050 - test/cpp/qps/report.cc
1051 - test/cpp/qps/server_async.cc
1052 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001053 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001054 - test/cpp/util/benchmark_config.cc
1055 deps:
1056 - grpc_test_util
1057 - grpc++_test_util
1058 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001059- name: grpc_csharp_ext
1060 build: all
1061 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001062 src:
1063 - src/csharp/ext/grpc_csharp_ext.c
1064 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001066 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001067 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001068 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001069 dll: only
1070 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001071 vs_packages:
1072 - grpc.dependencies.openssl
1073 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001074 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001075 vs_props:
1076 - zlib
1077 - openssl
1078 - winsock
1079 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001080targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001081- name: alarm_test
1082 build: test
1083 language: c
1084 src:
1085 - test/core/surface/alarm_test.c
1086 deps:
1087 - grpc_test_util
1088 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001089 - gpr_test_util
1090 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001091- name: algorithm_test
1092 build: test
1093 language: c
1094 src:
1095 - test/core/compression/algorithm_test.c
1096 deps:
1097 - grpc_test_util
1098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001099 - gpr_test_util
1100 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001101- name: alloc_test
1102 build: test
1103 language: c
1104 src:
1105 - test/core/support/alloc_test.c
1106 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001107 - gpr_test_util
1108 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001109- name: alpn_test
1110 build: test
1111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001112 src:
1113 - test/core/transport/chttp2/alpn_test.c
1114 deps:
1115 - grpc_test_util
1116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001117 - gpr_test_util
1118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001119- name: bin_encoder_test
1120 build: test
1121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001122 src:
1123 - test/core/transport/chttp2/bin_encoder_test.c
1124 deps:
1125 - grpc_test_util
1126 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001127- name: census_context_test
1128 build: test
1129 language: c
1130 src:
1131 - test/core/census/context_test.c
1132 deps:
1133 - grpc_test_util
1134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001135 - gpr_test_util
1136 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001137- name: channel_create_test
1138 build: test
1139 language: c
1140 src:
1141 - test/core/surface/channel_create_test.c
1142 deps:
1143 - grpc_test_util
1144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001145 - gpr_test_util
1146 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001147- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001148 build: test
1149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001150 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001151 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001152 deps:
1153 - grpc_test_util
1154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001155 - gpr_test_util
1156 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001157- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158 build: test
1159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001160 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001161 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001162 deps:
1163 - grpc_test_util
1164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001165 - gpr_test_util
1166 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167- name: chttp2_stream_map_test
1168 build: test
1169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001170 src:
1171 - test/core/transport/chttp2/stream_map_test.c
1172 deps:
1173 - grpc_test_util
1174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001175 - gpr_test_util
1176 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001177- name: chttp2_varint_test
1178 build: test
1179 language: c
1180 src:
1181 - test/core/transport/chttp2/varint_test.c
1182 deps:
1183 - grpc_test_util
1184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001185 - gpr_test_util
1186 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001187- name: client_fuzzer
1188 build: fuzzer
1189 language: c
1190 src:
1191 - test/core/end2end/fuzzers/client_fuzzer.c
1192 deps:
1193 - grpc_test_util
1194 - grpc
1195 - gpr_test_util
1196 - gpr
1197 corpus_dirs:
1198 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001199 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001200 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: compression_test
1202 build: test
1203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001204 src:
1205 - test/core/compression/compression_test.c
1206 deps:
1207 - grpc_test_util
1208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001209 - gpr_test_util
1210 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001211- name: concurrent_connectivity_test
1212 build: test
1213 language: c
1214 src:
1215 - test/core/surface/concurrent_connectivity_test.c
1216 deps:
1217 - grpc_test_util
1218 - grpc
1219 - gpr_test_util
1220 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001221- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001222 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001223 build: test
1224 language: c
1225 src:
1226 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1227 deps:
1228 - grpc_test_util
1229 - grpc
1230 - gpr_test_util
1231 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001232- name: dns_resolver_test
1233 build: test
1234 language: c
1235 src:
1236 - test/core/client_config/resolvers/dns_resolver_test.c
1237 deps:
1238 - grpc_test_util
1239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001240 - gpr_test_util
1241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001243 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244 build: test
1245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001246 src:
1247 - test/core/end2end/dualstack_socket_test.c
1248 deps:
1249 - grpc_test_util
1250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001251 - gpr_test_util
1252 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001253 platforms:
1254 - mac
1255 - linux
1256 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001257- name: endpoint_pair_test
1258 build: test
1259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001260 src:
1261 - test/core/iomgr/endpoint_pair_test.c
1262 deps:
1263 - grpc_test_util
1264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001265 - gpr_test_util
1266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001267- name: fd_conservation_posix_test
1268 build: test
1269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001270 src:
1271 - test/core/iomgr/fd_conservation_posix_test.c
1272 deps:
1273 - grpc_test_util
1274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001275 - gpr_test_util
1276 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001277 platforms:
1278 - mac
1279 - linux
1280 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281- name: fd_posix_test
1282 build: test
1283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001284 src:
1285 - test/core/iomgr/fd_posix_test.c
1286 deps:
1287 - grpc_test_util
1288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001289 - gpr_test_util
1290 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001291 platforms:
1292 - mac
1293 - linux
1294 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001295- name: fling_client
1296 build: test
1297 run: false
1298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
1300 - test/core/fling/client.c
1301 deps:
1302 - grpc_test_util
1303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001304 - gpr_test_util
1305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001306- name: fling_server
1307 build: test
1308 run: false
1309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001310 src:
1311 - test/core/fling/server.c
1312 deps:
1313 - grpc_test_util
1314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 - gpr_test_util
1316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001318 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001319 build: test
1320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001321 src:
1322 - test/core/fling/fling_stream_test.c
1323 deps:
1324 - grpc_test_util
1325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001326 - gpr_test_util
1327 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001328 platforms:
1329 - mac
1330 - linux
1331 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001332- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001333 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334 build: test
1335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001336 src:
1337 - test/core/fling/fling_test.c
1338 deps:
1339 - grpc_test_util
1340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001341 - gpr_test_util
1342 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001343 platforms:
1344 - mac
1345 - linux
1346 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001347- name: gen_hpack_tables
1348 build: tool
1349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001350 src:
1351 - tools/codegen/core/gen_hpack_tables.c
1352 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001354 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355- name: gen_legal_metadata_characters
1356 build: tool
1357 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001358 src:
1359 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001360 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001361- name: goaway_server_test
1362 cpu_cost: 0.1
1363 build: test
1364 language: c
1365 src:
1366 - test/core/end2end/goaway_server_test.c
1367 deps:
1368 - grpc_test_util
1369 - grpc
1370 - gpr_test_util
1371 - gpr
1372 platforms:
1373 - mac
1374 - linux
1375 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001376- name: gpr_avl_test
1377 build: test
1378 language: c
1379 src:
1380 - test/core/support/avl_test.c
1381 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001384- name: gpr_backoff_test
1385 build: test
1386 language: c
1387 src:
1388 - test/core/support/backoff_test.c
1389 deps:
1390 - gpr_test_util
1391 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001392- name: gpr_cmdline_test
1393 build: test
1394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001395 src:
1396 - test/core/support/cmdline_test.c
1397 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001398 - gpr_test_util
1399 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001400- name: gpr_cpu_test
1401 build: test
1402 language: c
1403 src:
1404 - test/core/support/cpu_test.c
1405 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001406 - gpr_test_util
1407 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: gpr_env_test
1409 build: test
1410 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001411 src:
1412 - test/core/support/env_test.c
1413 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 - gpr_test_util
1415 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416- name: gpr_histogram_test
1417 build: test
1418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001419 src:
1420 - test/core/support/histogram_test.c
1421 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001422 - gpr_test_util
1423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: gpr_host_port_test
1425 build: test
1426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001427 src:
1428 - test/core/support/host_port_test.c
1429 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001432- name: gpr_load_file_test
1433 build: test
1434 language: c
1435 src:
1436 - test/core/support/load_file_test.c
1437 deps:
1438 - gpr_test_util
1439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001440- name: gpr_log_test
1441 build: test
1442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001443 src:
1444 - test/core/support/log_test.c
1445 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: gpr_slice_buffer_test
1449 build: test
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/support/slice_buffer_test.c
1453 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001456- name: gpr_slice_test
1457 build: test
1458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001459 src:
1460 - test/core/support/slice_test.c
1461 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001465 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466 build: test
1467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001468 src:
1469 - test/core/support/stack_lockfree_test.c
1470 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473- name: gpr_string_test
1474 build: test
1475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
1477 - test/core/support/string_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_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001482 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483 build: test
1484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001485 src:
1486 - test/core/support/sync_test.c
1487 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001488 - gpr_test_util
1489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001491 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492 build: test
1493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001494 src:
1495 - test/core/support/thd_test.c
1496 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001497 - gpr_test_util
1498 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001499- name: gpr_time_test
1500 build: test
1501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001502 src:
1503 - test/core/support/time_test.c
1504 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001505 - gpr_test_util
1506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507- name: gpr_tls_test
1508 build: test
1509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001510 src:
1511 - test/core/support/tls_test.c
1512 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001513 - gpr_test_util
1514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515- name: gpr_useful_test
1516 build: test
1517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001518 src:
1519 - test/core/support/useful_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: grpc_auth_context_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/security/auth_context_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001533- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001534 build: test
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001537 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001538 deps:
1539 - grpc_test_util
1540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001543- name: grpc_byte_buffer_reader_test
1544 build: test
1545 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001546 src:
1547 - test/core/surface/byte_buffer_reader_test.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001551 - gpr_test_util
1552 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553- name: grpc_channel_args_test
1554 build: test
1555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001556 src:
1557 - test/core/channel/channel_args_test.c
1558 deps:
1559 - grpc_test_util
1560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563- name: grpc_channel_stack_test
1564 build: test
1565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
1567 - test/core/channel/channel_stack_test.c
1568 deps:
1569 - grpc_test_util
1570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr_test_util
1572 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573- name: grpc_completion_queue_test
1574 build: test
1575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001576 src:
1577 - test/core/surface/completion_queue_test.c
1578 deps:
1579 - grpc_test_util
1580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001581 - gpr_test_util
1582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001583- name: grpc_create_jwt
1584 build: tool
1585 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001586 src:
1587 - test/core/security/create_jwt.c
1588 deps:
1589 - grpc_test_util
1590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001591 - gpr_test_util
1592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001593- name: grpc_credentials_test
1594 build: test
1595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001596 src:
1597 - test/core/security/credentials_test.c
1598 deps:
1599 - grpc_test_util
1600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: grpc_fetch_oauth2
1604 build: tool
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/security/fetch_oauth2.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001613- name: grpc_invalid_channel_args_test
1614 build: test
1615 language: c
1616 src:
1617 - test/core/surface/invalid_channel_args_test.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: grpc_json_token_test
1624 build: test
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - test/core/security/json_token_test.c
1628 deps:
1629 - grpc_test_util
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr_test_util
1632 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001633 platforms:
1634 - linux
1635 - posix
1636 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001637- name: grpc_jwt_verifier_test
1638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
1641 - test/core/security/jwt_verifier_test.c
1642 deps:
1643 - grpc_test_util
1644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001645 - gpr_test_util
1646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001647- name: grpc_print_google_default_creds_token
1648 build: tool
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/security/print_google_default_creds_token.c
1652 deps:
1653 - grpc_test_util
1654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001655 - gpr_test_util
1656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657- name: grpc_security_connector_test
1658 build: test
1659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
1661 - test/core/security/security_connector_test.c
1662 deps:
1663 - grpc_test_util
1664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001665 - gpr_test_util
1666 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001667- name: grpc_verify_jwt
1668 build: tool
1669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
1671 - test/core/security/verify_jwt.c
1672 deps:
1673 - grpc_test_util
1674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001677- name: hpack_parser_fuzzer_test
1678 build: fuzzer
1679 language: c
1680 src:
1681 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
1685 - gpr_test_util
1686 - gpr
1687 corpus_dirs:
1688 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001689 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001690 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691- name: hpack_parser_test
1692 build: test
1693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001694 src:
1695 - test/core/transport/chttp2/hpack_parser_test.c
1696 deps:
1697 - grpc_test_util
1698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701- name: hpack_table_test
1702 build: test
1703 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001704 src:
1705 - test/core/transport/chttp2/hpack_table_test.c
1706 deps:
1707 - grpc_test_util
1708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001709 - gpr_test_util
1710 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001711- name: http_fuzzer_test
1712 build: fuzzer
1713 language: c
1714 src:
1715 - test/core/http/fuzzer.c
1716 deps:
1717 - grpc_test_util
1718 - grpc
1719 - gpr_test_util
1720 - gpr
1721 corpus_dirs:
1722 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001723 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001724- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001725 build: test
1726 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001727 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001728 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001729 deps:
1730 - grpc_test_util
1731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001734- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735 build: test
1736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001737 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001738 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001739 deps:
1740 - grpc_test_util
1741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr_test_util
1743 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001745 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001749 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001750 deps:
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001755 platforms:
1756 - mac
1757 - linux
1758 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001759- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001760 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001761 build: test
1762 language: c
1763 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001764 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001770 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001771 - linux
yang-gf1183302015-12-07 16:02:05 -08001772- name: init_test
1773 build: test
1774 language: c
1775 src:
1776 - test/core/surface/init_test.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001782- name: internal_api_canary_iomgr_test
1783 build: test
1784 run: false
1785 language: c
1786 src:
1787 - test/core/internal_api_canaries/iomgr.c
1788 deps:
1789 - grpc_test_util
1790 - grpc
1791 - gpr_test_util
1792 - gpr
1793- name: internal_api_canary_support_test
1794 build: test
1795 run: false
1796 language: c
1797 src:
1798 - test/core/internal_api_canaries/iomgr.c
1799 deps:
1800 - grpc_test_util
1801 - grpc
1802 - gpr_test_util
1803 - gpr
1804- name: internal_api_canary_transport_test
1805 build: test
1806 run: false
1807 language: c
1808 src:
1809 - test/core/internal_api_canaries/iomgr.c
1810 deps:
1811 - grpc_test_util
1812 - grpc
1813 - gpr_test_util
1814 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001815- name: invalid_call_argument_test
1816 build: test
1817 language: c
1818 src:
1819 - test/core/end2end/invalid_call_argument_test.c
1820 deps:
1821 - grpc_test_util
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001825- name: json_fuzzer_test
1826 build: fuzzer
1827 language: c
1828 src:
1829 - test/core/json/fuzzer.c
1830 deps:
1831 - grpc_test_util
1832 - grpc
1833 - gpr_test_util
1834 - gpr
1835 corpus_dirs:
1836 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001837 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838- name: json_rewrite
1839 build: test
1840 run: false
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/json/json_rewrite.c
1844 deps:
1845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847- name: json_rewrite_test
1848 build: test
1849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001850 src:
1851 - test/core/json/json_rewrite_test.c
1852 deps:
1853 - grpc_test_util
1854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001855 - gpr_test_util
1856 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001857- name: json_stream_error_test
1858 build: test
1859 language: c
1860 src:
1861 - test/core/json/json_stream_error_test.c
1862 deps:
1863 - grpc_test_util
1864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001865 - gpr_test_util
1866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: json_test
1868 build: test
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - test/core/json/json_test.c
1872 deps:
1873 - grpc_test_util
1874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: lame_client_test
1878 build: test
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/surface/lame_client_test.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001887- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001888 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001889 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001890 build: test
1891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
1893 - test/core/client_config/lb_policies_test.c
1894 deps:
1895 - grpc_test_util
1896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: low_level_ping_pong_benchmark
1900 build: benchmark
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/network_benchmarks/low_level_ping_pong.c
1904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001909 platforms:
1910 - mac
1911 - linux
1912 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001913- name: message_compress_test
1914 build: test
1915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001916 src:
1917 - test/core/compression/message_compress_test.c
1918 deps:
1919 - grpc_test_util
1920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001923- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001924 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001925 build: test
1926 language: c
1927 src:
1928 - test/core/census/mlog_test.c
1929 deps:
1930 - grpc_test_util
1931 - grpc
1932 - gpr_test_util
1933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934- name: multiple_server_queues_test
1935 build: test
1936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001937 src:
1938 - test/core/end2end/multiple_server_queues_test.c
1939 deps:
1940 - grpc_test_util
1941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001942 - gpr_test_util
1943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001944- name: murmur_hash_test
1945 build: test
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/support/murmur_hash_test.c
1949 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001952- name: nanopb_fuzzer_response_test
1953 build: fuzzer
1954 language: c
1955 src:
1956 - test/core/nanopb/fuzzer_response.c
1957 deps:
1958 - grpc_test_util
1959 - grpc
1960 - gpr_test_util
1961 - gpr
1962 corpus_dirs:
1963 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07001964 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001965- name: nanopb_fuzzer_serverlist_test
1966 build: fuzzer
1967 language: c
1968 src:
1969 - test/core/nanopb/fuzzer_serverlist.c
1970 deps:
1971 - grpc_test_util
1972 - grpc
1973 - gpr_test_util
1974 - gpr
1975 corpus_dirs:
1976 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07001977 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001979 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980 build: test
1981 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/core/end2end/no_server_test.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: resolve_address_test
1990 build: test
1991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001992 src:
1993 - test/core/iomgr/resolve_address_test.c
1994 deps:
1995 - grpc_test_util
1996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001997 - gpr_test_util
1998 - gpr
yang-gd482e592015-12-10 14:04:00 -08001999- name: secure_channel_create_test
2000 build: test
2001 language: c
2002 src:
2003 - test/core/surface/secure_channel_create_test.c
2004 deps:
2005 - grpc_test_util
2006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002007 - gpr_test_util
2008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009- name: secure_endpoint_test
2010 build: test
2011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002012 src:
2013 - test/core/security/secure_endpoint_test.c
2014 deps:
2015 - grpc_test_util
2016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002019- name: server_chttp2_test
2020 build: test
2021 language: c
2022 src:
2023 - test/core/surface/server_chttp2_test.c
2024 deps:
2025 - grpc_test_util
2026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002029- name: server_fuzzer
2030 build: fuzzer
2031 language: c
2032 src:
2033 - test/core/end2end/fuzzers/server_fuzzer.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
2037 - gpr_test_util
2038 - gpr
2039 corpus_dirs:
2040 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002041 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002042 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002043- name: server_test
2044 build: test
2045 language: c
2046 src:
2047 - test/core/surface/server_test.c
2048 deps:
2049 - grpc_test_util
2050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002053- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002054 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002055 build: test
2056 language: c
2057 src:
2058 - test/core/client_config/set_initial_connect_string_test.c
2059 deps:
2060 - test_tcp_server
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002065- name: sockaddr_resolver_test
2066 build: test
2067 language: c
2068 src:
2069 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: sockaddr_utils_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/iomgr/sockaddr_utils_test.c
2080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002085- name: socket_utils_test
2086 build: test
2087 language: c
2088 src:
2089 - test/core/iomgr/socket_utils_test.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002095 platforms:
2096 - mac
2097 - linux
2098 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002100 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101 build: test
2102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
2104 - test/core/iomgr/tcp_client_posix_test.c
2105 deps:
2106 - grpc_test_util
2107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr_test_util
2109 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002110 platforms:
2111 - mac
2112 - linux
2113 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002115 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/core/iomgr/tcp_posix_test.c
2120 deps:
2121 - grpc_test_util
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002125 platforms:
2126 - mac
2127 - linux
2128 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: tcp_server_posix_test
2130 build: test
2131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - test/core/iomgr/tcp_server_posix_test.c
2134 deps:
2135 - grpc_test_util
2136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002137 - gpr_test_util
2138 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002139 platforms:
2140 - mac
2141 - linux
2142 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: time_averaged_stats_test
2144 build: test
2145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
2147 - test/core/iomgr/time_averaged_stats_test.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002153- name: timeout_encoding_test
2154 build: test
2155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002156 src:
2157 - test/core/transport/chttp2/timeout_encoding_test.c
2158 deps:
2159 - grpc_test_util
2160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr_test_util
2162 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002163- name: timer_heap_test
2164 build: test
2165 language: c
2166 src:
2167 - test/core/iomgr/timer_heap_test.c
2168 deps:
2169 - grpc_test_util
2170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002171 - gpr_test_util
2172 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002173- name: timer_list_test
2174 build: test
2175 language: c
2176 src:
2177 - test/core/iomgr/timer_list_test.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183- name: timers_test
2184 build: test
2185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002186 src:
2187 - test/core/profiling/timers_test.c
2188 deps:
2189 - grpc_test_util
2190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002191 - gpr_test_util
2192 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002193- name: transport_connectivity_state_test
2194 build: test
2195 language: c
2196 src:
2197 - test/core/transport/connectivity_state_test.c
2198 deps:
2199 - grpc_test_util
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: transport_metadata_test
2204 build: test
2205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002206 src:
2207 - test/core/transport/metadata_test.c
2208 deps:
2209 - grpc_test_util
2210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: transport_security_test
2214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
2217 - test/core/tsi/transport_security_test.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002223 platforms:
2224 - linux
2225 - posix
2226 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227- name: udp_server_test
2228 build: test
2229 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002230 src:
2231 - test/core/iomgr/udp_server_test.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 - gpr_test_util
2236 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002237 platforms:
2238 - mac
2239 - linux
2240 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002241- name: uri_fuzzer_test
2242 build: fuzzer
2243 language: c
2244 src:
2245 - test/core/client_config/uri_fuzzer_test.c
2246 deps:
2247 - grpc_test_util
2248 - grpc
2249 - gpr_test_util
2250 - gpr
2251 corpus_dirs:
2252 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002253 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254- name: uri_parser_test
2255 build: test
2256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002257 src:
2258 - test/core/client_config/uri_parser_test.c
2259 deps:
2260 - grpc_test_util
2261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002262 - gpr_test_util
2263 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002264- name: workqueue_test
2265 build: test
2266 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002267 src:
2268 - test/core/iomgr/workqueue_test.c
2269 deps:
2270 - grpc_test_util
2271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002272 - gpr_test_util
2273 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002274 platforms:
2275 - mac
2276 - linux
2277 - posix
vjpai04e992a2016-02-10 16:58:38 -08002278- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002279 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002280 build: test
2281 language: c++
2282 src:
2283 - test/cpp/common/alarm_cpp_test.cc
2284 deps:
2285 - grpc++_test_util
2286 - grpc_test_util
2287 - grpc++
2288 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002289 - gpr_test_util
2290 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002292 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293 build: test
2294 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
2296 - test/cpp/end2end/async_end2end_test.cc
2297 deps:
2298 - grpc++_test_util
2299 - grpc_test_util
2300 - grpc++
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304- name: async_streaming_ping_pong_test
2305 build: test
2306 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002307 src:
2308 - test/cpp/qps/async_streaming_ping_pong_test.cc
2309 deps:
2310 - qps
2311 - grpc++_test_util
2312 - grpc_test_util
2313 - grpc++
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002317 platforms:
2318 - mac
2319 - linux
2320 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: async_unary_ping_pong_test
2322 build: test
2323 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002324 src:
2325 - test/cpp/qps/async_unary_ping_pong_test.cc
2326 deps:
2327 - qps
2328 - grpc++_test_util
2329 - grpc_test_util
2330 - grpc++
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002334 platforms:
2335 - mac
2336 - linux
2337 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002339 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340 build: test
2341 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/cpp/common/auth_property_iterator_test.cc
2344 deps:
2345 - grpc++_test_util
2346 - grpc_test_util
2347 - grpc++
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002352 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353 build: test
2354 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002355 src:
yang-g52705592015-11-25 11:45:33 -08002356 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002357 deps:
2358 - grpc++
2359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002360 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002361- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002362 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363 build: test
2364 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002365 src:
2366 - test/cpp/util/cli_call_test.cc
2367 deps:
2368 - grpc++_test_util
2369 - grpc_test_util
2370 - grpc++
2371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002372 - gpr_test_util
2373 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002374- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002375 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002376 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377 build: test
2378 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002379 src:
2380 - test/cpp/end2end/client_crash_test.cc
2381 deps:
2382 - grpc++_test_util
2383 - grpc_test_util
2384 - grpc++
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002388 platforms:
2389 - mac
2390 - linux
2391 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392- name: client_crash_test_server
2393 build: test
2394 run: false
2395 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002396 src:
2397 - test/cpp/end2end/client_crash_test_server.cc
2398 deps:
2399 - grpc++_test_util
2400 - grpc_test_util
2401 - grpc++
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002405- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002406 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002407 build: test
2408 language: c++
2409 src:
2410 - src/proto/grpc/testing/control.proto
2411 - src/proto/grpc/testing/messages.proto
2412 - src/proto/grpc/testing/payloads.proto
2413 - src/proto/grpc/testing/perf_db.proto
2414 - src/proto/grpc/testing/services.proto
2415 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002416 - test/cpp/codegen/codegen_test_full.cc
2417 deps:
2418 - grpc++
2419 - grpc
2420 - gpr
2421 filegroups:
2422 - grpc++_codegen
2423- name: codegen_test_minimal
2424 gtest: true
2425 build: test
2426 language: c++
2427 src:
2428 - src/proto/grpc/testing/control.proto
2429 - src/proto/grpc/testing/messages.proto
2430 - src/proto/grpc/testing/payloads.proto
2431 - src/proto/grpc/testing/perf_db.proto
2432 - src/proto/grpc/testing/services.proto
2433 - src/proto/grpc/testing/stats.proto
2434 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002435 filegroups:
2436 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002437- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002438 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439 build: test
2440 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002441 src:
2442 - test/cpp/client/credentials_test.cc
2443 deps:
2444 - grpc++
2445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002448 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449 build: test
2450 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - test/cpp/util/byte_buffer_test.cc
2453 deps:
2454 - grpc_test_util
2455 - grpc++
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002460 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461 build: test
2462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/cpp/util/slice_test.cc
2465 deps:
2466 - grpc_test_util
2467 - grpc++
2468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002469 - gpr_test_util
2470 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002471- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002472 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473 build: test
2474 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002475 src:
2476 - test/cpp/util/string_ref_test.cc
2477 deps:
2478 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002479- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002480 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002481 build: test
2482 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002483 src:
2484 - test/cpp/util/time_test.cc
2485 deps:
2486 - grpc_test_util
2487 - grpc++
2488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002489 - gpr_test_util
2490 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002492 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002493 cpu_cost: 0.5
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/end2end/end2end_test.cc
2498 deps:
2499 - grpc++_test_util
2500 - grpc_test_util
2501 - grpc++
2502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002503 - gpr_test_util
2504 - gpr
vjpai083dc622016-01-11 09:41:17 -08002505- name: generic_async_streaming_ping_pong_test
2506 build: test
2507 language: c++
2508 src:
2509 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2510 deps:
2511 - qps
2512 - grpc++_test_util
2513 - grpc_test_util
2514 - grpc++
2515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002516 - gpr_test_util
2517 - gpr
vjpai083dc622016-01-11 09:41:17 -08002518 platforms:
2519 - mac
2520 - linux
2521 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002522- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002523 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002524 build: test
2525 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002526 src:
2527 - test/cpp/end2end/generic_end2end_test.cc
2528 deps:
2529 - grpc++_test_util
2530 - grpc_test_util
2531 - grpc++
2532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002533 - gpr_test_util
2534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535- name: grpc_cli
2536 build: test
2537 run: false
2538 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002539 src:
2540 - test/cpp/util/grpc_cli.cc
2541 deps:
2542 - grpc++_test_util
2543 - grpc_test_util
2544 - grpc++
2545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002546 - gpr_test_util
2547 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002548 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002549- name: grpc_cpp_plugin
2550 build: protoc
2551 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002552 src:
2553 - src/compiler/cpp_plugin.cc
2554 deps:
2555 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556 secure: false
2557 vs_config_type: Application
2558 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2559- name: grpc_csharp_plugin
2560 build: protoc
2561 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - src/compiler/csharp_plugin.cc
2564 deps:
2565 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566 secure: false
2567 vs_config_type: Application
2568 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2569- name: grpc_objective_c_plugin
2570 build: protoc
2571 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002572 src:
2573 - src/compiler/objective_c_plugin.cc
2574 deps:
2575 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576 secure: false
2577 vs_config_type: Application
2578 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2579- name: grpc_python_plugin
2580 build: protoc
2581 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002582 src:
2583 - src/compiler/python_plugin.cc
2584 deps:
2585 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002586 secure: false
2587 vs_config_type: Application
2588 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2589- name: grpc_ruby_plugin
2590 build: protoc
2591 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002592 src:
2593 - src/compiler/ruby_plugin.cc
2594 deps:
2595 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002596 secure: false
2597 vs_config_type: Application
2598 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002599- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002600 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002601 build: test
2602 language: c++
2603 src:
2604 - src/proto/grpc/lb/v0/load_balancer.proto
2605 - test/cpp/grpclb/grpclb_api_test.cc
2606 deps:
2607 - grpc++_test_util
2608 - grpc_test_util
2609 - grpc++
2610 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002611- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002612 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002613 build: test
2614 language: c++
2615 src:
2616 - test/cpp/end2end/hybrid_end2end_test.cc
2617 deps:
2618 - grpc++_test_util
2619 - grpc_test_util
2620 - grpc++
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr_test_util
2623 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624- name: interop_client
2625 build: test
2626 run: false
2627 language: c++
2628 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002629 deps:
2630 - interop_client_main
2631 - interop_client_helper
2632 - grpc++_test_util
2633 - grpc_test_util
2634 - grpc++
2635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 - gpr_test_util
2637 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002638 - grpc++_test_config
2639 platforms:
2640 - mac
2641 - linux
2642 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002643- name: interop_server
2644 build: test
2645 run: false
2646 language: c++
2647 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002648 deps:
2649 - interop_server_main
2650 - interop_server_helper
2651 - grpc++_test_util
2652 - grpc_test_util
2653 - grpc++
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002657 - grpc++_test_config
2658 platforms:
2659 - mac
2660 - linux
2661 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002662- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002663 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002664 build: test
2665 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
2667 - test/cpp/interop/interop_test.cc
2668 deps:
2669 - grpc_test_util
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002673 platforms:
2674 - mac
2675 - linux
2676 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002677- name: json_run_localhost
2678 build: test
2679 run: false
2680 language: c++
2681 src:
2682 - test/cpp/qps/json_run_localhost.cc
2683 deps:
2684 - grpc++_test_util
2685 - grpc_test_util
2686 - grpc++
2687 - grpc
2688 - gpr_test_util
2689 - gpr
2690 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002691- name: metrics_client
2692 build: test
2693 run: false
2694 language: c++
2695 headers:
2696 - test/cpp/util/metrics_server.h
2697 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002698 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002699 - test/cpp/interop/metrics_client.cc
2700 deps:
2701 - grpc++
2702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002703 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002704 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002706 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707 build: test
2708 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002709 src:
2710 - test/cpp/end2end/mock_test.cc
2711 deps:
2712 - grpc++_test_util
2713 - grpc_test_util
2714 - grpc++
2715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr_test_util
2717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718- name: qps_interarrival_test
2719 build: test
2720 run: false
2721 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002722 src:
2723 - test/cpp/qps/qps_interarrival_test.cc
2724 deps:
2725 - qps
2726 - grpc++_test_util
2727 - grpc_test_util
2728 - grpc++
2729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002730 - gpr_test_util
2731 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002732 platforms:
2733 - mac
2734 - linux
2735 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002736- name: qps_json_driver
2737 build: test
2738 run: false
2739 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002740 headers:
2741 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002742 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002743 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002744 - test/cpp/qps/qps_json_driver.cc
2745 deps:
2746 - qps
2747 - grpc++_test_util
2748 - grpc_test_util
2749 - grpc++
2750 - grpc
2751 - gpr_test_util
2752 - gpr
2753 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002755 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756 build: test
2757 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002758 src:
2759 - test/cpp/qps/qps_openloop_test.cc
2760 deps:
2761 - qps
2762 - grpc++_test_util
2763 - grpc_test_util
2764 - grpc++
2765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002766 - gpr_test_util
2767 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002768 - grpc++_test_config
2769 platforms:
2770 - mac
2771 - linux
2772 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002773- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002774 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775 build: test
2776 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002777 src:
2778 - test/cpp/qps/qps_test.cc
2779 deps:
2780 - qps
2781 - grpc++_test_util
2782 - grpc_test_util
2783 - grpc++
2784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002785 - gpr_test_util
2786 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002787 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002788 platforms:
2789 - mac
2790 - linux
2791 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002792- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002793 build: test
2794 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002795 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002796 headers:
2797 - test/cpp/qps/client.h
2798 - test/cpp/qps/server.h
2799 src:
2800 - test/cpp/qps/worker.cc
2801 deps:
2802 - qps
2803 - grpc++_test_util
2804 - grpc_test_util
2805 - grpc++
2806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002807 - gpr_test_util
2808 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002809 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810- name: reconnect_interop_client
2811 build: test
2812 run: false
2813 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002814 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002815 - src/proto/grpc/testing/empty.proto
2816 - src/proto/grpc/testing/messages.proto
2817 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002818 - test/cpp/interop/reconnect_interop_client.cc
2819 deps:
2820 - grpc++_test_util
2821 - grpc_test_util
2822 - grpc++
2823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002824 - gpr_test_util
2825 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002826 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002827- name: reconnect_interop_server
2828 build: test
2829 run: false
2830 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002831 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002832 - src/proto/grpc/testing/empty.proto
2833 - src/proto/grpc/testing/messages.proto
2834 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002835 - test/cpp/interop/reconnect_interop_server.cc
2836 deps:
2837 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002838 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002839 - grpc++_test_util
2840 - grpc_test_util
2841 - grpc++
2842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002843 - gpr_test_util
2844 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002845 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002846- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002847 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002848 build: test
2849 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002850 src:
2851 - test/cpp/common/secure_auth_context_test.cc
2852 deps:
2853 - grpc++_test_util
2854 - grpc_test_util
2855 - grpc++
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002859- name: secure_sync_unary_ping_pong_test
2860 build: test
2861 language: c++
2862 src:
2863 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2864 deps:
2865 - qps
2866 - grpc++_test_util
2867 - grpc_test_util
2868 - grpc++
2869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002870 - gpr_test_util
2871 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002872 platforms:
2873 - mac
2874 - linux
2875 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002876- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002877 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002878 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002879 build: test
2880 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002881 src:
2882 - test/cpp/end2end/server_crash_test.cc
2883 deps:
2884 - grpc++_test_util
2885 - grpc_test_util
2886 - grpc++
2887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002888 - gpr_test_util
2889 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002890 platforms:
2891 - mac
2892 - linux
2893 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894- name: server_crash_test_client
2895 build: test
2896 run: false
2897 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002898 src:
2899 - test/cpp/end2end/server_crash_test_client.cc
2900 deps:
2901 - grpc++_test_util
2902 - grpc_test_util
2903 - grpc++
2904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002905 - gpr_test_util
2906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002907- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002908 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002909 build: test
2910 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002911 src:
2912 - test/cpp/end2end/shutdown_test.cc
2913 deps:
2914 - grpc++_test_util
2915 - grpc_test_util
2916 - grpc++
2917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002918 - gpr_test_util
2919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002920- name: status_test
2921 build: test
2922 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002923 src:
2924 - test/cpp/util/status_test.cc
2925 deps:
2926 - grpc_test_util
2927 - grpc++
2928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002929 - gpr_test_util
2930 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002931- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002932 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002933 build: test
2934 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002935 src:
2936 - test/cpp/end2end/streaming_throughput_test.cc
2937 deps:
2938 - grpc++_test_util
2939 - grpc_test_util
2940 - grpc++
2941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002942 - gpr_test_util
2943 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002944 platforms:
2945 - mac
2946 - linux
2947 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002948- name: stress_test
2949 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002950 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002951 language: c++
2952 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002953 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002954 - test/cpp/interop/interop_client.h
2955 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002956 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002957 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002958 - src/proto/grpc/testing/empty.proto
2959 - src/proto/grpc/testing/messages.proto
2960 - src/proto/grpc/testing/metrics.proto
2961 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002962 - test/cpp/interop/interop_client.cc
2963 - test/cpp/interop/stress_interop_client.cc
2964 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002965 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002966 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
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002973 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002974- name: sync_streaming_ping_pong_test
2975 build: test
2976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002977 src:
2978 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2979 deps:
2980 - qps
2981 - grpc++_test_util
2982 - grpc_test_util
2983 - grpc++
2984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002985 - gpr_test_util
2986 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002987 platforms:
2988 - mac
2989 - linux
2990 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002991- name: sync_unary_ping_pong_test
2992 build: test
2993 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002994 src:
2995 - test/cpp/qps/sync_unary_ping_pong_test.cc
2996 deps:
2997 - qps
2998 - grpc++_test_util
2999 - grpc_test_util
3000 - grpc++
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr_test_util
3003 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003004 platforms:
3005 - mac
3006 - linux
3007 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003009 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003010 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011 build: test
3012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003013 src:
3014 - test/cpp/end2end/thread_stress_test.cc
3015 deps:
3016 - grpc++_test_util
3017 - grpc_test_util
3018 - grpc++
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003022- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003023 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003024 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003025 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003027 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003028 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003029 - test/cpp/end2end/zookeeper_test.cc
3030 deps:
3031 - grpc++_test_util
3032 - grpc_test_util
3033 - grpc++
3034 - grpc_zookeeper
3035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003036 - gpr_test_util
3037 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003038 external_deps:
3039 - zookeeper
3040 platforms:
3041 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003042- name: public_headers_must_be_c89
3043 build: test
3044 language: c89
3045 src:
3046 - test/core/surface/public_headers_must_be_c89.c
3047 deps:
3048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003051- linkage: static
3052 name: grpc.dependencies.zlib
3053 props: false
3054 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003055 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003056- linkage: static
3057 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003058 props: true
3059 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003060 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003061- name: gflags
3062 props: false
3063 redist: false
3064 version: 2.1.2.1
3065- name: gtest
3066 props: false
3067 redist: false
3068 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003069configs:
3070 asan:
3071 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003072 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3073 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003074 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003075 LD: clang
3076 LDFLAGS: -fsanitize=address
3077 LDXX: clang++
3078 compile_the_world: true
3079 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003080 ASAN_OPTIONS: detect_leaks=1:color=always
3081 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003082 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003083 asan-noleaks:
3084 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003085 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3086 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003087 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003088 LD: clang
3089 LDFLAGS: -fsanitize=address
3090 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003091 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003092 test_environ:
3093 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003094 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003095 asan-trace-cmp:
3096 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003097 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3098 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003099 CXX: clang++
3100 LD: clang
3101 LDFLAGS: -fsanitize=address
3102 LDXX: clang++
3103 compile_the_world: true
3104 test_environ:
3105 ASAN_OPTIONS: detect_leaks=1:color=always
3106 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3107 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003108 basicprof:
3109 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3110 DEFINES: NDEBUG
3111 dbg:
3112 CPPFLAGS: -O0
3113 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003114 easan:
3115 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003116 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3117 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003118 CXX: clang++
3119 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3120 LD: clang
3121 LDFLAGS: -fsanitize=address
3122 LDXX: clang++
3123 compile_the_world: true
3124 test_environ:
3125 ASAN_OPTIONS: detect_leaks=1:color=always
3126 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3127 timeout_multiplier: 3
3128 edbg:
3129 CPPFLAGS: -O0
3130 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3131 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003132 CC: clang
3133 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003134 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003135 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003136 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003137 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003138 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003139 LDXX: clang++
3140 compile_the_world: true
3141 test_environ:
3142 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3143 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003144 gcov:
3145 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003146 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003147 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003148 DEFINES: _DEBUG DEBUG GPR_GCOV
3149 LD: gcc
3150 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3151 LDXX: g++
3152 helgrind:
3153 CPPFLAGS: -O0
3154 DEFINES: _DEBUG DEBUG
3155 LDFLAGS: -rdynamic
3156 timeout_multiplier: 20
3157 valgrind: --tool=helgrind
3158 memcheck:
3159 CPPFLAGS: -O0
3160 DEFINES: _DEBUG DEBUG
3161 LDFLAGS: -rdynamic
3162 timeout_multiplier: 10
3163 valgrind: --tool=memcheck --leak-check=full
3164 msan:
3165 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003166 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3167 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3168 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003169 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003170 DEFINES: NDEBUG
3171 LD: clang
3172 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3173 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3174 LDXX: clang++
3175 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003176 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003177 mutrace:
3178 CPPFLAGS: -O0
3179 DEFINES: _DEBUG DEBUG
3180 LDFLAGS: -rdynamic
3181 opt:
3182 CPPFLAGS: -O2
3183 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003184 stapprof:
3185 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3186 DEFINES: NDEBUG
3187 tsan:
3188 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003189 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003190 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003191 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003192 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003193 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003194 LDXX: clang++
3195 compile_the_world: true
3196 test_environ:
3197 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003198 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003199 ubsan:
3200 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003201 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3202 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003203 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003204 DEFINES: NDEBUG
3205 LD: clang
3206 LDFLAGS: -fsanitize=undefined
3207 LDXX: clang++
3208 compile_the_world: true
3209 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003210defaults:
3211 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003212 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003213 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003214 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003215 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003216 global:
3217 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3218 LDFLAGS: -g
3219 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003220 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003221 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003222node_modules:
3223- deps:
3224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003225 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003226 - boringssl
3227 - z
murgatroid9994a75412015-11-19 14:04:53 -08003228 headers:
3229 - src/node/ext/byte_buffer.h
3230 - src/node/ext/call.h
3231 - src/node/ext/call_credentials.h
3232 - src/node/ext/channel.h
3233 - src/node/ext/channel_credentials.h
3234 - src/node/ext/completion_queue_async_worker.h
3235 - src/node/ext/server.h
3236 - src/node/ext/server_credentials.h
3237 - src/node/ext/timeval.h
3238 js:
3239 - src/node/index.js
3240 - src/node/src/client.js
3241 - src/node/src/common.js
3242 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003243 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003244 - src/node/src/metadata.js
3245 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003246 name: grpc_node
3247 src:
3248 - src/node/ext/byte_buffer.cc
3249 - src/node/ext/call.cc
3250 - src/node/ext/call_credentials.cc
3251 - src/node/ext/channel.cc
3252 - src/node/ext/channel_credentials.cc
3253 - src/node/ext/completion_queue_async_worker.cc
3254 - src/node/ext/node_grpc.cc
3255 - src/node/ext/server.cc
3256 - src/node/ext/server_credentials.cc
3257 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003258openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003259 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003260 extraction_dir: openssl-1.0.2f
3261 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003262php_config_m4:
3263 deps:
3264 - grpc
3265 - gpr
3266 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003267 headers:
3268 - src/php/ext/grpc/byte_buffer.h
3269 - src/php/ext/grpc/call.h
3270 - src/php/ext/grpc/call_credentials.h
3271 - src/php/ext/grpc/channel.h
3272 - src/php/ext/grpc/channel_credentials.h
3273 - src/php/ext/grpc/completion_queue.h
3274 - src/php/ext/grpc/php_grpc.h
3275 - src/php/ext/grpc/server.h
3276 - src/php/ext/grpc/server_credentials.h
3277 - src/php/ext/grpc/timeval.h
3278 src:
3279 - src/php/ext/grpc/byte_buffer.c
3280 - src/php/ext/grpc/call.c
3281 - src/php/ext/grpc/call_credentials.c
3282 - src/php/ext/grpc/channel.c
3283 - src/php/ext/grpc/channel_credentials.c
3284 - src/php/ext/grpc/completion_queue.c
3285 - src/php/ext/grpc/php_grpc.c
3286 - src/php/ext/grpc/server.c
3287 - src/php/ext/grpc/server_credentials.c
3288 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003289python_dependencies:
3290 deps:
3291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003292 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003293 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003294 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003295ruby_gem:
3296 deps:
3297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003299 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003300 - z